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
/
WinCOFFObjectWriter.cpp
Age
Commit message (
Expand
)
Author
2012-03-15
Implement relocation-overflow behavior for PE/COFF.
Michael J. Spencer
2011-12-24
Move x86 specific bits of the COFF writer to lib/Target/X86.
Rafael Espindola
2011-12-22
Move all the dependencies on X86FixupKinds.h to a single method in preparation
Rafael Espindola
2011-12-17
Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added the
Rafael Espindola
2011-12-06
Switch MCAssembler to method names starting w/ lower-case.
Jim Grosbach
2011-11-08
MC/COFF: Correctly emit the size of an empty string table.
Michael J. Spencer
2011-07-25
Refactor X86 target to separate MC code from Target code.
Evan Cheng
2011-04-21
Fix relative relocations. This is sufficient for running the rust testsuite with
Rafael Espindola
2011-04-20
Behave like gnu as when a relocation crosses sections.
Rafael Espindola
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
2011-02-16
Gas is very inconsistent about when a relaxation/relocation is needed. Do
Rafael Espindola
2010-12-24
Merge IsFixupFullyResolved and IsSymbolRefDifferenceFullyResolved. We now
Rafael Espindola
2010-12-18
Merge isAbsolute into IsSymbolRefDifferenceFullyResolved.
Rafael Espindola
2010-12-18
Remove the MCObjectFormat class.
Rafael Espindola
2010-12-17
MC/ObjectWriter: Add a new IsSymbolRefDifferenceFullyResolved target format s...
Daniel Dunbar
2010-12-17
MC/Assembler: Strip out object writer arguments, now that it is always available
Daniel Dunbar
2010-12-07
Sorry for such a large commit. The summary is that only MachO cares about the
Rafael Espindola
2010-12-06
Use getSymbolOffset on the COFF writer.
Rafael Espindola
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-11-28
Define generic 1, 2 and 4 byte pc relative relocations. They are common
Rafael Espindola
2010-10-21
Fix Warnings.
Michael J. Spencer
2010-10-16
MC-COFF: Add support for default-null weak externals.
Michael J. Spencer
2010-10-09
MC-COFF: Fix .bss section size. Fixes PR8335. Patch by NAKAMUTA Takumi!
Michael J. Spencer
2010-10-09
MC-COFF: Assert on non-coff sections.
Michael J. Spencer
2010-10-07
MC-COFF: Handle relaxation in COFF better. Fixes PR8321.
Michael J. Spencer
2010-10-05
Fix Punctuation.
Michael J. Spencer
2010-10-05
MC-COFF: Fix (PR8278) temporary symbol relocations.
Michael J. Spencer
2010-10-05
On ELF we need to know which symbols are used in relocations to decide if
Rafael Espindola
2010-09-30
Correctly produce R_X86_64_32 or R_X86_64_32S.
Rafael Espindola
2010-09-30
Make it possible for the MCObjectWriter to decide if a given fixup is fully
Rafael Espindola
2010-09-29
MC-COFF: Fix symbol storage class for globals
Michael J. Spencer
2010-09-27
MC-COFF: Fix signed/unsigned comparison.
Michael J. Spencer
2010-09-27
MC-COFF: Drop empty sections, and label symbols. Convert relocations
Michael J. Spencer
2010-08-24
Fix COFF x86-64 relocations. PR7960.
Michael J. Spencer
2010-08-21
MC: Add partial x86-64 support to COFF.
Michael J. Spencer
2010-08-03
MC: Fix symbol fragment offsets in COFF.
Michael J. Spencer
2010-08-03
Revert "MC: Fix symbol fragment offsets in COFF."
Michael J. Spencer
2010-08-03
MC: Add time travel support to COFF.
Michael J. Spencer
2010-08-03
MC: Fix symbol fragment offsets in COFF.
Michael J. Spencer
2010-07-31
Silence some -Asserts uninitialized variable warnings.
Daniel Dunbar
2010-07-29
COFFObjectWriter: Don't leak COFFSymbols and COFFSections.
Benjamin Kramer
2010-07-26
Fix format-specifier warning
Douglas Gregor
2010-07-26
MC: Fix whitespace error from last commit.
Michael J. Spencer
2010-07-26
MC: Add WinCOFFObjectWriter implementation.
Michael J. Spencer
2010-07-11
introduce WinCOFFObjectWriter, patch by Michael Spencer!
Chris Lattner