summaryrefslogtreecommitdiffstats
path: root/lld/unittests
Commit message (Expand)AuthorAgeFilesLines
* [MachO] Add a test for detecting reserved unit length.Igor Kudrin2020-01-151-0/+38
* Make it possible to redirect not only errs() but also outs()Rui Ueyama2019-11-181-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-195-20/+15
* [Darwin] Use errorHandler from liblldCommonBrian Gesiak2018-06-121-5/+2
* Remove \brief commands from doxygen comments.Fangrui Song2018-05-151-1/+1
* [MachO] Don't write test files to /tmp, remove them afterwards.Martin Storsjo2018-05-111-5/+10
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-052-0/+2
* Move new lld's code to Common subdirectory.Rui Ueyama2017-10-021-1/+1
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-075-10/+10
* [Support] Move Parallel algorithms from LLD to LLVM.Zachary Turner2017-05-113-54/+0
* [Core] Make parallel algorithms match C++ Parallelism TS.Zachary Turner2017-05-101-2/+2
* Split up Parallel and LLVM'ize naming conventions.Zachary Turner2017-05-051-1/+1
* Fix signed/unsigned comparison warning in a unit test. This was appearing onJames Henderson2017-04-071-1/+1
* [Core] Fix parallel_for for LinuxJames Henderson2017-04-071-0/+15
* [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
OpenPOWER on IntegriCloud