aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-01-15[ARM] Add ARMv8-M Baseline/Mainline LLVM targetingBradley Smith1-0/+6
2016-01-12[ARM] Fix several state persistence bugsKeno Fischer1-4/+24
2015-12-07[ARM] Generate ABI_optimization_goals build attribute, as described in the AR...Artyom Skrobov1-3/+3
2015-12-01[ARM] Add ARMv8.2-A to TargetParserOliver Stannard1-0/+1
2015-11-20Handle ARMv6-J as an alias, instead of fake architectureArtyom Skrobov1-1/+0
2015-11-18Stop producing .data.rel sections.Rafael Espindola1-9/+4
2015-11-17[Assembler] Make fatal assembler errors non-fatalOliver Stannard1-2/+4
2015-11-16[ARM,AArch64] Store source location for values in assembly filesOliver Stannard1-1/+1
2015-11-16Handle ARMv6KZ namingArtyom Skrobov1-2/+1
2015-11-12Cull non-standard variants of ARM architectures (NFC)Artyom Skrobov1-5/+0
2015-09-20Cleanup places that passed SMLoc by const reference to pass it by value inste...Craig Topper1-2/+1
2015-09-15Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders1-1/+1
2015-09-15Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders1-1/+1
2015-09-15Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders1-1/+1
2015-09-15Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders1-1/+1
2015-08-30[Triple] Stop abusing a class to have only static methods and just useChandler Carruth1-7/+7
2015-07-06Where Triple has a suitable predicate, use it rather than the enum values. NFC.Daniel Sanders1-1/+1
2015-06-29[ARM]: Extend -mfpu options for half-precision and vfpv3xdJaved Absar1-0/+44
2015-06-26Optimize the creation of mapping symbols.Rafael Espindola1-8/+1
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-06-16Clean up redundant copies of Triple objects. NFCDaniel Sanders1-1/+1
2015-06-09MC: Add target hook to control symbol quotingMatt Arsenault1-1/+7
2015-06-05[ARM] Add support for -sp- FPUs and FPU none to TargetParserJohn Brawn1-0/+5
2015-06-04Remove MCELFSymbolFlags.h. It is now internal to MCSymbolELF.Rafael Espindola1-2/+1
2015-06-03Remove getOrCreateSymbolData. There is no MCSymbolData anymore.Rafael Espindola1-1/+1
2015-06-02Pass a MCSymbolELF to a few ELF only functions. NFC.Rafael Espindola1-1/+1
2015-06-02Merge MCELF.h into MCSymbolELF.h.Rafael Espindola1-8/+6
2015-05-30MC: Clean up MCExpr naming. NFC.Jim Grosbach1-5/+5
2015-05-29Remove getData.Rafael Espindola1-2/+1
2015-05-29Remove the MCSymbolData typedef.Rafael Espindola1-1/+1
2015-05-29Rename getOrCreateSymbolData to registerSymbol and return void.Rafael Espindola1-1/+2
2015-05-29Pass MCSymbols to the helper functions in MCELF.h.Rafael Espindola1-4/+4
2015-05-27ARMTargetParser: Normalising build attributesRenato Golin1-3/+3
2015-05-23[AArch64] Clean up the ELF streamer a bit.Benjamin Kramer1-2/+2
2015-05-21Move alignment from MCSectionData to MCSection.Rafael Espindola1-4/+3
2015-05-18MC: Clean up method names in MCContext.Jim Grosbach1-6/+6
2015-05-15MC: Update MCFixup naming. NFC.Jim Grosbach1-2/+2
2015-05-12Change TargetParser enum names to avoid macro conflicts (llvm)Renato Golin1-43/+43
2015-05-08TargetParser: FPU/ARCH/EXT parsing refactory - NFCRenato Golin1-73/+15
2015-04-14Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola1-3/+4
2015-04-06Store the sh_link of ARM_EXIDX directly in MCSectionELF.Rafael Espindola1-8/+7
2015-03-26[AArch64, ARM] Add v8.1a architecture and generic cpuVladimir Sukharev1-3/+3
2015-03-19Split the object streamer callback in one per file format.Rafael Espindola1-1/+8
2015-03-17[ARM] Add support for ARMV6K subtarget (LLVM)Renato Golin1-0/+1
2015-03-16There is only one Asm streamer, there is no need for targets to register it.Rafael Espindola1-8/+5
2015-02-26Use ".arch_extension" ARM directive to specify the additional CPU featuresSumanth Gundapaneni1-0/+18
2015-02-19MC: Remove NullStreamer hook, as it is redundant with NullTargetStreamer.Peter Collingbourne1-6/+0
2015-02-19Introduce Target::createNullTargetStreamer and use it from IRObjectFile.Peter Collingbourne1-0/+4
2015-01-29Compute the ELF SectionKind from the flags.Rafael Espindola1-9/+6