index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
MC
/
WinCOFFStreamer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move EmitValueToOffset to the ObjectStreamer.
Rafael Espindola
2010-12-02
1
-6
/
+0
*
Move EmitValue to MCObjectStreamer.
Rafael Espindola
2010-11-28
1
-24
/
+0
*
Fixed verson of r120245.
Rafael Espindola
2010-11-28
1
-18
/
+1
*
Revert previous patch while I debug the darwin bootstrap failure.
Rafael Espindola
2010-11-28
1
-0
/
+23
*
Factor some duplicated code into MCObjectStreamer::EmitLabel.
Rafael Espindola
2010-11-28
1
-23
/
+0
*
Avoid code duplication in the many unsupported EmitGPRel32Value implementations.
Rafael Espindola
2010-11-28
1
-5
/
+0
*
Define generic 1, 2 and 4 byte pc relative relocations. They are common
Rafael Espindola
2010-11-28
1
-1
/
+1
*
Add .loc methods to the streamer.
Rafael Espindola
2010-11-16
1
-6
/
+0
*
MC'ize the '.code 16' and '.thumb_func' ARM directives.
Jim Grosbach
2010-11-05
1
-0
/
+5
*
Move EmitInstruction to MCObjectStreamer so that ELF and MachO can share it.
Rafael Espindola
2010-11-01
1
-0
/
+7
*
MC-COFF: Add support for default-null weak externals.
Michael J. Spencer
2010-10-16
1
-3
/
+5
*
MC-COFF: Implement InitSections. Fixes PR8335.
Michael J. Spencer
2010-10-09
1
-0
/
+39
*
MC-COFF: Assert on non-coff sections.
Michael J. Spencer
2010-10-09
1
-0
/
+16
*
Minor cosmetic change: fix DOSish \r\n.
NAKAMURA Takumi
2010-10-07
1
-4
/
+4
*
MC-COFF: Fix symbol aliases. Fixes PR8251.
Michael J. Spencer
2010-10-07
1
-5
/
+36
*
Avoid some Mach-O specific alignment being done on ELF.
Rafael Espindola
2010-09-22
1
-1
/
+1
*
Add a InitSections method to the streamer interface.
Rafael Espindola
2010-09-15
1
-0
/
+4
*
MC: Fix inconsistant naming in COFF object writer. Patch by Cameron Esfahani.
Michael J. Spencer
2010-08-25
1
-3
/
+4
*
Add relax all support to the COFF object streamer.
Michael J. Spencer
2010-07-31
1
-2
/
+5
*
MC: Add WinCOFFStreamer implementation and merge common code from MachO
Michael J. Spencer
2010-07-19
1
-37
/
+184
*
introduce WinCOFFStreamer.cpp, patch by Michael Spencer!
Chris Lattner
2010-07-11
1
-0
/
+198