aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/OptimizeExts.cpp
AgeCommit message (Expand)Author
2010-08-09Merge the OptimizeExts and OptimizeCmps passes into one PeepholeOptimizerBill Wendling
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson
2010-08-06Revert r110396 to fix buildbots.Owen Anderson
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson
2010-08-02Early exit and reduce indentation. No functionality change.Bill Wendling
2010-07-21Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson
2010-07-08Convert EXTRACT_SUBREG to COPY when emitting machine instrs.Jakob Stoklund Olesen
2010-06-09It's an error to translate this:Bill Wendling
2010-03-26Handle DEBUG_VALUE in this pass.Dale Johannesen
2010-02-09move target-independent opcodes out of TargetInstrInfoChris Lattner
2010-01-19Do not extend extension results beyond the use of a PHI instruction at the st...Evan Cheng
2010-01-13Commit some changes I had managed to lose last night while refactoring the co...Evan Cheng
2010-01-13Add comment; refactor; avoid pulling in DT if it's not used.Evan Cheng
2010-01-13Add a quick pass to optimize sign / zero extension instructions. For targets ...Evan Cheng