[TwoAddressInstructionPass] When looking for a 3 addr conversion after commuting...
[oota-llvm.git] / test / CodeGen / X86 / fast-isel-fneg.ll
2015-02-27 Mehdi AminiChange the fast-isel-abort option from bool to int...
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2013-04-11 Eli BenderskyAdd a CHECK-NOT for a more faithful translation of...
2013-04-10 Eli BenderskyRewrite some of the test/CodeGen/X86 tests to use FileC...
2011-05-18 Eli FriedmanForce a triple on a couple of tests; we don't support...
2009-09-12 Dan GohmanAdd -mattr=+sse2 to the -march=x86 version of this...
2009-09-11 Dan GohmanReapply r81171 with a fix: don't try to use i64 when it
2009-09-10 Bob WilsonRevert r81171 which was causing pr4927.
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-09-07 Dan GohmanFix a thinko: When lowering fneg with xor, bitcast...
2009-09-03 Dan GohmanLLVM currently represents floating-point negation as...