summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/LICM.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LICM] Keep metadata on control equivalent hoistsSanjoy Das2016-01-281-7/+18
* move return variable declarations down to where they are actually used; NFCISanjay Patel2016-01-131-11/+10
* rangify; NFCISanjay Patel2016-01-081-20/+12
* variable names start with an upper case letter; NFCSanjay Patel2016-01-081-7/+7
* [LICM] Fix a small oversight introduced in r256763David Majnemer2016-01-041-6/+6
* [LICM] Don't insert instructions after a catchswitch when performing loop pro...David Majnemer2016-01-041-9/+15
* [LICM] Make instruction sinking funclet-awareDavid Majnemer2016-01-041-16/+75
* Revert "Revert "Strip metadata when speculatively hoisting instructions (r252...Igor Laevsky2015-11-181-0/+4
* Revert "Strip metadata when speculatively hoisting instructions"Renato Golin2015-11-101-4/+0
* Strip metadata when speculatively hoisting instructionsIgor Laevsky2015-11-101-0/+4
* Scalar: Remove remaining ilist iterator implicit conversionsDuncan P. N. Exon Smith2015-10-131-5/+5
* [LICM] Hoist calls to readonly argmemonly functions even with stores in the loopPhilip Reames2015-09-211-0/+11
* [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatibleChandler Carruth2015-09-091-4/+13
* [PM] Port ScalarEvolution to the new pass manager.Chandler Carruth2015-08-171-5/+6
* Test Commit.Ashutosh Nema2015-08-131-1/+1
* Fix some comment typos.Benjamin Kramer2015-08-081-2/+2
* [PM/AA] Simplify the AliasAnalysis interface by removing a wrapperChandler Carruth2015-08-061-1/+1
* [PM/AA] Extract the ModRef enums from the AliasAnalysis class inChandler Carruth2015-07-221-2/+2
* [LICM] Don't try to sink values out of loops without any exitsDavid Majnemer2015-07-121-1/+12
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-2/+2
* [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
OpenPOWER on IntegriCloud