aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/OptimizeExts.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge the OptimizeExts and OptimizeCmps passes into one PeepholeOptimizerBill Wendling2010-08-091-221/+0
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-1/+1
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-1/+1
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-1/+1
* Early exit and reduce indentation. No functionality change.Bill Wendling2010-08-021-105/+106
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-211-2/+2
* Convert EXTRACT_SUBREG to COPY when emitting machine instrs.Jakob Stoklund Olesen2010-07-081-4/+4
* It's an error to translate this:Bill Wendling2010-06-091-0/+20
* Handle DEBUG_VALUE in this pass.Dale Johannesen2010-03-261-11/+14
* move target-independent opcodes out of TargetInstrInfoChris Lattner2010-02-091-3/+3
* Do not extend extension results beyond the use of a PHI instruction at the st...Evan Cheng2010-01-191-0/+12
* Commit some changes I had managed to lose last night while refactoring the co...Evan Cheng2010-01-131-1/+6
* Add comment; refactor; avoid pulling in DT if it's not used.Evan Cheng2010-01-131-79/+110
* Add a quick pass to optimize sign / zero extension instructions. For targets ...Evan Cheng2010-01-131-0/+149