aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/UnreachableBlockElim.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-01-22[llvm] Use MachineBasicBlock::succ_empty (NFC)Kazu Hirata1-1/+1
2023-05-02[CodeGen] One more use of MachineBasicBlock::phis. NFC.Jay Foad1-9/+7
2023-05-02[CodeGen] Make use of MachineBasicBlock::phis. NFC.Jay Foad1-14/+11
2022-03-16[NFC][CodeGen] Rename some functions in MachineInstr.h and remove duplicated ...Shengchen Kan1-4/+4
2022-03-16Cleanup codegen includesserge-sans-paille1-6/+0
2022-03-10Revert "Cleanup codegen includes"Nico Weber1-0/+6
2022-03-10Cleanup codegen includesserge-sans-paille1-6/+0
2021-12-08[llvm] Use range-based for loops (NFC)Kazu Hirata1-11/+10
2021-02-20[CodeGen] Use range-based for loops (NFC)Kazu Hirata1-11/+9
2020-07-01[NFC] Clean up uses of MachineModuleInfoWrapperPassYuanfang Chen1-3/+1
2020-02-27[CallSiteInfo] Handle bundles when updating call site infoDjordje Todorovic1-1/+1
2020-02-10[CSInfo] Use isCandidateForCallSiteEntry() when updating the CSInfoDjordje Todorovic1-1/+1
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