summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCAsmStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [X86] Add .intel_syntax noprefix directive to intel-syntax x86 asm outputMichael Kuperstein2015-07-221-0/+11
* [MC] Correctly escape .safeseh's symbolDavid Majnemer2015-07-131-1/+2
* [MC] Adding prettyPrintAsm to MCTargetStreamer to allow targets to specialize...Colin LeMahieu2015-06-181-1/+4
* MC: Add target hook to control symbol quotingMatt Arsenault2015-06-091-28/+70
* Create a MCSymbolELF.Rafael Espindola2015-06-021-3/+3
* [WinCOFF] Add support for the .safeseh directiveDavid Majnemer2015-05-301-0/+6
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-4/+4
* [WinEH] Emit EH tables for __CxxFrameHandler3 on 32-bit x86Reid Kleckner2015-05-291-3/+3
* We always have an InstPrinter.Rafael Espindola2015-05-271-8/+6
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-9/+8
* MC: Update MCCodeEmitter naming. NFC.Jim Grosbach2015-05-151-1/+1
* Simplify use of formatted_raw_ostream.Rafael Espindola2015-04-091-8/+10
* Nothing inherits from the asm streamer.Rafael Espindola2015-04-091-3/+1
* [MCInstPrinter] Enable MCInstPrinter to change its behavior based on theAkira Hatanaka2015-03-271-1/+1
* Remove many superfluous SmallString::str() calls.Yaron Keren2015-03-181-1/+1
* [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
OpenPOWER on IntegriCloud