summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMSubtarget.h
Commit message (Expand)AuthorAgeFilesLines
* [ARM] Armv8-R DFB instructionSam Parker2017-12-211-0/+5
* X86/AArch64/ARM: Factor out common sincos_stret logic; NFCIMatthias Braun2017-12-181-4/+0
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-1/+1
* [arm] Fix Unnecessary reloads from GOT.Evgeniy Stepanov2017-11-131-1/+8
* [ARM] Reverse PostRASched subtarget feature logicSam Parker2017-08-311-3/+3
* [ARM] GlobalISel: Select globals in PIC modeDiana Picus2017-08-291-0/+4
* Fix ARMv4 supportJoerg Sonnenberger2017-08-281-0/+11
* [ARM][AArch64] Cortex-A75 and Cortex-A55 supportSam Parker2017-08-211-0/+2
* [ARM] Add PostRAScheduler optionSam Parker2017-08-181-0/+5
* Reapply "[GlobalISel] Remove the GISelAccessor API."Quentin Colombet2017-08-151-8/+9
* [ARM] Assembler support for the ARMv8.2a dot product instructionsSjoerd Meijer2017-08-111-0/+4
* [ARM][AArch64] ARMv8.3-A enablementSam Parker2017-08-101-0/+3
* Revert "[GlobalISel] Remove the GISelAccessor API."Quentin Colombet2017-08-081-9/+8
* [GlobalISel] Remove the GISelAccessor API.Quentin Colombet2017-08-041-8/+9
* [ARM] Add the option to directly access TLS pointerStrahinja Petrovic2017-07-281-0/+4
* [ARM] Add use-misched feature, to enable the MachineScheduler.Florian Hahn2017-07-271-0/+4
* [ARM] Improve if-conversion for M-class CPUs without branch predictorsJohn Brawn2017-06-281-0/+6
* [ARM] Add macro fusion for AES instructions.Florian Hahn2017-06-221-0/+8
* [ARM] Cortex-A57 scheduling model for ARM backend (AArch32)Javed Absar2017-06-021-0/+5
* [ARM] Rename HW div feature to HW div Thumb. NFCI.Diana Picus2017-04-201-3/+3
* Revert "Revert "[ARM] Add Kryo to available targets""Yi Kong2017-04-061-0/+1
* Revert "[ARM] Add Kryo to available targets"Yi Kong2017-04-061-1/+0
* [ARM] Add Kryo to available targetsYi Kong2017-04-061-0/+1
* [ARM] [Assembler] Support negative immediates for A32, T32 and T16Sanne Wouda2017-03-211-0/+4
* [ARM] Replace HasT2ExtractPack with HasDSPSam Parker2017-02-171-5/+0
* Fix syntax errorMatthias Braun2017-02-101-2/+2
* ARMSubtarget.h: Change to one line per enum element; NFCMatthias Braun2017-02-101-9/+56
* [ARM] Add support for armv7ve triple in llvm (PR31358).George Burgess IV2017-02-091-3/+3
* [ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-01-271-13/+22
* [ARM] Implement execute-only support in CodeGenPrakhar Bahuguna2016-12-151-0/+4
* [ARM] Add plumbing for GlobalISelDiana Picus2016-11-111-0/+14
* [ARM]: Assign cost of scaling used in addressing mode for ARM coresJaved Absar2016-10-131-0/+4
* Re-land "[Thumb] Save/restore high registers in Thumb1 pro/epilogues"Reid Kleckner2016-10-111-3/+5
* Revert "[Thumb] Save/restore high registers in Thumb1 pro/epilogues"Reid Kleckner2016-10-111-5/+3
* [Thumb] Save/restore high registers in Thumb1 pro/epiloguesOliver Stannard2016-10-111-3/+5
* [ARM]: Add Cortex-R52 target to LLVMJaved Absar2016-10-071-2/+3
* [XRay] ARM 32-bit no-Thumb support in LLVMDean Michael Berris2016-09-191-0/+2
* Revert "[XRay] ARM 32-bit no-Thumb support in LLVM"Renato Golin2016-09-081-2/+0
* [XRay] ARM 32-bit no-Thumb support in LLVMDean Michael Berris2016-09-081-0/+2
* [ARM] Generate consistent frame records for Thumb2Oliver Stannard2016-08-231-2/+6
* [ARM] Add support for embedded position-independent codeOliver Stannard2016-08-081-0/+3
* [ARM] Do not test for CPUs, use SubtargetFeatures. Also remove 1 flagDiana Picus2016-07-071-0/+8
* [ARM] Do not test for CPUs, use SubtargetFeatures. Also remove 2 flags.Diana Picus2016-07-061-0/+9
* [ARM] Do not test for CPUs, use SubtargetFeatures (Part 3). NFCIDiana Picus2016-07-061-0/+17
* Don't pass a Reloc::Model to GVIsIndirectSymbol.Rafael Espindola2016-06-281-3/+2
* [ARM] Use member initializers in ARMSubtarget. NFCIDiana Picus2016-06-271-75/+75
* [ARM] Do not test for CPUs, use SubtargetFeatures (Part 2). NFCIDiana Picus2016-06-271-0/+44
* Add support for musl-libc on ARM Linux.Rafael Espindola2016-06-241-0/+8
* [ARM] Do not test for CPUs, use SubtargetFeatures (Part 1). NFCIDiana Picus2016-06-231-0/+24
* RAS extensions are part of ARMv8.2-A. This change enables them by introducing aSjoerd Meijer2016-06-031-3/+7
OpenPOWER on IntegriCloud