Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430, PPC...
[oota-llvm.git] / lib / Target / ARM / ARM.td
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2012-01-22 Anton KorobeynikovAdd fused multiple+add instructions from VFPv4.
2011-10-18 David MeyerRemove NaClMode
2011-09-28 James MolloyCheck in a patch that has already been code reviewed...
2011-09-20 Evan ChengFix a bug introduced during refactoring a couple of...
2011-09-05 Nick LewyckyAdd a new MC bit for NaCl (Native Client) mode. NaCl...
2011-08-25 Nick LewyckyRemove stray fullstop.
2011-07-07 Evan ChengRename attribute 'thumb' to a more descriptive 'thumb...
2011-07-07 Evan ChengSink feature IsThumb into MC layer.
2011-07-07 Evan ChengChange some ARM subtarget features to be single bit...
2011-07-07 Evan ChengFactor ARM triple parsing out of ARMSubtarget. Another...
2011-07-01 Jim GrosbachARMv7M vs. ARMv7E-M support.
2011-04-19 Bob WilsonThis patch combines several changes from Evan Cheng...
2011-04-19 Bob WilsonAdd -mcpu=cortex-a9-mp. It's cortex-a9 with MP extensio...
2011-04-19 Bob WilsonAvoid some 's' 16-bit instruction which partially updat...
2011-03-31 Evan ChengDistribute (A + B) * C to (A * C) + (B * C) to make...
2010-12-15 Bob WilsonAdd Neon VCVT instructions for f32 <-> f16 conversions.
2010-12-05 Evan ChengCode clean up.
2010-12-05 Evan ChengMaking use of VFP / NEON floating point multiply-accumu...
2010-11-12 Evan ChengAdd some missing isel predicates on def : pat patterns...
2010-11-03 Evan ChengFix preload instruction isel. Only v7 supports pli...
2010-10-12 Bob WilsonPR8359: The ARM backend may end up allocating registers...
2010-09-30 Jim GrosbachNuke it from orbit. It's the only way to be sure.
2010-09-10 Evan ChengTeach if-converter to be more careful with predicating...
2010-08-17 Jim Grosbach80 column cleanup.
2010-08-17 Chris Lattnerfix emacs language spec's, patch by Edmund Grimley...
2010-08-11 Jim Grosbachcortex m4 has floating point support, but only single...
2010-08-11 Evan ChengReport error if codegen tries to instantiate a ARM...
2010-08-11 Evan ChengArchV7M implies HW division instructions.
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