Add ARM Archv6M and let it implies FeatureDB (having dmb, etc.)
[oota-llvm.git] / lib / Target / ARM / ARMSubtarget.h
2010-08-11 Evan ChengAdd ARM Archv6M and let it implies FeatureDB (having...
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-06 Shantonu SenFix "warning: extra ';' inside a struct or union" when...
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-15 Dan GohmanAdd const qualifiers to CodeGen's use of LLVM IR constr...
2010-03-25 Jim Grosbachswitch the use-vml[as] instructions flag to a subtarget...
2010-03-24 Jim GrosbachMake the use of the vmla and vmls VFP instructions...
2010-03-14 Anton KorobeynikovAdd substarget feature for FP16
2010-03-11 Bob WilsonLower small memcpys to load/stores on Thumb2.
2010-03-06 Anton KorobeynikovInitial bits of ARMv4-only support.
2009-11-30 Bob WilsonRemove isProfitableToDuplicateIndirectBranch target...
2009-11-24 Anton KorobeynikovMaterialize global addresses via movt/movw pair, this...
2009-11-18 Bob WilsonAdd a target hook to allow changing the tail duplicatio...
2009-11-13 David GoodwinAllow target to specify regclass for which antideps...
2009-11-10 David GoodwinFixed to address code review. No functional changes.
2009-11-10 David GoodwinAllow targets to specify register classes whose member...
2009-10-26 David GoodwinBreak anti-dependence breaking out into its own class.
2009-10-22 David GoodwinAllow the target to select the level of anti-dependence...
2009-10-16 Evan ChengChange createPostRAScheduler so it can be turned off...
2009-09-30 David GoodwinRemove -post-RA-schedule flag and add a TargetSubtarget...
2009-09-03 Evan ChengReference to hidden symbols do not have to go through...
2009-08-28 Evan ChengLet Darwin linker auto-synthesize stubs and lazy-pointe...
2009-08-11 Jim GrosbachWhitespace cleanup. Remove trailing whitespace.
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-08-02 Daniel DunbarNormalize Subtarget constructors to take a target tripl...
2009-07-06 Evan ChengisThumb2 really should mean thumb2 only, not thumb2+.
2009-07-02 Evan ChengChange the meaning of predicate hasThumb2 to mean thumb...
2009-06-25 Bob WilsonRevert 74164. We'll want to use this method later.
2009-06-25 Bob WilsonRemove unused hasV6T2Ops method. We already have a...
2009-06-19 Evan ChengLatency information for ARM v6. It's rough and not...
2009-06-18 Evan ChengRemove UseThumbBacktraces. Just check if subtarget...
2009-06-15 Anton KorobeynikovRename methods for the sake of consistency.
2009-06-08 Anton KorobeynikovSeparate V6 from V6T2 since the latter has some extra...
2009-06-08 Anton KorobeynikovAdd helper for checking of Thumb1 mode
2009-06-01 Anton KorobeynikovImplement review feedback. Make thumb2 'normal' subtarg...
2009-05-29 Anton KorobeynikovAdd placeholder for thumb2 stuff
2009-05-23 Anton KorobeynikovAdd ARMv7 architecture, Cortex processors and different...
2009-05-23 Anton KorobeynikovPropagate CPU string out of SubtargetFeatures
2008-04-12 Dan GohmanDrop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-10-31 Rafael EspindolaMake ARM and X86 LowerMEMCPY identical by moving the...
2007-10-31 Rafael EspindolaMake ARM an X86 memcpy expansion more similar to each...
2007-02-23 Evan ChengAdded -march=thumb; removed -enable-thumb.
2007-02-13 Lauro Ramos VenancioAdd ABI information to ARM subtarget.
2007-01-19 Evan ChengIntroduce TargetType's ELF and Darwin.
2007-01-19 Evan ChengARM backend contribution from Apple.