summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCAsmStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MC] Remove various unused MCAsmInfo parameters.Sean Silva2015-02-051-2/+2
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* DebugInfo: Omit is_stmt from line table entries on the same line.David Blaikie2014-12-301-2/+2
* MC: Don't emit .no_dead_strip on targets which don't support itDavid Majnemer2014-12-241-1/+5
* Remove unused header. NFC.Juergen Ributzka2014-12-221-1/+0
* Changing a cast from unsigned to uint64_t, should be NFC in practice.Aaron Ballman2014-12-151-1/+1
* Silencing a -Wsign-compare warning; NFC.Aaron Ballman2014-12-131-1/+2
* Clean up static analyzer warnings.Michael Ilseman2014-12-121-1/+4
* [NVPTX] Do not emit .weak symbols for NVPTXJingyue Wu2014-12-011-1/+1
* Revert r221150, as it broke sanitizer testsOliver Stannard2014-11-031-4/+2
* Emit .eh_frame with relocations to functions, rather than sectionsOliver Stannard2014-11-031-2/+4
* MC Win64: Put unwind info for COMDAT code into the same COMDAT groupReid Kleckner2014-09-041-3/+2
* Remove HasLEB128.Rafael Espindola2014-08-151-2/+0
* MC: remove duplicated codeSaleem Abdulrasool2014-08-091-14/+2
* MC: split Win64EHUnwindEmitter into a shared streamerSaleem Abdulrasool2014-08-071-4/+3
* MC: rename Win64EHFrameInfo to WinEH::FrameInfoSaleem Abdulrasool2014-08-031-1/+1
* MC: make DWARF and Windows unwinding handling more similarSaleem Abdulrasool2014-07-131-1/+1
* MC: rename MCW64UnwindInfo to MCWinFrameInfoSaleem Abdulrasool2014-07-121-1/+1
* MC: rename EmitWin64EH routinesSaleem Abdulrasool2014-06-291-41/+41
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-261-4/+3
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-261-3/+4
* Simplify the handling of .cfi_endproc.Rafael Espindola2014-06-251-4/+1
* Print a=b as an assignment.Rafael Espindola2014-06-241-9/+0
* Revert "Patch by Ray Donnelly to print register names instead of numbers."Reid Kleckner2014-06-101-11/+4
* Move EmitDwarfAdvanceLineAddr and EmitDwarfAdvanceFrameAddr to the obj streamer.Rafael Espindola2014-05-121-22/+0
* Remove write only field.Rafael Espindola2014-05-121-8/+0
* Remove now empty method.Rafael Espindola2014-05-121-5/+0
* Remove the always true UseCFI member.Rafael Espindola2014-05-121-90/+1
* Remove the useCFI constructor argument to MCAsmStreamer.Rafael Espindola2014-05-121-5/+4
* Remove the UseCFI option from createAsmStreamer.Rafael Espindola2014-05-071-5/+4
* Avoid using MCSymbolData on the asm streamer.Rafael Espindola2014-04-271-14/+0
* Fix memory leak of MCSymbolData in MCAsmStreamer.David Blaikie2014-04-241-8/+10
* Fix the assembler to print a better relocatable expression errorKevin Enderby2014-04-221-2/+4
* Remove DOS CRLF.NAKAMURA Takumi2014-04-221-6/+6
* Patch by Ray Donnelly to print register names instead of numbers.Yaron Keren2014-04-191-4/+11
* Revert r206565 (and r206566 which updated tests).Chandler Carruth2014-04-181-11/+4
* Patch by Ray Donnelly.Yaron Keren2014-04-181-4/+11
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-131-9/+9
* DebugInfo: Avoid creating unnecessary/empty line tables and remove the specia...David Blaikie2014-04-011-2/+8
* DebugInfo: Emit relocation to debug_line section when emitting asm for asmDavid Blaikie2014-04-011-1/+14
* MachO: Add linker-optimisation hint framework to MC.Tim Northover2014-03-291-0/+22
* remove a bunch of unused private methodsNuno Lopes2014-03-231-2/+0
* ARM IAS: properly handle function entries in .thumbSaleem Abdulrasool2014-03-221-0/+13
* Mark alias symbols as microMIPS if necessary. Differential Revision: http:/...Zoran Jovanovic2014-03-201-2/+1
* Darwin: Add assembler directives to create version-min load commands.Jim Grosbach2014-03-181-0/+14
* DebugInfo: Use MC line table file entry uniquing for non-asm input as well.David Blaikie2014-03-171-9/+20
* DebugInfo: Improve reuse of file table entries in asm debug infoDavid Blaikie2014-03-171-4/+7
* De-virtualize a method since it doesn't override anything (yay 'override' key...Craig Topper2014-03-081-1/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-081-124/+122
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-4/+3
OpenPOWER on IntegriCloud