summaryrefslogtreecommitdiff
path: root/test/Transforms/ConstProp/calls.ll
Commit message (Expand)AuthorAge
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* Add support for constant folding the pow intrinsic.Chad Rosier2011-12-03
* Prevent library calls from being folded if -fno-builtin has been specified.Chad Rosier2011-12-01
* implement PR9315, constant folding exp2 in terms of pow (since hosts withoutChris Lattner2011-05-22
* Teach constant folding to perform conversions from constant floatingChandler Carruth2011-01-11
* FileCheck-ize a test, and move a no-longer calling test case to anotherChandler Carruth2011-01-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
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-04
* Remove llvm-upgrade and update test cases.Tanya Lattner2008-03-01
* Oops. A little aggressive on the name changes there.Reid Spencer2007-04-14
* For PR1913:Reid Spencer2007-04-14
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* Fix testcaseChris Lattner2004-07-01
* Add tests for isnanChris Lattner2004-06-11
* New testcaseChris Lattner2004-04-13