summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/WinCOFFObjectWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove most uses of MCSectionData from MCAssembler.Rafael Espindola2015-05-261-1/+1
* Stop using MCSectionData in MCAsmLayout.h.Rafael Espindola2015-05-261-2/+1
* Return a MCSection from MCFragment::getParent().Rafael Espindola2015-05-261-5/+4
* Turn MCSectionData into a field of MCSection.Rafael Espindola2015-05-251-4/+5
* Stop forwarding (get|set)Aligment from MCSectionData to MCSection.Rafael Espindola2015-05-211-1/+1
* MC: Stop using MCSymbolData::getSymbol() in WinCOFF, NFCDuncan P. N. Exon Smith2015-05-201-26/+23
* MC: Use MCSymbol in MCObjectWriter::isWeak(), NFCDuncan P. N. Exon Smith2015-05-201-3/+3
* MC: Use MCSymbol in MCAsmLayout::getSymbolOffset(), NFCDuncan P. N. Exon Smith2015-05-191-3/+3
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-3/+3
* MC: Use MCSymbol in MCObject::IsSymbolRefDifferenceFullyResolvedImpl()Duncan P. N. Exon Smith2015-05-161-4/+5
* 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
OpenPOWER on IntegriCloud