summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/WinCOFFObjectWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* MC: Let non-temporary COFF aliases be in symtabDavid Majnemer2014-07-131-8/+19
* MC: Correct comment in ExportSymbolDavid Majnemer2014-07-041-1/+1
* MC: prevent early DCE of empty sectionsSaleem Abdulrasool2014-06-061-7/+3
* Fix a few issues with comdat handling on COFF.Rafael Espindola2014-06-061-6/+24
* Revert r210298 'Correctly set the comdat symbol on COFF' as it asserts on Win...Timur Iskhodzhanov2014-06-061-13/+2
* Correctly set the comdat symbol on COFF.Rafael Espindola2014-06-051-2/+13
* MC: introduce ability to restrict recorded relocationsSaleem Abdulrasool2014-05-211-1/+2
* Fix typosAlp Toker2014-05-151-1/+1
* MC: place .file records into the correct sectionSaleem Abdulrasool2014-05-021-0/+1
* Don't propagate StorageClass and ComplexType to aliases.Rafael Espindola2014-05-011-2/+1
* Compute the correct section for zed = foo + 1 in COFF.Rafael Espindola2014-05-011-10/+9
* Start fixing pr19147.Rafael Espindola2014-05-011-10/+13
* MC: range-loopifySaleem Abdulrasool2014-04-281-62/+49
* Add WoA object file emission supportSaleem Abdulrasool2014-04-271-0/+38
* Spread some const around for non-mutating uses of MCSymbolData.David Blaikie2014-04-241-2/+2
* [C++] Use 'nullptr'.Craig Topper2014-04-241-1/+1
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-2/+2
* Add range access to MCAssembler's symbol collection.David Blaikie2014-04-181-7/+3
* MC: rework static_assert to be MSVC compatibleSaleem Abdulrasool2014-04-171-4/+2
* Simplify a static_assert so VS2013 can build itTimur Iskhodzhanov2014-04-161-2/+4
* COFF: fix an off by one errorSaleem Abdulrasool2014-04-161-1/+1
* COFF: add support for .file symbolsSaleem Abdulrasool2014-04-161-0/+29
* Use unique_ptr for section/segment ownership in WinCOFFObjectWriterDavid Blaikie2014-04-151-41/+32
* MC: check machine magic when applying offset adjustmentsSaleem Abdulrasool2014-04-131-2/+4
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-131-13/+13
* WinCOFF: Emit common symbols as specified in the COFF specDavid Majnemer2014-04-081-1/+3
* Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola2014-03-291-1/+3
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-081-8/+6
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-2/+1
* Reuse constants for COFF string table entry offsetsNico Rieck2014-02-251-7/+9
* MC: Support COFF string tables larger than 10MBNico Rieck2014-02-221-1/+27
* Fix PR18381 - print a minimal diagnostic rather than assert on unresolved .se...Timur Iskhodzhanov2014-01-301-0/+5
* MC: Fatally error if subtraction operand is badDavid Majnemer2014-01-061-5/+16
* Correct word hyphenationsAlp Toker2013-12-051-1/+1
* Fix a funny typo.Rafael Espindola2013-12-041-1/+1
* Produce deterministic coff files.Rafael Espindola2013-12-041-1/+2
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-191-1/+4
* Revert "COFF: Emit all MCSymbols rather than filtering out some of them"Reid Kleckner2013-11-181-2/+19
* Revert r194865 and r194874.Alexey Samsonov2013-11-181-4/+1
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-151-1/+4
* COFF: Ensure that objects produced by LLVM link with /safesehReid Kleckner2013-09-171-5/+14
* COFF: Emit all MCSymbols rather than filtering out some of themReid Kleckner2013-09-171-19/+3
* COFF: Remove ExportSection, which has been dead since r114823Reid Kleckner2013-09-171-5/+0
* Remove unused functions.Eli Friedman2013-09-101-11/+0
* MC: Support larger COFF string tablesNico Rieck2013-07-291-12/+15
* [mc-coff] Resolve aliases when emitting COFF relocationsReid Kleckner2013-07-151-2/+3
* MC: Implement COFF .linkonce directiveNico Rieck2013-07-061-1/+30
* COFF: Fix weak external aliases.Peter Collingbourne2013-04-221-28/+29
* MC: Support COFF image-relative MCSymbolRefsNico Rieck2013-04-101-7/+2
* Remove unused variable (unused since r173839)Dmitri Gribenko2013-01-291-4/+1
OpenPOWER on IntegriCloud