summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LICM/hoist-deref-load.ll
Commit message (Expand)AuthorAgeFilesLines
* [LoopPassManager + MemorySSA] Only enable use of MemorySSA for LPMs known to ...Alina Sbirlea2019-08-211-1/+1
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+728
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-728/+0
* Use MemorySSA in LICM to do sinking and hoisting.Alina Sbirlea2019-01-101-0/+2
* Re-enable "[ValueTracking] Teach isKnownNonNullFromDominatingCondition about ...Max Kazantsev2018-08-061-0/+166
* Revert rL338990 to see if it causes sanitizer failuresMax Kazantsev2018-08-061-82/+0
* [ValueTracking] Teach isKnownNonNullFromDominatingCondition about ANDMax Kazantsev2018-08-061-0/+82
* [PM] Teach the loop PM to run LoopSimplify prior to the loop pipeline.Chandler Carruth2017-01-211-1/+2
* [LICM] Report successful hoist/sink/promotionAdam Nemet2017-01-111-1/+1
* New pass manager for LICM.Dehao Chen2016-07-121-0/+1
* Revert "New pass manager for LICM."Vitaly Buka2016-07-121-1/+0
* New pass manager for LICM.Dehao Chen2016-07-111-0/+1
* [ValueTracking] Use guards to prove non-nullness of a valueSanjoy Das2016-05-101-0/+85
* [LICM] Keep metadata on control equivalent hoistsSanjoy Das2016-01-281-0/+37
* Revert "Revert "Strip metadata when speculatively hoisting instructions (r252...Igor Laevsky2015-11-181-0/+44
* Revert "Strip metadata when speculatively hoisting instructions"Renato Golin2015-11-101-44/+0
* Strip metadata when speculatively hoisting instructionsIgor Laevsky2015-11-101-0/+44
* Dereferenceable, dereferenceable_or_null metadata for loadsSanjoy Das2015-05-191-1/+135
* Exploit dereferenceable_or_null attribute in LICM passSanjoy Das2015-05-181-0/+90
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-16/+16
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-10/+10
* Make Value::isDereferenceablePointer handle offsets to pointer types with der...Hal Finkel2014-07-191-0/+82
* Add a dereferenceable attributeHal Finkel2014-07-181-0/+86
OpenPOWER on IntegriCloud