summaryrefslogtreecommitdiffstats
path: root/lld/lib/Driver/WinLinkDriver.cpp
Commit message (Expand)AuthorAgeFilesLines
* COFF: Remove the old COFF linker and make link an alias to link2.Rui Ueyama2015-08-061-1357/+0
* Update for LLVM API change to return by InputArgList directly (rather than by...David Blaikie2015-06-221-11/+11
* Fix missed formatting in prior commit (mostly 80 cols violation and some whit...David Blaikie2015-06-221-10/+11
* ArrayRef-ify Driver::parse and related functions.David Blaikie2015-06-211-29/+28
* ArrayRef-ify ParseArgsDavid Blaikie2015-06-211-1/+1
* Update for llvm api change.Rafael Espindola2015-06-131-15/+2
* Revert r234649 "PECOFF: Use C++11 braced init list to make Version objects."Nico Weber2015-04-111-9/+10
* PECOFF: Use C++11 braced init list to make Version objects.Rui Ueyama2015-04-101-10/+9
* Remove the Native file format.Rui Ueyama2015-04-101-1/+0
* Use range-based for loops to iterate over file nodes.Rui Ueyama2015-03-051-3/+2
* Revert "PECOFF: Don't parse files in .drectve asynchronously."Rui Ueyama2015-03-011-4/+8
* PECOFF: Move a call of WinLinkDriver::parse from FileCOFF::doParse to FileCOF...Rui Ueyama2015-02-271-10/+3
* PECOFF: allow more than one /alternatename for the same symbol.Rui Ueyama2015-02-261-1/+1
* Driver: Fix an incorrect use of llvm::NoneJustin Bogner2015-02-201-1/+1
* PECOFF: Don't parse files in .drectve asynchronously.Rui Ueyama2015-02-121-8/+4
* Driver: use hasArg instead of getLastArg if return value is not used.Rui Ueyama2015-02-101-14/+14
* Driver: Replace switch cases with ifs.Rui Ueyama2015-02-101-330/+272
* PECOFF: Move error check for invalid command line combination to validateImpl.Rui Ueyama2015-02-061-6/+0
* Fix shared library buildGreg Fitzgerald2015-01-261-0/+1
* Don't use iterator for the same reason as r226883.Rui Ueyama2015-01-231-2/+3
* Update comments.Rui Ueyama2015-01-171-4/+4
* [PECOFF] Remove ResolvableSymbols to simplify.Rui Ueyama2015-01-161-2/+0
* [PECOFF] Improve parallelism.Rui Ueyama2015-01-161-8/+10
* Simplify.Rui Ueyama2015-01-151-4/+2
* Remove InputGraph and use std::vector<Node> instead.Rui Ueyama2015-01-151-6/+4
* Rename InputElement Node.Rui Ueyama2015-01-151-2/+2
* Remove InputGraph::addInputElement{,Front}.Rui Ueyama2015-01-151-2/+2
* Remove WrapperNode.Rui Ueyama2015-01-151-3/+2
* Remove FileNode::getPath().Rui Ueyama2015-01-151-1/+1
* Remove InputGraph::size().Rui Ueyama2015-01-151-1/+1
* [PECOFF] Remove an InputElement placeholder for the entry name.Rui Ueyama2015-01-151-5/+0
* Re-commit r225766, r225767, r225769, r225814, r225816, r225829, and r225832.Rui Ueyama2015-01-151-0/+2
* Re-commit r225674: Convert other drivers to use WrapperNode.Rui Ueyama2015-01-151-29/+35
* Revert "Convert other drivers to use WrapperNode" and subsequent commits.Rui Ueyama2015-01-141-36/+29
* Remove InputGraph::registerObserver.Rui Ueyama2015-01-131-0/+1
* Convert other drivers to use WrapperNode.Rui Ueyama2015-01-131-29/+35
* Update comment.Rui Ueyama2015-01-121-2/+2
* Remove PECOFFLibraryNode.Rui Ueyama2014-12-141-2/+2
* More WinLinkInputGraph cleanup.Rui Ueyama2014-12-141-6/+10
* [PECOFF] Resolve file name in the driver, not in InputElement.Rui Ueyama2014-12-141-3/+24
* Re-commit r223330: Rewrite InputGraph's GroupRui Ueyama2014-12-101-6/+4
* Revert "Rewrite InputGraph's Group"Rui Ueyama2014-12-041-4/+6
* Rewrite InputGraph's GroupRui Ueyama2014-12-041-6/+4
* [PECOFF] Create an empty PDB file if debug option is enabled.Rui Ueyama2014-11-251-0/+5
* [PECOFF] Enable dead-stripping even if /debug option is given.Rui Ueyama2014-11-201-2/+3
* Fix shadowed variable warningNick Kledzik2014-11-051-4/+4
* Use llvm::sys::findProgramByName. NFC.Rafael Espindola2014-11-041-6/+9
* [PECOFF] Fix exported symbol in the import libraryRui Ueyama2014-10-211-1/+0
* Sort include files according to convention.Shankar Easwaran2014-10-181-2/+0
* [PECOFF] Support delay-load import table for x86Rui Ueyama2014-10-161-0/+1
OpenPOWER on IntegriCloud