summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCAsmStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [MC][X86] Allow assembler variable assignment to register name.Nirav Dave2018-06-051-5/+12
* [MC] Add assembler support for .cg_profile.Michael J. Spencer2018-06-021-0/+14
* [MC] Change AsmParser to leverage Assembler during evaluationNirav Dave2018-04-301-4/+7
* [MC] Undo spurious commit added into r331052.Nirav Dave2018-04-271-7/+4
* [MC] Provide default value for IsResolved.Nirav Dave2018-04-271-4/+7
* [MC] Modify MCAsmStreamer to always build MCAssembler. NFCI.Nirav Dave2018-04-271-16/+31
* [DWARFv5] Fuss with asm syntax for conveying MD5 checksum.Paul Robinson2018-04-111-4/+2
* [DEBUGINFO] Add option that allows to disable emission of flags in .loc direc...Alexey Bataev2018-04-031-19/+21
* Reapply "[DWARFv5] Emit file 0 to the line table."Paul Robinson2018-03-291-28/+63
* Revert "Reapply "[DWARFv5] Emit file 0 to the line table.""Alexander Potapenko2018-03-281-58/+28
* Reapply "[DWARFv5] Emit file 0 to the line table."Paul Robinson2018-03-271-28/+58
* Use .set instead of = when printing assignment in assembly outputKrzysztof Parzyszek2018-03-271-1/+2
* [MC] fix documentation comments; NFCSanjay Patel2018-03-131-25/+14
* Delay creating an alias for @@@.Rafael Espindola2018-03-091-4/+3
* Don't treat .symver as a regular alias definition.Rafael Espindola2018-03-091-0/+12
* Revert "Reapply "[DWARFv5] Emit file 0 to the line table.""Alexander Kornienko2018-03-071-58/+28
* Reapply "[DWARFv5] Emit file 0 to the line table."Paul Robinson2018-03-061-28/+58
* Revert "[DWARFv5] Emit file 0 to the line table."Paul Robinson2018-03-061-58/+28
* [DWARFv5] Emit file 0 to the line table.Paul Robinson2018-03-061-28/+58
* [DebugInfo] Support DWARF v5 source code embedding extensionScott Linder2018-02-231-2/+8
* [DWARFv5] Turn an assert into a diagnostic. Hand-coded assembler filesPaul Robinson2018-02-221-12/+13
* Use assembler expressions to lay out the EH LSDA.Rafael Espindola2018-02-091-2/+2
* [ELF] Print the .type assembly directive correctly for STT_NOTYPEOliver Stannard2018-02-091-1/+1
* [DWARFv5] CodeGen support for MD5 file checksumsPaul Robinson2018-01-121-0/+4
* Reland "Emit Function IDs table for Control Flow Guard"Adrian McCarthy2018-01-091-0/+7
* [DWARFv5] MC support for MD5 file checksumsPaul Robinson2018-01-091-1/+3
* Inline a emitFill variant that is only used once. NFC.Rafael Espindola2018-01-091-10/+0
* Make one of the emitFill methods non virtual. NFC.Rafael Espindola2018-01-091-12/+4
* Revert "Emit Function IDs table for Control Flow Guard"Adrian McCarthy2018-01-081-7/+0
* Emit Function IDs table for Control Flow GuardAdrian McCarthy2018-01-081-0/+7
* [NVPTX] Initial adaptation of MCAsmStreamer/MCTargetStreamer for debug info i...Alexey Bataev2017-12-201-14/+33
* MC: Add support for mach-o build_versionMatthias Braun2017-12-141-7/+33
* Remove redundant includes from lib/MC.Michael Zolotukhin2017-12-131-3/+0
* [MC] Handle unknown literal register numbers in .cfi_* directivesJake Ehrlich2017-12-011-4/+9
* [AsmPrinterDwarf] Add support for .cfi_restore directiveFrancis Visoiu Mistrih2017-11-021-0/+8
* [codeview] Implement FPO data assembler directivesReid Kleckner2017-10-111-0/+7
* [SEH] Use reportError instead of report_fatal_error for bad directivesReid Kleckner2017-10-101-40/+47
* Re-land "Fix Bug 30978 by emitting cv file checksums."Reid Kleckner2017-09-191-4/+24
* Revert "Fix Bug 30978 by emitting cv file checksums."Eric Beckmann2017-09-161-23/+4
* [llvm] Fix some typos. NFC.Mandeep Singh Grang2017-09-151-2/+2
* Fix Bug 30978 by emitting cv file checksums.Eric Beckmann2017-09-151-4/+23
* MC: add support for cfi_return_columnSaleem Abdulrasool2017-07-281-0/+7
* This patch closes PR#32216: Better testing of schedule model instruction late...Andrew V. Tischenko2017-04-141-6/+28
* Move some error handling down to MCStreamer.Rafael Espindola2017-02-101-4/+3
* Only print architecture dependent flags for that architecture.Rafael Espindola2017-01-301-1/+3
* Reapply "[CodeGen] Fix invalid DWARF info on Win64"Keno Fischer2017-01-021-2/+4
* This is a large patch for X86 AVX-512 of an optimization for reducing code si...Gadi Haber2016-12-281-4/+6
* [Assembler] Better error messages for .org directiveOliver Stannard2016-12-141-2/+4
* Revert "[CodeGen] Fix invalid DWARF info on Win64"Keno Fischer2016-12-081-4/+2
* [CodeGen] Fix invalid DWARF info on Win64Keno Fischer2016-12-081-2/+4
OpenPOWER on IntegriCloud