aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer2020-01-281-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Darwin] Use errorHandler from liblldCommonBrian Gesiak2018-06-121-5/+2
* Remove \brief commands from doxygen comments.Fangrui Song2018-05-151-1/+1
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-0/+1
* Move new lld's code to Common subdirectory.Rui Ueyama2017-10-021-1/+1
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Merge DarwinLdDriver and Driver.Rui Ueyama2016-03-021-1/+8
* Fix BUILD_SHARED_LIBS build.Rafael Espindola2016-03-021-0/+1
* Tidy up CMakefiles.Rui Ueyama2016-03-021-3/+0
* Remove DriverTest.h.Rui Ueyama2016-02-282-124/+67
* Move functionality of UniversalDriver to the entry point file.Rui Ueyama2016-02-283-42/+0
* Remove the old ELF linker.Rafael Espindola2016-02-283-303/+2
* Add support for export_dynamic cmdline option and behaviour.Pete Cooper2016-01-221-0/+25
* Fix DarwinLdDriverTest.cpp to pass real llvm options.Pete Cooper2015-12-161-3/+3
* Make ELF2 the default.Rafael Espindola2015-11-171-1/+1
* Rename gnu2 to gnu.Rafael Espindola2015-11-161-1/+1
* [Mips] Support two more MIPS linking emulation options elf32btsmipn32/elf32lt...Simon Atanasyan2015-08-281-0/+6
* [Mips] Make "emulation" option less dependent on the "-target" option.Simon Atanasyan2015-08-281-0/+10
* COFF: Remove the old COFF linker and make link an alias to link2.Rui Ueyama2015-08-063-886/+0
* Fix -Wextra-semi.Rui Ueyama2015-07-231-2/+1
* Revert ELF port. Posting to mailing list.Michael J. Spencer2015-07-141-1/+0
* Initial ELF port.Michael J. Spencer2015-07-131-0/+1
* ArrayRef-ify Driver::parse and related functions.David Blaikie2015-06-212-2/+2
* COFF: Add a new PE/COFF port.Rui Ueyama2015-05-281-0/+1
* Remove redundant std::move on functions that return a unique_ptr.Benjamin Kramer2015-05-221-1/+1
* Revert r234649 "PECOFF: Use C++11 braced init list to make Version objects."Nico Weber2015-04-111-10/+10
* PECOFF: Use C++11 braced init list to make Version objects.Rui Ueyama2015-04-101-10/+10
* Remove Makefiles.Rui Ueyama2015-03-261-20/+0
* [LinkerScript] Implement semantics for simple sections mappingsRafael Auler2015-03-161-2/+3
* Fix configure & make build by adding support for the ExampleSubTarget.Iain Sandoe2015-03-121-2/+2
* [LinkerScript] Implement linker script expression evaluationRafael Auler2015-03-091-0/+40
* 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
* 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