summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCAsmStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* We always have an InstPrinter.Rafael Espindola2015-05-271-8/+6
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-9/+8
* MC: Update MCCodeEmitter naming. NFC.Jim Grosbach2015-05-151-1/+1
* Simplify use of formatted_raw_ostream.Rafael Espindola2015-04-091-8/+10
* Nothing inherits from the asm streamer.Rafael Espindola2015-04-091-3/+1
* [MCInstPrinter] Enable MCInstPrinter to change its behavior based on theAkira Hatanaka2015-03-271-1/+1
* Remove many superfluous SmallString::str() calls.Yaron Keren2015-03-181-1/+1
* [MC] Remove various unused MCAsmInfo parameters.Sean Silva2015-02-051-2/+2
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* DebugInfo: Omit is_stmt from line table entries on the same line.David Blaikie2014-12-301-2/+2
* MC: Don't emit .no_dead_strip on targets which don't support itDavid Majnemer2014-12-241-1/+5
* Remove unused header. NFC.Juergen Ributzka2014-12-221-1/+0
* Changing a cast from unsigned to uint64_t, should be NFC in practice.Aaron Ballman2014-12-151-1/+1
* Silencing a -Wsign-compare warning; NFC.Aaron Ballman2014-12-131-1/+2
* Clean up static analyzer warnings.Michael Ilseman2014-12-121-1/+4
* [NVPTX] Do not emit .weak symbols for NVPTXJingyue Wu2014-12-011-1/+1
* Revert r221150, as it broke sanitizer testsOliver Stannard2014-11-031-4/+2
* Emit .eh_frame with relocations to functions, rather than sectionsOliver Stannard2014-11-031-2/+4
* MC Win64: Put unwind info for COMDAT code into the same COMDAT groupReid Kleckner2014-09-041-3/+2
OpenPOWER on IntegriCloud