summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow using .cfi_startproc without a leading symbol.Rafael Espindola2014-06-231-9/+1
* Revert r211399, "Generate native unwind info on Win64"NAKAMURA Takumi2014-06-221-2/+0
* Generate native unwind info on Win64Reid Kleckner2014-06-201-0/+2
* Move EH/Debug frame handling to the object streamer.Rafael Espindola2014-05-121-17/+1
* Remove always true argument.Rafael Espindola2014-05-121-2/+2
* Remove an always true argument.Rafael Espindola2014-05-121-3/+3
* Make getOrCreateSymbolData non virtual.Rafael Espindola2014-04-271-5/+0
* Fix the assembler to print a better relocatable expression errorKevin Enderby2014-04-221-2/+3
* [MC] Emit an error if cfi_startproc is used before a symbol is defined.Quentin Colombet2014-04-151-0/+4
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-131-5/+5
* DebugInfo: Avoid creating unnecessary/empty line tables and remove the specia...David Blaikie2014-04-011-0/+10
* Don't use EmitAbsValue with symbol references.Rafael Espindola2014-03-201-2/+2
* Mark alias symbols as microMIPS if necessary. Differential Revision: http:/...Zoran Jovanovic2014-03-201-1/+11
* DebugInfo: Improve reuse of file table entries in asm debug infoDavid Blaikie2014-03-171-4/+4
* Always print the implicit .text at the start of an asm file.Rafael Espindola2014-03-051-1/+1
* Always create a temporary symbol to use with the cfi frame.Rafael Espindola2014-02-071-9/+3
* Remove another hasRawTextSupport.Rafael Espindola2014-01-311-0/+6
* MC: Add support for .cfi_startproc simpleDavid Majnemer2014-01-271-1/+2
* Construct the MCStreamer before constructing the MCTargetStreamer.Rafael Espindola2014-01-261-5/+8
* Simplify the logic for deciding when to initialize the sections.Rafael Espindola2014-01-241-3/+2
* Most streamers' InitSections just create a text section. Make that the defaultRafael Espindola2014-01-241-0/+5
OpenPOWER on IntegriCloud