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