[x86] enable machine combiner reassociations for 256-bit vector FP mul/add
[oota-llvm.git] / test / CodeGen / X86 / sqrt-fastmath.ll
2015-08-12 Sanjay Patel[x86] enable machine combiner reassociations for 256...
2015-08-11 Sanjay Patel[x86] enable machine combiner reassociations for 128...
2015-07-08 Sanjay Patel[x86] enable machine combiner reassociations for scalar...
2015-06-22 Sanjay Patel[x86] set default reciprocal (division and square root...
2015-06-04 Sanjay Patelmake reciprocal estimate code generation more flexible...
2015-06-03 Rafael EspindolaRevert "make reciprocal estimate code generation more...
2015-06-02 Sanjay Patelmake reciprocal estimate code generation more flexible...
2015-05-23 Rafael EspindolaRevert "make reciprocal estimate code generation more...
2015-05-22 Sanjay Patelmake reciprocal estimate code generation more flexible...
2015-04-10 Sanjay Pateluse update_llc_test_checks.py to tighten checking
2014-10-24 Sanjay PatelAllow AVX vrsqrtps generation.
2014-10-24 Sanjay PatelUse rsqrt (X86) to speed up reciprocal square root...
2013-08-22 Bill WendlingUpdate to remove the no-frame-pointer-elim-non-leaf...
2013-05-27 Preston GurdConvert sqrt functions into sqrt instructions when...