Handle ARMv6KZ naming
[oota-llvm.git] / lib / Target / ARM / ARM.td
2010-08-11 Evan ChengArchV6T2, V7A, and V7M implies Thumb2; Archv7A implies...
2010-08-11 Evan ChengAdd ARM Archv6M and let it implies FeatureDB (having...
2010-08-11 Evan ChengAdd Cortex-M0 support. It's a ARMv6m device (no ARM...
2010-08-11 Evan Cheng- Add subtarget feature -mattr=+db which determine...
2010-08-09 Evan ChengChange -prefer-32bit-thumb to attribute -mattr=+32bit...
2010-07-13 Evan ChengAdd an ARM "feature". Cortex-a8 fp comparison is very...
2010-05-05 Jim GrosbachCleanup of ARMv7M support. Move hardware divide and...
2010-05-05 Jim GrosbachAdd initial support for ARMv7M subtarget and cortex...
2010-04-07 Anton KorobeynikovSome bits of A9 scheduling: VFP
2010-04-05 Jakob Stoklund OlesenReplace TSFlagsFields and TSFlagsShifts with a simpler...
2010-04-01 Jim Grosbachvml[as] are slow on 1136jf-s also.
2010-03-25 Jim Grosbachswitch the flag for using NEON for SP floating point...
2010-03-25 Jim Grosbachneed to fix 'make check' tests first. revert for a...
2010-03-25 Jim Grosbachswitch the flag for using NEON for SP floating point...
2010-03-25 Jim Grosbachswitch the use-vml[as] instructions flag to a subtarget...
2010-03-14 Anton KorobeynikovAdd substarget feature for FP16
2009-11-18 David GoodwinAdd ARMv6 itineraries.
2009-11-02 Anton KorobeynikovUse NEON reg-reg moves, where profitable. This reduces...
2009-10-01 David GoodwinRemove neonfp attribute and instead set default based...
2009-10-01 David GoodwinRestore the -post-RA-scheduler flag as an override...
2009-09-30 David GoodwinRemove -post-RA-schedule flag and add a TargetSubtarget...
2009-09-23 David GoodwinCheckpoint NEON scheduling itineraries.
2009-08-11 David GoodwinAllow a zero cycle stage to reserve/require a FU withou...
2009-08-07 David GoodwinMake NEON single-precision FP support the default for...
2009-08-05 David GoodwinDisable NEON single-precision FP support for Cortex...
2009-08-05 David GoodwinBy default, for cortex-a8 use NEON for single-precision FP.
2009-08-04 David GoodwinInitial support for single-precision FP using NEON...
2009-07-21 Evan ChengAdd fake v7 itineraries for now.
2009-07-08 Evan ChengAdd a Thumb2 instruction flag to that indicates whether...
2009-06-19 Evan ChengLatency information for ARM v6. It's rough and not...
2009-06-08 Anton KorobeynikovSeparate V6 from V6T2 since the latter has some extra...
2009-05-29 Anton KorobeynikovAdd placeholder for thumb2 stuff
2009-05-23 Anton KorobeynikovAdd ARMv7 architecture, Cortex processors and different...
2009-04-17 Bob WilsonUse CallConvLower.h and TableGen descriptions of the...
2008-11-24 Evan ChengMove target independent td files from lib/Target/ to...
2008-11-06 Evan ChengRemove opcode from instruction TS flags; add MOVCC...
2008-11-05 Evan ChengRestructure ARM code emitter to use instruction formats...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-08-07 Evan ChengInitial JIT support for ARM by Raul Fernandes Herbster.
2007-05-04 Lauro Ramos VenancioAdd a processor.
2007-01-19 Evan ChengARM backend contribution from Apple.
2006-05-18 Evan ChenggetCalleeSaveRegs and getCalleeSaveRegClasses are no...
2006-05-17 Evan ChengRemove PointerType from class Target
2006-05-14 Rafael Espindolaadded a skeleton of the ARM backend