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
/
MCStreamer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
MC: remove use of unnecessary variable
Saleem Abdulrasool
2014-07-12
1
-41
/
+27
*
MC: rename MCW64UnwindInfo to MCWinFrameInfo
Saleem Abdulrasool
2014-07-12
1
-17
/
+17
*
Fix .seh_stackalloc 0
Reid Kleckner
2014-07-01
1
-0
/
+2
*
MC: rename EmitWin64EH routines
Saleem Abdulrasool
2014-06-29
1
-14
/
+14
*
Merge the used symbol scanning of MCObjectStreamer and RecordStreamer.
Rafael Espindola
2014-06-25
1
-1
/
+12
*
Move expression visitation logic up to MCStreamer.
Rafael Espindola
2014-06-25
1
-0
/
+29
*
Re-apply r211399, "Generate native unwind info on Win64" with a fix to ignore...
NAKAMURA Takumi
2014-06-25
1
-0
/
+2
*
Fix another asserting method in the null streamer.
Rafael Espindola
2014-06-25
1
-1
/
+0
*
Fix a regression from r211653.
Rafael Espindola
2014-06-25
1
-1
/
+0
*
Move some trivial methods up to MCStreamer.
Rafael Espindola
2014-06-25
1
-0
/
+33
*
Simplify the handling of .cfi_endproc.
Rafael Espindola
2014-06-25
1
-11
/
+3
*
Print a=b as an assignment.
Rafael Espindola
2014-06-24
1
-6
/
+0
*
Allow using .cfi_startproc without a leading symbol.
Rafael Espindola
2014-06-23
1
-9
/
+1
*
Revert r211399, "Generate native unwind info on Win64"
NAKAMURA Takumi
2014-06-22
1
-2
/
+0
*
Generate native unwind info on Win64
Reid Kleckner
2014-06-20
1
-0
/
+2
*
Move EH/Debug frame handling to the object streamer.
Rafael Espindola
2014-05-12
1
-17
/
+1
*
Remove always true argument.
Rafael Espindola
2014-05-12
1
-2
/
+2
*
Remove an always true argument.
Rafael Espindola
2014-05-12
1
-3
/
+3
*
Make getOrCreateSymbolData non virtual.
Rafael Espindola
2014-04-27
1
-5
/
+0
*
Fix the assembler to print a better relocatable expression error
Kevin Enderby
2014-04-22
1
-2
/
+3
*
[MC] Emit an error if cfi_startproc is used before a symbol is defined.
Quentin Colombet
2014-04-15
1
-0
/
+4
*
[C++11] More 'nullptr' conversion or in some cases just using a boolean check...
Craig Topper
2014-04-13
1
-5
/
+5
*
DebugInfo: Avoid creating unnecessary/empty line tables and remove the specia...
David Blaikie
2014-04-01
1
-0
/
+10
*
Don't use EmitAbsValue with symbol references.
Rafael Espindola
2014-03-20
1
-2
/
+2
*
Mark alias symbols as microMIPS if necessary. Differential Revision: http:/...
Zoran Jovanovic
2014-03-20
1
-1
/
+11
*
DebugInfo: Improve reuse of file table entries in asm debug info
David Blaikie
2014-03-17
1
-4
/
+4
*
Always print the implicit .text at the start of an asm file.
Rafael Espindola
2014-03-05
1
-1
/
+1
*
Always create a temporary symbol to use with the cfi frame.
Rafael Espindola
2014-02-07
1
-9
/
+3
*
Remove another hasRawTextSupport.
Rafael Espindola
2014-01-31
1
-0
/
+6
*
MC: Add support for .cfi_startproc simple
David Majnemer
2014-01-27
1
-1
/
+2
*
Construct the MCStreamer before constructing the MCTargetStreamer.
Rafael Espindola
2014-01-26
1
-5
/
+8
*
Simplify the logic for deciding when to initialize the sections.
Rafael Espindola
2014-01-24
1
-3
/
+2
*
Most streamers' InitSections just create a text section. Make that the default
Rafael Espindola
2014-01-24
1
-0
/
+5
*
Fix inline assembly that switches between ARM and Thumb modes
Greg Fitzgerald
2014-01-22
1
-1
/
+0
*
Add an emitRawComment function and use it to simplify some uses of EmitRawText.
Rafael Espindola
2014-01-16
1
-0
/
+2
*
Replace .mips_hack_stocg with ".set micromips" and ".set nomicromips".
Rafael Espindola
2014-01-14
1
-0
/
+5
*
[COFF] Add support for the .secidx directive
Timur Iskhodzhanov
2013-12-20
1
-0
/
+4
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-19
1
-0
/
+2
*
Revert r194865 and r194874.
Alexey Samsonov
2013-11-18
1
-2
/
+0
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-15
1
-0
/
+2
*
MCStreamer: Reimplement the virtual EmitRawText as a protected member, EmitRa...
David Blaikie
2013-10-24
1
-3
/
+2
*
Add a MCTargetStreamer interface.
Rafael Espindola
2013-10-08
1
-53
/
+8
*
Remove some really nasty uses of hasRawTextSupport.
Rafael Espindola
2013-10-05
1
-2
/
+8
*
Implements parsing and emitting of .cfi_window_save in MC.
Venkatraman Govindaraju
2013-09-26
1
-0
/
+8
*
Added support for generate DWARF .debug_aranges sections automatically.
Richard Mitton
2013-09-19
1
-2
/
+13
*
Set the encoding to '0' if we don't have an MAB.
Bill Wendling
2013-09-09
1
-2
/
+1
*
Call generateCompactUnwindEncodings() right before we need to output the fram...
Bill Wendling
2013-09-09
1
-7
/
+7
*
Generate compact unwind encoding from CFI directives.
Bill Wendling
2013-09-09
1
-0
/
+9
*
Fix wrong code offset for unwind code SET_FPREG.
Kai Nacke
2013-08-27
1
-1
/
+3
*
Revert: Fix wrong code offset for unwind code SET_FPREG.
Kai Nacke
2013-07-08
1
-3
/
+1
[prev]
[next]