aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/UnreachableBlockElim.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-11-13Sink all InitializePasses.h includesReid Kleckner1-0/+1
2019-10-08[DebugInfo][If-Converter] Update call site info during the optimizationNikola Prica1-1/+1
2019-09-30[NewPM] Port MachineModuleInfo to the new pass manager.Yuanfang Chen1-1/+2
2019-08-15Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders1-2/+2
2019-08-12[DebugInfo] Remove call sites when eliminating unreachable blocksDavid Stenberg1-1/+7
2019-03-11[Utils] Extract EliminateUnreachableBlocks (NFC)Brian Gesiak1-23/+2
2019-03-07[CodeGen] Reuse BlockUtils for -unreachableblockelim pass (NFC)Brian Gesiak1-13/+4
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2017-11-08Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie1-1/+1
2017-10-04Recommit [UnreachableBlockElim] Use COPY if PHI input is undefMikael Holmen1-2/+3
2017-10-04Revert r314879 "[UnreachableBlockElim] Use COPY if PHI input is undef"Mikael Holmen1-3/+2
2017-10-04[UnreachableBlockElim] Use COPY if PHI input is undefMikael Holmen1-2/+3
2017-05-10[UnreachableBlockElim] Check return value of constrainRegClass().Mikael Holmen1-3/+4
2017-04-28Properly handle PHIs with subregisters in UnreachableBlockElimKrzysztof Parzyszek1-8/+21
2016-10-05Modify df_iterator to support post-order actionsDavid Callahan1-2/+2
2016-07-08[PM] Port UnreachableBlockElim to the new Pass ManagerWei Mi1-24/+38
2016-07-01CodeGen: Avoid iterator conversion in UnreachableBlockElim, NFCDuncan P. N. Exon Smith1-3/+1
2015-10-09CodeGen: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith1-4/+4
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-01-15Replace size method call of containers to empty method where appropriateAlexander Kornienko1-2/+2
2014-08-24Use range based for loops to avoid needing to re-mention SmallPtrSet size.Craig Topper1-7/+4
2014-07-21Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...Duncan P. N. Exon Smith1-2/+2
2014-07-20[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...Manuel Jacob1-2/+2
2014-03-07[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-4/+4
2014-03-04[Modules] Move CFG.h to the IR library as it defines graph traits overChandler Carruth1-1/+1
2014-01-13[PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth1-1/+1
2014-01-13[cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth1-1/+1
2013-10-02Remove the very substantial, largely unmaintained legacy PGOChandler Carruth1-4/+0
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-4/+4
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-8/+8
2011-05-27Fix PR10029 - VerifyCoalescing failure on patterns_dfa.c of 445.gobmk.Cameron Zwarich1-2/+5
2011-01-08Make more passes preserve dominators (or state that they preserve dominators ifCameron Zwarich1-0/+2
2010-10-19Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson1-1/+3
2010-10-07Now with fewer extraneous semicolons!Owen Anderson1-2/+2
2010-09-29UnreachableBlockElim could incorrectly return false when it had not modified ...Owen Anderson1-1/+4
2010-08-23Now that PassInfo and Pass::ID have been separated, move the rest of the pass...Owen Anderson1-3/+2
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson1-3/+3
2010-08-06Revert r110396 to fix buildbots.Owen Anderson1-3/+3
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson1-3/+3
2010-07-21Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson1-2/+2
2010-03-15revert r98550, it isn't necessary or sufficient.Chris Lattner1-15/+3
2010-03-15don't eliminate address-taken blocks here.Chris Lattner1-3/+15
2010-03-14eliminate InvalidateLabel and LabelIDList from MMI and replaceChris Lattner1-14/+2
2010-02-09move target-independent opcodes out of TargetInstrInfoChris Lattner1-4/+2
2009-10-25Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky1-1/+0
2009-10-25Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky1-3/+2
2009-09-09Preserve ProfileInfo.Andreas Neustifter1-1/+9
2009-08-01Make UnreachableMachineBlockElim preserve MachineDominatorTree andDan Gohman1-0/+15
2009-07-31Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson1-1/+1