Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / Target / ARM / ARMSubtarget.h
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-13 Matthias BraunRename TargetSubtargetInfo::enablePostMachineScheduler...
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCSubta...
2015-05-23 Akira HatanakaStop resetting NoFramePointerElim in TargetMachine...
2015-05-12 Eric ChristopherMigrate existing backends that care about software...
2015-04-09 Javed Absar[ARM] support for Cortex-R4/R4F
2015-04-01 Vladimir Sukharev[ARM] Rename v8.1a from "extension" to "architecture"
2015-03-26 Vladimir Sukharev[AArch64, ARM] Add v8.1a architecture and generic cpu
2015-03-17 Renato Golin[ARM] Add support for ARMV6K subtarget (LLVM)
2015-02-05 Cameron EsfahaniValue soft float calls as more expensive in the inliner.
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-12-18 Eric ChristopherAdd a new string member to the TargetOptions struct...
2014-11-22 Simon PilgrimTidied up target triple OS detection. NFC
2014-10-13 Renato GolinAdds support for the Cortex-A17 to the ARM backend
2014-10-08 Renato GolinRefactor isThumb1Only() && isMClass() into a predicate...
2014-10-03 Eric Christopherconstify TargetMachine argument.
2014-10-03 Eric ChristopherWe can grab the options struct from the TargetMachine...
2014-09-03 Eric ChristopherRemove resetSubtargetFeatures as it is unused.
2014-09-03 Benjamin KramerAdd override to overriden virtual methods, remove virtu...
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-09-02 Pete CooperChange MCSchedModel to be a struct of statically initia...
2014-08-21 Robin MorissetRename AtomicExpandLoadLinked into AtomicExpand
2014-08-15 Robin MorissetFix typos in comments
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-27 Matt ArsenaultAdd alignment value to allowsUnalignedMemoryAccess
2014-07-16 Chris Bieneman[RegisterCoalescer] Moving the RegisterCoalescer subtar...
2014-07-15 Sanjay PatelMove Post RA Scheduling flag bit into SchedMachineModel
2014-07-15 Chris Bieneman[RegisterCoalescer] Add new subtarget hook allowing...
2014-07-04 Eric ChristopherMove function dependent resetting of a subtarget variab...
2014-06-26 Eric ChristopherMove all of the ARM subtarget features down onto the...
2014-06-19 Eric ChristopherAdd a new subtarget hook for whether or not we'd like...
2014-06-18 Eric ChristopherMove ARMJITInfo off of the TargetMachine and down onto...
2014-06-15 Eric ChristopherTemporarily revert r210953 in an attempt to bring the...
2014-06-13 Eric ChristopherMove ARMJITInfo off of the TargetMachine and down onto...
2014-06-13 Eric ChristopherMove ARMSelectionDAGInfo from the TargetMachine to...
2014-06-13 Eric ChristopherMove to a private function to initialize subtarget...
2014-06-12 Saleem AbdulrasoolCodeGen: enable mov.w/mov.t pairs with minsize for WoA
2014-06-04 Andrew TrickAdd a subtarget hook: enablePostMachineScheduler.
2014-05-16 James MolloyRe-enable inline memcpy expansion for Thumb1.
2014-04-03 Jim GrosbachTidy up. Trailing whitespace.
2014-04-02 Saleem AbdulrasoolARM: update subtarget information for Windows on ARM
2014-04-02 Oliver StannardARM: Add support for segmented stacks
2014-04-01 Tim NorthoverARM: teach LLVM that Cortex-A7 is very similar to A8.
2014-04-01 Tim NorthoverARM: add cyclone CPU with ZeroCycleZeroing feature.
2014-03-28 Christian PirkerAdd ARM big endian Target (armeb, thumbeb)
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...
next