index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
MC
/
WinCOFFStreamer.cpp
Age
Commit message (
Expand
)
Author
2011-07-25
Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...
Evan Cheng
2011-07-23
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...
Evan Cheng
2011-05-22
Implement emission of all Win64 exception tables. Make the COFF streamer emit
Charles Davis
2011-05-22
Make the COFF streamer emit unwind info when processing a .seh_handlerdata
Charles Davis
2011-02-25
Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.
Cameron Zwarich
2011-02-24
Enable DebugInfo support for COFF object files.
Devang Patel
2010-12-07
Sorry for such a large commit. The summary is that only MachO cares about the
Rafael Espindola
2010-12-06
Don't use PadSectionToAlignment on windows.
Rafael Espindola
2010-12-02
Move EmitValueToOffset to the ObjectStreamer.
Rafael Espindola
2010-11-28
Move EmitValue to MCObjectStreamer.
Rafael Espindola
2010-11-28
Fixed verson of r120245.
Rafael Espindola
2010-11-28
Revert previous patch while I debug the darwin bootstrap failure.
Rafael Espindola
2010-11-28
Factor some duplicated code into MCObjectStreamer::EmitLabel.
Rafael Espindola
2010-11-28
Avoid code duplication in the many unsupported EmitGPRel32Value implementations.
Rafael Espindola
2010-11-28
Define generic 1, 2 and 4 byte pc relative relocations. They are common
Rafael Espindola
2010-11-16
Add .loc methods to the streamer.
Rafael Espindola
2010-11-05
MC'ize the '.code 16' and '.thumb_func' ARM directives.
Jim Grosbach
2010-11-01
Move EmitInstruction to MCObjectStreamer so that ELF and MachO can share it.
Rafael Espindola
2010-10-16
MC-COFF: Add support for default-null weak externals.
Michael J. Spencer
2010-10-09
MC-COFF: Implement InitSections. Fixes PR8335.
Michael J. Spencer
2010-10-09
MC-COFF: Assert on non-coff sections.
Michael J. Spencer
2010-10-07
Minor cosmetic change: fix DOSish \r\n.
NAKAMURA Takumi
2010-10-07
MC-COFF: Fix symbol aliases. Fixes PR8251.
Michael J. Spencer
2010-09-22
Avoid some Mach-O specific alignment being done on ELF.
Rafael Espindola
2010-09-15
Add a InitSections method to the streamer interface.
Rafael Espindola
2010-08-25
MC: Fix inconsistant naming in COFF object writer. Patch by Cameron Esfahani.
Michael J. Spencer
2010-07-31
Add relax all support to the COFF object streamer.
Michael J. Spencer
2010-07-19
MC: Add WinCOFFStreamer implementation and merge common code from MachO
Michael J. Spencer
2010-07-11
introduce WinCOFFStreamer.cpp, patch by Michael Spencer!
Chris Lattner