aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCStreamer.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-11-03Revert r221150, as it broke sanitizer testsOliver Stannard1-4/+4
2014-11-03Emit .eh_frame with relocations to functions, rather than sectionsOliver Stannard1-4/+4
2014-10-15Simplify handling of --noexecstack by using getNonexecutableStackSection.Rafael Espindola1-1/+1
2014-10-07[asan-asm-instrumentation] CFI directives are generated for .S files.Yuri Gorshenin1-0/+12
2014-09-17Another required re-setting for MCStreamer::reset().Yaron Keren1-0/+1
2014-09-17Add and update reset() and doInitialization() methods to MC* and passes.Yaron Keren1-0/+1
2014-08-20Don't allow MCStreamer::EmitIntValue to output 0-byte integers.Alexey Samsonov1-1/+1
2014-08-15Make EmitAbsValue an static helper.Rafael Espindola1-17/+0
2014-08-15Delete dead code. NFC.Rafael Espindola1-6/+0
2014-08-15Make EmitDwarfSetLineAddr an static helper. NFC.Rafael Espindola1-12/+0
2014-08-15Make BuildSymbolDiff an static helper.Rafael Espindola1-13/+0
2014-08-15Make ForceExpAbs an static helper.Rafael Espindola1-3/+4
2014-08-03MC: virtualise EmitWindowsUnwindTablesSaleem Abdulrasool1-4/+0
2014-08-03MC: rename Win64EHFrameInfo to WinEH::FrameInfoSaleem Abdulrasool1-18/+27
2014-07-19MC: permit emitting a symbol value as section relativeSaleem Abdulrasool1-2/+9
2014-07-17MC: make WinEH opcode an opaque valueSaleem Abdulrasool1-10/+22
2014-07-13MC: make DWARF and Windows unwinding handling more similarSaleem Abdulrasool1-93/+89
2014-07-12MC: remove use of unnecessary variableSaleem Abdulrasool1-41/+27
2014-07-12MC: rename MCW64UnwindInfo to MCWinFrameInfoSaleem Abdulrasool1-17/+17
2014-07-01Fix .seh_stackalloc 0Reid Kleckner1-0/+2
2014-06-29MC: rename EmitWin64EH routinesSaleem Abdulrasool1-14/+14
2014-06-25Merge the used symbol scanning of MCObjectStreamer and RecordStreamer.Rafael Espindola1-1/+12
2014-06-25Move expression visitation logic up to MCStreamer.Rafael Espindola1-0/+29
2014-06-25Re-apply r211399, "Generate native unwind info on Win64" with a fix to ignore...NAKAMURA Takumi1-0/+2
2014-06-25Fix another asserting method in the null streamer.Rafael Espindola1-1/+0
2014-06-25Fix a regression from r211653.Rafael Espindola1-1/+0
2014-06-25Move some trivial methods up to MCStreamer.Rafael Espindola1-0/+33
2014-06-25Simplify the handling of .cfi_endproc.Rafael Espindola1-11/+3
2014-06-24Print a=b as an assignment.Rafael Espindola1-6/+0
2014-06-23Allow using .cfi_startproc without a leading symbol.Rafael Espindola1-9/+1
2014-06-22Revert r211399, "Generate native unwind info on Win64"NAKAMURA Takumi1-2/+0
2014-06-20Generate native unwind info on Win64Reid Kleckner1-0/+2
2014-05-12Move EH/Debug frame handling to the object streamer.Rafael Espindola1-17/+1
2014-05-12Remove always true argument.Rafael Espindola1-2/+2
2014-05-12Remove an always true argument.Rafael Espindola1-3/+3
2014-04-27Make getOrCreateSymbolData non virtual.Rafael Espindola1-5/+0
2014-04-22Fix the assembler to print a better relocatable expression errorKevin Enderby1-2/+3
2014-04-15[MC] Emit an error if cfi_startproc is used before a symbol is defined.Quentin Colombet1-0/+4
2014-04-13[C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper1-5/+5
2014-04-01DebugInfo: Avoid creating unnecessary/empty line tables and remove the specia...David Blaikie1-0/+10
2014-03-20Don't use EmitAbsValue with symbol references.Rafael Espindola1-2/+2
2014-03-20Mark alias symbols as microMIPS if necessary. Differential Revision: http:/...Zoran Jovanovic1-1/+11
2014-03-17DebugInfo: Improve reuse of file table entries in asm debug infoDavid Blaikie1-4/+4
2014-03-05Always print the implicit .text at the start of an asm file.Rafael Espindola1-1/+1
2014-02-07Always create a temporary symbol to use with the cfi frame.Rafael Espindola1-9/+3
2014-01-31Remove another hasRawTextSupport.Rafael Espindola1-0/+6
2014-01-27MC: Add support for .cfi_startproc simpleDavid Majnemer1-1/+2
2014-01-26Construct the MCStreamer before constructing the MCTargetStreamer.Rafael Espindola1-5/+8
2014-01-24Simplify the logic for deciding when to initialize the sections.Rafael Espindola1-3/+2
2014-01-24Most streamers' InitSections just create a text section. Make that the defaultRafael Espindola1-0/+5