summaryrefslogtreecommitdiffstats
path: root/lld/unittests
Commit message (Expand)AuthorAgeFilesLines
* PECOFF: allow more than one /alternatename for the same symbol.Rui Ueyama2015-02-261-3/+7
* Remove YAML/Native round-trip passes.Rui Ueyama2015-02-201-1/+1
* MSVC 2013 appears to be able to compile make_ptr_range without issue, so remo...Aaron Ballman2015-02-161-3/+0
* Unittest: Do s/_context/_ctx/g.Rui Ueyama2015-02-104-210/+210
* GNU: Add --no-export-dynamic command line option.Rui Ueyama2015-02-101-0/+12
* Use override rather than virtual.Rui Ueyama2015-02-101-1/+1
* GNU: Use StringRef::empty instead of a boolean flag.Rui Ueyama2015-02-101-0/+5
* [Cleanup] Remove member functions added to support nostdlibShankar Easwaran2015-02-061-5/+4
* [ELF] Fix -nostdlib option.Shankar Easwaran2015-02-061-1/+12
* The PPC lld backend has been removed, don't require it here.Eric Christopher2015-02-051-1/+1
* ELF: Support INPUT linker script directiveRui Ueyama2015-02-031-0/+8
* ELF: Improve linker script unit tests.Rui Ueyama2015-02-031-55/+44
* [ELF] Implement action for OUTPUT linker script commandDavide Italiano2015-02-021-0/+13
* [ELF] Implement semantic action for ENTRY linker script command.Davide Italiano2015-02-011-0/+13
* Implement semantic action for SEARCH_DIR linker script commandRafael Auler2015-01-311-0/+14
* ELF: add a unit test for --as-needed.Rui Ueyama2015-01-281-0/+13
* Add a unit test for LinkerScript.Rui Ueyama2015-01-281-0/+19
* Fix shared library buildGreg Fitzgerald2015-01-261-0/+3
* Add ARM backend to the autotools buildGreg Fitzgerald2015-01-221-1/+2
* [ELF] Do not error on non-existent file in the driver.Rui Ueyama2015-01-151-43/+18
* Remove InputGraph and use std::vector<Node> instead.Rui Ueyama2015-01-151-2/+2
* Rename InputElement Node.Rui Ueyama2015-01-151-4/+3
* Remove FileNode::getPath().Rui Ueyama2015-01-151-2/+2
* Remove InputGraph::size().Rui Ueyama2015-01-151-2/+4
* [PECOFF] Remove an InputElement placeholder for the entry name.Rui Ueyama2015-01-151-21/+21
* Re-commit r225766, r225767, r225769, r225814, r225816, r225829, and r225832.Rui Ueyama2015-01-152-123/+0
* Re-commit r225674: Convert other drivers to use WrapperNode.Rui Ueyama2015-01-151-4/+3
* Revert "Convert other drivers to use WrapperNode" and subsequent commits.Rui Ueyama2015-01-143-3/+127
* Remove InputGraph::getNextFile().Rui Ueyama2015-01-132-84/+0
* Remove dead code.Rui Ueyama2015-01-131-24/+0
* Remove InputGraph::registerObserver.Rui Ueyama2015-01-131-15/+0
* Convert other drivers to use WrapperNode.Rui Ueyama2015-01-131-4/+3
* Simplify InputGraph API.Rui Ueyama2014-12-141-5/+5
* Remove dead code.Rui Ueyama2014-12-141-8/+2
* [ELF] Make -init/-fini options compatible with the gnu linkerSimon Atanasyan2014-12-101-5/+2
* Re-commit r223330: Rewrite InputGraph's GroupRui Ueyama2014-12-103-111/+20
* Revert "Rewrite InputGraph's Group"Rui Ueyama2014-12-043-20/+111
* Rewrite InputGraph's GroupRui Ueyama2014-12-043-111/+20
* [PECOFF] Ignore /maxilkfile option.Rui Ueyama2014-11-251-1/+2
* [PECOFF] Create an empty PDB file if debug option is enabled.Rui Ueyama2014-11-251-5/+13
* [PECOFF] Enable dead-stripping even if /debug option is given.Rui Ueyama2014-11-201-1/+1
* Revert "Add support library."Shankar Easwaran2014-11-111-3/+1
* Add support library.Shankar Easwaran2014-11-101-1/+3
* Fix Mach-O unit tests breakage on WindowsRui Ueyama2014-11-071-10/+17
* Use LLVMLIBS here since these are produced by theEric Christopher2014-11-041-1/+1
* [PECOFF] Fix /nodefaultlib option.Rui Ueyama2014-10-231-0/+9
* Sort include files according to convention.Shankar Easwaran2014-10-1812-31/+8
* [PECOFF] Remember DLL names given with /delayload option.Rui Ueyama2014-10-081-1/+13
* Add support to print version.Shankar Easwaran2014-10-081-1/+1
* update library dependencyNick Kledzik2014-09-291-0/+1
OpenPOWER on IntegriCloud