summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/PECOFF/ReaderCOFF.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [PECOFF] Set ordinal to alias atomsRui Ueyama2014-09-191-3/+4
* PECOFF: loosen assumptions about x86-only targetsSaleem Abdulrasool2014-09-191-12/+14
* ReaderWriter: print magic in hexSaleem Abdulrasool2014-09-191-1/+3
* Adjust lld to handle LLVM r217812David Majnemer2014-09-151-1/+2
* [PECOFF] Add support for bigobjDavid Majnemer2014-09-101-79/+73
* [PECOFF] Explicitly pass machine typeRui Ueyama2014-08-221-3/+2
* [PECOFF] Fix PE+ relocationsRui Ueyama2014-08-221-1/+14
* Remove dead code.Rui Ueyama2014-08-211-1/+0
* Update for llvm api change.Rafael Espindola2014-08-191-3/+4
* [PECOFF] addDeadStripRoot is not thread-safe.Rui Ueyama2014-08-051-8/+14
* [PECOFF] Fix /include option in .drectve section.Rui Ueyama2014-08-041-3/+20
* [PECOFF] Remove unused paraemter.Rui Ueyama2014-08-041-3/+2
* Update for llvm api change.Rafael Espindola2014-07-311-1/+1
* Fix lld build for llvm API changes committed in r213557David Blaikie2014-07-211-1/+1
* [PECOFF] Invoke cvtres.exe in the driver.Rui Ueyama2014-07-101-109/+0
* [PECOFF] Fix .bss section alignmentRui Ueyama2014-07-081-4/+5
* Update for llvm api change.Rafael Espindola2014-07-061-3/+4
* Update for llvm api change.Rafael Espindola2014-06-231-1/+1
* [PECOFF] Support COMDAT associative sections.Rui Ueyama2014-06-171-11/+41
* Update for llvm api change.Rafael Espindola2014-06-131-2/+3
* include system_error directly.Rafael Espindola2014-06-121-1/+1
* Run llvm/utils/sort_includes.py in a few files.Rafael Espindola2014-06-121-3/+0
* Don't import error_code into the lld namespace.Rafael Espindola2014-06-121-110/+119
* Move Simple.h and Alias.h to include/Core.Rui Ueyama2014-06-111-1/+1
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-111-2/+2
* Revert "[PECOFF] Support COMDAT associative sections."Rui Ueyama2014-06-051-40/+11
* [PECOFF] Support COMDAT associative sections.Rui Ueyama2014-06-051-11/+40
* Improve error message.Rui Ueyama2014-06-031-3/+3
* Run clang-format.Rui Ueyama2014-06-021-62/+61
* s/vector/std::vector/Rui Ueyama2014-06-021-22/+21
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-311-27/+27
* Use short identifier.Rui Ueyama2014-05-231-7/+7
* [PECOFF] Make a separate pass for /alternatename symbols.Rui Ueyama2014-05-231-27/+44
* [PECOFF] Check for a Characteristics field of a .debug section.Rui Ueyama2014-05-211-1/+3
* [PECOFF] Discard .debug sections.Rui Ueyama2014-05-211-0/+7
* [PECOFF] Make COFFObjectReader thread-safe.Rui Ueyama2014-05-211-0/+3
* [PECOFF] Skip IMAGE_SYM_DEBUG sections correctly.Rui Ueyama2014-04-221-6/+8
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-2/+2
* [PECOFF] Fix common symbol alignment.Rui Ueyama2014-04-091-0/+8
* [PECOFF] Support yet another new type of weak symbol.Rui Ueyama2014-03-181-1/+3
* Fix lld buildAlexey Samsonov2014-03-181-12/+8
* [PECOFF] Data type of SectionNumber is now unsigned (r203986).Rui Ueyama2014-03-151-4/+2
* [PECOFF] Handle large objects having more than 32768 sections.Rui Ueyama2014-03-141-2/+4
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-131-6/+5
* [PECOFF] Handle objects with unknown machine type header value.Rui Ueyama2014-03-131-0/+3
* [PECOFF] Support a new type of weak symbol.Rui Ueyama2014-03-071-1/+3
* Add "override" to member functions where appropriate.Rui Ueyama2014-03-051-13/+13
* [PECOFF] Emit Load Configuration and SEH Table for x86.Rui Ueyama2014-02-261-4/+59
* [COFF] Refactor .drectve section handling. No functionality change.Rui Ueyama2014-02-251-7/+18
* [PECOFF] Fix uninitialized variableNico Rieck2014-02-231-1/+2
OpenPOWER on IntegriCloud