summaryrefslogtreecommitdiff
path: root/lib/CodeGen/LLVMTargetMachine.cpp
Commit message (Expand)AuthorAge
* move a bunch of code out of the sdisel pass into its own opt pass "codegenpre...Chris Lattner2007-03-31
* Add a -print-lsr-output option to LLC, to print the output of the LSR pass.Chris Lattner2007-03-31
* Now LoopStrengthReduce is a LoopPass.Devang Patel2007-03-06
* Use exception flag.Jim Laskey2007-02-22
* Split the addPassesToEmitFile method up into two. This is so that we canBill Wendling2007-02-08
* Removed more <iostream> includesBill Wendling2006-12-07
* enable the branch folding pass for the JIT.Chris Lattner2006-11-16
* 1. Add a pass to fold debug label instructions so a debug info client can detectJim Laskey2006-11-07
* Don't do dead block elimination in fast mode.Jim Laskey2006-10-24
* add the branch folding pass as a late cleanup pass for all targets. For nowChris Lattner2006-10-13
* add setJumpBufSize() and setJumpBufAlignment() to target-lowering.Duraid Madina2006-09-04
* new fileChris Lattner2006-09-04