aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARM.td
Commit message (Expand)AuthorAgeFilesLines
* ARM: diagnose ARM/Thumb assembly switches on CPUs only supporting one.Tim Northover2013-06-101-1/+2
* Cortex-R5 can issue Thumb2 integer division instructions.Evan Cheng2013-06-041-1/+2
* ARM: Add Performance Monitor Extensions featureTim Northover2013-05-231-1/+3
* ARM: Make "SMC" instructions conditional on new TrustZone architecture feature.Tim Northover2013-04-101-5/+11
* Avoid NEON SP-FP unless unsafe-math or DarwinRenato Golin2013-03-211-6/+4
* Add a special ARM trap encoding for NaCl.Eli Bendersky2013-01-301-0/+5
* Add ARM cortex-r5 subtarget.Quentin Colombet2012-12-211-0/+11
* On some ARM cpus, flags setting movs with shifter operand, i.e. lsl, lsr, asr,Evan Cheng2012-12-201-0/+5
* Add cortex-a5 subtarget to the supported ARM architecturesQuentin Colombet2012-11-291-0/+10
* Add LLVM support for Swift.Bob Wilson2012-09-291-3/+19
* Removed the VMLxForwarding feature for the Cortex-A15 target.Silviu Baranga2012-09-171-2/+1
* This patch introduces A15 as a target in LLVM.Silviu Baranga2012-09-131-0/+10
* Support fpv4 for ARM Cortex-M4.Jiangning Liu2012-08-021-1/+1
* I'm introducing a new machine model to simultaneously allow simpleAndrew Trick2012-07-071-3/+3
* Use "NoItineraries" for processors with no itineraries.Andrew Trick2012-06-221-1/+1
* Clean up ARM fused multiply + add/sub support some more: rename some iselEvan Cheng2012-04-111-3/+0
* Fix a number of problems with ARM fused multiply add/subtract instructions.Evan Cheng2012-04-111-2/+0
* updated patch for the ARM fused multiply add/subSebastian Pop2012-03-051-3/+5
* Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...Evan Cheng2012-02-281-3/+9
* Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...Daniel Dunbar2012-02-281-9/+3
* Some ARM implementaions, e.g. A-series, does return stack prediction. That is,Evan Cheng2012-02-281-3/+9
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* Add fused multiple+add instructions from VFPv4.Anton Korobeynikov2012-01-221-0/+6
* Remove NaClModeDavid Meyer2011-10-181-3/+0
* Check in a patch that has already been code reviewed by Owen that I'd forgott...James Molloy2011-09-281-3/+7
* Fix a bug introduced during refactoring a couple of months ago. Cortex-M3 doe...Evan Cheng2011-09-201-3/+5
* Add a new MC bit for NaCl (Native Client) mode. NaCl requires that certainNick Lewycky2011-09-051-0/+3
* Remove stray fullstop.Nick Lewycky2011-08-251-1/+1
* Rename attribute 'thumb' to a more descriptive 'thumb-mode'.Evan Cheng2011-07-071-1/+1
* Sink feature IsThumb into MC layer.Evan Cheng2011-07-071-9/+13
* Change some ARM subtarget features to be single bit yes/no in order to sink t...Evan Cheng2011-07-071-68/+72
* Factor ARM triple parsing out of ARMSubtarget. Another step towards making AR...Evan Cheng2011-07-071-1/+1
* ARMv7M vs. ARMv7E-M support.Jim Grosbach2011-07-011-3/+13
* This patch combines several changes from Evan Cheng for rdar://8659675.Bob Wilson2011-04-191-1/+1
* Add -mcpu=cortex-a9-mp. It's cortex-a9 with MP extension. rdar://8648637.Bob Wilson2011-04-191-0/+2
* Avoid some 's' 16-bit instruction which partially update CPSRBob Wilson2011-04-191-1/+10
* Distribute (A + B) * C to (A * C) + (B * C) to make use of NEON multiplierEvan Cheng2011-03-311-3/+10
* Add Neon VCVT instructions for f32 <-> f16 conversions.Bob Wilson2010-12-151-1/+2
* Code clean up.Evan Cheng2010-12-051-6/+6
* Making use of VFP / NEON floating point multiply-accumulate / subtraction isEvan Cheng2010-12-051-13/+13
* Add some missing isel predicates on def : pat patterns to avoid generating VF...Evan Cheng2010-11-121-1/+2
* Fix preload instruction isel. Only v7 supports pli, and only v7 with mp exten...Evan Cheng2010-11-031-0/+3
* PR8359: The ARM backend may end up allocating registers D16 to D31 whenBob Wilson2010-10-121-0/+2
* Nuke it from orbit. It's the only way to be sure.Jim Grosbach2010-09-301-0/+14
* Teach if-converter to be more careful with predicating instructions that wouldEvan Cheng2010-09-101-3/+12
* 80 column cleanup.Jim Grosbach2010-08-171-3/+3
* fix emacs language spec's, patch by Edmund Grimley-Evans!Chris Lattner2010-08-171-1/+1
* cortex m4 has floating point support, but only single precision.Jim Grosbach2010-08-111-1/+3
* Report error if codegen tries to instantiate a ARM target when the cpu does s...Evan Cheng2010-08-111-2/+5
* ArchV7M implies HW division instructions.Evan Cheng2010-08-111-3/+3