| Commit message (Expand) | Author | Age | Files | Lines |
* | Update to LLVM 3.5a. | Stephen Hines | 2014-04-24 | 1 | -4/+4 |
* | Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging.... | Stephen Lin | 2013-07-13 | 1 | -5/+5 |
* | Remove some register allocation order dependencies. | Jakob Stoklund Olesen | 2013-01-19 | 1 | -4/+4 |
* | Add LLVM support for Swift. | Bob Wilson | 2012-09-29 | 1 | -4/+4 |
* | Avoid write-after-write issue hazards for Cortex-A9. | Bob Wilson | 2011-04-19 | 1 | -1/+1 |
* | Re-commit 117518 and 117519 now that ARM MC test failures are out of the way. | Evan Cheng | 2010-10-28 | 1 | -1/+1 |
* | Revert 117518 and 117519 for now. They changed scheduling and cause MC tests ... | Evan Cheng | 2010-10-28 | 1 | -1/+1 |
* | - Assign load / store with shifter op address modes the right itinerary classes. | Evan Cheng | 2010-10-28 | 1 | -1/+1 |
* | Change ARM scheduling default to list-hybrid if the target supports floating ... | Evan Cheng | 2010-05-21 | 1 | -1/+1 |
* | switch the flag for using NEON for SP floating point to a subtarget 'feature'. | Jim Grosbach | 2010-03-25 | 1 | -2/+1 |
* | Convert ARM tests to FileCheck for PR5307. | Edward O'Callaghan | 2009-11-22 | 1 | -5/+17 |
* | Use Unified Assembly Syntax for the ARM backend. | Jim Grosbach | 2009-11-09 | 1 | -5/+5 |
* | Remove neonfp attribute and instead set default based on CPU string. Add -arm... | David Goodwin | 2009-10-01 | 1 | -2/+2 |
* | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-09 | 1 | -5/+5 |
* | Make NEON single-precision FP support the default for cortex-a8 (again). | David Goodwin | 2009-08-07 | 1 | -0/+2 |
* | Initial support for single-precision FP using NEON. Added "neonfp" attribute ... | David Goodwin | 2009-08-04 | 1 | -0/+10 |