summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/ConstProp/calls.ll
Commit message (Expand)AuthorAgeFilesLines
* ConstProp: Split x86 SSE intrinsic tests out of calls.llJustin Bogner2017-05-131-206/+0
* [InstCombiner] Simplify lib calls to `round{,f}`Bryant Wong2016-12-261-0/+8
* Don't remove side effecting instructions due to ConstantFoldInstructionDavid Majnemer2016-07-221-40/+40
* [X86][SSE] Reimplement SSE fp2si conversion intrinsics instead of using gener...Simon Pilgrim2016-07-191-3/+5
* [X86][SSE] Improve constant folding tests for CVTSD/CVTSS/CVTTSD/CVTTSSSimon Pilgrim2016-07-081-17/+188
* [test] (NFC) Simplify Transforms/ConstProp/calls.llVedant Kumar2015-08-281-680/+116
* Enable constant propagation for more math functionsErik Schnetter2015-08-271-41/+677
* Revert 246186; still breaks on some systemsErik Schnetter2015-08-271-677/+41
* Enable constant propagation for more math functionsErik Schnetter2015-08-271-41/+677
* Revert r246158 since it breaks LLVM.Transforms/ConstProp.calls.llErik Schnetter2015-08-271-636/+41
* Enable constant propagation for more math functionsErik Schnetter2015-08-271-41/+636
* 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
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-171-0/+25
OpenPOWER on IntegriCloud