aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/fabss.ll
AgeCommit message (Expand)Author
2013-01-19Remove some register allocation order dependencies.Jakob Stoklund Olesen
2012-09-29Add LLVM support for Swift.Bob Wilson
2012-08-08Add test triples to fix win32 failures. Revert workaround from r161292.Bob Wilson
2012-08-03Refactor and check "onlyReadsMemory" before optimizing builtins.Bob Wilson
2011-08-09Inflate register classes after coalescing.Jakob Stoklund Olesen
2011-04-19Avoid write-after-write issue hazards for Cortex-A9.Bob Wilson
2010-10-28Re-commit 117518 and 117519 now that ARM MC test failures are out of the way.Evan Cheng
2010-10-28Revert 117518 and 117519 for now. They changed scheduling and cause MC tests ...Evan Cheng
2010-10-28- Assign load / store with shifter op address modes the right itinerary classes.Evan Cheng
2010-05-21Change ARM scheduling default to list-hybrid if the target supports floating ...Evan Cheng
2010-03-25switch the flag for using NEON for SP floating point to a subtarget 'feature'.Jim Grosbach
2009-11-22Convert ARM tests to FileCheck for PR5307.Edward O'Callaghan
2009-11-09Use Unified Assembly Syntax for the ARM backend.Jim Grosbach
2009-10-01Remove neonfp attribute and instead set default based on CPU string. Add -arm...David Goodwin
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-08-07Make NEON single-precision FP support the default for cortex-a8 (again).David Goodwin
2009-08-04Add NEON single-precision FP support for fabs and fneg.David Goodwin