summaryrefslogtreecommitdiff
path: root/lib/MC/WinCOFFObjectWriter.cpp
Commit message (Expand)AuthorAge
* MC: prevent early DCE of empty sectionsSaleem Abdulrasool2014-06-06
* Fix a few issues with comdat handling on COFF.Rafael Espindola2014-06-06
* Revert r210298 'Correctly set the comdat symbol on COFF' as it asserts on Win...Timur Iskhodzhanov2014-06-06
* Correctly set the comdat symbol on COFF.Rafael Espindola2014-06-05
* MC: introduce ability to restrict recorded relocationsSaleem Abdulrasool2014-05-21
* Fix typosAlp Toker2014-05-15
* MC: place .file records into the correct sectionSaleem Abdulrasool2014-05-02
* Don't propagate StorageClass and ComplexType to aliases.Rafael Espindola2014-05-01
* Compute the correct section for zed = foo + 1 in COFF.Rafael Espindola2014-05-01
* Start fixing pr19147.Rafael Espindola2014-05-01
* MC: range-loopifySaleem Abdulrasool2014-04-28
* Add WoA object file emission supportSaleem Abdulrasool2014-04-27
* Spread some const around for non-mutating uses of MCSymbolData.David Blaikie2014-04-24
* [C++] Use 'nullptr'.Craig Topper2014-04-24
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* Add range access to MCAssembler's symbol collection.David Blaikie2014-04-18
* MC: rework static_assert to be MSVC compatibleSaleem Abdulrasool2014-04-17
* Simplify a static_assert so VS2013 can build itTimur Iskhodzhanov2014-04-16
* COFF: fix an off by one errorSaleem Abdulrasool2014-04-16
* COFF: add support for .file symbolsSaleem Abdulrasool2014-04-16
* Use unique_ptr for section/segment ownership in WinCOFFObjectWriterDavid Blaikie2014-04-15
* MC: check machine magic when applying offset adjustmentsSaleem Abdulrasool2014-04-13
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-13
* WinCOFF: Emit common symbols as specified in the COFF specDavid Majnemer2014-04-08
* Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola2014-03-29
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-08
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* Reuse constants for COFF string table entry offsetsNico Rieck2014-02-25
* MC: Support COFF string tables larger than 10MBNico Rieck2014-02-22
* 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