aboutsummaryrefslogtreecommitdiff
path: root/lld/tools
AgeCommit message (Expand)AuthorFilesLines
2016-07-14Update error message to use "ld.lld" instead of "lld -flavor gnu".Rui Ueyama1-2/+2
2016-06-09Update to match LLVM r272232.Richard Smith1-1/+1
2016-05-15Remove unused include. NFC.Davide Italiano1-1/+0
2016-03-03Inline a trivial CMakeLists.txt.Rui Ueyama1-1/+0
2016-03-03Use StringRef member function instead of including StringExtras.hRui Ueyama1-2/+1
2016-03-02Merge DarwinLdDriver and Driver.Rui Ueyama1-1/+1
2016-03-01Remove CoreDriver.Rui Ueyama1-13/+3
2016-03-01Fix BUILD_SHARED_LIBS build.Rafael Espindola1-0/+1
2016-02-28Make the entry point function calls consistent. NFC.Rui Ueyama1-5/+4
2016-02-28Move functionality of UniversalDriver to the entry point file.Rui Ueyama1-15/+106
2016-02-28Remove an empty TODO file.Rui Ueyama1-2/+0
2016-02-28Delete the old script parser.Rafael Espindola3-66/+0
2015-11-18Rename ld.lld2 to ld.lld since it is the default.Rafael Espindola1-1/+1
2015-10-02Use ld.lld2 as a argv[0] alias.Rafael Espindola1-1/+1
2015-10-01Remove dead file.Rafael Espindola1-24/+0
2015-09-30test commitGeorge Rimar1-1/+1
2015-09-29NFC: Fix spelling error in comment.Cameron Esfahani1-1/+1
2015-09-24[CMake] Move LLD to the new style for symlink generation, and make the links ...Chris Bieneman1-12/+7
2015-08-27lld-link: revert r246139 from OUTPUT to POST_BUILDMartell Malone1-3/+2
2015-08-27lld-link: Unify symlink code with llvm-libMartell Malone2-10/+14
2015-08-18Create lld-link symlink on "make/ninja/whatever install".Rui Ueyama2-0/+23
2015-08-07COFF: Remove lld-link2 alias.Rui Ueyama1-5/+0
2015-07-14Revert ELF port. Posting to mailing list.Michael J. Spencer1-1/+0
2015-07-13Initial ELF port.Michael J. Spencer1-0/+1
2015-07-08Create lld-link2 symlink/copy for new COFF linker.Peter Collingbourne1-0/+5
2015-06-21ArrayRef-ify Driver::parse and related functions.David Blaikie1-1/+2
2015-05-28COFF: Add a new PE/COFF port.Rui Ueyama1-0/+1
2015-03-26Remove Makefiles.Rui Ueyama3-71/+0
2015-03-12Fix configure & make build by adding support for the ExampleSubTarget.Iain Sandoe1-2/+2
2015-03-11Move the 'linker-script-test' binary to the tools directory.Chandler Carruth5-1/+91
2015-02-20Remove YAML/Native round-trip passes.Rui Ueyama1-1/+1
2015-01-28Remove PPC ELF targetGreg Fitzgerald1-1/+1
2015-01-26Fix shared library buildGreg Fitzgerald1-0/+1
2015-01-22Add ARM backend to the autotools buildGreg Fitzgerald1-0/+1
2015-01-21add_lld_library -> add_llvm_libraryGreg Fitzgerald1-1/+1
2014-11-11Revert "Add support library."Shankar Easwaran1-2/+2
2014-11-10Add support library.Shankar Easwaran1-2/+2
2014-10-18Sort include files according to convention.Shankar Easwaran1-1/+0
2014-10-18Make lld-link symlink relative.Shankar Easwaran1-1/+3
2014-10-08Add support to print version.Shankar Easwaran1-1/+1
2014-08-13[AArch64] Initial ELF/AArch64 SupportChad Rosier1-1/+2
2014-06-04Initial set of MakefilesIain Sandoe2-0/+45
2014-03-21[PECOFF] Rename link.exe -> lld-link.exe.Rui Ueyama1-2/+2
2014-03-13Fix Windows build.Rui Ueyama1-4/+3
2014-03-13[Driver] Create "link[.exe]" symlink for the Windows driver.Rui Ueyama1-0/+13
2014-03-07[docs] Option parsing driver work is pretty much done.Michael J. Spencer1-49/+0
2013-09-24Make Driver::link and LinkingContext::validate return true on success.Rui Ueyama1-4/+1
2013-05-06[lld]remove lld-coreShankar Easwaran3-731/+0
2013-04-04This is my Driver refactoring patch. Nick Kledzik4-141/+25
2013-03-14[lld] remove trailing whitespaceShankar Easwaran1-23/+23