summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMSubtarget.h
Commit message (Expand)AuthorAgeFilesLines
* RAS extensions are part of ARMv8.2-A. This change enables them by introducing aSjoerd Meijer2016-06-031-3/+7
* This adds support for Cortex-A73 as an available target.Sjoerd Meijer2016-06-021-1/+1
* ARM: use callee-saved list in the order they're actually saved.Tim Northover2016-05-131-0/+7
* Replace a string comparison in ARMSubtarget.h with a tablegen entry in ARM.td...Artyom Skrobov2016-03-231-3/+4
* [ARM] Add Cortex-A32 supportRenato Golin2016-03-211-2/+2
* ARMv7k: base ABI decision on v7k Arch rather than watchos OS.Tim Northover2016-01-271-0/+1
* [ARM] Add ARMv8-M security extension instructions to ARMv8-M Baseline/MainlineBradley Smith2016-01-251-0/+4
* Revert "[ARM] Add ARMv8-M security extension instructions to ARMv8-M Baseline...Reid Kleckner2016-01-151-4/+0
* [ARM] Add ARMv8-M security extension instructions to ARMv8-M Baseline/MainlineBradley Smith2016-01-151-0/+4
* [ARM] Add ARMv8-M Baseline/Mainline LLVM targetingBradley Smith2016-01-151-1/+5
* [ARM] Split out ARMv8-A semaphores and atomics and ARMv7 clrex as separate fe...Bradley Smith2016-01-151-0/+9
* [AArch64] Add support for Samsung Exynos-M1MinSeong Kim2016-01-051-1/+1
* [AArch64]: Add support for Cortex-A35Christof Douma2015-12-021-2/+2
* [ARM] Add ARMv8.2-A to TargetParserOliver Stannard2015-12-011-1/+1
* [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
OpenPOWER on IntegriCloud