index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
MC
/
MCObjectStreamer.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove address spaces from MC.
Rafael Espindola
2013-07-02
1
-6
/
+4
*
Use MCFillFragment for zero-initialized data.
Serge Pavlov
2013-06-27
1
-0
/
+1
*
[MC/DWARF] Generate multiple .debug_line entries for adjacent .loc directives
Ulrich Weigand
2013-06-19
1
-0
/
+4
*
Add support for subsections to the ELF assembler. Fixes PR8717.
Peter Collingbourne
2013-04-17
1
-1
/
+9
*
Give the MCStreamer class hierarchy LLVM RTTI facilities for use with
Chandler Carruth
2013-01-31
1
-2
/
+6
*
These functions have default arguments of 0 for the last arg. Use
Eric Christopher
2013-01-09
1
-2
/
+2
*
Add the align_to_end option to .bundle_lock in the MC implementation of aligned
Eli Bendersky
2013-01-07
1
-1
/
+1
*
Aligned bundling support. Following the discussion here:
Eli Bendersky
2012-12-20
1
-0
/
+7
*
This patch is needed to make c++ exceptions work for mips16.
Reed Kotler
2012-12-16
1
-0
/
+1
*
Make the MCStreamer have a reset method and call that after finalization of t...
Pedro Artigas
2012-12-12
1
-0
/
+5
*
Lift EmitAssignment into MCObjectStreamer which gets rid of at least three
Eli Bendersky
2012-12-07
1
-0
/
+1
*
Hoist some grossly duplicated code from the COFF/ELF/MachO streamers into MCO...
Benjamin Kramer
2012-10-04
1
-0
/
+7
*
Provide a shortcut for MCObjectStreamer when emitting fills.
Benjamin Kramer
2012-10-01
1
-0
/
+2
*
For mips64 switch statements in subroutines could generate
Jack Carter
2012-08-22
1
-0
/
+1
*
Better diagnostic for malformed .org assembly directive.
Jim Grosbach
2012-01-27
1
-1
/
+1
*
Don't print an unused label before .cfi_endproc.
Rafael Espindola
2012-01-09
1
-0
/
+1
*
Don't print a label before .cfi_startproc when we don't need to. This makes
Rafael Espindola
2012-01-07
1
-0
/
+1
*
Split Finish into Finish and FinishImpl to have a common place to do end of
Rafael Espindola
2012-01-07
1
-1
/
+1
*
This patch addresses gp relative fixups/relocations for jump tables.
Akira Hatanaka
2011-11-23
1
-0
/
+1
*
Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...
Evan Cheng
2011-07-25
1
-3
/
+3
*
Unfortunately several files in MC are badly violating layering rule by using
Evan Cheng
2011-07-14
1
-1
/
+2
*
Simplify the handling of pcrel relocations on ELF. Now we do the right thing
Rafael Espindola
2011-05-01
1
-1
/
+1
*
Remove unused argument.
Rafael Espindola
2011-04-21
1
-2
/
+2
*
Add constructors to MCElfStreamer and MCObjectStreamer to take an extra MCAss...
Jan Sjödin
2011-03-09
1
-0
/
+3
*
Add support for pushsection and popsection. Patch by Joerg Sonnenberger.
Rafael Espindola
2011-02-16
1
-1
/
+1
*
Relax address updates in the eh_frame section.
Rafael Espindola
2010-12-28
1
-0
/
+2
*
Fixed version of 121434 with no new memory leaks.
Rafael Espindola
2010-12-10
1
-1
/
+2
*
Revert my previous patch to make the valgrind bots happy.
Rafael Espindola
2010-12-10
1
-2
/
+1
*
Initial support for the cfi directives. This is just enough to get
Rafael Espindola
2010-12-09
1
-1
/
+2
*
Sorry for such a large commit. The summary is that only MachO cares about the
Rafael Espindola
2010-12-07
1
-2
/
+1
*
There are two reasons why we might want to use
Rafael Espindola
2010-12-04
1
-2
/
+1
*
Try to resolve symbol differences early, and if successful create a plain
Rafael Espindola
2010-12-03
1
-0
/
+3
*
Use set directive for StartMinusEndExpr.
Devang Patel
2010-12-02
1
-1
/
+2
*
Move EmitValueToOffset to the ObjectStreamer.
Rafael Espindola
2010-12-02
1
-0
/
+1
*
Add EmitInstToFragment to the generic object streamer.
Rafael Espindola
2010-12-02
1
-1
/
+1
*
Move EmitValue to MCObjectStreamer.
Rafael Espindola
2010-11-28
1
-0
/
+1
*
Fixed verson of r120245.
Rafael Espindola
2010-11-28
1
-0
/
+1
*
Revert previous patch while I debug the darwin bootstrap failure.
Rafael Espindola
2010-11-28
1
-1
/
+0
*
Factor some duplicated code into MCObjectStreamer::EmitLabel.
Rafael Espindola
2010-11-28
1
-0
/
+1
*
Add support for expressions in .sleb/.uleb directives.
Rafael Espindola
2010-11-02
1
-0
/
+2
*
Move EmitInstruction to MCObjectStreamer so that ELF and MachO can share it.
Rafael Espindola
2010-11-01
1
-0
/
+4
*
Implement .weakref.
Rafael Espindola
2010-11-01
1
-0
/
+1
*
Avoid some Mach-O specific alignment being done on ELF.
Rafael Espindola
2010-09-22
1
-1
/
+2
*
MC: Add WinCOFFStreamer implementation and merge common code from MachO
Michael J. Spencer
2010-07-19
1
-0
/
+11
*
MC: Lift SwitchSection() and Finish() into MCObjectStreamer.
Daniel Dunbar
2010-06-16
1
-0
/
+13
*
MC: Factor out an MCObjectStreamer class, which will be shared by the concrete
Daniel Dunbar
2010-06-16
1
-0
/
+43