summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMSubtarget.h
AgeCommit message (Expand)Author
2017-12-21[ARM] Armv8-R DFB instructionSam Parker
2017-12-18X86/AArch64/ARM: Factor out common sincos_stret logic; NFCIMatthias Braun
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-11-13[arm] Fix Unnecessary reloads from GOT.Evgeniy Stepanov
2017-08-31[ARM] Reverse PostRASched subtarget feature logicSam Parker
2017-08-29[ARM] GlobalISel: Select globals in PIC modeDiana Picus
2017-08-28Fix ARMv4 supportJoerg Sonnenberger
2017-08-21[ARM][AArch64] Cortex-A75 and Cortex-A55 supportSam Parker
2017-08-18[ARM] Add PostRAScheduler optionSam Parker
2017-08-15Reapply "[GlobalISel] Remove the GISelAccessor API."Quentin Colombet
2017-08-11[ARM] Assembler support for the ARMv8.2a dot product instructionsSjoerd Meijer
2017-08-10[ARM][AArch64] ARMv8.3-A enablementSam Parker
2017-08-08Revert "[GlobalISel] Remove the GISelAccessor API."Quentin Colombet
2017-08-04[GlobalISel] Remove the GISelAccessor API.Quentin Colombet
2017-07-28[ARM] Add the option to directly access TLS pointerStrahinja Petrovic
2017-07-27[ARM] Add use-misched feature, to enable the MachineScheduler.Florian Hahn
2017-06-28[ARM] Improve if-conversion for M-class CPUs without branch predictorsJohn Brawn
2017-06-22[ARM] Add macro fusion for AES instructions.Florian Hahn
2017-06-02[ARM] Cortex-A57 scheduling model for ARM backend (AArch32)Javed Absar
2017-04-20[ARM] Rename HW div feature to HW div Thumb. NFCI.Diana Picus
2017-04-06Revert "Revert "[ARM] Add Kryo to available targets""Yi Kong
2017-04-06Revert "[ARM] Add Kryo to available targets"Yi Kong
2017-04-06[ARM] Add Kryo to available targetsYi Kong
2017-03-21[ARM] [Assembler] Support negative immediates for A32, T32 and T16Sanne Wouda
2017-02-17[ARM] Replace HasT2ExtractPack with HasDSPSam Parker
2017-02-10Fix syntax errorMatthias Braun
2017-02-10ARMSubtarget.h: Change to one line per enum element; NFCMatthias Braun
2017-02-09[ARM] Add support for armv7ve triple in llvm (PR31358).George Burgess IV
2017-01-27[ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko
2016-12-15[ARM] Implement execute-only support in CodeGenPrakhar Bahuguna
2016-11-11[ARM] Add plumbing for GlobalISelDiana Picus
2016-10-13[ARM]: Assign cost of scaling used in addressing mode for ARM coresJaved Absar
2016-10-11Re-land "[Thumb] Save/restore high registers in Thumb1 pro/epilogues"Reid Kleckner
2016-10-11Revert "[Thumb] Save/restore high registers in Thumb1 pro/epilogues"Reid Kleckner
2016-10-11[Thumb] Save/restore high registers in Thumb1 pro/epiloguesOliver Stannard
2016-10-07[ARM]: Add Cortex-R52 target to LLVMJaved Absar
2016-09-19[XRay] ARM 32-bit no-Thumb support in LLVMDean Michael Berris
2016-09-08Revert "[XRay] ARM 32-bit no-Thumb support in LLVM"Renato Golin
2016-09-08[XRay] ARM 32-bit no-Thumb support in LLVMDean Michael Berris
2016-08-23[ARM] Generate consistent frame records for Thumb2Oliver Stannard
2016-08-08[ARM] Add support for embedded position-independent codeOliver Stannard
2016-07-07[ARM] Do not test for CPUs, use SubtargetFeatures. Also remove 1 flagDiana Picus
2016-07-06[ARM] Do not test for CPUs, use SubtargetFeatures. Also remove 2 flags.Diana Picus
2016-07-06[ARM] Do not test for CPUs, use SubtargetFeatures (Part 3). NFCIDiana Picus
2016-06-28Don't pass a Reloc::Model to GVIsIndirectSymbol.Rafael Espindola
2016-06-27[ARM] Use member initializers in ARMSubtarget. NFCIDiana Picus
2016-06-27[ARM] Do not test for CPUs, use SubtargetFeatures (Part 2). NFCIDiana Picus
2016-06-24Add support for musl-libc on ARM Linux.Rafael Espindola
2016-06-23[ARM] Do not test for CPUs, use SubtargetFeatures (Part 1). NFCIDiana Picus
2016-06-03RAS extensions are part of ARMv8.2-A. This change enables them by introducing aSjoerd Meijer