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