summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Revert r221150, as it broke sanitizer testsOliver Stannard2014-11-031-4/+4
* Emit .eh_frame with relocations to functions, rather than sectionsOliver Stannard2014-11-031-4/+4
* Simplify handling of --noexecstack by using getNonexecutableStackSection.Rafael Espindola2014-10-151-1/+1
* [asan-asm-instrumentation] CFI directives are generated for .S files.Yuri Gorshenin2014-10-071-0/+12
* Another required re-setting for MCStreamer::reset().Yaron Keren2014-09-171-0/+1
* Add and update reset() and doInitialization() methods to MC* and passes.Yaron Keren2014-09-171-0/+1
* Don't allow MCStreamer::EmitIntValue to output 0-byte integers.Alexey Samsonov2014-08-201-1/+1
* Make EmitAbsValue an static helper.Rafael Espindola2014-08-151-17/+0
* Delete dead code. NFC.Rafael Espindola2014-08-151-6/+0
* Make EmitDwarfSetLineAddr an static helper. NFC.Rafael Espindola2014-08-151-12/+0
* Make BuildSymbolDiff an static helper.Rafael Espindola2014-08-151-13/+0
* Make ForceExpAbs an static helper.Rafael Espindola2014-08-151-3/+4
* MC: virtualise EmitWindowsUnwindTablesSaleem Abdulrasool2014-08-031-4/+0
* MC: rename Win64EHFrameInfo to WinEH::FrameInfoSaleem Abdulrasool2014-08-031-18/+27
* MC: permit emitting a symbol value as section relativeSaleem Abdulrasool2014-07-191-2/+9
* MC: make WinEH opcode an opaque valueSaleem Abdulrasool2014-07-171-10/+22
* MC: make DWARF and Windows unwinding handling more similarSaleem Abdulrasool2014-07-131-93/+89
OpenPOWER on IntegriCloud