summaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/UnreachableBlockElim.cpp
AgeCommit message (Expand)Author
2025-09-25[CodeGen] Extract copy-paste on PHI MachineInstr income removal. (#158634)Afanasyev Ivan
2025-04-27[llvm] Use range constructors of *Set (NFC) (#137552)Kazu Hirata
2025-04-18[CodeGen][NPM] Port UnreachableMachineBlockElim to NPM (#136127)Akshat Oke
2025-01-13[aarch64][win] Update Called Globals info when updating Call Site info (#122762)Daniel Paoliello
2024-08-06[CodeGen] Use optimized domtree for MachineFunction (#102107)Alexis Engelke
2024-07-09[CodeGen][NewPM] Port `machine-loops` to new pass manager (#97793)paperchalice
2024-06-11[CodeGen][NewPM] Split `MachineDominatorTree` into a concrete analysis result...paperchalice
2024-01-22[llvm] Use MachineBasicBlock::succ_empty (NFC)Kazu Hirata
2023-05-02[CodeGen] One more use of MachineBasicBlock::phis. NFC.Jay Foad
2023-05-02[CodeGen] Make use of MachineBasicBlock::phis. NFC.Jay Foad
2022-03-16[NFC][CodeGen] Rename some functions in MachineInstr.h and remove duplicated ...Shengchen Kan
2022-03-16Cleanup codegen includesserge-sans-paille
2022-03-10Revert "Cleanup codegen includes"Nico Weber
2022-03-10Cleanup codegen includesserge-sans-paille
2021-12-08[llvm] Use range-based for loops (NFC)Kazu Hirata
2021-02-20[CodeGen] Use range-based for loops (NFC)Kazu Hirata
2020-07-01[NFC] Clean up uses of MachineModuleInfoWrapperPassYuanfang Chen
2020-02-27[CallSiteInfo] Handle bundles when updating call site infoDjordje Todorovic
2020-02-10[CSInfo] Use isCandidateForCallSiteEntry() when updating the CSInfoDjordje Todorovic
2019-11-13Sink all InitializePasses.h includesReid Kleckner
2019-10-08[DebugInfo][If-Converter] Update call site info during the optimizationNikola Prica
2019-09-30[NewPM] Port MachineModuleInfo to the new pass manager.Yuanfang Chen
2019-08-15Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders
2019-08-12[DebugInfo] Remove call sites when eliminating unreachable blocksDavid Stenberg
2019-03-11[Utils] Extract EliminateUnreachableBlocks (NFC)Brian Gesiak
2019-03-07[CodeGen] Reuse BlockUtils for -unreachableblockelim pass (NFC)Brian Gesiak
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-11-08Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie
2017-10-04Recommit [UnreachableBlockElim] Use COPY if PHI input is undefMikael Holmen
2017-10-04Revert r314879 "[UnreachableBlockElim] Use COPY if PHI input is undef"Mikael Holmen
2017-10-04[UnreachableBlockElim] Use COPY if PHI input is undefMikael Holmen
2017-05-10[UnreachableBlockElim] Check return value of constrainRegClass().Mikael Holmen
2017-04-28Properly handle PHIs with subregisters in UnreachableBlockElimKrzysztof Parzyszek
2016-10-05Modify df_iterator to support post-order actionsDavid Callahan
2016-07-08[PM] Port UnreachableBlockElim to the new Pass ManagerWei Mi
2016-07-01CodeGen: Avoid iterator conversion in UnreachableBlockElim, NFCDuncan P. N. Exon Smith
2015-10-09CodeGen: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-01-15Replace size method call of containers to empty method where appropriateAlexander Kornienko
2014-08-24Use range based for loops to avoid needing to re-mention SmallPtrSet size.Craig Topper
2014-07-21Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...Duncan P. N. Exon Smith
2014-07-20[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...Manuel Jacob
2014-03-07[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper
2014-03-04[Modules] Move CFG.h to the IR library as it defines graph traits overChandler Carruth
2014-01-13[PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth
2014-01-13[cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth
2013-10-02Remove the very substantial, largely unmaintained legacy PGOChandler Carruth
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth