aboutsummaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)Author
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-06-12[Darwin] Use errorHandler from liblldCommonBrian Gesiak
2018-05-15Remove \brief commands from doxygen comments.Fangrui Song
2018-05-11[MachO] Don't write test files to /tmp, remove them afterwards.Martin Storsjo
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai
2017-10-02Move new lld's code to Common subdirectory.Rui Ueyama
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
2017-05-11[Support] Move Parallel algorithms from LLD to LLVM.Zachary Turner
2017-05-10[Core] Make parallel algorithms match C++ Parallelism TS.Zachary Turner
2017-05-05Split up Parallel and LLVM'ize naming conventions.Zachary Turner
2017-04-07Fix signed/unsigned comparison warning in a unit test. This was appearing onJames Henderson
2017-04-07[Core] Fix parallel_for for LinuxJames Henderson
2017-02-10[CMake] Fix pthread handling for out-of-tree buildsEric Fiselier
2016-09-12[Cmake] Use Cmake's default RPATH for unittest.Davide Italiano
2016-09-02Fix potential test failures.Rui Ueyama
2016-04-21Fix Clang-tidy misc-unused-using-decls and Include What You Use warnings.Eugene Zelenko
2016-04-04Fix test which failed Error migration on Windows bots.Pete Cooper
2016-03-31Use Expected<T> instead of ErrorOr<T>in yaml reader. NFCPete Cooper
2016-03-30Convert readBinary to llvm::Error. NFCPete Cooper
2016-03-30Convert normalized file to atoms methods to new error handling. NFC.Pete Cooper
2016-03-30Fix MachO test which is failing on a Windows bot.Pete Cooper
2016-03-30Convert lld file writing to llvm::Error. NFC.Pete Cooper
2016-03-21Fix Clang-tidy modernize-deprecated-headers warnings; other minor fixes.Eugene Zelenko
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-03-01Fix BUILD_SHARED_LIBS build.Rafael Espindola
2016-02-28Remove DriverTest.h.Rui Ueyama
2016-02-28Move functionality of UniversalDriver to the entry point file.Rui Ueyama
2016-02-28Remove lld/Core/range.h.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-04-08Remove unused typedefs.Rui Ueyama
2015-03-26Remove Makefiles.Rui Ueyama
2015-03-26Use arithmetic type to represent alignments (not in log2) everywhere.Rui Ueyama
2015-03-26Use alignment values everywhere instead of log2.Rui Ueyama