summaryrefslogtreecommitdiff
path: root/lib/Analysis/LoopPass.cpp
AgeCommit message (Expand)Author
2017-11-17[PM/Unswitch] Teach SimpleLoopUnswitch to do non-trivial unswitching,Chandler Carruth
2017-09-28Use a BumpPtrAllocator for Loop objectsSanjoy Das
2017-09-20Tighten the invariants around LoopBase::invalidateSanjoy Das
2017-05-25[LegacyPM] Make the 'addLoop' method accept a loop to add rather thanChandler Carruth
2017-03-10Implement getPassName() for IR printing passes.Yaron Keren
2017-01-15Reverted: Track validity of pass resultsSerge Pavlov
2017-01-13Track validity of pass resultsSerge Pavlov
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-10-28[LCSSA] Perform LCSSA verification only for the current loop nest.Igor Laevsky
2016-08-09Consistently use LoopAnalysisManagerSean Silva
2016-07-19[LoopPass] Some minor cleanupsDavid Majnemer
2016-06-26Apply clang-tidy's modernize-loop-convert to lib/Analysis.Benjamin Kramer
2016-06-20Fix dynamically linked debug builds.Eli Friedman
2016-06-17[PM] Remove support for omitting the AnalysisManager argument to newChandler Carruth
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-01-08LoopInfo: Simplify ownership of Loop objectsJustin Bogner
2016-01-06Recommit r256952 "Filtering IR printing for print-after-all/print-before-all"Weiming Zhao
2016-01-06Revert r256952 due to lit test fails.Weiming Zhao
2016-01-06Filtering IR printing for print-after-all/print-before-allWeiming Zhao
2015-12-16LPM: Make callers of LPM.deleteLoopFromQueue update LoopInfo directly. NFCJustin Bogner
2015-12-16LPM: Simplify how passes mark loops for deletion. NFCJustin Bogner
2015-11-04PM: Rephrase PrintLoopPass as a wrapper around a new-style pass. NFCJustin Bogner
2015-10-22LoopPass: Remove redoLoop, it isn't used. NFCJustin Bogner
2015-10-22LoopPass: Simplify the API for adding a new loop. NFCJustin Bogner
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-23Purge unused includes throughout libSupport.Benjamin Kramer
2015-01-17[PM] Split the LoopInfo object apart from the legacy pass, creatingChandler Carruth
2014-09-24Fix assertion in LICM doFinalization()David Peixotto
2014-06-21Add back functionality removed in r210497.Richard Trieu
2014-06-09Removing an "if (!this)" check from two print methods. The condition willRichard Trieu
2014-05-16Add C API for thread yielding callback.Juergen Ributzka
2014-04-21[Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth
2014-04-15[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper
2014-03-05[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper
2014-02-26Constify the Optnone checks in IR passes.Paul Robinson
2014-02-06Disable most IR-level transform passes on functions marked 'optnone'.Paul Robinson
2014-01-12[PM] Rename the IR printing pass header to a more generic and correctChandler Carruth
2014-01-07Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth
2013-07-20Comment: try to clarify loop iteration order.Andrew Trick
2012-06-26Enable the new LoopInfo algorithm by default.Andrew Trick
2012-03-23Take out the debug info probe stuff. It's making some changes toEric Christopher
2011-08-29Reapply r138695. Fix PassManager stack depths.Andrew Trick
2011-08-27Reverting r138695 to see if it fixes clang self host.Andrew Trick
2011-08-27Fix PassManager stack depths.Andrew Trick
2011-08-10Reapplying r136844.Andrew Trick
2011-08-04Reverting r136884 updateUnloop, which crashed a linux builder.Andrew Trick