summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Remove unneeded friend declarations that clang-cl warns onReid Kleckner2018-10-291-2/+0
* [ARM64][Windows] MCLayer support for exception handlingSanjin Sijaric2018-10-271-22/+2
* [AARCH64][FIX] Emit data symbol for constant pool dataDiogo N. Sampaio2018-10-111-0/+5
* MC: Change the streamer ctors to take an object writer instead of a stream. N...Peter Collingbourne2018-05-181-5/+7
* Clear LastMappingSymbols and LastEMS(Info) when resetting the ARM(AArch64)ELF...Yichao Yu2017-10-261-0/+8
* [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames2017-10-111-4/+6
* [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames2017-10-111-5/+7
* [COFF, ARM64] Add support for Windows ARM64 COFF formatMandeep Singh Grang2017-06-271-0/+4
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* This patch closes PR#32216: Better testing of schedule model instruction late...Andrew V. Tischenko2017-04-141-2/+2
* [AArch64] Fix some Include What You Use warnings; other minor fixes (NFC).Eugene Zelenko2017-02-031-10/+9
* [AArch64] Fix two bugs in the .inst directiveOliver Stannard2016-01-201-1/+13
* [ARM,AArch64] Store source location for values in assembly filesOliver Stannard2015-11-161-1/+1
* 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-2/+1
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-1/+2
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-2/+1
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-1/+2
* Where Triple has a suitable predicate, use it rather than the enum values. NFC.Daniel Sanders2015-07-061-1/+1
* Optimize the creation of mapping symbols.Rafael Espindola2015-06-261-11/+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
* Remove MCELFSymbolFlags.h. It is now internal to MCSymbolELF.Rafael Espindola2015-06-041-1/+0
* Merge MCELF.h into MCSymbolELF.h.Rafael Espindola2015-06-021-6/+5
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-1/+1
* 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-2/+2
* [AArch64] Clean up the ELF streamer a bit.Benjamin Kramer2015-05-231-13/+2
* [AArch64] Move AArch64TargetStreamer out of MCStreamer.hBenjamin Kramer2015-05-231-0/+1
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-2/+1
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-2/+2
* Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola2015-04-141-4/+4
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* clang-format bits of code to make a followup patch easy to read.Rafael Espindola2015-04-091-1/+1
* Split the object streamer callback in one per file format.Rafael Espindola2015-03-191-1/+8
* There is only one Asm streamer, there is no need for targets to register it.Rafael Espindola2015-03-161-9/+5
* Silence more static analyzer warnings.Michael Ilseman2014-12-151-1/+3
* [AArch64] Add support for the .inst directive.Chad Rosier2014-10-221-0/+66
* Simplify handling of --noexecstack by using getNonexecutableStackSection.Rafael Espindola2014-10-151-3/+1
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-241-0/+160
* AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover2014-05-241-161/+0
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-6/+7
* Fix the assembler to print a better relocatable expression errorKevin Enderby2014-04-221-2/+3
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-281-2/+2
* Construct the MCStreamer before constructing the MCTargetStreamer.Rafael Espindola2014-01-261-1/+1
OpenPOWER on IntegriCloud