summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/PECOFF/ReaderCOFF.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [PECOFF] Implement /SAFESEH option.Rui Ueyama2014-02-211-4/+24
* Update for llvm api change.Rafael Espindola2014-02-101-4/+4
* Update for llvm api change.Rafael Espindola2014-01-301-9/+7
* [PECOFF] Set a proper architecture type to references.Rui Ueyama2014-01-271-1/+27
* Update for llvm api change.Rafael Espindola2014-01-151-3/+3
* Use getError instead of the error_code operator.Rafael Espindola2014-01-081-4/+4
* [PECOFF] Parse .drectve section before reading other file contents.Rui Ueyama2013-12-271-40/+36
* [PECOFF] Skip empty .drectve sections.Rui Ueyama2013-12-271-5/+7
* Run clang-format on r197727.Rui Ueyama2013-12-201-19/+18
* [lld] Introduce registry and Reference kind tupleNick Kledzik2013-12-191-217/+242
* [PECOFF] Rename lld::coff -> lld::pecoff.Rui Ueyama2013-12-131-7/+7
* Run clang-format for PECOFF reader/writer code. No other changes.Rui Ueyama2013-12-111-8/+9
* [PECOFF] Implement /alternatename weak symbols.Rui Ueyama2013-12-091-4/+16
* Re-submit r195852 with GroupedSectionsPass change.Rui Ueyama2013-12-071-7/+8
* [PECOFF] Do not strip .debug section.Rui Ueyama2013-12-031-7/+0
* [PECOFF] Print reason if file parsing failed.Rui Ueyama2013-12-031-1/+2
* Revert "[PECOFF] Fix atom ordinals."Rui Ueyama2013-12-021-8/+7
* [PECOFF] Fix atom ordinals.Rui Ueyama2013-11-271-7/+8
* [PECOFF] Skip sections with LNK_INFO.Rui Ueyama2013-11-251-2/+3
* Do not inline large member functions. No functionality change.Rui Ueyama2013-11-191-720/+768
* [PECOFF] Now that identify_magic() recognizes COFF import library.Rui Ueyama2013-11-191-6/+1
* Don't use getFileOrStdin() at where we don't want to read from stdin.Rui Ueyama2013-11-141-1/+1
* [PECOFF] Make the import library file magic more accurate.Rui Ueyama2013-11-141-1/+2
* [PECOFF] Make ReaderCOFF more robust against planned identity_magic() changes.Rui Ueyama2013-11-131-3/+7
* Re-submit r194551: Use empty() instead of size() == 0.Rui Ueyama2013-11-131-1/+1
* Revert "Use empty() instead of size() == 0."Rui Ueyama2013-11-131-1/+1
* Use empty() instead of size() == 0.Rui Ueyama2013-11-131-1/+1
* [PECOFF] Do not print error if length of .drectve is 0.Rui Ueyama2013-11-131-0/+3
* [PECOFF] Report error if there's unknown flag in .drectveRui Ueyama2013-11-051-5/+6
* Remove unnecessary namespace qualifier.Rui Ueyama2013-11-051-6/+6
* [PECOFF] Suppress startup message of background processes.Rui Ueyama2013-10-291-0/+1
* Fix spelling.Rui Ueyama2013-10-251-3/+3
* [PECOFF] Handle edge case where no section alignment is specified.Rui Ueyama2013-10-251-1/+11
* [PECOFF] Resource file extension is .res, not .rc.Rui Ueyama2013-10-221-4/+4
* [PECOFF] Only COMDAT symbols are allowed to be dead-stripped.Rui Ueyama2013-10-181-7/+13
* Run CVTRES.EXE on resource files.Rui Ueyama2013-10-161-4/+110
* Fix typoRui Ueyama2013-10-101-1/+1
* [lld][InputGraph] Change the Resolver to use inputGraphShankar Easwaran2013-10-071-10/+3
* Add a comment to ReaderCOFF::parseFile.Rui Ueyama2013-09-271-0/+4
* Make Driver::link and LinkingContext::validate return true on success.Rui Ueyama2013-09-241-2/+2
* Revert "[PECOFF] Allocate storage for .drective in the reader ..."Rui Ueyama2013-09-131-6/+5
* [PECOFF] Fix alignment bug.Rui Ueyama2013-09-131-6/+8
* [PECOFF] Handle weak external symbols.Rui Ueyama2013-09-121-7/+54
* Run clang-format.Joerg Sonnenberger2013-09-071-63/+64
* Change the parseFile argument from MemoryBuffer pointer to LinkerInputJoerg Sonnenberger2013-09-071-4/+5
* [PECOFF] Fix section alignment bug in ReaderCOFF.Rui Ueyama2013-09-061-2/+4
* [PECOFF] Align section contents as specified by the object file's section hea...Rui Ueyama2013-09-061-0/+14
* [PECOFF] Ignore options starting with -?Rui Ueyama2013-09-041-1/+1
* [PECOFF] Allocate storage for .drective in the reader to avoid multiple calls...Rui Ueyama2013-09-031-5/+6
* [PECOFF] Fix fixme by making PECOFFLinkingContext non-const.Rui Ueyama2013-09-031-10/+8
OpenPOWER on IntegriCloud