summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/fnegs.ll
AgeCommit message (Expand)Author
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2014-08-14optimize vector fneg of bitcasted integer valueSanjay Patel
2014-08-11Correct a missing RUN line in the ARM codegen test for fneg ops. We should al...Sanjay Patel
2014-04-03ARM: fixup more tests to specify the target more explicitlySaleem Abdulrasool
2013-07-13Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin
2013-03-21Fix Darwin NEON FP and increase coverageRenato Golin
2013-03-21Avoid NEON SP-FP unless unsafe-math or DarwinRenato Golin
2011-01-21Convert -enable-sched-cycles and -enable-sched-hazard to -disableAndrew Trick
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