summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMSubtarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the default ARMSubtarget from the ARM TargetMachine.Eric Christopher2017-07-011-0/+3
* Rewrite ARM execute only support to avoid the use of a command line flag and ...Eric Christopher2017-07-011-8/+2
* [ARM] Move GISel accessor initialization from TargetMachine to Subtarget.Quentin Colombet2017-07-011-1/+63
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-2/+2
* Revert "Revert "[ARM] Add Kryo to available targets""Yi Kong2017-04-061-0/+1
* [ARM] Change TCReturn to tBL if tailcall optimization fails.Sanne Wouda2017-02-031-6/+6
* [ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-01-271-11/+13
* Fix for build warning in execute-only supportPrakhar Bahuguna2016-12-151-2/+2
* [ARM] Implement execute-only support in CodeGenPrakhar Bahuguna2016-12-151-2/+12
* [ARM] Add plumbing for GlobalISelDiana Picus2016-11-111-1/+21
* [Cortex-M0] Atomic loweringWeiming Zhao2016-11-031-3/+1
* Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini2016-10-081-2/+1
* [ARM]: add missing switch case for cortex-r52Javed Absar2016-10-071-0/+1
* [XRay] ARM 32-bit no-Thumb support in LLVMDean Michael Berris2016-09-191-0/+5
* Revert "[XRay] ARM 32-bit no-Thumb support in LLVM"Renato Golin2016-09-081-5/+0
* [ARM XRay] Try to fix Thumb-only failureRenato Golin2016-09-081-1/+1
* [XRay] ARM 32-bit no-Thumb support in LLVMDean Michael Berris2016-09-081-0/+5
* Use isTargetMachO instead of isTargetDarwin.Rafael Espindola2016-08-241-1/+1
* Some places that could using TargetParser in LLVM. NFC.Zijiao Ma2016-08-171-2/+4
* [ARM] Add support for embedded position-independent codeOliver Stannard2016-08-081-0/+12
* [ARM] Do not test for CPUs, use SubtargetFeatures. Also remove 2 flags.Diana Picus2016-07-061-0/+2
* Delete unused includes. NFC.Rafael Espindola2016-06-301-1/+0
* Don't pass a Reloc::Model to GVIsIndirectSymbol.Rafael Espindola2016-06-281-5/+2
* Move shouldAssumeDSOLocal to Target.Rafael Espindola2016-06-271-1/+1
* [ARM] Use member initializers in ARMSubtarget. NFCIDiana Picus2016-06-271-28/+3
* [ARM] Do not test for CPUs, use SubtargetFeatures (Part 2). NFCIDiana Picus2016-06-271-3/+51
* [ARM] Use member initializers in ARMSubtarget. NFCIDiana Picus2016-06-231-66/+22
* [ARM] Do not test for CPUs, use SubtargetFeatures (Part 1). NFCIDiana Picus2016-06-231-0/+6
* RAS extensions are part of ARMv8.2-A. This change enables them by introducing aSjoerd Meijer2016-06-031-1/+2
* Start using shouldAssumeDSOLocal on ARM.Rafael Espindola2016-05-271-29/+9
* ARMv7k: base ABI decision on v7k Arch rather than watchos OS.Tim Northover2016-01-271-2/+2
* [ARM] Add ARMv8-M security extension instructions to ARMv8-M Baseline/MainlineBradley Smith2016-01-251-0/+1
* Revert "[ARM] Add ARMv8-M security extension instructions to ARMv8-M Baseline...Reid Kleckner2016-01-151-1/+0
* [ARM] Add ARMv8-M security extension instructions to ARMv8-M Baseline/MainlineBradley Smith2016-01-151-0/+1
* [ARM] Add ARMv8-A semaphore/atomic instructions to ARMv8-M Baseline/MainlineBradley Smith2016-01-151-1/+1
* [ARM] Add B.W and CBZ instructions to ARMv8-M BaselineBradley Smith2016-01-151-1/+1
* [ARM] Add MOVW/MOVT instructions to ARMv8-M Baseline/MainlineBradley Smith2016-01-151-1/+1
* [ARM] Add ARMv8-M Baseline/Mainline LLVM targetingBradley Smith2016-01-151-0/+2
* [ARM] Split out ARMv8-A semaphores and atomics and ARMv7 clrex as separate fe...Bradley Smith2016-01-151-0/+2
* [ARM] Add subtarget features for ARMv8.2-AOliver Stannard2015-12-011-0/+2
* ARM: make sure backend is consistent about exception handling method.Tim Northover2015-11-181-2/+10
* [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-2/+2
* ARM: add support for WatchOS's compact unwind information.Tim Northover2015-10-281-1/+6
* ARM: teach backend about WatchOS and TvOS libcalls.Tim Northover2015-10-281-1/+2
* ARM: add backend support for the ABI used in WatchOSTim Northover2015-10-281-7/+20
* [ARM] Avoid redundant checks for isThumb1Only() after supportsTailCall()Artyom Skrobov2015-09-281-4/+22
* [ARM] Handle +t2dsp feature as an ArchExtKind in ARMTargetParser.defArtyom Skrobov2015-09-241-1/+1
* [ARM] Add option to force fast-iselOliver Stannard2015-09-231-0/+10
* Limit the range of processors supported by ARM fast isel to v6 orEric Christopher2015-09-181-0/+4
OpenPOWER on IntegriCloud