summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARM.td
Commit message (Expand)AuthorAge
* Make the ARM ABI selectable via SubtargetFeature.Rafael Espindola2014-01-02
* Added support for mcpu kraitAna Pazos2013-12-06
* Change the default of AsmWriterClassName and isMCAsmWriter.Rafael Espindola2013-12-02
* [ARM] Enable FeatureMP for Cortex-A5 by default.Amara Emerson2013-11-25
* Add support for Cortex-A12.Richard Barton2013-11-22
* [ARM] add basic Cortex-A7 support to LLVM backendArtyom Skrobov2013-11-21
* [ARM] Add Virtualization subtarget feature and more build attributes in this ...Bradley Smith2013-11-01
* ARM: Add subtarget feature for CRCBernard Ogden2013-10-29
* [arm] Implement eabi_attribute, cpu, and fpu directives.Logan Chien2013-10-28
* Add hardware division as a default feature on Cortex-A15. Also add test cases...Silviu Baranga2013-10-18
* Add Cortex-A57 supportBernard Ogden2013-10-14
* Add subtarget feature support for Cortex-A53Bernard Ogden2013-10-14
* [ARM] Improve build attributes emission.Amara Emerson2013-10-07
* ARM: allow cortex-m0 to use hint instructionsTim Northover2013-10-07
* [ARM] Split A/R class into separate subtarget features.Amara Emerson2013-09-23
* [ARMv8] Add support for the v8 cryptography extensions.Amara Emerson2013-09-19
* [ARMv8] Change hasV8Fp to hasFPARMv8, and other command line optionsJoey Gouly2013-09-13
* Remove the now redundant FeatureFP16 from the Cortex-A15 feature list. It was...Silviu Baranga2013-08-08
* Allow generation of vmla.f32 instructions when targeting Cortex-A15. The patc...Silviu Baranga2013-07-29
* Add a Subtarget feature 'v8fp' to the ARM backend.Joey Gouly2013-06-27
* Add a subtarget feature 'v8' to the ARM backend.Joey Gouly2013-06-26
* ARM: diagnose ARM/Thumb assembly switches on CPUs only supporting one.Tim Northover2013-06-10
* Cortex-R5 can issue Thumb2 integer division instructions.Evan Cheng2013-06-04
* ARM: Add Performance Monitor Extensions featureTim Northover2013-05-23
* ARM: Make "SMC" instructions conditional on new TrustZone architecture feature.Tim Northover2013-04-10
* Avoid NEON SP-FP unless unsafe-math or DarwinRenato Golin2013-03-21
* Add a special ARM trap encoding for NaCl.Eli Bendersky2013-01-30
* Add ARM cortex-r5 subtarget.Quentin Colombet2012-12-21
* On some ARM cpus, flags setting movs with shifter operand, i.e. lsl, lsr, asr,Evan Cheng2012-12-20
* Add cortex-a5 subtarget to the supported ARM architecturesQuentin Colombet2012-11-29
* Add LLVM support for Swift.Bob Wilson2012-09-29
* Removed the VMLxForwarding feature for the Cortex-A15 target.Silviu Baranga2012-09-17
* This patch introduces A15 as a target in LLVM.Silviu Baranga2012-09-13
* Support fpv4 for ARM Cortex-M4.Jiangning Liu2012-08-02
* I'm introducing a new machine model to simultaneously allow simpleAndrew Trick2012-07-07
* Use "NoItineraries" for processors with no itineraries.Andrew Trick2012-06-22
* Clean up ARM fused multiply + add/sub support some more: rename some iselEvan Cheng2012-04-11
* Fix a number of problems with ARM fused multiply add/subtract instructions.Evan Cheng2012-04-11
* updated patch for the ARM fused multiply add/subSebastian Pop2012-03-05
* Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...Evan Cheng2012-02-28
* Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...Daniel Dunbar2012-02-28
* Some ARM implementaions, e.g. A-series, does return stack prediction. That is,Evan Cheng2012-02-28
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* Add fused multiple+add instructions from VFPv4.Anton Korobeynikov2012-01-22
* Remove NaClModeDavid Meyer2011-10-18
* Check in a patch that has already been code reviewed by Owen that I'd forgott...James Molloy2011-09-28
* Fix a bug introduced during refactoring a couple of months ago. Cortex-M3 doe...Evan Cheng2011-09-20
* Add a new MC bit for NaCl (Native Client) mode. NaCl requires that certainNick Lewycky2011-09-05
* Remove stray fullstop.Nick Lewycky2011-08-25
* Rename attribute 'thumb' to a more descriptive 'thumb-mode'.Evan Cheng2011-07-07