[C++11] Add 'override' keyword to virtual methods that override their base class.
[oota-llvm.git] / lib / Target / ARM / ARMSubtarget.h
2014-03-10 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-02-02 Joerg SonnenbergerUnaligned access is supported on ARMv6 and ARMv7 for...
2014-01-30 Evgeniy StepanovReenable ARM EHABI on Android.
2014-01-29 Renato GolinEnable EHABI by default
2014-01-06 Tim NorthoverARM MachO: sort out isTargetDarwin/isTargetIOS/......
2014-01-06 Tim NorthoverARM: keep special non-AEABIness of "-darwin-eabi" tripl...
2014-01-02 Rafael EspindolaMake the ARM ABI selectable via SubtargetFeature.
2013-12-18 Tim NorthoverARM: set default float ABI based on triple.
2013-12-16 Joerg SonnenbergerRecognize EABIHF as environment and use it for RTAPI...
2013-12-10 Tim NorthoverMake Triple's isOSBinFormatXXX functions partition...
2013-12-06 Ana PazosAdded support for mcpu krait
2013-12-02 Tim NorthoverARM: decide whether to use movw/movt based on "minsize...
2013-11-22 Richard BartonAdd support for Cortex-A12.
2013-11-21 Artyom Skrobov[ARM] add basic Cortex-A7 support to LLVM backend
2013-11-13 Weiming ZhaoEnable generating legacy IT block for AArch32
2013-11-03 Bob WilsonEnable optimization of sin / cos pair into call to...
2013-11-01 Bradley Smith[ARM] Add Virtualization subtarget feature and more...
2013-10-29 Bernard OgdenARM: Add subtarget feature for CRC
2013-10-25 Tim NorthoverARM: don't expand atomicrmw inline on Cortex-M0
2013-10-14 Bernard OgdenAdd Cortex-A57 support
2013-10-14 Bernard OgdenAdd subtarget feature support for Cortex-A53
2013-10-07 Amara Emerson[ARM] Improve build attributes emission.
2013-10-07 Tim NorthoverARM: allow cortex-m0 to use hint instructions
2013-09-23 Amara Emerson[ARM] Split A/R class into separate subtarget features.
2013-09-19 Amara Emerson[ARMv8] Add support for the v8 cryptography extensions.
2013-09-13 Joey Gouly[ARMv8] Change hasV8Fp to hasFPARMv8, and other command...
2013-08-29 Cameron EsfahaniClean up some usage of Triple. The base class has...
2013-07-16 Renato GolinARM EABI divmod support
2013-06-28 David BlaikieRemove unused member
2013-06-27 Joey GoulyAdd a Subtarget feature 'v8fp' to the ARM backend.
2013-06-26 Joey GoulyAdd a subtarget feature 'v8' to the ARM backend.
2013-05-23 Tim NorthoverARM: Add Performance Monitor Extensions feature
2013-05-17 JF BastienSupport unaligned load/store on more ARM targets
2013-04-10 Tim NorthoverARM: Make "SMC" instructions conditional on new TrustZo...
2013-03-21 Renato GolinAvoid NEON SP-FP unless unsafe-math or Darwin
2013-02-16 Renato GolinTypo
2013-02-16 Bill WendlingReinitialize the ivars in the subtarget so that they...
2013-02-15 Bill WendlingTemporary revert of 175320.
2013-02-15 Bill WendlingReinitialize the ivars in the subtarget.
2013-02-15 Bill WendlingSupport changing the subtarget features in ARM.
2013-01-30 Eli BenderskyAdd a special ARM trap encoding for NaCl.
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...
next