aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/ConstProp/calls.ll
AgeCommit message (Expand)Author
2011-12-03Add support for constant folding the pow intrinsic.Chad Rosier
2011-12-01Prevent library calls from being folded if -fno-builtin has been specified.Chad Rosier
2011-05-22implement PR9315, constant folding exp2 in terms of pow (since hosts withoutChris Lattner
2011-01-11Teach constant folding to perform conversions from constant floatingChandler Carruth
2011-01-11FileCheck-ize a test, and move a no-longer calling test case to anotherChandler Carruth
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman
2008-03-01Remove llvm-upgrade and update test cases.Tanya Lattner
2007-04-14Oops. A little aggressive on the name changes there.Reid Spencer
2007-04-14For PR1913:Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2004-07-01Fix testcaseChris Lattner
2004-06-11Add tests for isnanChris Lattner
2004-04-13New testcaseChris Lattner