summaryrefslogtreecommitdiffstats
path: root/lld/lib/Driver/GnuLdInputGraph.cpp
Commit message (Expand)AuthorAgeFilesLines
* Re-commit r225674: Convert other drivers to use WrapperNode.Rui Ueyama2015-01-151-65/+0
* Revert "Convert other drivers to use WrapperNode" and subsequent commits.Rui Ueyama2015-01-141-0/+65
* Convert other drivers to use WrapperNode.Rui Ueyama2015-01-131-65/+0
* [ELF] Remove {ELF,}GNULinkerScript.Rui Ueyama2015-01-071-65/+0
* Move definitions to the correct file.Rui Ueyama2014-12-131-0/+16
* Make File always take the ownership of a MemoryBuffer.Rui Ueyama2014-12-121-5/+10
* Re-commit r223330: Rewrite InputGraph's GroupRui Ueyama2014-12-101-3/+4
* Revert "Rewrite InputGraph's Group"Rui Ueyama2014-12-041-4/+3
* Rewrite InputGraph's GroupRui Ueyama2014-12-041-3/+4
* Sort include files according to convention.Shankar Easwaran2014-10-181-1/+0
* [ELF] Implement parsing `-l` prefixed items in the `GROUP` linker script comm...Simon Atanasyan2014-07-151-0/+1
* [Driver] Improve the `isPathUnderSysroot()` function. Now it returns aSimon Atanasyan2014-06-261-7/+5
* Don't import error_code into the lld namespace.Rafael Espindola2014-06-121-15/+15
* [ELF] Fix the bug -- LLD crashes if the --whole-archive optionSimon Atanasyan2014-06-101-1/+1
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-311-3/+3
* Trivial simplificationRui Ueyama2014-05-071-5/+1
* [ELF] Fix the file look up algorithm used in the linker script GROUP command.Simon Atanasyan2014-05-011-0/+18
* [Driver] Remove the redundant cast.Simon Atanasyan2014-04-301-1/+1
* Early continue to reduce nesting.Rui Ueyama2014-04-071-13/+13
* No else after return.Rui Ueyama2014-04-071-4/+3
* Expand 'auto' that's hard for human to deduce its real type.Rui Ueyama2014-04-031-2/+2
* Remove ordinals from Input Graph elements.Rui Ueyama2014-04-031-3/+2
* [ELF] Create Attribute class associated with Input files.Shankar Easwaran2014-04-021-2/+4
* Merge ELFGroup with Group.Rui Ueyama2014-04-011-2/+1
* Greatly simplify InputGraph.Rui Ueyama2014-04-011-4/+4
* Use getError instead of the error_code operator.Rafael Espindola2014-01-081-4/+4
* Run clang-format on r197727.Rui Ueyama2013-12-201-3/+2
* [lld] Introduce registry and Reference kind tupleNick Kledzik2013-12-191-30/+19
* [Gnu] -L paths is not positional.Shankar Easwaran2013-11-251-3/+2
* [InputGraph][Gnu] Add LinkerScript support.Shankar Easwaran2013-11-241-3/+52
* [Gnu] Move code from .h to .cpp.Shankar Easwaran2013-11-241-0/+61
OpenPOWER on IntegriCloud