summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* MC: remove use of unnecessary variableSaleem Abdulrasool2014-07-121-41/+27
* MC: rename MCW64UnwindInfo to MCWinFrameInfoSaleem Abdulrasool2014-07-121-17/+17
* Fix .seh_stackalloc 0Reid Kleckner2014-07-011-0/+2
* MC: rename EmitWin64EH routinesSaleem Abdulrasool2014-06-291-14/+14
* Merge the used symbol scanning of MCObjectStreamer and RecordStreamer.Rafael Espindola2014-06-251-1/+12
* Move expression visitation logic up to MCStreamer.Rafael Espindola2014-06-251-0/+29
* Re-apply r211399, "Generate native unwind info on Win64" with a fix to ignore...NAKAMURA Takumi2014-06-251-0/+2
* Fix another asserting method in the null streamer.Rafael Espindola2014-06-251-1/+0
* Fix a regression from r211653.Rafael Espindola2014-06-251-1/+0
* Move some trivial methods up to MCStreamer.Rafael Espindola2014-06-251-0/+33
* Simplify the handling of .cfi_endproc.Rafael Espindola2014-06-251-11/+3
* Print a=b as an assignment.Rafael Espindola2014-06-241-6/+0
OpenPOWER on IntegriCloud