| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Adds support for the Cortex-A17 to the ARM backend | Renato Golin | 2014-10-13 | 1 | -0/+32 | |
| | | | | | | | Patch by Matthew Wahab. llvm-svn: 219606 | |||||
| * | Emit unaligned access build attribute for ARM | Renato Golin | 2014-10-08 | 1 | -0/+28 | |
| | | | | | | | Patch by Charlie Turner. llvm-svn: 219301 | |||||
| * | [ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DP (LLVM) | Oliver Stannard | 2014-10-01 | 1 | -0/+23 | |
| | | | | | | | | | | The Cortex-M7 has 3 options for its FPU: none, FPv5-SP-D16 and FPv5-DP-D16. FPv5 has the same instructions as FP-ARMv8, so it can be modelled using the same target feature, and all double-precision operations are already disabled by the fp-only-sp target features. llvm-svn: 218747 | |||||
| * | [ARM] Emit ABI_PCS_R9_use build attribute. | Amara Emerson | 2014-07-25 | 1 | -0/+5 | |
| | | | | | | | | | Patch by Ben Foster! Differential Revision: http://reviews.llvm.org/D4657 llvm-svn: 213944 | |||||
| * | [ARM] Emit correct build attributes for the relocation models. | Amara Emerson | 2014-05-27 | 1 | -0/+10 | |
| | | | | | | | Patch by Asiri Rathnayake. llvm-svn: 209656 | |||||
| * | Fix broken CHECK lines | Nico Rieck | 2014-02-16 | 1 | -3/+3 | |
| | | | | | llvm-svn: 201479 | |||||
| * | [ARM] Do not generate Tag_DIV_use=AllowDIVExt when hardware div is ↵ | Artyom Skrobov | 2014-01-20 | 1 | -5/+23 | |
| | | | | | | | non-optional: it should have the default value of AllowDIVIfExists llvm-svn: 199638 | |||||
| * | ARM: update build attributes for ABI r2.09 | Saleem Abdulrasool | 2014-01-19 | 1 | -1/+1 | |
| | | | | | | | | Update names for the names as per the current ABI errata. Mark deprecated tags as such. llvm-svn: 199576 | |||||
| * | Move the xscale build attribute test to the proper place and remove the old one. | Amara Emerson | 2014-01-16 | 1 | -0/+5 | |
| | | | | | | | The encoding of build attributes is already tested in CodeGen/ARM/build-attributes-encoding.s llvm-svn: 199393 | |||||
| * | Must not produce Tag_CPU_arch_profile for pre-ARMv7 cores (e.g. cortex-m0) | Artyom Skrobov | 2014-01-10 | 1 | -2/+2 | |
| | | | | | llvm-svn: 198945 | |||||
| * | [ARM] Enable FeatureMP for Cortex-A5 by default. | Amara Emerson | 2013-11-25 | 1 | -1/+44 | |
| | | | | | | | Patch by Oliver Stannard. llvm-svn: 195640 | |||||
| * | Add support for Cortex-A12. | Richard Barton | 2013-11-22 | 1 | -0/+32 | |
| | | | | | | | Patch by Oliver Stannard! llvm-svn: 195448 | |||||
| * | [ARM] add the overlooked tests for Cortex-A7 build attributes | Artyom Skrobov | 2013-11-21 | 1 | -0/+360 | |
| llvm-svn: 195365 | ||||||

