summaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/LCSSA
AgeCommit message (Expand)Author
2025-11-10[DebugInfo] Add Verifier check for incorrectly-scoped retainedNodes (#166855)Vladislav Dzhidzhoev
2025-03-14[RemoveDIs] Remove "try-debuginfo-iterators..." test flags (#130298)Jeremy Morse
2024-11-19[llvm] Remove `br i1 undef` from some regression tests [NFC] (#116739)Lee Wei
2024-06-14 [RemoveDIs] Print IR with debug records by default (#91724)Stephen Tozer
2023-11-29[DebugInfo][RemoveDIs] Make debugify pass convert to/from RemoveDIs mode (#73...Jeremy Morse
2023-11-22[DebugInfo][RemoveDIs] Handle DPValues in LCSSA (#72996)Jeremy Morse
2022-12-27[LCSSA] Convert tests to opaque pointers (NFC)Nikita Popov
2022-12-08[test] Remove duplicate RUN lines in Transform testsBjorn Pettersson
2022-12-08[NFC] Port all LCSSA tests to `-passes=` syntaxRoman Lebedev
2022-09-04[LCSSA] Update unreachable uses with poison.Florian Hahn
2022-09-04[LCSSA] Update test use opaque pointers, regenerate checks.Florian Hahn
2020-12-17[DebugInfo] Avoid re-ordering assignments in LCSSANabeel Omer
2020-08-06[NewPM][LoopUnswitch] Pin loop-unswitch to legacy PM or use simple-loop-unswitchArthur Eubanks
2020-01-23[SSAUpdater] Don't call ValueIsRAUWd upon single use replacementDaniil Suchkov
2020-01-23NFC. Add PR44320 IR test case.Daniil Suchkov
2019-12-06[LCSSA] Don't use VH callbacks to invalidate SCEV when creating LCSSA phisDaniil Suchkov
2019-04-17Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher
2019-04-17Temporarily Revert "Add basic loop fusion pass."Eric Christopher
2019-02-02[LCSSA] Handle case with single new PHI faster.Florian Hahn
2019-01-16[EH] Rename llvm.x86.seh.recoverfp intrinsic to llvm.eh.recoverfpMandeep Singh Grang
2018-10-16[DebugInfo][LCSSA] Rewrite pre-existing debug values outside loopDavid Stenberg
2018-07-31[DebugInfo][LCSSA] Preserve debug location in lcssa phisAnastasis Grammenos
2018-05-24[Debugify] Set a DI version module flag for llc compatibilityVedant Kumar
2018-05-08[LCSSA] Do not remove used PHI nodes in formLCSSAForInstructionsBjorn Pettersson
2018-02-23[Test] Fix the test to output to /dev/null instead of redirecting.Matt Davis
2018-02-23[Debug] Add dbg.value intrinsics for PHIs created during LCSSA.Matt Davis
2018-02-05Revert r323472 "[Debug] Add dbg.value intrinsics for PHIs created during LCSSA."Hans Wennborg
2018-01-25[Debug] LCSSA: Insert dbg.value at the first available insertion pointVedant Kumar
2018-01-25[Debug] Add dbg.value intrinsics for PHIs created during LCSSA.Vedant Kumar
2016-07-20Revert "Revert r275883 and r275891. They seem to cause PR28608."Michael Zolotukhin
2016-07-19Revert r275883 and r275891. They seem to cause PR28608.Sean Silva
2016-07-18[LCSSA] Post-process PHI-nodes created by SSAUpdate when constructing LCSSA f...Michael Zolotukhin
2016-06-09[PM] Port LCSSA to the new PM.Easwaran Raman
2016-06-07Use FileCheck instead of grepping for patterns. NFC.Easwaran Raman
2015-12-18[WinEH] Update LCSSA to handle catchswitch with handlers inside and outside a...Andrew Kaylor
2015-06-17Move the personality function from LandingPadInst to FunctionDavid Majnemer
2015-04-24[opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie
2015-03-13[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2015-02-15Update a test to use FileCheck so it's easier to migrate to future typeless p...David Blaikie
2014-12-22[LCSSA] Handle PHI insertion in disjoint loopsBruno Cardoso Lopes
2013-08-16[tests] Cleanup initialization of test suffixes.Daniel Dunbar
2012-07-02Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth
2012-06-26Enable the new LoopInfo algorithm by default.Andrew Trick
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2011-09-02Try to eliminate the use of the 'unwind' instruction.Bill Wendling
2011-03-15Do not add PHIs with no users when creating LCSSA form. Patch by Andrew Clinton.Cameron Zwarich
2011-02-10Rename 'loopsimplify' to 'loop-simplify'.Cameron Zwarich
2010-07-26Avoid depending on LCSSA implicitly pulling in LoopSimplify.Dan Gohman