summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/MCTargetDesc
Commit message (Expand)AuthorAgeFilesLines
* [arm] Add big-endian version of pcrel fixups for adr instructionsDimitry Andric2020-05-191-12/+8
* [MC][ARM] Resolve some pcrel fixups at assembly time (PR44929)Hans Wennborg2020-02-271-12/+10
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-1/+1
* [MC] Add parameter `Address` to MCInstrPrinter::printInstructionFangrui Song2020-01-062-5/+5
* [MC] Add parameter `Address` to MCInstPrinter::printInstFangrui Song2020-01-062-4/+5
* [NFC] Fix trivial typos in commentsJames Henderson2020-01-062-2/+2
* [MC][ARM] Delete MCSection::HasData and move SHF_ARM_PURECODE logic to ARMELF...Fangrui Song2020-01-051-2/+5
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-211-1/+1
* MCObjectStreamer: assign MCSymbols in the dummy fragment to offset 0.James Y Knight2019-11-161-2/+1
* ARM: Don't emit R_ARM_NONE relocations to compact unwinding decoders in .ARM....Peter Collingbourne2019-11-122-9/+20
* Revert "[ARM] Uses "Sun Style" syntax for section switching"Jian Cai2019-10-251-4/+0
* [ARM] Uses "Sun Style" syntax for section switchingJian Cai2019-10-251-0/+4
* [Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin2019-10-231-1/+2
* [ARM][MVE] validForTailPredication instsSam Parker2019-10-151-3/+2
* MCRegisterInfo: Merge getLLVMRegNum and getLLVMRegNumFromEHPavel Labath2019-09-241-5/+5
* [ARM] VFPv2 only supports 16 D registers.Eli Friedman2019-09-171-2/+2
* [ARM][MVE] Add invalidForTailPredication to TSFlagsSam Parker2019-09-171-0/+4
* [MC] Pass through .code16/32/64 and .syntax unified for COFFReid Kleckner2019-09-031-10/+0
* [MC] Minor cleanup to MCFixup::Kind handling. NFC.Sam Clegg2019-08-233-6/+6
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-153-3/+3
* [ARM] Fix encoding of APSR in CLRM instructionMomchil Velikov2019-08-131-15/+6
* [ARM] Rename NEONModImm to VMOVModImm. NFCDavid Green2019-07-233-13/+13
* [ARM] Add <saturate> operand to SQRSHRL and UQRSHLLMikhail Maltsev2019-07-192-1/+10
* [ARM] Fix integer UB in MVE load/store immediate handling.Simon Tatham2019-06-281-4/+7
* [ARM] Handle fixup_arm_pcrel_9 correctly on big-endian targetsMikhail Maltsev2019-06-261-0/+1
* [ARM] Fix buildbot failure due to -Werror.Simon Tatham2019-06-251-1/+0
* [ARM] Add MVE vector load/store instructions.Simon Tatham2019-06-255-11/+125
* [ARM] Add MVE interleaving load/store family.Simon Tatham2019-06-242-0/+17
* [ARM] Add MVE 64-bit GPR <-> vector move instructions.Simon Tatham2019-06-211-0/+16
* [ARM] Add MVE vector instructions that take a scalar input.Simon Tatham2019-06-211-0/+13
* [ARM] Add MVE vector bit-operations (register inputs).Simon Tatham2019-06-193-0/+18
* [ARM] Add MVE vector shift instructions.Simon Tatham2019-06-181-0/+41
* [ARM] Set up infrastructure for MVE vector instructions.Simon Tatham2019-06-134-1/+121
* [ARM] Refactor handling of IT mask operands.Simon Tatham2019-06-132-6/+33
* [ARM] Add the non-MVE instructions in Arm v8.1-M.Simon Tatham2019-06-118-40/+298
* Revert CMake: Make most target symbols hidden by defaultTom Stellard2019-06-111-1/+1
* CMake: Make most target symbols hidden by defaultTom Stellard2019-06-101-1/+1
* Revert rL362953 and its followup rL362955.Simon Tatham2019-06-107-313/+40
* [ARM] Add the non-MVE instructions in Arm v8.1-M.Simon Tatham2019-06-107-40/+313
* [ARM] add target arch definitions for 8.1-M and MVESjoerd Meijer2019-05-301-1/+8
* [ARM] Add an MVE execution domainSjoerd Meijer2019-05-301-2/+3
* [ARM] Replace fp-only-sp and d16 with fp64 and d32.Simon Tatham2019-05-281-23/+23
* [ARM] Support .reloc *, R_ARM_NONE, *Fangrui Song2019-05-173-1/+21
* [ARM] Create a TargetInfo header. NFCRichard Trieu2019-05-142-5/+1
* [ARM] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-115-2/+1834
* [ARM] Remove dead function ARMMCCodeEmitter::getSOImmOpValueSam Clegg2019-03-271-34/+0
* [AsmPrinter] Remove hidden flag -print-schedule.Andrea Di Biagio2019-02-041-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1925-100/+75
* Produce an error on non-encodable offsets for darwin ARM scattered relocations.Jonas Devlieghere2018-11-291-0/+20
* [ARM] Account for implicit IT when calculating inline asm sizePeter Smith2018-10-081-1/+12
OpenPOWER on IntegriCloud