summaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Scalar/LoopInstSimplify.cpp
AgeCommit message (Expand)Author
2024-11-02[Scalar] Remove unused includes (NFC) (#114645)Kazu Hirata
2024-06-27[IR] Add getDataLayout() helpers to BasicBlock and Instruction (#96902)Nikita Popov
2023-11-20[NewPM] Remove LoopInstSimplifyLegacyPass (#72812)Aiden Grossman
2022-11-26[Scalar] Use std::optional in LoopInstSimplify.cpp (NFC)Kazu Hirata
2022-11-21Don't use Optional::getPointer (NFC)Kazu Hirata
2022-06-20Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-09[NFC] format InstructionSimplify & lowerCaseFunctionNamesSimon Moll
2022-04-25[LoopInstSimplify] Ignore users in unreachable blocks. PR55072Max Kazantsev
2022-03-03Cleanup includes: Transform/Scalarserge-sans-paille
2021-09-12[Scalar] Use make_early_inc_range (NFC)Kazu Hirata
2021-08-16[MemorySSA] Remove -enable-mssa-loop-dependency optionNikita Popov
2020-01-23[Utils] Use WeakTrackingVH in vector used as scratch storage.Alina Sbirlea
2019-11-21[LoopInstSimplify] Move MemorySSA verification under flag.Alina Sbirlea
2019-11-13Sink all InitializePasses.h includesReid Kleckner
2019-09-07Change TargetLibraryInfo analysis passes to always require FunctionTeresa Johnson
2019-08-17[MemorySSA] Loop passes should mark MSSA preserved when available.Alina Sbirlea
2019-06-11Only passes that preserve MemorySSA must mark it as preserved.Alina Sbirlea
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-08-22Update MemorySSA in LoopInstSimplify.Alina Sbirlea
2018-06-04Move Analysis/Utils/Local.h back to TransformsDavid Blaikie
2018-05-29[LoopInstSimplify] Re-implement the core logic of loop-instsimplify toChandler Carruth
2018-05-25Restore the LoopInstSimplify pass, reverting r327329 that removed it.Chandler Carruth
2018-03-12Remove the LoopInstSimplify pass (-loop-instsimplify)Vedant Kumar
2017-10-16[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...Eugene Zelenko
2017-04-28Kill off the old SimplifyInstruction API by converting remaining users.Daniel Berlin
2017-01-15[PM] Introduce an analysis set used to preserve all analyses overChandler Carruth
2017-01-11[PM] Separate the LoopAnalysisManager from the LoopPassManager and moveChandler Carruth
2017-01-11[PM] Rewrite the loop pass manager to use a worklist and augmented runChandler Carruth
2016-12-19Revert @llvm.assume with operator bundles (r289755-r289757)Daniel Jasper
2016-12-15Remove the AssumptionCacheHal Finkel
2016-08-09Consistently use LoopAnalysisManagerSean Silva
2016-07-15[PM] Convert LoopInstSimplify Pass to new PMDehao Chen
2016-04-22Re-commit optimization bisect support (r267022) without new pass manager supp...Andrew Kaylor
2016-04-22Revert "Initial implementation of optimization bisect support."Vedant Kumar
2016-04-21Initial implementation of optimization bisect support.Andrew Kaylor
2016-04-06Simplify logic. NFC.Chad Rosier
2016-02-19[LPM] Factor all of the loop analysis usage updates into a common helperChandler Carruth
2015-10-13Scalar: Remove remaining ilist iterator implicit conversionsDuncan P. N. Exon Smith
2015-08-17[PM] Port ScalarEvolution to the new pass manager.Chandler Carruth
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-03-10DataLayout is mandatory, update the API to reflect it with references.Mehdi Amini
2015-03-04Make DataLayout Non-Optional in the ModuleMehdi Amini
2015-01-28[LPM] Stop using the string based preservation API. It is anChandler Carruth
2015-01-17[PM] Split the LoopInfo object apart from the legacy pass, creatingChandler Carruth
2015-01-15[PM] Separate the TargetLibraryInfo object from the immutable pass.Chandler Carruth
2015-01-15[PM] Move TargetLibraryInfo into the Analysis library.Chandler Carruth
2015-01-04[PM] Split the AssumptionTracker immutable pass into two separate APIs:Chandler Carruth
2014-11-19Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie
2014-09-07Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)Hal Finkel