aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/WinCOFFObjectWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix Punctuation.Michael J. Spencer2010-10-051-1/+1
* MC-COFF: Fix (PR8278) temporary symbol relocations.Michael J. Spencer2010-10-051-1/+2
* On ELF we need to know which symbols are used in relocations to decide ifRafael Espindola2010-10-051-2/+2
* Correctly produce R_X86_64_32 or R_X86_64_32S.Rafael Espindola2010-09-301-0/+1
* Make it possible for the MCObjectWriter to decide if a given fixup is fullyRafael Espindola2010-09-301-0/+12
* MC-COFF: Fix symbol storage class for globalsMichael J. Spencer2010-09-291-1/+1
* MC-COFF: Fix signed/unsigned comparison.Michael J. Spencer2010-09-271-2/+2
* MC-COFF: Drop empty sections, and label symbols. Convert relocationsMichael J. Spencer2010-09-271-82/+163
* Fix COFF x86-64 relocations. PR7960.Michael J. Spencer2010-08-241-42/+45
* MC: Add partial x86-64 support to COFF.Michael J. Spencer2010-08-211-17/+43
* MC: Fix symbol fragment offsets in COFF.Michael J. Spencer2010-08-031-1/+2
* Revert "MC: Fix symbol fragment offsets in COFF."Michael J. Spencer2010-08-031-2/+1
* MC: Add time travel support to COFF.Michael J. Spencer2010-08-031-0/+4
* MC: Fix symbol fragment offsets in COFF.Michael J. Spencer2010-08-031-1/+2
* Silence some -Asserts uninitialized variable warnings.Daniel Dunbar2010-07-311-0/+1
* COFFObjectWriter: Don't leak COFFSymbols and COFFSections.Benjamin Kramer2010-07-291-0/+8
* Fix format-specifier warningDouglas Gregor2010-07-261-1/+1
* MC: Fix whitespace error from last commit.Michael J. Spencer2010-07-261-1/+1
* MC: Add WinCOFFObjectWriter implementation.Michael J. Spencer2010-07-261-14/+674
* introduce WinCOFFObjectWriter, patch by Michael Spencer!Chris Lattner2010-07-111-0/+71