summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/WinCOFFObjectWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* MC: Change MCAssembler::Symbols to store MCSymbol, NFCDuncan P. N. Exon Smith2015-05-161-3/+3
* Don't omit the constant when computing a cross-section relative relocation.Andy Ayers2015-05-141-1/+1
* Compute A-B when A or B is weak.Rafael Espindola2015-04-171-6/+4
* Add a proper fix for pr23025.Rafael Espindola2015-04-171-4/+16
* [mc] Clean up emission of byte sequencesBenjamin Kramer2015-04-171-2/+1
* Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola2015-04-141-3/+3
* Define a function with "... llvm::func...".Rafael Espindola2015-04-091-6/+5
* Be consistent when deciding if a relocation is needed.Rafael Espindola2015-04-061-4/+6
* Remove more superfluous .str() and replace std::string concatenation with Twine.Yaron Keren2015-03-301-3/+1
* Fix PR23025.Rafael Espindola2015-03-261-0/+8
* Unbreak buildbotsDavid Majnemer2015-02-111-1/+2
* MC, COFF: Align section contents to a four byte boundaryDavid Majnemer2015-02-111-2/+9
* MC: Calculate intra-section symbol differences correctly for COFFDavid Majnemer2015-02-091-6/+11
* ARM: fail less catastrophically on invalid Windows inputSaleem Abdulrasool2015-01-221-2/+3
* Add r224985 back with fixes.Rafael Espindola2015-01-191-8/+4
* Revert "Add r224985 back with two fixes."Rafael Espindola2015-01-141-4/+8
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* Add r224985 back with two fixes.Rafael Espindola2015-01-121-8/+4
* Revert r225048: It broke ObjC on AArch64.Lang Hames2015-01-061-4/+8
* Add r224985 back with a fix.Rafael Espindola2014-12-311-8/+4
* Revert "Remove doesSectionRequireSymbols."Rafael Espindola2014-12-311-4/+8
* Remove doesSectionRequireSymbols.Rafael Espindola2014-12-301-8/+4
* clang-formatted ranged loops and assignment, NFC.Yaron Keren2014-12-041-12/+12
* MC, COFF: Use relocations for function references inside the sectionDavid Majnemer2014-11-111-0/+18
* speling.Nico Weber2014-11-111-1/+1
* MC: Bit pack MCSymbolData.Benjamin Kramer2014-10-111-4/+4
* WinCOFFObjectWriter: optimize the string table for common sufficesHans Wennborg2014-09-291-85/+33
* WinCOFFObjectWriter.cpp: make write_uint32_le more efficientHans Wennborg2014-09-281-6/+4
* This add a reset method for WinCOFFObjectWriter, like other MC* classes.Yaron Keren2014-09-161-0/+16
* Fix the build for MSVC, it doesn't support extended sizeofDavid Majnemer2014-09-151-4/+4
* MC: Add support for BigObjDavid Majnemer2014-09-151-59/+91
* Object: Add support for bigobjDavid Majnemer2014-09-101-1/+1
* Silence a -Wsign-compare warning. NFC.Aaron Ballman2014-08-281-1/+1
* MC: Don't crash when the COFF section limit is reachedDavid Majnemer2014-08-281-6/+11
* 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
OpenPOWER on IntegriCloud