summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Revert r283690, "MC: Remove unused entities."Peter Collingbourne2016-10-101-0/+4
* MC: Remove unused entities.Peter Collingbourne2016-10-091-4/+0
* [codeview] Add new directives to record inlined call site line infoReid Kleckner2016-09-071-7/+39
* [MC] Move .cv_loc management logic out of MCContextReid Kleckner2016-08-261-4/+5
* [mips][ias] Support .dtprel[d]word and .tprel[d]word directivesSimon Atanasyan2016-08-221-0/+16
* Provide support for preserving assembly commentsNirav Dave2016-07-111-0/+3
* doesSetDirectiveSuppressesReloc -> doesSetDirectiveSuppressReloc, theJoerg Sonnenberger2016-06-181-1/+1
* [MC] Rename EmitFill to emitFillPetr Hosek2016-06-011-5/+5
* [codeview] Improve readability of type record assemblyReid Kleckner2016-05-311-0/+1
* [MC] Support symbolic expressions in assembly directivesPetr Hosek2016-05-281-2/+14
* Revert "[MC] Support symbolic expressions in assembly directives"Petr Hosek2016-05-271-14/+2
* [MC] Support symbolic expressions in assembly directivesPetr Hosek2016-05-271-2/+14
* Revert "[MC] Support symbolic expressions in assembly directives"Reid Kleckner2016-05-251-14/+2
* [MC] Support symbolic expressions in assembly directivesPetr Hosek2016-05-251-2/+14
* [MC] Create unique .pdata sections for every .text sectionReid Kleckner2016-05-021-0/+36
* Add capability to push/pop DFI in MCStreamer. NFCAmaury Sechet2016-02-241-2/+6
* [MC] Add support for encoding CodeView variable definition rangesDavid Majnemer2016-02-051-0/+4
* [codeview] Correctly handle inlining functions post-dominated by unreachableDavid Majnemer2016-02-021-1/+2
* [codeview] Wire up the .cv_inline_linetable directiveReid Kleckner2016-02-021-1/+1
* [CodeView] Implement .cv_inline_linetableDavid Majnemer2016-01-291-0/+4
* Reland "[CodeView] Use assembler directives for line tables"Reid Kleckner2016-01-291-0/+16
* Revert "[CodeView] Use assembler directives for line tables"Reid Kleckner2016-01-291-16/+0
* [CodeView] Use assembler directives for line tablesReid Kleckner2016-01-281-0/+16
* Simplify now that emitValueToOffset always returns false.Rafael Espindola2015-11-041-3/+1
* [X86] Emit .cfi_escape GNU_ARGS_SIZE when adjusting the stack before callsMichael Kuperstein2015-10-071-0/+8
* Fix pr24486.Rafael Espindola2015-10-051-4/+5
* Disallow assigning symbol a null section.Rafael Espindola2015-10-031-4/+2
* Cleanup places that passed SMLoc by const reference to pass it by value inste...Craig Topper2015-09-201-4/+2
* [X86] Add .intel_syntax noprefix directive to intel-syntax x86 asm outputMichael Kuperstein2015-07-221-0/+2
* [MC] Adding prettyPrintAsm to MCTargetStreamer to allow targets to specialize...Colin LeMahieu2015-06-181-0/+6
* Generalize emitAbsoluteSymbolDiff.Rafael Espindola2015-06-111-0/+19
* Create a MCSymbolELF.Rafael Espindola2015-06-021-1/+1
* [WinCOFF] Add support for the .safeseh directiveDavid Majnemer2015-05-301-0/+3
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-2/+2
* [WinEH] Emit EH tables for __CxxFrameHandler3 on 32-bit x86Reid Kleckner2015-05-291-0/+6
* There is only one current section.Rafael Espindola2015-05-271-1/+1
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-6/+5
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-14/+14
* Remove MCAssembler.h include from MCStreamer.h and fix users of MCStreamer.hPete Cooper2015-05-151-0/+1
* Implement unique sections with an unique ID.Rafael Espindola2015-04-041-6/+0
* Close unique sections when switching away from them.Rafael Espindola2015-03-271-0/+6
* Refactor how passes get a symbol at the end of a section.Rafael Espindola2015-03-231-0/+13
* Print section start labels when first switching to the section.Rafael Espindola2015-03-111-0/+4
* Move a non-trivial virtual function out of line.Rafael Espindola2015-03-101-0/+11
OpenPOWER on IntegriCloud