summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/PECOFF/EdataPass.cpp
Commit message (Expand)AuthorAgeFilesLines
* [PECOFF] Drop stdcall's atsign suffix only.Rui Ueyama2014-05-011-2/+4
* [PECOFF] Do not call addDllExport to mutate export descriptors.Rui Ueyama2014-05-011-4/+4
* [PECOFF] Fix exported symbol name.Rui Ueyama2014-05-011-2/+12
* [PECOFF] /export accepts non-decorated symbols.Rui Ueyama2014-04-291-1/+8
* [C++11] Work around an incompatibility between llvm::tie and std::tie.Benjamin Kramer2014-03-021-1/+1
* temporary commitRui Ueyama2013-12-281-0/+16
* [PECOFF] Fix /export option in the .drectve section.Rui Ueyama2013-12-241-3/+3
* [PECOFF] Assign default export ordinals in LinkingContext::verify().Rui Ueyama2013-12-201-16/+3
* [PECOFF] Support export-only-by-ordinal exports.Rui Ueyama2013-12-161-6/+11
* [PECOFF] Set OrdinalBase field in the export table.Rui Ueyama2013-12-161-19/+32
* [PECOFF] Make it possible to specify export ordinals.Rui Ueyama2013-12-161-31/+57
* [PECOFF] Export undecorated symbols from DLL.Rui Ueyama2013-12-141-4/+5
* [PECOFF] Simplify EdataPass by sorting atoms from the beginning.Rui Ueyama2013-12-141-19/+10
* [PECOFF] Parse /export optional arguments.Rui Ueyama2013-12-131-3/+3
* Run clang-format on the new files.Rui Ueyama2013-12-131-14/+17
* [PECOFF] Align .edata fields on natural boundaries.Rui Ueyama2013-12-131-5/+5
* [PECOFF] Create .edata section for the DLL export table.Rui Ueyama2013-12-131-0/+142
OpenPOWER on IntegriCloud