Undo accidental commit.
[oota-llvm.git] / lib / CodeGen / OptimizeExts.cpp
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-08-02 Bill WendlingEarly exit and reduce indentation. No functionality...
2010-07-21 Owen AndersonFix batch of converting RegisterPass<> to INTIALIZE_PASS().
2010-07-08 Jakob Stoklund OlesenConvert EXTRACT_SUBREG to COPY when emitting machine...
2010-06-09 Bill WendlingIt's an error to translate this:
2010-03-26 Dale JohannesenHandle DEBUG_VALUE in this pass.
2010-02-09 Chris Lattnermove target-independent opcodes out of TargetInstrInfo
2010-01-19 Evan ChengDo not extend extension results beyond the use of a...
2010-01-13 Evan ChengCommit some changes I had managed to lose last night...
2010-01-13 Evan ChengAdd comment; refactor; avoid pulling in DT if it's...
2010-01-13 Evan ChengAdd a quick pass to optimize sign / zero extension...