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
*
[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
*
Revert r206565 (and r206566 which updated tests).
Chandler Carruth
2014-04-18
1
-11
/
+4
*
Patch by Ray Donnelly.
Yaron Keren
2014-04-18
1
-4
/
+11
*
[C++11] More 'nullptr' conversion or in some cases just using a boolean check...
Craig Topper
2014-04-13
1
-9
/
+9
*
DebugInfo: Avoid creating unnecessary/empty line tables and remove the specia...
David Blaikie
2014-04-01
1
-2
/
+8
*
DebugInfo: Emit relocation to debug_line section when emitting asm for asm
David Blaikie
2014-04-01
1
-1
/
+14
*
MachO: Add linker-optimisation hint framework to MC.
Tim Northover
2014-03-29
1
-0
/
+22
*
remove a bunch of unused private methods
Nuno Lopes
2014-03-23
1
-2
/
+0
*
ARM IAS: properly handle function entries in .thumb
Saleem Abdulrasool
2014-03-22
1
-0
/
+13
*
Mark alias symbols as microMIPS if necessary. Differential Revision: http:/...
Zoran Jovanovic
2014-03-20
1
-2
/
+1
*
Darwin: Add assembler directives to create version-min load commands.
Jim Grosbach
2014-03-18
1
-0
/
+14
*
DebugInfo: Use MC line table file entry uniquing for non-asm input as well.
David Blaikie
2014-03-17
1
-9
/
+20
*
DebugInfo: Improve reuse of file table entries in asm debug info
David Blaikie
2014-03-17
1
-4
/
+7
*
De-virtualize a method since it doesn't override anything (yay 'override' key...
Craig Topper
2014-03-08
1
-1
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-08
1
-124
/
+122
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-4
/
+3
[next]