summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/fpcmp-opt.ll
AgeCommit message (Expand)Author
2017-04-07[ARM] Prefer BIC over BFC in ARM mode.Eli Friedman
2017-02-13[ARM] Use VCMP, not VCMPE, for floating point equality comparisonsJames Molloy
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2014-04-03ARM: fixup more tests to specify the target more explicitlySaleem Abdulrasool
2013-07-25Allocate local registers in order for optimal coloring.Andrew Trick
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin
2012-03-15ARM case-insensitive checking for APSR_nzcv.Jim Grosbach
2012-03-03Fix RA-dependent test.Jakob Stoklund Olesen
2012-03-01Neuter the optimization I implemented with r107852 and r108258 which turn someEvan Cheng
2011-11-14ARM VLDR/VSTR instructions don't need a size suffix.Jim Grosbach
2011-04-01LDRD/STRD instructions should print both Rt and Rt2 in the asm string.Jim Grosbach
2010-12-23Radar 8803471: Fix expansion of ARM BCCi64 pseudo instructions.Bob Wilson
2010-07-15Split -enable-finite-only-fp-math to two options:Evan Cheng
2010-07-13Extend the r107852 optimization which turns some fp compare to code sequence ...Evan Cheng
2010-07-08Check for FiniteOnlyFPMath as well.Evan Cheng
2010-07-08r107852 is only safe with -enable-unsafe-fp-math to account for +0.0 == -0.0.Evan Cheng
2010-07-08Optimize some vfp comparisons to integer ones. This patch implements the simp...Evan Cheng