summaryrefslogtreecommitdiff
path: root/lib/MC/WinCOFFObjectWriter.cpp
Commit message (Expand)AuthorAge
* Refactor X86 target to separate MC code from Target code.Evan Cheng2011-07-25
* Fix relative relocations. This is sufficient for running the rust testsuite withRafael Espindola2011-04-21
* Behave like gnu as when a relocation crosses sections.Rafael Espindola2011-04-20
* Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.Cameron Zwarich2011-02-25
* Enable DebugInfo support for COFF object files.Devang Patel2011-02-24
* Gas is very inconsistent about when a relaxation/relocation is needed. DoRafael Espindola2011-02-16
* Merge IsFixupFullyResolved and IsSymbolRefDifferenceFullyResolved. We nowRafael Espindola2010-12-24
* Merge isAbsolute into IsSymbolRefDifferenceFullyResolved.Rafael Espindola2010-12-18
* Remove the MCObjectFormat class.Rafael Espindola2010-12-18
* MC/ObjectWriter: Add a new IsSymbolRefDifferenceFullyResolved target format s...Daniel Dunbar2010-12-17
* MC/Assembler: Strip out object writer arguments, now that it is always availableDaniel Dunbar2010-12-17
* Sorry for such a large commit. The summary is that only MachO cares about theRafael Espindola2010-12-07
* Use getSymbolOffset on the COFF writer.Rafael Espindola2010-12-06
* 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