summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and applyFixupPeter Smith2018-06-061-16/+25
* [MC][ARM] Add range checking for Thumb2 resolved fixups.Peter Smith2018-06-051-0/+10
* [MC][ARM] Correct Thumb BL instruction rangePeter Smith2018-06-051-3/+5
* MC: Change MCAsmBackend::writeNopData() to take a raw_ostream instead of an M...Peter Collingbourne2018-05-211-25/+26
* ARM: Remove unnecessary argument. NFCI.Peter Collingbourne2018-05-161-4/+2
* ARM: Deduplicate code and remove unnecessary declaration. NFCI.Peter Collingbourne2018-05-161-19/+5
* Fix a bunch of places where operator-> was used directly on the return from d...Craig Topper2018-05-051-1/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* [NFC] fix trivial typos in comments and error messageHiroshi Inoue2018-04-091-1/+1
* [ARM][NFC] Avoid recreating MCSubtargetInfo in ARMAsmBackendAlex Bradbury2018-01-031-20/+17
* Thread MCSubtargetInfo through Target::createMCAsmBackendAlex Bradbury2018-01-031-8/+12
* Remove redundant includes from lib/Target/ARM.Michael Zolotukhin2017-12-131-2/+0
* [TargetParser] Use enum classes for various ARM kind enums.Florian Hahn2017-07-271-13/+13
* Fully fix the movw/movt addend.Rafael Espindola2017-07-111-8/+7
* [ARM, ELF] Don't shift movt relocation offsetsMartin Storsjo2017-07-111-2/+2
* Rename and adjust processFixupValue.Rafael Espindola2017-06-301-8/+9
* Simplify the processFixupValue interface. NFC.Rafael Espindola2017-06-241-4/+1
* Remove redundant argument.Rafael Espindola2017-06-241-1/+2
* ARM: move some logic from processFixupValue to applyFixup.Rafael Espindola2017-06-231-21/+31
* [ARM] Create relocations for beq.w branches to ARM function syms.Florian Hahn2017-06-221-0/+1
* Use a MutableArrayRef. NFC.Rafael Espindola2017-06-211-4/+4
* [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-071-2/+2
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-2/+2
* [ARM] Add curly braces around switch case [NFC] Peter Smith2017-06-061-1/+2
* [ARM] Support fixup for Thumb2 modified immediatePeter Smith2017-06-051-0/+20
* [ARM] Create relocations for Thumb functions calling ARM fns in ELF.Florian Hahn2017-06-011-0/+9
* Add MCContext argument to MCAsmBackend::applyFixup for error reportingAlex Bradbury2017-04-051-37/+30
* Fix typo in commentArtyom Skrobov2017-03-141-1/+1
* [Assembler] Fix crash when assembling .quad for AArch32.Chad Rosier2017-01-181-1/+2
* ARM: by default don't set the Thumb bit on MachO relocated values.Tim Northover2016-08-251-10/+11
* ARM: don't diagnose cbz/cbnz to Thumb functions.Tim Northover2016-08-241-1/+2
* Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-2/+2
* Replace "fallthrough" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-3/+3
* Correct the upper bound for a CBZ/CBNZ branch target.Prakhar Bahuguna2016-08-161-2/+4
* [Thumb] Validate branch target for CBZ/CBNZ instructions.Prakhar Bahuguna2016-08-161-0/+5
* Revert "[Thumb] Validate branch target for CBZ/CBNZ instructions."Matthias Braun2016-08-151-5/+0
* [Thumb] Validate branch target for CBZ/CBNZ instructions.Prakhar Bahuguna2016-08-151-0/+5
* MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFCJoel Jones2016-07-251-8/+13
* Fix branch relaxation in 16-bit mode.Nirav Dave2016-07-111-1/+3
* ARM: report an error when attempting to target a misalgined BLXTim Northover2016-05-101-3/+12
* Fix for pr24346: arm asm label calculation error in subJames Molloy2016-04-011-0/+11
* [MC] Rename TLSCALL as it's not ARM specific.Davide Italiano2016-03-151-2/+2
* Don't put classes in headers into anonymous namespaces.Benjamin Kramer2016-01-271-1/+1
* [ARM] Add ARMv8.2-A FP16 scalar instructionsOliver Stannard2016-01-251-0/+41
* [ARM] Add B.W and CBZ instructions to ARMv8-M BaselineBradley Smith2016-01-151-2/+4
* Revert "[ARM] Add ARMv8.2-A FP16 scalar instructions"Reid Kleckner2015-12-161-41/+0
* [ARM] Add ARMv8.2-A FP16 scalar instructionsOliver Stannard2015-12-161-0/+41
* [Assembler] Make fatal assembler errors non-fatalOliver Stannard2015-11-171-14/+28
OpenPOWER on IntegriCloud