summaryrefslogtreecommitdiff
path: root/lib/MC/WinCOFFObjectWriter.cpp
Commit message (Expand)AuthorAge
* Fix PR18381 - print a minimal diagnostic rather than assert on unresolved .se...Timur Iskhodzhanov2014-01-30
* MC: Fatally error if subtraction operand is badDavid Majnemer2014-01-06
* Correct word hyphenationsAlp Toker2013-12-05
* Fix a funny typo.Rafael Espindola2013-12-04
* Produce deterministic coff files.Rafael Espindola2013-12-04
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Revert "COFF: Emit all MCSymbols rather than filtering out some of them"Reid Kleckner2013-11-18
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* COFF: Ensure that objects produced by LLVM link with /safesehReid Kleckner2013-09-17
* COFF: Emit all MCSymbols rather than filtering out some of themReid Kleckner2013-09-17
* COFF: Remove ExportSection, which has been dead since r114823Reid Kleckner2013-09-17
* Remove unused functions.Eli Friedman2013-09-10
* MC: Support larger COFF string tablesNico Rieck2013-07-29
* [mc-coff] Resolve aliases when emitting COFF relocationsReid Kleckner2013-07-15
* MC: Implement COFF .linkonce directiveNico Rieck2013-07-06
* COFF: Fix weak external aliases.Peter Collingbourne2013-04-22
* MC: Support COFF image-relative MCSymbolRefsNico Rieck2013-04-10
* Remove unused variable (unused since r173839)Dmitri Gribenko2013-01-29
* [MC][COFF] Delay handling symbol aliases when writingMichael J. Spencer2013-01-29
* Remove redundant 'llvm::' qualificationsDmitri Gribenko2013-01-13
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* Implement relocation-overflow behavior for PE/COFF.Michael J. Spencer2012-03-15
* Move x86 specific bits of the COFF writer to lib/Target/X86.Rafael Espindola2011-12-24
* Move all the dependencies on X86FixupKinds.h to a single method in preparationRafael Espindola2011-12-22
* Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added theRafael Espindola2011-12-17
* Switch MCAssembler to method names starting w/ lower-case.Jim Grosbach2011-12-06
* MC/COFF: Correctly emit the size of an empty string table.Michael J. Spencer2011-11-08
* 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