summaryrefslogtreecommitdiffstats
path: root/lld/COFF/Writer.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* COFF: Move code for ICF from Writer.cpp to ICF.cpp.Rui Ueyama2015-06-241-25/+3
* COFF: Initial implementation of Identical COMDAT Folding.Rui Ueyama2015-06-241-0/+40
* COFF: Make link order compatible with MSVC link.exe.Rui Ueyama2015-06-231-4/+4
* COFF: Support delay-load import tables.Rui Ueyama2015-06-211-17/+38
* COFF: Use short varaible name. NFC.Rui Ueyama2015-06-211-14/+14
* COFF: Support exception table.Rui Ueyama2015-06-211-0/+17
* COFF: Support creating DLLs.Rui Ueyama2015-06-171-0/+17
* COFF: Add miscellaneous boolean flags.Rui Ueyama2015-06-161-2/+12
* COFF: Use ulittle32_t::operator|=. NFC.Rui Ueyama2015-06-151-4/+4
* COFF: Fix resource table size.Rui Ueyama2015-06-151-1/+1
* COFF: Support base relocations.Rui Ueyama2015-06-151-2/+52
* COFF: Change const name. NFC.Rui Ueyama2015-06-141-2/+2
* COFF: Set Chunk to OutputSection backreference in addChunk().Rui Ueyama2015-06-141-1/+1
* COFF: Support Windows resource files.Rui Ueyama2015-06-141-0/+4
* COFF: Avoid callign stable_sort.Rui Ueyama2015-06-081-13/+13
* COFF: Add /opt:noref option.Rui Ueyama2015-06-071-1/+3
* COFF: Add comments and move main function to the top. NFC.Rui Ueyama2015-06-061-19/+26
* COFF: Rename writeHeader -> writeHeaderTo.Rui Ueyama2015-06-061-2/+2
* COFF: Inline a constant that is used only once.Rui Ueyama2015-06-061-4/+4
* COFF: Add .didat section.Rui Ueyama2015-06-061-9/+13
* COFF: Update comments.Rui Ueyama2015-06-061-1/+4
* COFF: Move .idata constructor from Writer to Chunk.Rui Ueyama2015-06-061-76/+18
* COFF: Merge Chunk::applyRelocations with Chunk::writeTo.Rui Ueyama2015-06-061-8/+0
* COFF: /include'd symbols must be preserved.Rui Ueyama2015-06-041-2/+3
* COFF: Change OutputSections' type from vector<unique_ptr<T>> to vector<T*>.Rui Ueyama2015-06-031-17/+16
* COFF: Use Chunk instead of its derived classes.Rui Ueyama2015-06-011-3/+3
* Fix comments.Rui Ueyama2015-06-011-1/+1
* COFF: Define an error category for the linker.Rui Ueyama2015-06-011-4/+4
* Use initializer instead of memset to zero out.Rui Ueyama2015-05-301-5/+0
* COFF: Support long section name.Rui Ueyama2015-05-301-6/+51
* COFF: Move machine type auto-detection to SymbolTable.Peter Collingbourne2015-05-291-1/+17
* COFF: Add /subsystem option.Rui Ueyama2015-05-291-3/+5
* COFF: Add /version option.Rui Ueyama2015-05-291-0/+2
* COFF: Add /heap option.Rui Ueyama2015-05-291-2/+2
* Add /stack option.Rui Ueyama2015-05-291-2/+2
* COFF: Add /machine option.Rui Ueyama2015-05-291-1/+1
* COFF: Return an error_code directly.Rui Ueyama2015-05-281-3/+1
* COFF: Teach Chunk to write to a mmap'ed output file.Rui Ueyama2015-05-281-2/+1
* COFF: Add a new PE/COFF port.Rui Ueyama2015-05-281-0/+381
OpenPOWER on IntegriCloud