summaryrefslogtreecommitdiffstats
path: root/lld/tools
Commit message (Expand)AuthorAgeFilesLines
* Inline a trivial CMakeLists.txt.Rui Ueyama2016-03-031-1/+0
* Use StringRef member function instead of including StringExtras.hRui Ueyama2016-03-031-2/+1
* Merge DarwinLdDriver and Driver.Rui Ueyama2016-03-021-1/+1
* Remove CoreDriver.Rui Ueyama2016-03-011-13/+3
* Fix BUILD_SHARED_LIBS build.Rafael Espindola2016-03-011-0/+1
* Make the entry point function calls consistent. NFC.Rui Ueyama2016-02-281-5/+4
* Move functionality of UniversalDriver to the entry point file.Rui Ueyama2016-02-281-15/+106
* Remove an empty TODO file.Rui Ueyama2016-02-281-2/+0
* Delete the old script parser.Rafael Espindola2016-02-283-66/+0
* Rename ld.lld2 to ld.lld since it is the default.Rafael Espindola2015-11-181-1/+1
* Use ld.lld2 as a argv[0] alias.Rafael Espindola2015-10-021-1/+1
* Remove dead file.Rafael Espindola2015-10-011-24/+0
* test commitGeorge Rimar2015-09-301-1/+1
* NFC: Fix spelling error in comment.Cameron Esfahani2015-09-291-1/+1
* [CMake] Move LLD to the new style for symlink generation, and make the links ...Chris Bieneman2015-09-241-12/+7
* lld-link: revert r246139 from OUTPUT to POST_BUILDMartell Malone2015-08-271-3/+2
* lld-link: Unify symlink code with llvm-libMartell Malone2015-08-272-10/+14
* Create lld-link symlink on "make/ninja/whatever install".Rui Ueyama2015-08-182-0/+23
* COFF: Remove lld-link2 alias.Rui Ueyama2015-08-071-5/+0
* Revert ELF port. Posting to mailing list.Michael J. Spencer2015-07-141-1/+0
* Initial ELF port.Michael J. Spencer2015-07-131-0/+1
* Create lld-link2 symlink/copy for new COFF linker.Peter Collingbourne2015-07-081-0/+5
* ArrayRef-ify Driver::parse and related functions.David Blaikie2015-06-211-1/+2
* COFF: Add a new PE/COFF port.Rui Ueyama2015-05-281-0/+1
* Remove Makefiles.Rui Ueyama2015-03-263-71/+0
* Fix configure & make build by adding support for the ExampleSubTarget.Iain Sandoe2015-03-121-2/+2
* Move the 'linker-script-test' binary to the tools directory.Chandler Carruth2015-03-115-1/+91
* Remove YAML/Native round-trip passes.Rui Ueyama2015-02-201-1/+1
* Remove PPC ELF targetGreg Fitzgerald2015-01-281-1/+1
* Fix shared library buildGreg Fitzgerald2015-01-261-0/+1
* Add ARM backend to the autotools buildGreg Fitzgerald2015-01-221-0/+1
* add_lld_library -> add_llvm_libraryGreg Fitzgerald2015-01-211-1/+1
* Revert "Add support library."Shankar Easwaran2014-11-111-2/+2
* Add support library.Shankar Easwaran2014-11-101-2/+2
* Sort include files according to convention.Shankar Easwaran2014-10-181-1/+0
* Make lld-link symlink relative.Shankar Easwaran2014-10-181-1/+3
* Add support to print version.Shankar Easwaran2014-10-081-1/+1
* [AArch64] Initial ELF/AArch64 SupportChad Rosier2014-08-131-1/+2
* Initial set of MakefilesIain Sandoe2014-06-042-0/+45
* [PECOFF] Rename link.exe -> lld-link.exe.Rui Ueyama2014-03-211-2/+2
* Fix Windows build.Rui Ueyama2014-03-131-4/+3
* [Driver] Create "link[.exe]" symlink for the Windows driver.Rui Ueyama2014-03-131-0/+13
* [docs] Option parsing driver work is pretty much done.Michael J. Spencer2014-03-071-49/+0
* Make Driver::link and LinkingContext::validate return true on success.Rui Ueyama2013-09-241-4/+1
* [lld]remove lld-coreShankar Easwaran2013-05-063-731/+0
* This is my Driver refactoring patch. Nick Kledzik2013-04-044-141/+25
* [lld] remove trailing whitespaceShankar Easwaran2013-03-141-23/+23
* [Core,Driver,ELF] Differentiate static and dynamic executables.Michael J. Spencer2013-02-141-1/+1
* add merge strings option, this temporarily fixes the problem bringing up hell...Shankar Easwaran2013-02-131-0/+6
* add changes for layoutafter/layoutbefore/ingroup/layoutpass and test casesShankar Easwaran2013-02-072-40/+37
OpenPOWER on IntegriCloud