summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMSubtarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* ARM: deduplicate hard-float detection code. NFC.Tim Northover2018-07-181-0/+2
* X86/AArch64/ARM: Factor out common sincos_stret logic; NFCIMatthias Braun2017-12-181-5/+0
* MachineFunction: Return reference from getFunction(); NFCMatthias Braun2017-12-151-2/+2
* Remove redundant includes from lib/Target/ARM.Michael Zolotukhin2017-12-131-5/+0
* [ARM] Fix incorrect conversion of a tail call to an ordinary callMomchil Velikov2017-11-141-2/+2
* [arm] Fix Unnecessary reloads from GOT.Evgeniy Stepanov2017-11-131-5/+3
* [ARM] Fix SJLJ exception handling when manually chosen on a platform where it...Martin Storsjo2017-09-281-1/+3
* [ARM] Reverse PostRASched subtarget feature logicSam Parker2017-08-311-8/+3
* [ARM] GlobalISel: Select globals in PIC modeDiana Picus2017-08-291-0/+7
* [ARM][AArch64] Cortex-A75 and Cortex-A55 supportSam Parker2017-08-211-0/+2
* [ARM] Add PostRAScheduler optionSam Parker2017-08-181-0/+4
* Reapply "[GlobalISel] Remove the GISelAccessor API."Quentin Colombet2017-08-151-42/+8
* [ARM] Emit error when ARM exec mode is not available.Florian Hahn2017-08-091-2/+0
* Revert "[GlobalISel] Remove the GISelAccessor API."Quentin Colombet2017-08-081-8/+42
* [GlobalISel] Remove the GISelAccessor API.Quentin Colombet2017-08-041-42/+8
* [GlobalISel] Make GlobalISel a non-optional library.Quentin Colombet2017-08-031-10/+0
* [ARM] Add use-misched feature, to enable the MachineScheduler.Florian Hahn2017-07-271-7/+6
* [TargetParser] Use enum classes for various ARM kind enums.Florian Hahn2017-07-271-3/+3
* [ARM] Minor cosmetic edits (NFC)Evandro Menezes2017-07-261-1/+1
* 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
OpenPOWER on IntegriCloud