summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/WinCOFFObjectWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [MC][COFF] Delay handling symbol aliases when writingMichael J. Spencer2013-01-291-10/+16
* Remove redundant 'llvm::' qualificationsDmitri Gribenko2013-01-131-12/+12
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-13/+9
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-271-1/+1
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-271-1/+1
* Implement relocation-overflow behavior for PE/COFF.Michael J. Spencer2012-03-151-2/+29
* Move x86 specific bits of the COFF writer to lib/Target/X86.Rafael Espindola2011-12-241-39/+17
* Move all the dependencies on X86FixupKinds.h to a single method in preparationRafael Espindola2011-12-221-27/+34
* Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added theRafael Espindola2011-12-171-0/+4
* Switch MCAssembler to method names starting w/ lower-case.Jim Grosbach2011-12-061-1/+1
* MC/COFF: Correctly emit the size of an empty string table.Michael J. Spencer2011-11-081-0/+1
* Refactor X86 target to separate MC code from Target code.Evan Cheng2011-07-251-1/+1
* Fix relative relocations. This is sufficient for running the rust testsuite withRafael Espindola2011-04-211-1/+6
* Behave like gnu as when a relocation crosses sections.Rafael Espindola2011-04-201-8/+13
* Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.Cameron Zwarich2011-02-251-4/+0
* Enable DebugInfo support for COFF object files.Devang Patel2011-02-241-0/+4
OpenPOWER on IntegriCloud