summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/PECOFF/LinkerGeneratedSymbolFile.h
Commit message (Expand)AuthorAgeFilesLines
* COFF: Remove the old COFF linker and make link an alias to link2.Rui Ueyama2015-08-061-309/+0
* Fix -Wextra-semi.Rui Ueyama2015-07-231-3/+3
* Rename atom_collection -> AtomVector.Rui Ueyama2015-04-081-3/+3
* Separate atom_collection type into two different types. NFC.Rui Ueyama2015-04-081-1/+1
* Merge atom_collection_vector with atom_collection.Rui Ueyama2015-04-081-1/+1
* Use alignment values everywhere instead of log2.Rui Ueyama2015-03-261-1/+1
* [ELF] Ability to resolve undefined symbols lazilyDenis Protivensky2015-03-141-42/+8
* Add SimpleAbsoluteAtom which is analogous to other Simple* atoms.Rui Ueyama2015-03-091-1/+1
* Remove COFFReference and use SimpleReference instead.Rui Ueyama2015-03-091-7/+13
* Make File non-const in the resolver.Rui Ueyama2015-03-041-2/+2
* [PECOFF] Remove ResolvableSymbols to simplify.Rui Ueyama2015-01-161-14/+9
* Re-commit r225766, r225767, r225769, r225814, r225816, r225829, and r225832.Rui Ueyama2015-01-151-46/+7
* Re-commit r225674: Convert other drivers to use WrapperNode.Rui Ueyama2015-01-151-1/+1
* Revert "Convert other drivers to use WrapperNode" and subsequent commits.Rui Ueyama2015-01-141-8/+47
* Remove InputGraph::registerObserver.Rui Ueyama2015-01-131-46/+7
* Convert other drivers to use WrapperNode.Rui Ueyama2015-01-131-1/+1
* [PECOFF] Improve /export compatibility.Rui Ueyama2014-12-041-23/+5
* [PECOFF] Fix a bug in /export option handler.Rui Ueyama2014-12-031-7/+10
* [PECOFF] Improve subsystem inferenceRui Ueyama2014-11-061-15/+4
* [PECOFF] Do not write duplicate directives to .def file.Rui Ueyama2014-10-221-3/+22
* [PECOFF] Look for decorated entry symbol name.Rui Ueyama2014-10-211-1/+5
* Sort include files according to convention.Shankar Easwaran2014-10-181-2/+0
* [PECOFF] Fix /entry option.Rui Ueyama2014-09-301-3/+10
* [PECOFF] Move helper function out of classRui Ueyama2014-09-301-33/+6
* [PECOFF] Fix __imp_ prefix on x64.Rui Ueyama2014-09-301-8/+8
* [PECOFF] Exported name should match C++ mangled nameRui Ueyama2014-09-241-21/+31
* [PECOFF] Keep renamed undefined symbol name in export descriptorRui Ueyama2014-09-241-4/+6
* [PECOFF] Explicitly pass machine typeRui Ueyama2014-08-221-2/+4
* [PECOFF] Fix PE+ relocationsRui Ueyama2014-08-221-5/+11
* [PECOFF] Exported symbols are dead-strip roots.Rui Ueyama2014-08-061-2/+7
* [PECOFF] Fix entry point address.Rui Ueyama2014-07-231-0/+2
* [PECOFF] Fix entry point functions selectionRui Ueyama2014-07-231-0/+101
* [PECOFF] Parameterize ResovalbeSymbols object.Rui Ueyama2014-07-221-6/+5
* [PECOFF] Split ExportedSymbolRenameFile.Rui Ueyama2014-07-171-31/+44
* Don't import error_code into the lld namespace.Rafael Espindola2014-06-121-2/+2
* Move Simple.h and Alias.h to include/Core.Rui Ueyama2014-06-111-1/+1
* Fix pecoff/export.test on Windows.Rui Ueyama2014-06-111-1/+1
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-311-1/+1
* [PECOFF] Fix unsafe memory access.Rui Ueyama2014-05-211-3/+5
* [PECOFF] Acquire mutex before accessing shared objects.Rui Ueyama2014-05-201-0/+1
* [PECOFF] Do not use anonymous namespace in a header.Rui Ueyama2014-05-201-6/+6
* [PECOFF] Read files lazily.Rui Ueyama2014-05-141-9/+20
* [PECOFF] Find symbols with @number suffix for dllexported symbolsRui Ueyama2014-05-141-0/+107
* Revert "temporary commit."Rui Ueyama2014-05-091-61/+0
* temporary commit.Rui Ueyama2014-05-091-0/+61
* [PECOFF] Split LocallyImportedSymbolFile into two classes.Rui Ueyama2014-05-081-29/+36
* [PECOFF] Fix _imp_ implicit symbols.Rui Ueyama2014-04-291-20/+83
* [PECOFF] Assign unique ordinals to __imp_ symbols.Rui Ueyama2014-04-251-4/+10
* [PECOFF] Do not copy-construct ExportDesc.Rui Ueyama2014-04-241-1/+1
* [PECOFF] Define implicit symbols for exported ones.Rui Ueyama2014-04-241-0/+34
OpenPOWER on IntegriCloud