aboutsummaryrefslogtreecommitdiff
path: root/lib/MC/WinCOFFObjectWriter.cpp
AgeCommit message (Expand)Author
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