index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
MC
/
MCAsmStreamer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[X86] Add .intel_syntax noprefix directive to intel-syntax x86 asm output
Michael Kuperstein
2015-07-22
1
-0
/
+11
*
[MC] Correctly escape .safeseh's symbol
David Majnemer
2015-07-13
1
-1
/
+2
*
[MC] Adding prettyPrintAsm to MCTargetStreamer to allow targets to specialize...
Colin LeMahieu
2015-06-18
1
-1
/
+4
*
MC: Add target hook to control symbol quoting
Matt Arsenault
2015-06-09
1
-28
/
+70
*
Create a MCSymbolELF.
Rafael Espindola
2015-06-02
1
-3
/
+3
*
[WinCOFF] Add support for the .safeseh directive
David Majnemer
2015-05-30
1
-0
/
+6
*
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
2015-05-30
1
-4
/
+4
*
[WinEH] Emit EH tables for __CxxFrameHandler3 on 32-bit x86
Reid Kleckner
2015-05-29
1
-3
/
+3
*
We always have an InstPrinter.
Rafael Espindola
2015-05-27
1
-8
/
+6
*
Move alignment from MCSectionData to MCSection.
Rafael Espindola
2015-05-21
1
-9
/
+8
*
MC: Update MCCodeEmitter naming. NFC.
Jim Grosbach
2015-05-15
1
-1
/
+1
*
Simplify use of formatted_raw_ostream.
Rafael Espindola
2015-04-09
1
-8
/
+10
*
Nothing inherits from the asm streamer.
Rafael Espindola
2015-04-09
1
-3
/
+1
*
[MCInstPrinter] Enable MCInstPrinter to change its behavior based on the
Akira Hatanaka
2015-03-27
1
-1
/
+1
*
Remove many superfluous SmallString::str() calls.
Yaron Keren
2015-03-18
1
-1
/
+1
*
[MC] Remove various unused MCAsmInfo parameters.
Sean Silva
2015-02-05
1
-2
/
+2
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+1
*
DebugInfo: Omit is_stmt from line table entries on the same line.
David Blaikie
2014-12-30
1
-2
/
+2
*
MC: Don't emit .no_dead_strip on targets which don't support it
David Majnemer
2014-12-24
1
-1
/
+5
*
Remove unused header. NFC.
Juergen Ributzka
2014-12-22
1
-1
/
+0
*
Changing a cast from unsigned to uint64_t, should be NFC in practice.
Aaron Ballman
2014-12-15
1
-1
/
+1
*
Silencing a -Wsign-compare warning; NFC.
Aaron Ballman
2014-12-13
1
-1
/
+2
*
Clean up static analyzer warnings.
Michael Ilseman
2014-12-12
1
-1
/
+4
*
[NVPTX] Do not emit .weak symbols for NVPTX
Jingyue Wu
2014-12-01
1
-1
/
+1
*
Revert r221150, as it broke sanitizer tests
Oliver Stannard
2014-11-03
1
-4
/
+2
*
Emit .eh_frame with relocations to functions, rather than sections
Oliver Stannard
2014-11-03
1
-2
/
+4
*
MC Win64: Put unwind info for COMDAT code into the same COMDAT group
Reid Kleckner
2014-09-04
1
-3
/
+2
*
Remove HasLEB128.
Rafael Espindola
2014-08-15
1
-2
/
+0
*
MC: remove duplicated code
Saleem Abdulrasool
2014-08-09
1
-14
/
+2
*
MC: split Win64EHUnwindEmitter into a shared streamer
Saleem Abdulrasool
2014-08-07
1
-4
/
+3
*
MC: rename Win64EHFrameInfo to WinEH::FrameInfo
Saleem Abdulrasool
2014-08-03
1
-1
/
+1
*
MC: make DWARF and Windows unwinding handling more similar
Saleem Abdulrasool
2014-07-13
1
-1
/
+1
*
MC: rename MCW64UnwindInfo to MCWinFrameInfo
Saleem Abdulrasool
2014-07-12
1
-1
/
+1
*
MC: rename EmitWin64EH routines
Saleem Abdulrasool
2014-06-29
1
-41
/
+41
*
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
2014-06-26
1
-4
/
+3
*
Introduce a string_ostream string builder facilty
Alp Toker
2014-06-26
1
-3
/
+4
*
Simplify the handling of .cfi_endproc.
Rafael Espindola
2014-06-25
1
-4
/
+1
*
Print a=b as an assignment.
Rafael Espindola
2014-06-24
1
-9
/
+0
*
Revert "Patch by Ray Donnelly to print register names instead of numbers."
Reid Kleckner
2014-06-10
1
-11
/
+4
*
Move EmitDwarfAdvanceLineAddr and EmitDwarfAdvanceFrameAddr to the obj streamer.
Rafael Espindola
2014-05-12
1
-22
/
+0
*
Remove write only field.
Rafael Espindola
2014-05-12
1
-8
/
+0
*
Remove now empty method.
Rafael Espindola
2014-05-12
1
-5
/
+0
*
Remove the always true UseCFI member.
Rafael Espindola
2014-05-12
1
-90
/
+1
*
Remove the useCFI constructor argument to MCAsmStreamer.
Rafael Espindola
2014-05-12
1
-5
/
+4
*
Remove the UseCFI option from createAsmStreamer.
Rafael Espindola
2014-05-07
1
-5
/
+4
*
Avoid using MCSymbolData on the asm streamer.
Rafael Espindola
2014-04-27
1
-14
/
+0
*
Fix memory leak of MCSymbolData in MCAsmStreamer.
David Blaikie
2014-04-24
1
-8
/
+10
*
Fix the assembler to print a better relocatable expression error
Kevin Enderby
2014-04-22
1
-2
/
+4
*
Remove DOS CRLF.
NAKAMURA Takumi
2014-04-22
1
-6
/
+6
*
Patch by Ray Donnelly to print register names instead of numbers.
Yaron Keren
2014-04-19
1
-4
/
+11
[prev]
[next]