summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* MCObjectStreamer: assign MCSymbols in the dummy fragment to offset 0.James Y Knight2019-11-161-2/+1
* ARM: Don't emit R_ARM_NONE relocations to compact unwinding decoders in .ARM....Peter Collingbourne2019-11-121-8/+18
* [AsmPrinter] Remove hidden flag -print-schedule.Andrea Di Biagio2019-02-041-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ARM] Emmit data symbol for constant pool dataDiogo N. Sampaio2018-10-021-0/+5
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-271-1/+1
* [ARM/AArch64][v8.5A] Add Armv8.5-A targetOliver Stannard2018-09-261-0/+1
* [ARM][AArch64] Armv8.4-A EnablementSjoerd Meijer2018-06-291-0/+2
* MC: Change the streamer ctors to take an object writer instead of a stream. N...Peter Collingbourne2018-05-181-4/+5
* [ARM] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-051-1/+1
* [ARM] Fix endianness of Thumb .inst.w directiveOliver Stannard2018-01-041-2/+4
* [ARM] Add support for armv7e-m to the .arch directiveOliver Stannard2017-11-291-0/+1
* Clear LastMappingSymbols and LastEMS(Info) when resetting the ARM(AArch64)ELF...Yichao Yu2017-10-261-0/+2
* [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames2017-10-111-6/+8
* [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames2017-10-111-13/+15
* [TargetParser] Use enum classes for various ARM kind enums.Florian Hahn2017-07-271-36/+36
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [ARM] Fix handling of mapping symbols when changing sectionsJohn Brawn2017-04-201-1/+1
* This patch closes PR#32216: Better testing of schedule model instruction late...Andrew V. Tischenko2017-04-141-2/+2
* Reland r298901 with modifications (reverted in r298932)Weiming Zhao2017-04-031-15/+71
* Revert "Dont emit Mapping symbols for sections that contain only data."Weiming Zhao2017-03-281-68/+14
* Dont emit Mapping symbols for sections that contain only data.Weiming Zhao2017-03-281-14/+68
* Fix asm printing of associated sections.Evgeniy Stepanov2017-03-141-1/+2
* Change how we handle section symbols on ELF.Rafael Espindola2017-02-021-3/+2
* [ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-01-271-25/+69
* Use StringRef in ARMELFStreamer (NFC)Mehdi Amini2016-10-071-2/+2
* [ARM] Add ARMv8-M Baseline/Mainline LLVM targetingBradley Smith2016-01-151-0/+6
* [ARM] Fix several state persistence bugsKeno Fischer2016-01-121-4/+24
* [ARM] Generate ABI_optimization_goals build attribute, as described in the AR...Artyom Skrobov2015-12-071-3/+3
* [ARM] Add ARMv8.2-A to TargetParserOliver Stannard2015-12-011-0/+1
* Handle ARMv6-J as an alias, instead of fake architectureArtyom Skrobov2015-11-201-1/+0
* Stop producing .data.rel sections.Rafael Espindola2015-11-181-9/+4
* [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
OpenPOWER on IntegriCloud