summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/build-attributes.ll
Commit message (Collapse)AuthorAgeFilesLines
...
* Adds support for the Cortex-A17 to the ARM backendRenato Golin2014-10-131-0/+32
| | | | | | Patch by Matthew Wahab. llvm-svn: 219606
* Emit unaligned access build attribute for ARMRenato Golin2014-10-081-0/+28
| | | | | | Patch by Charlie Turner. llvm-svn: 219301
* [ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DP (LLVM)Oliver Stannard2014-10-011-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 Emerson2014-07-251-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 Emerson2014-05-271-0/+10
| | | | | | Patch by Asiri Rathnayake. llvm-svn: 209656
* Fix broken CHECK linesNico Rieck2014-02-161-3/+3
| | | | llvm-svn: 201479
* [ARM] Do not generate Tag_DIV_use=AllowDIVExt when hardware div is ↵Artyom Skrobov2014-01-201-5/+23
| | | | | | non-optional: it should have the default value of AllowDIVIfExists llvm-svn: 199638
* ARM: update build attributes for ABI r2.09Saleem Abdulrasool2014-01-191-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 Emerson2014-01-161-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 Skrobov2014-01-101-2/+2
| | | | llvm-svn: 198945
* [ARM] Enable FeatureMP for Cortex-A5 by default.Amara Emerson2013-11-251-1/+44
| | | | | | Patch by Oliver Stannard. llvm-svn: 195640
* Add support for Cortex-A12.Richard Barton2013-11-221-0/+32
| | | | | | Patch by Oliver Stannard! llvm-svn: 195448
* [ARM] add the overlooked tests for Cortex-A7 build attributesArtyom Skrobov2013-11-211-0/+360
llvm-svn: 195365
OpenPOWER on IntegriCloud