summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCAsmStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [MC] Refactor emitELFSize to make usage more consistent. NFC.Dan Gohman2016-12-011-2/+2
* Tidy the calls to getCurrentSection().first -> getCurrentSectionOnly to helpEric Christopher2016-10-141-4/+5
* Revert r283690, "MC: Remove unused entities."Peter Collingbourne2016-10-101-1/+1
* MC: Remove unused entities.Peter Collingbourne2016-10-091-1/+1
* [codeview] Add new directives to record inlined call site line infoReid Kleckner2016-09-071-20/+36
* [MC] Move .cv_loc management logic out of MCContextReid Kleckner2016-08-261-8/+7
* [mips][ias] Support .dtprel[d]word and .tprel[d]word directivesSimon Atanasyan2016-08-221-0/+33
* [MC] When emitting output hash comments always use standard line comment sepe...Nirav Dave2016-07-291-3/+4
* [MC] Cleanup Error Handling in AsmParserNirav Dave2016-07-181-4/+4
* Provide support for preserving assembly commentsNirav Dave2016-07-111-2/+53
* Apply clang-tidy's modernize-loop-convert to lib/MC.Benjamin Kramer2016-06-261-3/+2
* [MC] Check the upper bound in truncate assertionPetr Hosek2016-06-041-1/+1
* [MC] Rename EmitFill to emitFillPetr Hosek2016-06-011-3/+3
* [codeview] Improve readability of type record assemblyReid Kleckner2016-05-311-0/+16
* [MC] Support symbolic expressions in assembly directivesPetr Hosek2016-05-281-3/+37
* Revert "[MC] Support symbolic expressions in assembly directives"Petr Hosek2016-05-271-37/+3
* [MC] Support symbolic expressions in assembly directivesPetr Hosek2016-05-271-3/+37
* Revert "[MC] Support symbolic expressions in assembly directives"Reid Kleckner2016-05-251-37/+3
* [MC] Support symbolic expressions in assembly directivesPetr Hosek2016-05-251-3/+37
* [MC] Create unique .pdata sections for every .text sectionReid Kleckner2016-05-021-2/+2
* [NFC] Header cleanupMehdi Amini2016-04-181-2/+1
* [MachO] Add MachO alt-entry directive support.Lang Hames2016-03-151-0/+1
* [MC] Add support for encoding CodeView variable definition rangesDavid Majnemer2016-02-051-0/+19
* [codeview] Correctly handle inlining functions post-dominated by unreachableDavid Majnemer2016-02-021-3/+6
* [codeview] Wire up the .cv_inline_linetable directiveReid Kleckner2016-02-021-3/+6
* Fix infinite recursion in MCAsmStreamer::EmitValueImpl.Rafael Espindola2016-02-011-7/+5
* [CodeView] Implement .cv_inline_linetableDavid Majnemer2016-01-291-0/+18
* Reland "[CodeView] Use assembler directives for line tables"Reid Kleckner2016-01-291-0/+72
* Revert "[CodeView] Use assembler directives for line tables"Reid Kleckner2016-01-291-72/+0
* [CodeView] Use assembler directives for line tablesReid Kleckner2016-01-281-0/+72
* [MC] Use .p2align instead of .alignDan Gohman2016-01-261-5/+2
* Implement .reloc (constant offset only) with support for R_MIPS_NONE and R_MI...Daniel Sanders2015-11-121-0/+16
* Simplify now that emitValueToOffset always returns false.Rafael Espindola2015-11-041-3/+2
* Fix some Clang-tidy modernize warnings, other minor fixes.Eugene Zelenko2015-11-041-5/+3
* ARM: support .watchos_version_min and .tvos_version_min.Tim Northover2015-10-281-0/+2
* [X86] Emit .cfi_escape GNU_ARGS_SIZE when adjusting the stack before callsMichael Kuperstein2015-10-071-0/+29
* Fix pr24486.Rafael Espindola2015-10-051-2/+2
* Disallow assigning symbol a null section.Rafael Espindola2015-10-031-6/+0
* Cleanup places that passed SMLoc by const reference to pass it by value inste...Craig Topper2015-09-201-2/+2
* Remove and forbid raw_svector_ostream::flush() calls.Yaron Keren2015-08-131-5/+0
* Remove raw_svector_ostream::resync and users. It's no-op after r244870.Yaron Keren2015-08-131-5/+0
* Fix a -Winconsistent-missing-override failure in the .intel_syntaxChandler Carruth2015-07-221-1/+1
* [X86] Add .intel_syntax noprefix directive to intel-syntax x86 asm outputMichael Kuperstein2015-07-221-0/+11
* [MC] Correctly escape .safeseh's symbolDavid Majnemer2015-07-131-1/+2
* [MC] Adding prettyPrintAsm to MCTargetStreamer to allow targets to specialize...Colin LeMahieu2015-06-181-1/+4
* MC: Add target hook to control symbol quotingMatt Arsenault2015-06-091-28/+70
* Create a MCSymbolELF.Rafael Espindola2015-06-021-3/+3
* [WinCOFF] Add support for the .safeseh directiveDavid Majnemer2015-05-301-0/+6
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-4/+4
* [WinEH] Emit EH tables for __CxxFrameHandler3 on 32-bit x86Reid Kleckner2015-05-291-3/+3
OpenPOWER on IntegriCloud