summaryrefslogtreecommitdiffstats
path: root/lld/unittests
Commit message (Expand)AuthorAgeFilesLines
* [CMake] Fix pthread handling for out-of-tree buildsEric Fiselier2017-02-101-1/+1
* [Cmake] Use Cmake's default RPATH for unittest.Davide Italiano2016-09-121-0/+2
* Fix potential test failures.Rui Ueyama2016-09-021-0/+4
* Fix Clang-tidy misc-unused-using-decls and Include What You Use warnings.Eugene Zelenko2016-04-213-4/+26
* Fix test which failed Error migration on Windows bots.Pete Cooper2016-04-041-3/+2
* Use Expected<T> instead of ErrorOr<T>in yaml reader. NFCPete Cooper2016-03-311-1/+1
* Convert readBinary to llvm::Error. NFCPete Cooper2016-03-302-2/+2
* Convert normalized file to atoms methods to new error handling. NFC.Pete Cooper2016-03-301-2/+2
* Fix MachO test which is failing on a Windows bot.Pete Cooper2016-03-301-1/+5
* Convert lld file writing to llvm::Error. NFC.Pete Cooper2016-03-302-9/+10
* Fix Clang-tidy modernize-deprecated-headers warnings; other minor fixes.Eugene Zelenko2016-03-213-22/+0
* 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
* Fix BUILD_SHARED_LIBS build.Rafael Espindola2016-03-011-0/+4
* 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 lld/Core/range.h.Rui Ueyama2016-02-282-241/+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 unused typedefs.Rui Ueyama2015-04-081-1/+1
* Remove Makefiles.Rui Ueyama2015-03-263-65/+0
* Use arithmetic type to represent alignments (not in log2) everywhere.Rui Ueyama2015-03-261-9/+9
* Use alignment values everywhere instead of log2.Rui Ueyama2015-03-263-21/+21
* Define an implicit constructor which takes actual alignment value to PowerOf2.Rui Ueyama2015-03-261-4/+4
* Make PowerOf2's constructor private.Rui Ueyama2015-03-261-4/+4
* Remove implicit constructor and operator int from PowerOf2.Rui Ueyama2015-03-263-26/+25
* [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
* 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
OpenPOWER on IntegriCloud