summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMSubtarget.h
Commit message (Expand)AuthorAgeFilesLines
...
* [ARM] Add subtarget features for ARMv8.2-AOliver Stannard2015-12-011-2/+7
* [ARM] Default to ARMv4t in favour of adding Other to ARMArchBradley Smith2015-11-171-1/+1
* [ARM] Properly initialize ARMArch in the ARM subtargetBradley Smith2015-11-171-1/+1
* Handle ARMv6KZ namingArtyom Skrobov2015-11-161-1/+1
* [ARM] Introduce subtarget features per ARM architecture.Bradley Smith2015-11-161-1/+10
* [EABI] Add LLVM support for -meabi flagRenato Golin2015-11-091-0/+5
* ARM: add support for WatchOS's compact unwind information.Tim Northover2015-10-281-0/+4
* ARM: add backend support for the ABI used in WatchOSTim Northover2015-10-281-1/+3
* Add Triple::isAndroid().Evgeniy Stepanov2015-10-081-4/+2
* [ARM] Handle +t2dsp feature as an ArchExtKind in ARMTargetParser.defArtyom Skrobov2015-09-241-4/+4
* ARM: prefer allocating VFP regs at stride 4 on Darwin.Tim Northover2015-08-031-0/+2
* [ARM] Define subtarget feature strict-align.Akira Hatanaka2015-07-281-7/+3
* [ARM] Define subtarget feature "reserve-r9", which is used to decideAkira Hatanaka2015-07-211-3/+5
* Revert r242737.Akira Hatanaka2015-07-201-5/+3
* [ARM] Define subtarget feature "reserve-r9", which is used to decideAkira Hatanaka2015-07-201-3/+5
* ARM: Enable MachineScheduler and disable PostRAScheduler for swift.Matthias Braun2015-07-171-0/+3
* Revert "ARM: Enable MachineScheduler and disable PostRAScheduler for swift."Adam Nemet2015-07-171-3/+0
* ARM: Enable MachineScheduler and disable PostRAScheduler for swift.Matthias Braun2015-07-171-0/+3
* [ARM] Define a subtarget feature that is used to avoid using movt/movwAkira Hatanaka2015-07-161-3/+3
* [ARM] Define a subtarget feature and use it to decide whether long calls shouldAkira Hatanaka2015-07-071-0/+4
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Rename TargetSubtargetInfo::enablePostMachineScheduler() to enablePostRASched...Matthias Braun2015-06-131-1/+1
* Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders2015-06-101-2/+2
* Stop resetting NoFramePointerElim in TargetMachine::resetTargetOptions.Akira Hatanaka2015-05-231-0/+2
* Migrate existing backends that care about software floating pointEric Christopher2015-05-121-0/+4
* [ARM] support for Cortex-R4/R4FJaved Absar2015-04-091-1/+1
* [ARM] Rename v8.1a from "extension" to "architecture"Vladimir Sukharev2015-04-011-4/+2
* [AArch64, ARM] Add v8.1a architecture and generic cpuVladimir Sukharev2015-03-261-0/+4
* [ARM] Add support for ARMV6K subtarget (LLVM)Renato Golin2015-03-171-1/+3
* Value soft float calls as more expensive in the inliner.Cameron Esfahani2015-02-051-1/+2
* Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher2015-01-261-4/+4
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* Add a new string member to the TargetOptions struct for the nameEric Christopher2014-12-181-15/+6
* Tidied up target triple OS detection. NFCSimon Pilgrim2014-11-221-1/+1
* Adds support for the Cortex-A17 to the ARM backendRenato Golin2014-10-131-1/+1
* Refactor isThumb1Only() && isMClass() into a predicate called isV6M()Renato Golin2014-10-081-0/+4
* constify TargetMachine argument.Eric Christopher2014-10-031-1/+1
* We can grab the options struct from the TargetMachine, no need toEric Christopher2014-10-031-2/+1
* Remove resetSubtargetFeatures as it is unused.Eric Christopher2014-09-031-4/+1
* Add override to overriden virtual methods, remove virtual keywords.Benjamin Kramer2014-09-031-1/+1
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-021-4/+0
* Change MCSchedModel to be a struct of statically initialized data.Pete Cooper2014-09-021-1/+1
* Rename AtomicExpandLoadLinked into AtomicExpandRobin Morisset2014-08-211-2/+2
* Fix typos in commentsRobin Morisset2014-08-151-1/+1
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-071-0/+4
* Nuke the old JIT.Rafael Espindola2014-08-071-4/+0
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-8/+18
* Add alignment value to allowsUnalignedMemoryAccessMatt Arsenault2014-07-271-1/+1
OpenPOWER on IntegriCloud