summaryrefslogtreecommitdiff
path: root/test/Transforms/SimplifyCFG/SpeculativeExec.ll
Commit message (Expand)AuthorAge
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* Re-revert r173342, without losing the compile time improvements, flatChandler Carruth2013-01-27
* Switch this code away from Value::isUsedInBasicBlock. That code eitherChandler Carruth2013-01-25
* Reapply chandlerc's r173342 now that the miscompile it was triggering is fixed.Benjamin Kramer2013-01-24
* Revert r173342 temporarily. It appears to cause a very late miscompileChandler Carruth2013-01-24
* Plug TTI into the speculation logic, giving it a real cost interfaceChandler Carruth2013-01-24
* Address a large chunk of this FIXME by accumulating the cost forChandler Carruth2013-01-24
* Switch the constant expression speculation cost evaluation away fromChandler Carruth2013-01-24
* Revert r56315. When the instruction to speculate is a load, thisDan Gohman2012-01-05
* Make some intrinsics safe to speculatively execute.Nick Lewycky2011-12-21
* fix a bunch of spurious failures for people whose home directoryChris Lattner2009-09-11
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* Speculatively execute a block when the the block is the then part of a triang...Evan Cheng2008-06-07