summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* [MC] Add support for the .rva assembler directive for COFF targetsMartin Storsjo2018-07-261-0/+2
* [mingw] Fix GCC ABI compatibility for comdat thingsReid Kleckner2018-06-211-3/+18
* [MC] Add assembler support for .cg_profile.Michael J. Spencer2018-06-021-0/+4
* [MC] Change AsmParser to leverage Assembler during evaluationNirav Dave2018-04-301-1/+2
* [MC] Undo spurious commit added into r331052.Nirav Dave2018-04-271-2/+1
* [MC] Provide default value for IsResolved.Nirav Dave2018-04-271-1/+2
* Reapply "[DWARFv5] Emit file 0 to the line table."Paul Robinson2018-03-291-0/+9
* Revert "Reapply "[DWARFv5] Emit file 0 to the line table.""Alexander Potapenko2018-03-281-9/+0
* Reapply "[DWARFv5] Emit file 0 to the line table."Paul Robinson2018-03-271-0/+9
* Delay creating an alias for @@@.Rafael Espindola2018-03-091-1/+1
* Revert "Reapply "[DWARFv5] Emit file 0 to the line table.""Alexander Kornienko2018-03-071-9/+0
* Reapply "[DWARFv5] Emit file 0 to the line table."Paul Robinson2018-03-061-0/+9
* Revert "[DWARFv5] Emit file 0 to the line table."Paul Robinson2018-03-061-9/+0
* [DWARFv5] Emit file 0 to the line table.Paul Robinson2018-03-061-0/+9
* [DebugInfo] Support DWARF v5 source code embedding extensionScott Linder2018-02-231-2/+6
* [DWARFv5] Turn an assert into a diagnostic. Hand-coded assembler filesPaul Robinson2018-02-221-5/+4
* [MC] - Don't crash on unclosed frame.George Rimar2018-02-201-3/+4
* Use assembler expressions to lay out the EH LSDA.Rafael Espindola2018-02-091-8/+14
* Reland "Emit Function IDs table for Control Flow Guard"Adrian McCarthy2018-01-091-0/+2
* [DWARFv5] MC support for MD5 file checksumsPaul Robinson2018-01-091-2/+4
* 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-2/+1
* Revert "Emit Function IDs table for Control Flow Guard"Adrian McCarthy2018-01-081-2/+0
* Emit Function IDs table for Control Flow GuardAdrian McCarthy2018-01-081-0/+2
* [NVPTX] Initial adaptation of MCAsmStreamer/MCTargetStreamer for debug info i...Alexey Bataev2017-12-201-0/+22
* MC/AsmPrinter: Reduce code duplication.Matthias Braun2017-12-141-0/+29
* [MC] Properly diagnose badly scoped .cfi_ directivesReid Kleckner2017-10-101-38/+66
* [SEH] Use reportError instead of report_fatal_error for bad directivesReid Kleckner2017-10-101-70/+114
* [MC] Suppress .Lcfi labels when emitting textual assemblyReid Kleckner2017-10-101-4/+6
* [MC] Use unique_ptr to manage WinFrameInfos, NFCReid Kleckner2017-10-061-12/+8
* Re-land "Fix Bug 30978 by emitting cv file checksums."Reid Kleckner2017-09-191-2/+5
* Revert "Fix Bug 30978 by emitting cv file checksums."Eric Beckmann2017-09-161-5/+2
* Change encodeU/SLEB128 to pad to certain number of bytesSam Clegg2017-09-151-2/+6
* Fix Bug 30978 by emitting cv file checksums.Eric Beckmann2017-09-151-2/+5
* MC: add support for cfi_return_columnSaleem Abdulrasool2017-07-281-0/+6
* 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-3/+3
* This patch closes PR#32216: Better testing of schedule model instruction late...Andrew V. Tischenko2017-04-141-2/+2
* Perform symbol binding for .symver versioned symbolsTeresa Johnson2017-03-091-0/+2
* [MC] Factor out non-COFF handling of COFF-specific directives.Dan Gohman2017-02-271-4/+12
* Move some error handling down to MCStreamer.Rafael Espindola2017-02-101-1/+8
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko2017-02-071-6/+14
* Reapply "[CodeGen] Fix invalid DWARF info on Win64"Keno Fischer2017-01-021-3/+2
* [Assembler] Better error messages for .org directiveOliver Stannard2016-12-141-1/+2
* Revert "[CodeGen] Fix invalid DWARF info on Win64"Keno Fischer2016-12-081-2/+3
* [CodeGen] Fix invalid DWARF info on Win64Keno Fischer2016-12-081-3/+2
* [MC] Refactor emitELFSize to make usage more consistent. NFC.Dan Gohman2016-12-011-1/+1
* MCStreamer: Use "cfi" for CFI related temp labels.Matthias Braun2016-11-301-25/+18
* Tidy the calls to getCurrentSection().first -> getCurrentSectionOnly to helpEric Christopher2016-10-141-1/+1
OpenPOWER on IntegriCloud