summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/fpcmp-opt.ll
AgeCommit message (Expand)AuthorFilesLines
2011-04-01LDRD/STRD instructions should print both Rt and Rt2 in the asm string.Jim Grosbach1-1/+1
2010-12-23Radar 8803471: Fix expansion of ARM BCCi64 pseudo instructions.Bob Wilson1-0/+1
2010-07-15Split -enable-finite-only-fp-math to two options:Evan Cheng1-1/+1
2010-07-13Extend the r107852 optimization which turns some fp compare to code sequence ...Evan Cheng1-9/+62
2010-07-08Check for FiniteOnlyFPMath as well.Evan Cheng1-1/+1
2010-07-08r107852 is only safe with -enable-unsafe-fp-math to account for +0.0 == -0.0.Evan Cheng1-1/+1
2010-07-08Optimize some vfp comparisons to integer ones. This patch implements the simp...Evan Cheng1-0/+29