aboutsummaryrefslogtreecommitdiff
path: root/lib/MC/WinCOFFObjectWriter.cpp
AgeCommit message (Expand)Author
2010-10-21Fix Warnings.Michael J. Spencer
2010-10-16MC-COFF: Add support for default-null weak externals.Michael J. Spencer
2010-10-09MC-COFF: Fix .bss section size. Fixes PR8335. Patch by NAKAMUTA Takumi!Michael J. Spencer
2010-10-09MC-COFF: Assert on non-coff sections.Michael J. Spencer
2010-10-07MC-COFF: Handle relaxation in COFF better. Fixes PR8321.Michael J. Spencer
2010-10-05Fix Punctuation.Michael J. Spencer
2010-10-05MC-COFF: Fix (PR8278) temporary symbol relocations.Michael J. Spencer
2010-10-05On ELF we need to know which symbols are used in relocations to decide ifRafael Espindola
2010-09-30Correctly produce R_X86_64_32 or R_X86_64_32S.Rafael Espindola
2010-09-30Make it possible for the MCObjectWriter to decide if a given fixup is fullyRafael Espindola
2010-09-29MC-COFF: Fix symbol storage class for globalsMichael J. Spencer
2010-09-27MC-COFF: Fix signed/unsigned comparison.Michael J. Spencer
2010-09-27MC-COFF: Drop empty sections, and label symbols. Convert relocationsMichael J. Spencer
2010-08-24Fix COFF x86-64 relocations. PR7960.Michael J. Spencer
2010-08-21MC: Add partial x86-64 support to COFF.Michael J. Spencer
2010-08-03MC: Fix symbol fragment offsets in COFF.Michael J. Spencer
2010-08-03Revert "MC: Fix symbol fragment offsets in COFF."Michael J. Spencer
2010-08-03MC: Add time travel support to COFF.Michael J. Spencer
2010-08-03MC: Fix symbol fragment offsets in COFF.Michael J. Spencer
2010-07-31Silence some -Asserts uninitialized variable warnings.Daniel Dunbar
2010-07-29COFFObjectWriter: Don't leak COFFSymbols and COFFSections.Benjamin Kramer
2010-07-26Fix format-specifier warningDouglas Gregor
2010-07-26MC: Fix whitespace error from last commit.Michael J. Spencer
2010-07-26MC: Add WinCOFFObjectWriter implementation.Michael J. Spencer
2010-07-11introduce WinCOFFObjectWriter, patch by Michael Spencer!Chris Lattner