Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
[oota-llvm.git] / lib / CodeGen / UnreachableBlockElim.cpp
2010-07-21 Owen AndersonFix batch of converting RegisterPass<> to INTIALIZE_PASS().
2010-03-15 Chris Lattnerrevert r98550, it isn't necessary or sufficient.
2010-03-15 Chris Lattnerdon't eliminate address-taken blocks here.
2010-03-14 Chris Lattnereliminate InvalidateLabel and LabelIDList from MMI...
2010-02-09 Chris Lattnermove target-independent opcodes out of TargetInstrInfo
2009-10-25 Nick LewyckyRemove includes of Support/Compiler.h that are no longe...
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-09-09 Andreas NeustifterPreserve ProfileInfo.
2009-08-01 Dan GohmanMake UnreachableMachineBlockElim preserve MachineDomina...
2009-07-31 Owen AndersonMove a few more APIs back to 2.5 forms. The only remai...
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-13 Owen AndersonBegin the painful process of tearing apart the rat...
2009-01-28 Duncan SandsRename getAnalysisToUpdate to getAnalysisIfAvailable.
2008-10-31 Anton KorobeynikovInvalidate debug/eh/gc labels when unreachable MBB...
2008-10-03 Dan GohmanSwitch the MachineOperand accessors back to the short...
2008-09-13 Dan GohmanRemove isImm(), isReg(), and friends, in favor of
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-08-14 Owen AndersonRemove more uses of std::set.
2008-08-08 Owen AndersonReduce the entries in a phi before testing it for deadn...
2008-08-06 Owen AndersonSDISel's constant branch folding can fold away self...
2008-08-05 Owen AndersonFix breakage on ARM/2008-04-10-ScavengerAssert.ll.
2008-08-05 Owen AndersonCorrectly handle replacement and removal of PHIs with...
2008-08-05 Owen AndersonRemove unneeded iteration. Thanks to Dan for the feedback.
2008-08-04 Owen Anderson- Fix SelectionDAG to generate correct CFGs.
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-05-06 Nick LewyckyFix typo in comment.
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2006-08-27 Chris Lattners|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
2006-06-28 Chris LattnerUse hidden visibility to make symbols in an anonymous...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-17 Chris LattnerFix the missing symbols problem Bill was hitting. ...
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-29 Chris LattnerFix #includes of i*.h => Instructions.h as per PR403:
2004-07-06 Chris LattnerFix a bug in the unreachable block elim pass. Dropping...
2004-07-02 Chris LattnerAdd a trivially simple pass to delete unreachable block...