summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/MCTargetDesc
Commit message (Expand)AuthorAgeFilesLines
* [NFC] fix trivial typos in comments and error messageHiroshi Inoue2018-04-092-2/+2
* [ARM] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-051-1/+1
* [ARM] Simplify constructing the ARMArchFeature string. NFC.Martin Storsjo2018-03-261-12/+9
* [ARM] Error out on .arm assembler directives on windowsMartin Storsjo2018-03-231-0/+7
* [ARM] Armv8.2-A FP16 code generation (part 1/3)Sjoerd Meijer2018-01-261-1/+3
* [ARM] Fix endianness of Thumb .inst.w directiveOliver Stannard2018-01-041-2/+4
* [ARM][NFC] Avoid recreating MCSubtargetInfo in ARMAsmBackendAlex Bradbury2018-01-036-36/+31
* Thread MCSubtargetInfo through Target::createMCAsmBackendAlex Bradbury2018-01-032-14/+18
* Remove redundant includes from lib/Target/ARM.Michael Zolotukhin2017-12-133-4/+0
* [ARM] Add support for armv7e-m to the .arch directiveOliver Stannard2017-11-291-0/+1
* [ARM] Use SEH exceptions on thumbv7-windowsMartell Malone2017-11-211-1/+1
* [ARM] Use dwarf exception handling on MinGWMartin Storsjo2017-11-172-3/+10
* [arm] Fix Unnecessary reloads from GOT.Evgeniy Stepanov2017-11-131-1/+4
* Add a few missing headers for modularization/IWYU/etcDavid Blaikie2017-10-273-0/+4
* Clear LastMappingSymbols and LastEMS(Info) when resetting the ARM(AArch64)ELF...Yichao Yu2017-10-261-0/+2
* ARMAddressingModes.h: Don't mark header functions as file localDavid Blaikie2017-10-241-86/+63
* [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames2017-10-114-24/+29
* [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames2017-10-114-27/+38
* [MC] Add another missing <memory> include left out of r315327.Lang Hames2017-10-101-0/+1
* [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriterLang Hames2017-10-107-18/+25
* [MC] Plumb unique_ptr<MCWinCOFFObjectTargetWriter> throughLang Hames2017-10-101-2/+2
* [MC] Plumb unique_ptr<MCELFObjectTargetWriter> through createELFObjectWriter toLang Hames2017-10-091-2/+2
* [MC] Plumb unique_ptr<MCMachObjectTargetWriter> through createMachObjectWriterLang Hames2017-10-091-4/+3
* [ARM] v8.3-a complex number supportSam Parker2017-09-291-0/+1
* Fix ARMv4 supportJoerg Sonnenberger2017-08-281-2/+2
* [ARM] Tidy-up condition-code support functionsJaved Absar2017-08-271-64/+1
* ARM: use internal relocations for local symbols after all.Tim Northover2017-08-231-2/+11
* ARM: use an external relocation for calls from MachO ARM mode.Tim Northover2017-08-181-5/+4
* [Triple] Add isThumb and isARM functions.Florian Hahn2017-08-121-4/+1
* [TargetParser] Use enum classes for various ARM kind enums.Florian Hahn2017-07-274-53/+53
* Simplify. NFC.Rafael Espindola2017-07-261-176/+114
* Remove Bitrig: LLVM ChangesErich Keane2017-07-211-1/+0
* Fully fix the movw/movt addend.Rafael Espindola2017-07-112-12/+11
* [ARM, ELF] Don't shift movt relocation offsetsMartin Storsjo2017-07-111-2/+2
* Rename and adjust processFixupValue.Rafael Espindola2017-06-302-12/+11
* Don't repeat names and reformat. NFC.Rafael Espindola2017-06-281-46/+37
* Simplify the processFixupValue interface. NFC.Rafael Espindola2017-06-242-8/+3
* Remove redundant argument.Rafael Espindola2017-06-242-2/+3
* ARM: move some logic from processFixupValue to applyFixup.Rafael Espindola2017-06-232-23/+35
* COFF: Produce an error on invalid pcrel relocs.Rafael Espindola2017-06-231-3/+4
* [ARM] Create relocations for beq.w branches to ARM function syms.Florian Hahn2017-06-221-0/+1
* Use a MutableArrayRef. NFC.Rafael Espindola2017-06-212-5/+5
* [ARM] Use FixupKind variable in processFixupValue (cleanup, NFC).Florian Hahn2017-06-071-10/+10
* [ARM] Create relocations for unconditional branches.Florian Hahn2017-06-071-7/+12
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-076-7/+7
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-065-6/+6
* [ARM] Add curly braces around switch case [NFC] Peter Smith2017-06-061-1/+2
* [ARM] Support fixup for Thumb2 modified immediatePeter Smith2017-06-053-1/+34
* [ARM] Create relocations for Thumb functions calling ARM fns in ELF.Florian Hahn2017-06-011-0/+9
* Re-apply r302416: [ARM] Clear the constant pool cache on explicit .ltorg dire...James Molloy2017-05-221-0/+1
OpenPOWER on IntegriCloud