summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMSubtarget.cpp
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
* Add a subtarget hook: enablePostMachineScheduler.Andrew Trick2014-06-04
* [cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth2014-04-22
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-21
* ARM: update subtarget information for Windows on ARMSaleem Abdulrasool2014-04-02
* ARM: cortex-m0 doesn't support unaligned memory access.Jim Grosbach2014-04-02
* ARM: add cyclone CPU with ZeroCycleZeroing feature.Tim Northover2014-04-01
* Add ARM big endian Target (armeb, thumbeb)Christian Pirker2014-03-28
* ARM: enable tail call optimisation on Thumb 2Saleem Abdulrasool2014-03-11
* Support: split object format out of environmentSaleem Abdulrasool2014-03-06
* Use 16 byte stack alignment for NaCl on ARMMark Seaborn2014-02-16
* Unaligned access is supported on ARMv6 and ARMv7 for the NetBSD target.Joerg Sonnenberger2014-02-02
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* ARM MachO: sort out isTargetDarwin/isTargetIOS/... checks.Tim Northover2014-01-06
* Make the ARM ABI selectable via SubtargetFeature.Rafael Espindola2014-01-02
* Recognize EABIHF as environment and use it for RTAPI + VFP.Joerg Sonnenberger2013-12-16
* Fix Android regression in r197332.Evgeniy Stepanov2013-12-16
* Replace string matching with a switch on Triple::getEnvironment.Joerg Sonnenberger2013-12-15
* Enabling thumb2 mode used to force support for armv6t2. Replace thisJoerg Sonnenberger2013-12-13
* ARM: decide whether to use movw/movt based on "minsize" attribute.Tim Northover2013-12-02
* 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] Make sure HasCRC is initialized to false in Subtarget.Amara Emerson2013-10-29
* [ARM] Improve build attributes emission.Amara Emerson2013-10-07
* CriticalAntiDepBreaker is no longer needed for armv7 scheduling.Andrew Trick2013-09-25
* [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
* ARM: Default to the Swift CPU when targeting armv7s/thumbv7s.Tilmann Scheller2013-09-02
* Revert 189756 for now, it doesn't match what rdar://14871821 really wants.Tilmann Scheller2013-09-02
* ARM: Default to Swift when compiling for iOS 6 or later.Tilmann Scheller2013-09-02
* make arm-use-movt available for all ARMRenato Golin2013-08-15
* make arm-reserve-r9 available for all ARMRenato Golin2013-08-15
* 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
* Revert "Support unaligned load/store on more ARM targets"Derek Schuff2013-05-15
* Support unaligned load/store on more ARM targetsDerek Schuff2013-05-15
* ARM: Make "SMC" instructions conditional on new TrustZone architecture feature.Tim Northover2013-04-10
* Avoid NEON SP-FP unless unsafe-math or DarwinRenato Golin2013-03-21
* Reinitialize the ivars in the subtarget so that they can be reset with the ne...Bill Wendling2013-02-16
* Temporary revert of 175320.Bill Wendling2013-02-15