summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ARM: For thumb fixups store halfwords high first and low secondChristian Pirker2014-05-061-37/+46
* MC: support FK_SecRel_4 for Windows on ARMSaleem Abdulrasool2014-05-041-0/+5
* Add WoA object file emission supportSaleem Abdulrasool2014-04-271-10/+20
* Spread some const around for non-mutating uses of MCSymbolData.David Blaikie2014-04-241-1/+1
* ARM: rename ARMle/ARMbe with ARMLE/ARMBE, and Thumble/Thumbbe with ThumbLE/Th...Christian Pirker2014-04-011-4/+4
* ARM: change parameter names of the ELFARMAsmBackend constructorChristian Pirker2014-03-311-2/+2
* Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola2014-03-291-30/+12
* Add const.Rafael Espindola2014-03-281-2/+2
OpenPOWER on IntegriCloud