summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/SimplifyCFG/SpeculativeExec.ll
Commit message (Expand)AuthorAgeFilesLines
* [SimplifyCFG] add tests for possible FP speculative select; NFCSanjay Patel2019-11-171-36/+99
* [SimplifyCFG] FoldTwoEntryPHINode(): consider *total* speculation cost, not p...Roman Lebedev2019-09-161-5/+1
* [SimplifyCFG][NFC] Autogenerate two testsRoman Lebedev2019-09-071-4/+4
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+121
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-121/+0
* [SimplifyCFG] Regenerate some test cases using update_test_checks.py to prepa...Craig Topper2017-10-311-40/+64
* Revert "Revert "Strip metadata when speculatively hoisting instructions (r252...Igor Laevsky2015-11-181-0/+26
* Revert "Strip metadata when speculatively hoisting instructions"Renato Golin2015-11-101-26/+0
* Strip metadata when speculatively hoisting instructionsIgor Laevsky2015-11-101-0/+26
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-2/+2
* [TTI] Improved cost heuristic for cttz/ctlz calls.Andrea Di Biagio2015-02-111-16/+0
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-3/+3
* Re-revert r173342, without losing the compile time improvements, flatChandler Carruth2013-01-271-115/+0
* Switch this code away from Value::isUsedInBasicBlock. That code eitherChandler Carruth2013-01-251-0/+63
* Reapply chandlerc's r173342 now that the miscompile it was triggering is fixed.Benjamin Kramer2013-01-241-0/+29
* Revert r173342 temporarily. It appears to cause a very late miscompileChandler Carruth2013-01-241-29/+0
* Plug TTI into the speculation logic, giving it a real cost interfaceChandler Carruth2013-01-241-0/+29
* Address a large chunk of this FIXME by accumulating the cost forChandler Carruth2013-01-241-0/+42
* Switch the constant expression speculation cost evaluation away fromChandler Carruth2013-01-241-0/+22
* Revert r56315. When the instruction to speculate is a load, thisDan Gohman2012-01-051-1/+1
* Make some intrinsics safe to speculatively execute.Nick Lewycky2011-12-211-3/+28
* fix a bunch of spurious failures for people whose home directoryChris Lattner2009-09-111-2/+2
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-2/+2
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-2/+2
* Speculatively execute a block when the the block is the then part of a triang...Evan Cheng2008-06-071-0/+21
OpenPOWER on IntegriCloud