summaryrefslogtreecommitdiffstats
path: root/lld/lib/Driver/CoreDriver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove CoreDriver.Rui Ueyama2016-03-011-173/+0
* Move parsing of LLVM options to parse() method.Pete Cooper2015-12-161-0/+2
* Update lld to match llvm r250901. OptTable constructor now takes an ArrayRef....Craig Topper2015-10-211-1/+1
* Update for LLVM API change to return by InputArgList directly (rather than by...David Blaikie2015-06-221-4/+4
* Fix missed formatting in prior commit (mostly 80 cols violation and some whit...David Blaikie2015-06-221-3/+4
* ArrayRef-ify Driver::parse and related functions.David Blaikie2015-06-211-5/+4
* ArrayRef-ify ParseArgsDavid Blaikie2015-06-211-2/+2
* Remove the Native file format.Rui Ueyama2015-04-101-1/+0
* Fix five of the shared library build targetsGreg Fitzgerald2015-01-211-1/+1
* Update comments.Rui Ueyama2015-01-171-1/+1
* Simplify.Rui Ueyama2015-01-151-4/+2
* Remove InputGraph and use std::vector<Node> instead.Rui Ueyama2015-01-151-6/+2
* Rename InputElement Node.Rui Ueyama2015-01-151-1/+1
* Remove InputGraph::addInputElement{,Front}.Rui Ueyama2015-01-151-1/+1
* Remove WrapperNode.Rui Ueyama2015-01-151-2/+1
* Remove InputGraph::size().Rui Ueyama2015-01-151-1/+1
* 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-1/+1
* Convert other drivers to use WrapperNode.Rui Ueyama2015-01-131-1/+1
* Convert CoreInputGraph.Rui Ueyama2015-01-061-7/+11
* Sort include files according to convention.Shankar Easwaran2014-10-181-2/+1
* Greatly simplify InputGraph.Rui Ueyama2014-04-011-1/+1
* Fix copy/paste error.Joey Gouly2013-12-241-1/+1
* Restore vertical alignment lost by clang-formatNick Kledzik2013-12-201-4/+4
* Run clang-format on r197727.Rui Ueyama2013-12-201-10/+7
* [lld] Introduce registry and Reference kind tupleNick Kledzik2013-12-191-3/+23
* [lld][InputGraph] Change the Resolver to use inputGraphShankar Easwaran2013-10-071-1/+1
* Make Driver::link and LinkingContext::validate return true on success.Rui Ueyama2013-09-241-5/+4
* Change the parseFile argument from MemoryBuffer pointer to LinkerInputJoerg Sonnenberger2013-09-071-5/+0
* Remove unused identifiers.Rui Ueyama2013-09-051-2/+1
* [lld] handle the case of errors from createLinkerInputShankar Easwaran2013-09-031-2/+2
* Cosmetic changesRui Ueyama2013-09-031-2/+2
* add InputGraph functionalityShankar Easwaran2013-08-211-71/+74
* Rename TargetInfo -> LinkingContext.Rui Ueyama2013-08-061-5/+4
* Remove the SUPPORT_ALIASARGS defineHans Wennborg2013-08-011-2/+0
* Option parsing tables: pick up AliasArgs from the OPTION macro.Hans Wennborg2013-07-311-3/+6
* Revert "Don't pass llvm::errs() all over the place. Diagnostics always go to ...Rafael Espindola2013-07-151-7/+9
* Don't pass llvm::errs() all over the place. Diagnostics always go to stderr.Rafael Espindola2013-07-041-9/+7
* [Driver][Core] Handle -mllvm option.Rui Ueyama2013-06-051-1/+6
* This is my Driver refactoring patch. Nick Kledzik2013-04-041-0/+158
OpenPOWER on IntegriCloud