[TwoAddressInstructionPass] When looking for a 3 addr conversion after commuting...
[oota-llvm.git] / test / CodeGen / X86 / fp-fast.ll
2015-06-23 Sanjay Patel[x86] generalize reassociation optimization in machine...
2015-06-10 Sanjay Patel[x86] Add a reassociation optimization to increase...
2015-04-30 Owen AndersonSemantically revert r236031, which is not a good idea...
2015-04-28 Sanjay Pateltransform fadd chains to increase parallelism
2015-04-23 Sanjay Pateluse update_llc_test_checks.py to tighten checking;...
2013-11-30 Juergen RibutzkaForce CPU type to unbreak unit tests on Haswell machines.
2013-07-12 Stephen LinStart using CHECK-LABEL in some tests.
2013-06-14 Stephen LinSelectionDAG: Fix incorrect condition checks in some...
2013-03-09 Benjamin KramerTest case hygiene.
2012-11-01 NAKAMURA Takumitest/CodeGen/X86/fp-fast.ll: Add +avx.
2012-11-01 Owen AndersonAdd a few more simple fast-math constant propagations...
2012-09-01 NAKAMURA Takumillvm/test/CodeGen/X86/fp-fast.ll: Suppress FMA4 on...
2012-08-30 Owen AndersonTry to make this test more generic to unbreak buildbots.
2012-08-30 Owen AndersonTeach the DAG combiner to turn chains of FADDs (x+x...