summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/LICM.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LICM] Sinking doesn't involve the preheaderPhilip Reames2015-05-221-5/+11
* Exploit dereferenceable_or_null attribute in LICM passSanjoy Das2015-05-181-13/+15
* Construct ArrayRef<const T*> from vector<T>Pete Cooper2015-05-131-1/+1
* Constify arguments to methods in LICM. NFCPete Cooper2015-05-131-25/+33
* Change LoadAndStorePromoter to take ArrayRef instead of SmallVectorImpl&.Pete Cooper2015-05-131-2/+4
* Convert PHI getIncomingValue() to foreach over incoming_values(). NFC.Pete Cooper2015-05-121-2/+2
* Constify method. NFCPete Cooper2015-05-121-1/+1
* Revamp PredIteratorCache interface to be cleaner.Daniel Berlin2015-04-211-3/+3
* Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.Benjamin Kramer2015-03-231-1/+1
* DataLayout is mandatory, update the API to reflect it with references.Mehdi Amini2015-03-101-41/+36
* Make DataLayout Non-Optional in the ModuleMehdi Amini2015-03-041-2/+2
* [LICM] Refactor to expose functionality as utility functionsHal Finkel2015-02-221-173/+199
* [PM] Split the LoopInfo object apart from the legacy pass, creatingChandler Carruth2015-01-171-3/+3
* [PM] Separate the TargetLibraryInfo object from the immutable pass.Chandler Carruth2015-01-151-3/+3
* [PM] Move TargetLibraryInfo into the Analysis library.Chandler Carruth2015-01-151-1/+1
* Refine the notion of MayThrow in LICM to include a header specific versionPhilip Reames2014-12-291-8/+16
* [LCSSA] Handle PHI insertion in disjoint loopsBruno Cardoso Lopes2014-12-221-1/+2
* [LICM] Avoind store sinking if no preheader is availableBruno Cardoso Lopes2014-12-021-2/+4
* [LICM] Store sink and indirectbr instructionsBruno Cardoso Lopes2014-11-281-0/+6
* Introduce enum values for previously defined metadata types. (NFC)Philip Reames2014-10-211-1/+1
* Fix assertion in LICM doFinalization()David Peixotto2014-09-241-0/+13
* LICM: Don't crash when an instruction is used by an unreachable BBDavid Majnemer2014-09-021-1/+6
* Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...Craig Topper2014-08-211-2/+2
* Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...Craig Topper2014-08-181-2/+2
* Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...Craig Topper2014-08-171-2/+2
* AA metadata refactoring (introduce AAMDNodes)Hal Finkel2014-07-241-18/+20
* Allow isDereferenceablePointer to look through some bitcastsHal Finkel2014-07-101-1/+1
* Factor out part of LICM::sink into a helper function.Evgeniy Stepanov2014-06-251-28/+41
* [LICM] Don't create more than one copy of an instruction per loop exit block ...Evgeniy Stepanov2014-06-251-24/+34
* [C++] Use 'nullptr'.Craig Topper2014-04-281-2/+2
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-251-4/+4
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-091-18/+17
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-051-10/+11
* [Modules] Move the PredIteratorCache into the IR library -- it isChandler Carruth2014-03-041-1/+1
* [Modules] Move CFG.h to the IR library as it defines graph traits overChandler Carruth2014-03-041-1/+1
* Make DataLayout a plain object, not a pass.Rafael Espindola2014-02-251-1/+2
* Make some DataLayout pointers const.Rafael Espindola2014-02-241-1/+1
* Rename many DataLayout variables from TD to DL.Rafael Espindola2014-02-211-3/+3
* [LPM] Switch LICM to actively use LCSSA in addition to preserving it.Chandler Carruth2014-02-111-152/+90
* Disable most IR-level transform passes on functions marked 'optnone'.Paul Robinson2014-02-061-0/+3
* [LPM] Apply a really big hammer to fix PR18688 by recursively reformingChandler Carruth2014-02-011-5/+18
* [LPM] Make LCSSA a utility with a FunctionPass that applies it to allChandler Carruth2014-01-251-7/+70
* [LPM] Fix a logic error in LICM spotted by inspection.Chandler Carruth2014-01-241-1/+1
* [cleanup] Use the type-based preservation method rather than a stringChandler Carruth2014-01-241-1/+2
* [PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth2014-01-131-3/+3
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-131-1/+1
* LICM: Hoist insertvalue/extractvalue out of loops.Benjamin Kramer2013-01-091-7/+6
* switch from pointer equality comparison to MDNode::getMostGenericTBAA Chris Lattner2013-01-051-3/+5
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-6/+6
OpenPOWER on IntegriCloud