aboutsummaryrefslogtreecommitdiff
path: root/unittests/DriverTests
AgeCommit message (Expand)Author
2017-10-02Move new lld's code to Common subdirectory.Rui Ueyama
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
2016-03-02Merge DarwinLdDriver and Driver.Rui Ueyama
2016-03-02Fix BUILD_SHARED_LIBS build.Rafael Espindola
2016-03-02Tidy up CMakefiles.Rui Ueyama
2016-02-28Remove DriverTest.h.Rui Ueyama
2016-02-28Move functionality of UniversalDriver to the entry point file.Rui Ueyama
2016-02-28Remove the old ELF linker.Rafael Espindola
2016-01-22Add support for export_dynamic cmdline option and behaviour.Pete Cooper
2015-12-16Fix DarwinLdDriverTest.cpp to pass real llvm options.Pete Cooper
2015-11-17Make ELF2 the default.Rafael Espindola
2015-11-16Rename gnu2 to gnu.Rafael Espindola
2015-08-28[Mips] Support two more MIPS linking emulation options elf32btsmipn32/elf32lt...Simon Atanasyan
2015-08-28[Mips] Make "emulation" option less dependent on the "-target" option.Simon Atanasyan
2015-08-06COFF: Remove the old COFF linker and make link an alias to link2.Rui Ueyama
2015-07-23Fix -Wextra-semi.Rui Ueyama
2015-07-14Revert ELF port. Posting to mailing list.Michael J. Spencer
2015-07-13Initial ELF port.Michael J. Spencer
2015-06-21ArrayRef-ify Driver::parse and related functions.David Blaikie
2015-05-28COFF: Add a new PE/COFF port.Rui Ueyama
2015-05-22Remove redundant std::move on functions that return a unique_ptr.Benjamin Kramer
2015-04-11Revert r234649 "PECOFF: Use C++11 braced init list to make Version objects."Nico Weber
2015-04-10PECOFF: Use C++11 braced init list to make Version objects.Rui Ueyama
2015-03-26Remove Makefiles.Rui Ueyama
2015-03-16[LinkerScript] Implement semantics for simple sections mappingsRafael Auler
2015-03-12Fix configure & make build by adding support for the ExampleSubTarget.Iain Sandoe
2015-03-09[LinkerScript] Implement linker script expression evaluationRafael Auler
2015-02-26PECOFF: allow more than one /alternatename for the same symbol.Rui Ueyama
2015-02-20Remove YAML/Native round-trip passes.Rui Ueyama
2015-02-10Unittest: Do s/_context/_ctx/g.Rui Ueyama
2015-02-10GNU: Add --no-export-dynamic command line option.Rui Ueyama
2015-02-10Use override rather than virtual.Rui Ueyama
2015-02-10GNU: Use StringRef::empty instead of a boolean flag.Rui Ueyama
2015-02-06[Cleanup] Remove member functions added to support nostdlibShankar Easwaran
2015-02-06[ELF] Fix -nostdlib option.Shankar Easwaran
2015-02-05The PPC lld backend has been removed, don't require it here.Eric Christopher
2015-02-03ELF: Support INPUT linker script directiveRui Ueyama
2015-02-03ELF: Improve linker script unit tests.Rui Ueyama
2015-02-02[ELF] Implement action for OUTPUT linker script commandDavide Italiano
2015-02-01[ELF] Implement semantic action for ENTRY linker script command.Davide Italiano
2015-01-31Implement semantic action for SEARCH_DIR linker script commandRafael Auler
2015-01-28ELF: add a unit test for --as-needed.Rui Ueyama
2015-01-28Add a unit test for LinkerScript.Rui Ueyama
2015-01-26Fix shared library buildGreg Fitzgerald
2015-01-22Add ARM backend to the autotools buildGreg Fitzgerald
2015-01-15[ELF] Do not error on non-existent file in the driver.Rui Ueyama
2015-01-15Remove InputGraph and use std::vector<Node> instead.Rui Ueyama
2015-01-15Rename InputElement Node.Rui Ueyama
2015-01-15Remove FileNode::getPath().Rui Ueyama
2015-01-15Remove InputGraph::size().Rui Ueyama