aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/ConstProp/calls.ll
Commit message (Expand)AuthorAgeFilesLines
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-12/+12
* Add support for constant folding the pow intrinsic.Chad Rosier2011-12-031-0/+9
* Prevent library calls from being folded if -fno-builtin has been specified.Chad Rosier2011-12-011-0/+79
* implement PR9315, constant folding exp2 in terms of pow (since hosts withoutChris Lattner2011-05-221-1/+6
* Teach constant folding to perform conversions from constant floatingChandler Carruth2011-01-111-0/+33
* FileCheck-ize a test, and move a no-longer calling test case to anotherChandler Carruth2011-01-111-19/+12
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-1/+1
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-041-3/+3
* Remove llvm-upgrade and update test cases.Tanya Lattner2008-03-011-22/+27
* Oops. A little aggressive on the name changes there.Reid Spencer2007-04-141-8/+8
* For PR1913:Reid Spencer2007-04-141-11/+11
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-021-1/+1
* Fix testcaseChris Lattner2004-07-011-3/+3
* Add tests for isnanChris Lattner2004-06-111-0/+8
* New testcaseChris Lattner2004-04-131-0/+17