summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARM.td
Commit message (Expand)AuthorAge
* 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
* Sink feature IsThumb into MC layer.Evan Cheng2011-07-07
* Change some ARM subtarget features to be single bit yes/no in order to sink t...Evan Cheng2011-07-07
* Factor ARM triple parsing out of ARMSubtarget. Another step towards making AR...Evan Cheng2011-07-07
* ARMv7M vs. ARMv7E-M support.Jim Grosbach2011-07-01
* This patch combines several changes from Evan Cheng for rdar://8659675.Bob Wilson2011-04-19
* Add -mcpu=cortex-a9-mp. It's cortex-a9 with MP extension. rdar://8648637.Bob Wilson2011-04-19
* Avoid some 's' 16-bit instruction which partially update CPSRBob Wilson2011-04-19
* Distribute (A + B) * C to (A * C) + (B * C) to make use of NEON multiplierEvan Cheng2011-03-31
* Add Neon VCVT instructions for f32 <-> f16 conversions.Bob Wilson2010-12-15
* Code clean up.Evan Cheng2010-12-05
* Making use of VFP / NEON floating point multiply-accumulate / subtraction isEvan Cheng2010-12-05
* Add some missing isel predicates on def : pat patterns to avoid generating VF...Evan Cheng2010-11-12
* Fix preload instruction isel. Only v7 supports pli, and only v7 with mp exten...Evan Cheng2010-11-03
* PR8359: The ARM backend may end up allocating registers D16 to D31 whenBob Wilson2010-10-12
* Nuke it from orbit. It's the only way to be sure.Jim Grosbach2010-09-30
* Teach if-converter to be more careful with predicating instructions that wouldEvan Cheng2010-09-10
* 80 column cleanup.Jim Grosbach2010-08-17
* fix emacs language spec's, patch by Edmund Grimley-Evans!Chris Lattner2010-08-17
* cortex m4 has floating point support, but only single precision.Jim Grosbach2010-08-11
* Report error if codegen tries to instantiate a ARM target when the cpu does s...Evan Cheng2010-08-11
* ArchV7M implies HW division instructions.Evan Cheng2010-08-11
* ArchV6T2, V7A, and V7M implies Thumb2; Archv7A implies NEON.Evan Cheng2010-08-11
* Add ARM Archv6M and let it implies FeatureDB (having dmb, etc.)Evan Cheng2010-08-11
* Add Cortex-M0 support. It's a ARMv6m device (no ARM mode) with some 32-bitEvan Cheng2010-08-11
* - Add subtarget feature -mattr=+db which determine whether an ARM cpu has theEvan Cheng2010-08-11
* Change -prefer-32bit-thumb to attribute -mattr=+32bit instead to disable more...Evan Cheng2010-08-09
* Add an ARM "feature". Cortex-a8 fp comparison is very slow (> 20 cycles).Evan Cheng2010-07-13
* Cleanup of ARMv7M support. Move hardware divide and Thumb2 extract/packJim Grosbach2010-05-05
* Add initial support for ARMv7M subtarget and cortex-m3 cpu. Patch byJim Grosbach2010-05-05
* Some bits of A9 scheduling: VFPAnton Korobeynikov2010-04-07
* Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field.Jakob Stoklund Olesen2010-04-05
* vml[as] are slow on 1136jf-s also.Jim Grosbach2010-04-01
* switch the flag for using NEON for SP floating point to a subtarget 'feature'.Jim Grosbach2010-03-25
* need to fix 'make check' tests first. revert for a moment.Jim Grosbach2010-03-25
* switch the flag for using NEON for SP floating point to a subtarget 'feature'Jim Grosbach2010-03-25
* switch the use-vml[as] instructions flag to a subtarget 'feature'Jim Grosbach2010-03-25
* Add substarget feature for FP16Anton Korobeynikov2010-03-14
* Add ARMv6 itineraries.David Goodwin2009-11-18
* Use NEON reg-reg moves, where profitable. This reduces "domain-cross" stalls,...Anton Korobeynikov2009-11-02
* Remove neonfp attribute and instead set default based on CPU string. Add -arm...David Goodwin2009-10-01
* Restore the -post-RA-scheduler flag as an override for the target specificati...David Goodwin2009-10-01
* Remove -post-RA-schedule flag and add a TargetSubtarget method to enable post...David Goodwin2009-09-30
* Checkpoint NEON scheduling itineraries.David Goodwin2009-09-23
* Allow a zero cycle stage to reserve/require a FU without advancing the cycle ...David Goodwin2009-08-11