| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make the test less likely to fail with minor changes. | Evan Cheng | 2011-05-03 | 1 | -1/+1 |
| | | | | | llvm-svn: 130778 | ||||
| * | Fix ARM tests to be register allocator independent. | Jakob Stoklund Olesen | 2011-03-31 | 1 | -8/+9 |
| | | | | | llvm-svn: 128680 | ||||
| * | Convert -enable-sched-cycles and -enable-sched-hazard to -disable | Andrew Trick | 2011-01-21 | 1 | -4/+4 |
| | | | | | | | | | | | | flags. They are still not enable in this revision. Added TargetInstrInfo::isZeroCost() to fix a fundamental problem with the scheduler's model of operand latency in the selection DAG. Generalized unit tests to work with sched-cycles. llvm-svn: 123969 | ||||
| * | Add some missing isel predicates on def : pat patterns to avoid generating ↵ | Evan Cheng | 2010-11-12 | 1 | -8/+56 |
| | | | | | | | VFP vmla / vmls (they cause stalls). Disabling them in isel is properly not a right solution, I'll look into a proper solution next. llvm-svn: 118922 | ||||
| * | Change ARM scheduling default to list-hybrid if the target supports floating ↵ | Evan Cheng | 2010-05-21 | 1 | -2/+2 |
| | | | | | | | point instructions (and is not using soft float). llvm-svn: 104307 | ||||
| * | switch the flag for using NEON for SP floating point to a subtarget 'feature'. | Jim Grosbach | 2010-03-25 | 1 | -2/+1 |
| | | | | | | | Re-commit. This time complete with testsuite updates. llvm-svn: 99570 | ||||
| * | Use Unified Assembly Syntax for the ARM backend. | Jim Grosbach | 2009-11-09 | 1 | -2/+2 |
| | | | | | llvm-svn: 86494 | ||||
| * | Remove neonfp attribute and instead set default based on CPU string. Add ↵ | David Goodwin | 2009-10-01 | 1 | -2/+2 |
| | | | | | | | -arm-use-neon-fp to override the default. llvm-svn: 83218 | ||||
| * | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-09 | 1 | -5/+5 |
| | | | | | llvm-svn: 81293 | ||||
| * | Use FileCheck... its good for you... | David Goodwin | 2009-08-10 | 1 | -5/+7 |
| | | | | | llvm-svn: 78613 | ||||
| * | Fix test. | David Goodwin | 2009-08-10 | 1 | -2/+1 |
| | | | | | llvm-svn: 78606 | ||||
| * | Add nounwind keywords. | Dan Gohman | 2009-08-10 | 1 | -2/+2 |
| | | | | | llvm-svn: 78568 | ||||
| * | Make NEON single-precision FP support the default for cortex-a8 (again). | David Goodwin | 2009-08-07 | 1 | -0/+2 |
| | | | | | llvm-svn: 78430 | ||||
| * | Improve tests. | David Goodwin | 2009-08-04 | 1 | -4/+12 |
| | | | | | llvm-svn: 78083 | ||||
| * | Initial support for single-precision FP using NEON. Added "neonfp" attribute ↵ | David Goodwin | 2009-08-04 | 1 | -0/+13 |
| to enable. Added patterns for some binary FP operations. llvm-svn: 78081 | |||||

