]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - lib/CodeGen/UnreachableBlockElim.cpp
Add a couple of convenience accessors to DebugLocEntry::Value to further
[opencl/llvm.git] / lib / CodeGen / UnreachableBlockElim.cpp
2014-07-21 Duncan P. N. Exon... Revert "[C++11] Add predecessors(BasicBlock *) / succes...
2014-07-20 Manuel Jacob[C++11] Add predecessors(BasicBlock *) / successors...
2014-03-07 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-04 Chandler Carruth[Modules] Move CFG.h to the IR library as it defines...
2014-01-13 Chandler Carruth[PM] Split DominatorTree into a concrete analysis resul...
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
2013-10-02 Chandler CarruthRemove the very substantial, largely unmaintained legac...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2011-05-27 Cameron ZwarichFix PR10029 - VerifyCoalescing failure on patterns_dfa...
2011-01-08 Cameron ZwarichMake more passes preserve dominators (or state that...
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-09-29 Owen AndersonUnreachableBlockElim could incorrectly return false...
2010-08-23 Owen AndersonNow that PassInfo and Pass::ID have been separated...
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-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...