Add LICENSE.TXT covering contributions made by ARM.
[oota-llvm.git] / lib / Target / ARM / ARMSubtarget.h
2012-12-21 Quentin ColombetAdd ARM cortex-r5 subtarget.
2012-12-20 Evan ChengOn some ARM cpus, flags setting movs with shifter opera...
2012-12-04 Eli BenderskyMake NaCl naming consistent. The triple OSType is calle...
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-11-29 Quentin ColombetAdd cortex-a5 subtarget to the supported ARM architectures
2012-09-29 Bob WilsonAdd LLVM support for Swift.
2012-09-13 Silviu BarangaThis patch introduces A15 as a target in LLVM.
2012-08-08 Andrew TrickAdded MispredictPenalty to SchedMachineModel.
2012-08-08 Andrew Trickwhitespace
2012-04-11 Evan ChengClean up ARM fused multiply + add/sub support some...
2012-04-11 Evan ChengFix a number of problems with ARM fused multiply add...
2012-03-05 Sebastian Popupdated patch for the ARM fused multiply add/sub
2012-02-28 Evan ChengRe-commit r151623 with fix. Only issue special no-retur...
2012-02-28 Daniel DunbarRevert r151623 "Some ARM implementaions, e.g. A-series...
2012-02-28 Evan ChengSome ARM implementaions, e.g. A-series, does return...
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-12-20 Evan ChengARM target code clean up. Check for iOS, not Darwin...
2011-11-09 Evan ChengHide cpu name checking in ARMSubtarget.
2011-10-18 David MeyerRemove NaClMode
2011-10-07 Bob WilsonReenable tail calls for iOS 5.0 and later.
2011-09-28 James MolloyCheck in a patch that has already been code reviewed...
2011-09-05 Nick LewyckyAdd a new MC bit for NaCl (Native Client) mode. NaCl...
2011-07-07 Evan ChengRewrite comment in English.
2011-07-07 Evan ChengRename attribute 'thumb' to a more descriptive 'thumb...
2011-07-07 Evan ChengCompute feature bits at time of MCSubtargetInfo initial...
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 Evan ChengRename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc...
2011-07-01 Jim GrosbachARMv7M vs. ARMv7E-M support.
2011-07-01 Evan ChengRename TargetSubtarget to TargetSubtargetInfo for consi...
2011-07-01 Evan Cheng- Added MCSubtargetInfo to capture subtarget features...
2011-06-30 Evan ChengFix the ridiculous SubtargetFeatures API where it impli...
2011-06-29 Evan ChengSink SubtargetFeature and TargetInstrItineraries (renam...
2011-05-20 Evan ChengRevert accidental commit.
2011-05-20 Evan ChengRevert r131664 and fix it in instcombine instead. rdar...
2011-04-20 Evan ChengRemove -use-divmod-libcall. Let targets opt in when...
2011-04-19 Daniel DunbarADT/Triple: Move a variety of clients to using isOSDarw...
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...
2011-01-11 Evan ChengClean up ARM subtarget code by using Triple ADT.
2010-12-24 Andrew TrickVarious bits of framework needed for precise machine...
2010-12-24 Andrew Trickwhitespace
2010-12-05 Evan ChengMaking use of VFP / NEON floating point multiply-accumu...
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-10-03 Rafael EspindolaJim Asked us to move DataLayout on ARM back to the...
2010-09-29 Bob WilsonIncrease ARM APCS preferred alignment for i64 and f64...
2010-09-28 Owen AndersonAdd a subtarget hook for reporting the misprediction...
2010-09-28 Bob WilsonAdd a command line option "-arm-strict-align" to disall...
2010-09-27 Daniel DunbarHard to imagine there are still people using inferior...
2010-09-27 Rafael EspindolaOdd additional stub framework for the ARM MC ELF emission.
2010-09-10 Evan ChengTeach if-converter to be more careful with predicating...
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 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...
next