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