Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
[oota-llvm.git] / lib / CodeGen / MachineCSE.cpp
2010-07-21 Owen AndersonFix batch of converting RegisterPass<> to INTIALIZE_PASS().
2010-07-16 Jakob Stoklund OlesenRemove many calls to TII::isMoveInstr. Targets should...
2010-07-08 Jakob Stoklund OlesenConvert EXTRACT_SUBREG to COPY when emitting machine...
2010-07-03 Jakob Stoklund OlesenDetect and handle COPY in many places.
2010-06-04 Evan ChengRe-apply 105308 with fix.
2010-06-03 Bob WilsonRevert 105308.
2010-06-02 Evan ChengEnable machine cse of instructions which define physica...
2010-05-21 Eric ChristopherMake this LookAheadLimit, not the uninitialized LookAhe...
2010-05-21 Evan ChengAllow machine cse to cse instructions which define...
2010-05-13 Dan GohmanAdd a utility function for conservatively clearing...
2010-04-21 Evan ChengRewrite machine cse to avoid recursion.
2010-04-20 Evan ChengTypo.
2010-04-02 Evan ChengAfter trivial coalescing, the MI being visited may...
2010-03-24 Evan Chengdbg_value may end a block.
2010-03-23 Evan ChengCode clean up.
2010-03-11 Dale JohannesenFix debug_value handling.
2010-03-10 Evan ChengAdd a couple more heuristics to neuter machine cse...
2010-03-09 Evan ChengAllow more cross-rc coalescing.
2010-03-09 Jakob Stoklund OlesenDon't do illegal cross-class coalescing.
2010-03-09 Evan Cheng- Make the machine cse dumb coalescer (as opposed to...
2010-03-08 Evan ChengDon't waste time trying to CSE labels, phis, inline...
2010-03-08 Evan ChengRestrict machine cse to really trivial coalescing....
2010-03-06 Evan ChengDon't update physical register def.
2010-03-04 Evan ChengAvoid cse load instructions unless they are known to...
2010-03-04 Evan ChengLook ahead a bit to determine if a physical register...
2010-03-03 Evan ChengFix a logic error. An instruction that has a live physi...
2010-03-03 Evan ChengRe-apply r97667 but with a little bit of thought put...
2010-03-03 Dan GohmanRevert 97667. It broke a bunch of tests.
2010-03-03 Evan ChengMove DenseMapInfo for MachineInstr* to MachineInstr.h
2010-03-03 Evan ChengMachine CSE work in progress. It's doing some CSE now...
2010-03-03 Evan ChengWork in progress. Finding some cse now.
2010-03-02 Evan ChengFix typo.
2010-03-02 Evan ChengAdd skeleton of a machine level cse pass.