aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-25ARM: by default don't set the Thumb bit on MachO relocated values.Tim Northover1-10/+11
2016-08-24ARM: don't diagnose cbz/cbnz to Thumb functions.Tim Northover1-1/+2
2016-08-17Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner1-2/+2
2016-08-17Replace "fallthrough" comments with LLVM_FALLTHROUGHJustin Bogner1-3/+3
2016-08-16Correct the upper bound for a CBZ/CBNZ branch target.Prakhar Bahuguna1-2/+4
2016-08-16[Thumb] Validate branch target for CBZ/CBNZ instructions.Prakhar Bahuguna1-0/+5
2016-08-15Revert "[Thumb] Validate branch target for CBZ/CBNZ instructions."Matthias Braun1-5/+0
2016-08-15[Thumb] Validate branch target for CBZ/CBNZ instructions.Prakhar Bahuguna1-0/+5
2016-07-25MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFCJoel Jones1-8/+13
2016-07-11Fix branch relaxation in 16-bit mode.Nirav Dave1-1/+3
2016-05-10ARM: report an error when attempting to target a misalgined BLXTim Northover1-3/+12
2016-04-01Fix for pr24346: arm asm label calculation error in subJames Molloy1-0/+11
2016-03-15[MC] Rename TLSCALL as it's not ARM specific.Davide Italiano1-2/+2
2016-01-27Don't put classes in headers into anonymous namespaces.Benjamin Kramer1-1/+1
2016-01-25[ARM] Add ARMv8.2-A FP16 scalar instructionsOliver Stannard1-0/+41
2016-01-15[ARM] Add B.W and CBZ instructions to ARMv8-M BaselineBradley Smith1-2/+4
2015-12-16Revert "[ARM] Add ARMv8.2-A FP16 scalar instructions"Reid Kleckner1-41/+0
2015-12-16[ARM] Add ARMv8.2-A FP16 scalar instructionsOliver Stannard1-0/+41
2015-11-17[Assembler] Make fatal assembler errors non-fatalOliver Stannard1-14/+28
2015-11-12Cull non-standard variants of ARM architectures (NFC)Artyom Skrobov1-9/+5
2015-11-05Go back to producing relocations for out of range symbols.Rafael Espindola1-6/+4
2015-11-04Slightly saner handling of thumb branches.Rafael Espindola1-9/+15
2015-10-28ARM: add support for WatchOS's compact unwind information.Tim Northover1-1/+218
2015-10-02ARM: diagnose invalid local fixups on Thumb1Tim Northover1-20/+55
2015-09-15Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders1-21/+17
2015-09-15Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders1-17/+21
2015-09-15Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders1-21/+17
2015-09-15Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders1-17/+21
2015-08-30[Triple] Stop abusing a class to have only static methods and just useChandler Carruth1-1/+1
2015-08-21[ARM] Fix MachO CPU Subtype selectionVedant Kumar1-12/+35
2015-08-14Revert "[ARM] Fix MachO CPU Subtype selection"Renato Golin1-35/+12
2015-08-14[ARM] Fix MachO CPU Subtype selectionVedant Kumar1-12/+35
2015-06-10Replace string GNU Triples with llvm::Triple in MCAsmBackend subclasses and c...Daniel Sanders1-12/+11
2015-06-04MC: Clean up naming in MCObjectWriter. NFC.Jim Grosbach1-7/+7
2015-05-29Remove getData.Rafael Espindola1-2/+1
2015-05-29Remove the MCSymbolData typedef.Rafael Espindola1-1/+1
2015-05-28Remove a trivial forwarding function. NFC.Rafael Espindola1-1/+1
2015-05-26Use std::bitset for SubtargetFeatures.Michael Kuperstein1-1/+1
2015-05-18MC: Clean up method names in MCContext.Jim Grosbach1-4/+4
2015-05-13MC: Modernize MCOperand API naming. NFC.Jim Grosbach1-3/+3
2015-05-13Reverting r237234, "Use std::bitset for SubtargetFeatures"Michael Kuperstein1-1/+1
2015-05-13Use std::bitset for SubtargetFeaturesMichael Kuperstein1-1/+1
2015-04-07Silencing several "enumeral and non-enumeral type in conditional expression" ...Aaron Ballman1-4/+4
2015-04-06ARM: do not relax Thumb1 -> Thumb2 if only Thumb1 is available.Tim Northover1-5/+7
2015-04-06Remove unnecessary uses of AliasedSymbol.Rafael Espindola1-2/+2
2014-09-16ARMAsmBackend uses a factory method to generate binary file format specificJoe Abbey1-245/+186
2014-09-02Add missing override on ARMAsmBackend's dtor.JF Bastien1-2/+1
2014-08-30Fix some cases where StringRef was being passed by const reference. Remove co...Craig Topper1-4/+4
2014-05-20ARMEB: Additional test files for ARM fixupsChristian Pirker1-1/+4
2014-05-08ARM: support FK_SecRel_2 relocations on WoASaleem Abdulrasool1-0/+4