summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cull non-standard variants of ARM architectures (NFC)Artyom Skrobov2015-11-121-9/+5
* Go back to producing relocations for out of range symbols.Rafael Espindola2015-11-051-6/+4
* Slightly saner handling of thumb branches.Rafael Espindola2015-11-041-9/+15
* ARM: add support for WatchOS's compact unwind information.Tim Northover2015-10-281-1/+218
* ARM: diagnose invalid local fixups on Thumb1Tim Northover2015-10-021-20/+55
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-21/+17
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-17/+21
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-21/+17
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-17/+21
* [Triple] Stop abusing a class to have only static methods and just useChandler Carruth2015-08-301-1/+1
* [ARM] Fix MachO CPU Subtype selectionVedant Kumar2015-08-211-12/+35
* Revert "[ARM] Fix MachO CPU Subtype selection"Renato Golin2015-08-141-35/+12
* [ARM] Fix MachO CPU Subtype selectionVedant Kumar2015-08-141-12/+35
* Replace string GNU Triples with llvm::Triple in MCAsmBackend subclasses and c...Daniel Sanders2015-06-101-12/+11
* MC: Clean up naming in MCObjectWriter. NFC.Jim Grosbach2015-06-041-7/+7
* Remove getData.Rafael Espindola2015-05-291-2/+1
* Remove the MCSymbolData typedef.Rafael Espindola2015-05-291-1/+1
* Remove a trivial forwarding function. NFC.Rafael Espindola2015-05-281-1/+1
* Use std::bitset for SubtargetFeatures.Michael Kuperstein2015-05-261-1/+1
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-4/+4
* MC: Modernize MCOperand API naming. NFC.Jim Grosbach2015-05-131-3/+3
* Reverting r237234, "Use std::bitset for SubtargetFeatures"Michael Kuperstein2015-05-131-1/+1
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-05-131-1/+1
* Silencing several "enumeral and non-enumeral type in conditional expression" ...Aaron Ballman2015-04-071-4/+4
* ARM: do not relax Thumb1 -> Thumb2 if only Thumb1 is available.Tim Northover2015-04-061-5/+7
* Remove unnecessary uses of AliasedSymbol.Rafael Espindola2015-04-061-2/+2
* ARMAsmBackend uses a factory method to generate binary file format specificJoe Abbey2014-09-161-245/+186
* Add missing override on ARMAsmBackend's dtor.JF Bastien2014-09-021-2/+1
* Fix some cases where StringRef was being passed by const reference. Remove co...Craig Topper2014-08-301-4/+4
* ARMEB: Additional test files for ARM fixupsChristian Pirker2014-05-201-1/+4
* ARM: support FK_SecRel_2 relocations on WoASaleem Abdulrasool2014-05-081-0/+4
OpenPOWER on IntegriCloud