summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/WinCOFFObjectWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "[COFF] Make the autogenerated .weak.<name>.default symbols static"Martin Storsjö2019-12-281-13/+9
* [COFF] Make the autogenerated .weak.<name>.default symbols staticMartin Storsjö2019-12-281-9/+13
* Unify the two CRC implementationsHans Wennborg2019-10-091-2/+2
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-3/+3
* MC: correct the emission of weak aliases in COFFSaleem Abdulrasool2019-06-261-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-271-4/+3
* Initialize the address-significance table fragment's layout order.Peter Collingbourne2018-08-231-0/+1
* MC: Don't align COFF section contents.Peter Collingbourne2018-08-231-9/+1
* MC: Teach the COFF object writer to write address-significance tables.Peter Collingbourne2018-08-221-0/+35
* MC: Remove dead code from WinCOFFObjectWriter.cpp. NFCI.Peter Collingbourne2018-08-181-20/+0
* [MC] Improve COFF associative section lookupReid Kleckner2018-08-161-11/+17
* MC: Remove stream and output functions from MCObjectWriter. NFCI.Peter Collingbourne2018-05-211-2/+1
* MC: Have the object writers return the number of bytes written. NFCI.Peter Collingbourne2018-05-211-3/+7
* MC: Change object writers to use endian::Writer. NFCI.Peter Collingbourne2018-05-211-77/+79
* MC: Change MCAssembler::writeSectionData and writeFragmentPadding to take a r...Peter Collingbourne2018-05-211-9/+1
* [MC] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-131-4/+4
* [MC] Always emit relocations for same-section function referencesReid Kleckner2018-03-141-5/+7
* [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriterLang Hames2017-10-101-2/+2
* [MC] Plumb unique_ptr<MCWinCOFFObjectTargetWriter> throughLang Hames2017-10-101-8/+8
* Simplify interface now that we don't need to pass IsPCRel. NFC.Rafael Espindola2017-07-111-5/+6
* COFF: Produce an error on invalid pcrel relocs.Rafael Espindola2017-06-231-2/+2
* COFF: handle "undef - ." expressions.Rafael Espindola2017-06-231-11/+0
* Change creation of relative relocations on COFF.Rafael Espindola2017-06-221-1/+1
* Simplify WinCOFFObjectWriter::recordRelocation.Rafael Espindola2017-06-221-14/+5
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-3/+3
* [MC] Fix some Clang-tidy modernize-use-using warnings; other minor fixes (NFC).Eugene Zelenko2017-04-261-7/+8
* MC: Remove unused virtual function MCObjectWriter::isWeak. NFC.Peter Collingbourne2017-04-081-19/+0
* MC/COFF: Do not emit forward associative section referenceds.Rui Ueyama2017-02-171-26/+53
* Split WinCOFFObjectWriter::writeSection.Rui Ueyama2017-02-161-28/+39
* Split WinCOFFObjectWriter::writeObject function.Rui Ueyama2017-02-161-160/+183
* Remove useless local variable.Rui Ueyama2017-02-161-9/+4
* Rename variables to match the LLVM style.Rui Ueyama2017-02-161-94/+97
* Revert r295138: Instead of a series of string operations, use snprintf().Rui Ueyama2017-02-151-2/+4
* Instead of a series of string operations, use snprintf().Rui Ueyama2017-02-151-4/+2
* Return early. NFC.Rui Ueyama2017-02-151-16/+17
* Use LLVM-style naming scheme.Rui Ueyama2017-02-151-22/+22
* Use LLVM-style naming scheme.Rui Ueyama2017-02-151-18/+18
* Remove useless local variable.Rui Ueyama2017-02-151-3/+1
* Split WinCOFFObjectWriter::defineSection. NFC.Rui Ueyama2017-02-151-47/+38
* Simplify WinCOFFObjectWriter by removing a template member function.Rui Ueyama2017-02-141-15/+5
* Do not lookup a DenseMap twice using the same key.Rui Ueyama2017-02-141-7/+4
* Use endian::write32le instead of endian::write.Rui Ueyama2017-02-141-7/+3
* Use zero-initialization instead of memset.Rui Ueyama2017-02-141-18/+5
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko2017-02-071-25/+34
* Fix comment typos. NFC.Simon Pilgrim2016-11-201-1/+1
* Remove unused #includes of TimeValue.h. NFC.Pavel Labath2016-10-241-1/+0
* Misc improvements to StringTableBuilder.Rafael Espindola2016-10-041-1/+1
* Apply clang-tidy's modernize-loop-convert to lib/MC.Benjamin Kramer2016-06-261-25/+24
OpenPOWER on IntegriCloud