summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Assembler] Make fatal assembler errors non-fatalOliver Stannard2015-11-171-2/+4
* [ARM,AArch64] Store source location for values in assembly filesOliver Stannard2015-11-161-1/+1
* Handle ARMv6KZ namingArtyom Skrobov2015-11-161-2/+1
* Cull non-standard variants of ARM architectures (NFC)Artyom Skrobov2015-11-121-5/+0
* Cleanup places that passed SMLoc by const reference to pass it by value inste...Craig Topper2015-09-201-2/+1
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-1/+1
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-1/+1
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-1/+1
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-1/+1
* [Triple] Stop abusing a class to have only static methods and just useChandler Carruth2015-08-301-7/+7
* Where Triple has a suitable predicate, use it rather than the enum values. NFC.Daniel Sanders2015-07-061-1/+1
* [ARM]: Extend -mfpu options for half-precision and vfpv3xdJaved Absar2015-06-291-0/+44
* Optimize the creation of mapping symbols.Rafael Espindola2015-06-261-8/+1
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Clean up redundant copies of Triple objects. NFCDaniel Sanders2015-06-161-1/+1
* MC: Add target hook to control symbol quotingMatt Arsenault2015-06-091-1/+7
* [ARM] Add support for -sp- FPUs and FPU none to TargetParserJohn Brawn2015-06-051-0/+5
* Remove MCELFSymbolFlags.h. It is now internal to MCSymbolELF.Rafael Espindola2015-06-041-2/+1
* Remove getOrCreateSymbolData. There is no MCSymbolData anymore.Rafael Espindola2015-06-031-1/+1
* Pass a MCSymbolELF to a few ELF only functions. NFC.Rafael Espindola2015-06-021-1/+1
* Merge MCELF.h into MCSymbolELF.h.Rafael Espindola2015-06-021-8/+6
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-5/+5
* Remove getData.Rafael Espindola2015-05-291-2/+1
* Remove the MCSymbolData typedef.Rafael Espindola2015-05-291-1/+1
* Rename getOrCreateSymbolData to registerSymbol and return void.Rafael Espindola2015-05-291-1/+2
* Pass MCSymbols to the helper functions in MCELF.h.Rafael Espindola2015-05-291-4/+4
* ARMTargetParser: Normalising build attributesRenato Golin2015-05-271-3/+3
* [AArch64] Clean up the ELF streamer a bit.Benjamin Kramer2015-05-231-2/+2
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-4/+3
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-6/+6
* MC: Update MCFixup naming. NFC.Jim Grosbach2015-05-151-2/+2
* Change TargetParser enum names to avoid macro conflicts (llvm)Renato Golin2015-05-121-43/+43
* TargetParser: FPU/ARCH/EXT parsing refactory - NFCRenato Golin2015-05-081-73/+15
* Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola2015-04-141-3/+4
* Store the sh_link of ARM_EXIDX directly in MCSectionELF.Rafael Espindola2015-04-061-8/+7
* [AArch64, ARM] Add v8.1a architecture and generic cpuVladimir Sukharev2015-03-261-3/+3
* Split the object streamer callback in one per file format.Rafael Espindola2015-03-191-1/+8
* [ARM] Add support for ARMV6K subtarget (LLVM)Renato Golin2015-03-171-0/+1
* There is only one Asm streamer, there is no need for targets to register it.Rafael Espindola2015-03-161-8/+5
* Use ".arch_extension" ARM directive to specify the additional CPU featuresSumanth Gundapaneni2015-02-261-0/+18
* MC: Remove NullStreamer hook, as it is redundant with NullTargetStreamer.Peter Collingbourne2015-02-191-6/+0
* Introduce Target::createNullTargetStreamer and use it from IRObjectFile.Peter Collingbourne2015-02-191-0/+4
* Compute the ELF SectionKind from the flags.Rafael Espindola2015-01-291-9/+6
* ARM: add support for segment base relocations (SBREL)Saleem Abdulrasool2015-01-111-0/+4
* Emit the build attribute Tag_conformance.Charlie Turner2015-01-051-1/+13
* Stop uppercasing build attribute data.Charlie Turner2014-11-271-2/+2
* Simplify handling of --noexecstack by using getNonexecutableStackSection.Rafael Espindola2014-10-151-6/+3
* [ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DP (LLVM)Oliver Stannard2014-10-011-0/+8
* ARM: take care not to set the ThumbFunc bit on TLS data symbolsScott Douglass2014-06-301-1/+2
OpenPOWER on IntegriCloud