summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMSubtarget.h
Commit message (Expand)AuthorAge
* Move all of the ARM subtarget features down onto the subtargetEric Christopher2014-06-26
* Add a new subtarget hook for whether or not we'd like to enableEric Christopher2014-06-19
* Move ARMJITInfo off of the TargetMachine and down onto the subtarget.Eric Christopher2014-06-18
* Temporarily revert r210953 in an attempt to bring the ARM buildbotsEric Christopher2014-06-15
* Move ARMJITInfo off of the TargetMachine and down onto the subtarget.Eric Christopher2014-06-13
* Move ARMSelectionDAGInfo from the TargetMachine to the subtarget.Eric Christopher2014-06-13
* Move to a private function to initialize subtarget dependenciesEric Christopher2014-06-13
* CodeGen: enable mov.w/mov.t pairs with minsize for WoASaleem Abdulrasool2014-06-12
* Add a subtarget hook: enablePostMachineScheduler.Andrew Trick2014-06-04
* Re-enable inline memcpy expansion for Thumb1.James Molloy2014-05-16
* Tidy up. Trailing whitespace.Jim Grosbach2014-04-03
* ARM: update subtarget information for Windows on ARMSaleem Abdulrasool2014-04-02
* ARM: Add support for segmented stacksOliver Stannard2014-04-02
* ARM: teach LLVM that Cortex-A7 is very similar to A8.Tim Northover2014-04-01
* ARM: add cyclone CPU with ZeroCycleZeroing feature.Tim Northover2014-04-01
* Add ARM big endian Target (armeb, thumbeb)Christian Pirker2014-03-28
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-10
* Unaligned access is supported on ARMv6 and ARMv7 for the NetBSD target.Joerg Sonnenberger2014-02-02
* Reenable ARM EHABI on Android.Evgeniy Stepanov2014-01-30
* Enable EHABI by defaultRenato Golin2014-01-29
* ARM MachO: sort out isTargetDarwin/isTargetIOS/... checks.Tim Northover2014-01-06
* ARM: keep special non-AEABIness of "-darwin-eabi" triples for nowTim Northover2014-01-06
* Make the ARM ABI selectable via SubtargetFeature.Rafael Espindola2014-01-02
* ARM: set default float ABI based on triple.Tim Northover2013-12-18
* Recognize EABIHF as environment and use it for RTAPI + VFP.Joerg Sonnenberger2013-12-16
* Make Triple's isOSBinFormatXXX functions partition triple-space.Tim Northover2013-12-10
* Added support for mcpu kraitAna Pazos2013-12-06
* ARM: decide whether to use movw/movt based on "minsize" attribute.Tim Northover2013-12-02
* Add support for Cortex-A12.Richard Barton2013-11-22
* [ARM] add basic Cortex-A7 support to LLVM backendArtyom Skrobov2013-11-21
* Enable generating legacy IT block for AArch32Weiming Zhao2013-11-13
* Enable optimization of sin / cos pair into call to __sincos_stret for iOS7+.Bob Wilson2013-11-03
* [ARM] Add Virtualization subtarget feature and more build attributes in this ...Bradley Smith2013-11-01
* ARM: Add subtarget feature for CRCBernard Ogden2013-10-29
* ARM: don't expand atomicrmw inline on Cortex-M0Tim Northover2013-10-25
* Add Cortex-A57 supportBernard Ogden2013-10-14
* Add subtarget feature support for Cortex-A53Bernard Ogden2013-10-14
* [ARM] Improve build attributes emission.Amara Emerson2013-10-07
* ARM: allow cortex-m0 to use hint instructionsTim Northover2013-10-07
* [ARM] Split A/R class into separate subtarget features.Amara Emerson2013-09-23
* [ARMv8] Add support for the v8 cryptography extensions.Amara Emerson2013-09-19
* [ARMv8] Change hasV8Fp to hasFPARMv8, and other command line optionsJoey Gouly2013-09-13
* Clean up some usage of Triple. The base class has methods for determining if...Cameron Esfahani2013-08-29
* ARM EABI divmod supportRenato Golin2013-07-16
* Remove unused memberDavid Blaikie2013-06-28
* Add a Subtarget feature 'v8fp' to the ARM backend.Joey Gouly2013-06-27
* Add a subtarget feature 'v8' to the ARM backend.Joey Gouly2013-06-26
* ARM: Add Performance Monitor Extensions featureTim Northover2013-05-23
* Support unaligned load/store on more ARM targetsJF Bastien2013-05-17
* ARM: Make "SMC" instructions conditional on new TrustZone architecture feature.Tim Northover2013-04-10