summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/TailCallElim/reorder_load.ll
Commit message (Expand)AuthorAgeFilesLines
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+174
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-174/+0
* [TailCallElim] Preserve DT and PDTChijun Sima2018-08-041-1/+1
* [TRE] Improve code motion in TRE, use AA to tell whether a load can be moved ...Xin Tong2017-06-191-0/+27
* Push isDereferenceableAndAlignedPointer down into isSafeToLoadUnconditionallyArtur Pilipenko2016-01-171-0/+23
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-10/+10
* Fix a long-standing miscompile in the load analysis that was uncoveredChandler Carruth2014-10-191-4/+23
* This commit is a 4x squash commit consisting of 4x functions converted to use...Michael Gottesman2013-01-111-1/+5
* Replace uses of unwind with unreachable for the same effect.Bill Wendling2011-09-191-2/+2
* Eliminate more redundant llvm-as calls.Dan Gohman2009-09-111-1/+1
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-1/+1
* Improve tail call elim to move loads above readonly callsChris Lattner2009-06-191-0/+101
OpenPOWER on IntegriCloud