Add a triple to switch.ll test.
[oota-llvm.git] / test / CodeGen / X86 / fabs.ll
2013-07-13 Stephen LinConvert CodeGen/*/*.ll tests to use the new CHECK-LABEL...
2012-08-08 Bob WilsonAdd test triples to fix win32 failures. Revert workaro...
2012-08-03 Bob WilsonRefactor and check "onlyReadsMemory" before optimizing...
2012-08-03 Bob WilsonFall back to selection DAG isel for calls to builtin...
2012-07-03 NAKAMURA Takumitest/CodeGen/X86/fabs.ll: FileCheck-ize.
2010-07-15 Evan ChengSplit -enable-finite-only-fp-math to two options:
2010-07-13 Evan Cheng-enable-unsafe-fp-math should not imply -enable-finite...
2009-09-11 Dan GohmanConvert more tests to avoid llvm-as.
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2007-09-26 Dale JohannesenModernize fabs.ll, add long double. Add tests
2007-09-23 Dale JohannesenImplementation of +sse -sse2 has changed; add
2007-08-15 Dan GohmanConvert tests using "| wc -l | grep ..." to use the...
2007-04-15 Reid SpencerFor PR1319: Upgrade to new test harness.
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-11-16 Evan ChengNew test case.
2006-08-29 Evan ChengThis is also a 32-bit only test. x86-64 would pass...
2006-05-24 Chris LattnerOne of these xforms is only safe with unsafe math enabled.
2006-03-15 Evan ChengAlso requires -mattr=-sse3
2006-01-27 Evan ChengThese are fp stack test cases.
2005-08-19 Chris Lattnerremove dead flags
2005-04-16 Nate BegemanUpdate dejagnu tests to use the new pattern isel flag
2005-04-09 Chris Lattnermake this test more interesting
2005-04-02 Chris Lattnerdon't forget to use the right code generator :)
2005-04-02 Chris Lattnernew testcase