summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/fabs.ll
Commit message (Expand)AuthorAge
* Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin2013-07-13
* Add test triples to fix win32 failures. Revert workaround from r161292.Bob Wilson2012-08-08
* Refactor and check "onlyReadsMemory" before optimizing builtins.Bob Wilson2012-08-03
* Fall back to selection DAG isel for calls to builtin functions.Bob Wilson2012-08-03
* test/CodeGen/X86/fabs.ll: FileCheck-ize.NAKAMURA Takumi2012-07-03
* Split -enable-finite-only-fp-math to two options:Evan Cheng2010-07-15
* -enable-unsafe-fp-math should not imply -enable-finite-only-fp-math.Evan Cheng2010-07-13
* Convert more tests to avoid llvm-as.Dan Gohman2009-09-11
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-08
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-04
* Modernize fabs.ll, add long double. Add testsDale Johannesen2007-09-26
* Implementation of +sse -sse2 has changed; addDale Johannesen2007-09-23
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-15
* For PR1319: Upgrade to new test harness.Reid Spencer2007-04-15
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* New test case.Evan Cheng2006-11-16
* This is also a 32-bit only test. x86-64 would pass fp parameters through XMM ...Evan Cheng2006-08-29
* One of these xforms is only safe with unsafe math enabled.Chris Lattner2006-05-24
* Also requires -mattr=-sse3Evan Cheng2006-03-15
* These are fp stack test cases.Evan Cheng2006-01-27
* remove dead flagsChris Lattner2005-08-19
* Update dejagnu tests to use the new pattern isel flagNate Begeman2005-04-16
* make this test more interestingChris Lattner2005-04-09
* don't forget to use the right code generator :)Chris Lattner2005-04-02
* new testcaseChris Lattner2005-04-02