aboutsummaryrefslogtreecommitdiff
path: root/lld/unittests
AgeCommit message (Expand)AuthorFilesLines
2023-06-19Re-land [LLD] Allow usage of LLD as a libraryAlexandre Ganea8-0/+185
2023-06-14Revert "[LLD] Allow usage of LLD as a library"Leonard Chan8-180/+0
2023-06-13[LLD] Allow usage of LLD as a libraryAlexandre Ganea8-0/+180
2022-01-05Revert "Revert D109159 "[amdgpu] Enable selection of `s_cselect_b64`.""Nico Weber9-3924/+0
2022-01-05Revert D109159 "[amdgpu] Enable selection of `s_cselect_b64`."David Salinas9-0/+3924
2021-12-02[lld-macho] Remove old macho darwin lldKeith Smiley9-3924/+0
2021-08-04[CMake][gn] lldMachO=>lldMachOOld, lldMachO2=>lldMachOFangrui Song2-4/+4
2020-07-27Use INTERFACE_COMPILE_OPTIONS to disable -Wsuggest-override for any target th...Logan Smith1-4/+0
2020-07-22Reapply "Try enabling -Wsuggest-override again, using add_compile_options ins...Logan Smith1-0/+4
2020-07-22Revert "Try enabling -Wsuggest-override again, using add_compile_options inst...Logan Smith1-4/+0
2020-07-22Try enabling -Wsuggest-override again, using add_compile_options instead of a...Logan Smith1-0/+4
2020-07-22Revert "Enable -Wsuggest-override in the LLVM build" and the follow-ups.Hans Wennborg1-4/+0
2020-07-21[lld] Disable -Wsuggest-override for unittestsLogan Smith1-0/+4
2020-07-10Fix signed vs unsigned comparison warnings a different way.Eric Christopher2-22/+22
2020-07-09Temporarily Revert "Fix [-Werror,-Wsign-compare] warnings arising from subsec...Eric Christopher2-21/+21
2020-07-09Fix [-Werror,-Wsign-compare] warnings arising from subsection symbols patch.Eric Christopher2-21/+21
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-1/+1
2020-01-21Reapply: [MachO] Add a test for detecting reserved unit length.Igor Kudrin1-0/+41
2020-01-20Revert "[MachO] Add a test for detecting reserved unit length."Mitch Phillips1-38/+0
2020-01-15[MachO] Add a test for detecting reserved unit length.Igor Kudrin1-0/+38
2019-11-18Make it possible to redirect not only errs() but also outs()Rui Ueyama1-2/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth5-20/+15
2018-06-12[Darwin] Use errorHandler from liblldCommonBrian Gesiak1-5/+2
2018-05-15Remove \brief commands from doxygen comments.Fangrui Song1-1/+1
2018-05-11[MachO] Don't write test files to /tmp, remove them afterwards.Martin Storsjo1-5/+10
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2-0/+2
2017-10-02Move new lld's code to Common subdirectory.Rui Ueyama1-1/+1
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner5-10/+10
2017-05-11[Support] Move Parallel algorithms from LLD to LLVM.Zachary Turner3-54/+0
2017-05-10[Core] Make parallel algorithms match C++ Parallelism TS.Zachary Turner1-2/+2
2017-05-05Split up Parallel and LLVM'ize naming conventions.Zachary Turner1-1/+1
2017-04-07Fix signed/unsigned comparison warning in a unit test. This was appearing onJames Henderson1-1/+1
2017-04-07[Core] Fix parallel_for for LinuxJames Henderson1-0/+15
2017-02-10[CMake] Fix pthread handling for out-of-tree buildsEric Fiselier1-1/+1
2016-09-12[Cmake] Use Cmake's default RPATH for unittest.Davide Italiano1-0/+2
2016-09-02Fix potential test failures.Rui Ueyama1-0/+4
2016-04-21Fix Clang-tidy misc-unused-using-decls and Include What You Use warnings.Eugene Zelenko3-4/+26
2016-04-04Fix test which failed Error migration on Windows bots.Pete Cooper1-3/+2
2016-03-31Use Expected<T> instead of ErrorOr<T>in yaml reader. NFCPete Cooper1-1/+1
2016-03-30Convert readBinary to llvm::Error. NFCPete Cooper2-2/+2
2016-03-30Convert normalized file to atoms methods to new error handling. NFC.Pete Cooper1-2/+2
2016-03-30Fix MachO test which is failing on a Windows bot.Pete Cooper1-1/+5
2016-03-30Convert lld file writing to llvm::Error. NFC.Pete Cooper2-9/+10
2016-03-21Fix Clang-tidy modernize-deprecated-headers warnings; other minor fixes.Eugene Zelenko3-22/+0
2016-03-02Merge DarwinLdDriver and Driver.Rui Ueyama1-1/+8
2016-03-02Fix BUILD_SHARED_LIBS build.Rafael Espindola1-0/+1
2016-03-02Tidy up CMakefiles.Rui Ueyama1-3/+0
2016-03-01Fix BUILD_SHARED_LIBS build.Rafael Espindola1-0/+4
2016-02-28Remove DriverTest.h.Rui Ueyama2-124/+67
2016-02-28Move functionality of UniversalDriver to the entry point file.Rui Ueyama3-42/+0