aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCAsmStreamer.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-30DebugInfo: Omit is_stmt from line table entries on the same line.David Blaikie1-2/+2
2014-12-24MC: Don't emit .no_dead_strip on targets which don't support itDavid Majnemer1-1/+5
2014-12-22Remove unused header. NFC.Juergen Ributzka1-1/+0
2014-12-15Changing a cast from unsigned to uint64_t, should be NFC in practice.Aaron Ballman1-1/+1
2014-12-13Silencing a -Wsign-compare warning; NFC.Aaron Ballman1-1/+2
2014-12-12Clean up static analyzer warnings.Michael Ilseman1-1/+4
2014-12-01[NVPTX] Do not emit .weak symbols for NVPTXJingyue Wu1-1/+1
2014-11-03Revert r221150, as it broke sanitizer testsOliver Stannard1-4/+2
2014-11-03Emit .eh_frame with relocations to functions, rather than sectionsOliver Stannard1-2/+4
2014-09-04MC Win64: Put unwind info for COMDAT code into the same COMDAT groupReid Kleckner1-3/+2
2014-08-15Remove HasLEB128.Rafael Espindola1-2/+0
2014-08-09MC: remove duplicated codeSaleem Abdulrasool1-14/+2
2014-08-07MC: split Win64EHUnwindEmitter into a shared streamerSaleem Abdulrasool1-4/+3
2014-08-03MC: rename Win64EHFrameInfo to WinEH::FrameInfoSaleem Abdulrasool1-1/+1
2014-07-13MC: make DWARF and Windows unwinding handling more similarSaleem Abdulrasool1-1/+1
2014-07-12MC: rename MCW64UnwindInfo to MCWinFrameInfoSaleem Abdulrasool1-1/+1
2014-06-29MC: rename EmitWin64EH routinesSaleem Abdulrasool1-41/+41
2014-06-26Revert "Introduce a string_ostream string builder facilty"Alp Toker1-4/+3
2014-06-26Introduce a string_ostream string builder faciltyAlp Toker1-3/+4
2014-06-25Simplify the handling of .cfi_endproc.Rafael Espindola1-4/+1
2014-06-24Print a=b as an assignment.Rafael Espindola1-9/+0
2014-06-10Revert "Patch by Ray Donnelly to print register names instead of numbers."Reid Kleckner1-11/+4
2014-05-12Move EmitDwarfAdvanceLineAddr and EmitDwarfAdvanceFrameAddr to the obj streamer.Rafael Espindola1-22/+0
2014-05-12Remove write only field.Rafael Espindola1-8/+0
2014-05-12Remove now empty method.Rafael Espindola1-5/+0
2014-05-12Remove the always true UseCFI member.Rafael Espindola1-90/+1
2014-05-12Remove the useCFI constructor argument to MCAsmStreamer.Rafael Espindola1-5/+4
2014-05-07Remove the UseCFI option from createAsmStreamer.Rafael Espindola1-5/+4
2014-04-27Avoid using MCSymbolData on the asm streamer.Rafael Espindola1-14/+0
2014-04-24Fix memory leak of MCSymbolData in MCAsmStreamer.David Blaikie1-8/+10
2014-04-22Fix the assembler to print a better relocatable expression errorKevin Enderby1-2/+4
2014-04-22Remove DOS CRLF.NAKAMURA Takumi1-6/+6
2014-04-19Patch by Ray Donnelly to print register names instead of numbers.Yaron Keren1-4/+11
2014-04-18Revert r206565 (and r206566 which updated tests).Chandler Carruth1-11/+4
2014-04-18Patch by Ray Donnelly.Yaron Keren1-4/+11
2014-04-13[C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper1-9/+9
2014-04-01DebugInfo: Avoid creating unnecessary/empty line tables and remove the specia...David Blaikie1-2/+8
2014-04-01DebugInfo: Emit relocation to debug_line section when emitting asm for asmDavid Blaikie1-1/+14
2014-03-29MachO: Add linker-optimisation hint framework to MC.Tim Northover1-0/+22
2014-03-23remove a bunch of unused private methodsNuno Lopes1-2/+0
2014-03-22ARM IAS: properly handle function entries in .thumbSaleem Abdulrasool1-0/+13
2014-03-20Mark alias symbols as microMIPS if necessary. Differential Revision: http:/...Zoran Jovanovic1-2/+1
2014-03-18Darwin: Add assembler directives to create version-min load commands.Jim Grosbach1-0/+14
2014-03-17DebugInfo: Use MC line table file entry uniquing for non-asm input as well.David Blaikie1-9/+20
2014-03-17DebugInfo: Improve reuse of file table entries in asm debug infoDavid Blaikie1-4/+7
2014-03-08De-virtualize a method since it doesn't override anything (yay 'override' key...Craig Topper1-1/+1
2014-03-08[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-124/+122
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-4/+3
2014-03-05Always print the implicit .text at the start of an asm file.Rafael Espindola1-5/+0
2014-03-02Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper1-1/+1