summaryrefslogtreecommitdiff
path: root/lld/unittests
AgeCommit message (Expand)Author
2024-06-04[lld] Revise IDE folder structure (#89747)Michael Kruse
2023-06-19Re-land [LLD] Allow usage of LLD as a libraryAlexandre Ganea
2023-06-14Revert "[LLD] Allow usage of LLD as a library"Leonard Chan
2023-06-13[LLD] Allow usage of LLD as a libraryAlexandre Ganea
2022-01-05Revert "Revert D109159 "[amdgpu] Enable selection of `s_cselect_b64`.""Nico Weber
2022-01-05Revert D109159 "[amdgpu] Enable selection of `s_cselect_b64`."David Salinas
2021-12-02[lld-macho] Remove old macho darwin lldKeith Smiley
2021-08-04[CMake][gn] lldMachO=>lldMachOOld, lldMachO2=>lldMachOFangrui Song
2020-07-27Use INTERFACE_COMPILE_OPTIONS to disable -Wsuggest-override for any target th...Logan Smith
2020-07-22Reapply "Try enabling -Wsuggest-override again, using add_compile_options ins...Logan Smith
2020-07-22Revert "Try enabling -Wsuggest-override again, using add_compile_options inst...Logan Smith
2020-07-22Try enabling -Wsuggest-override again, using add_compile_options instead of a...Logan Smith
2020-07-22Revert "Enable -Wsuggest-override in the LLVM build" and the follow-ups.Hans Wennborg
2020-07-21[lld] Disable -Wsuggest-override for unittestsLogan Smith
2020-07-10Fix signed vs unsigned comparison warnings a different way.Eric Christopher
2020-07-09Temporarily Revert "Fix [-Werror,-Wsign-compare] warnings arising from subsec...Eric Christopher
2020-07-09Fix [-Werror,-Wsign-compare] warnings arising from subsection symbols patch.Eric Christopher
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-21Reapply: [MachO] Add a test for detecting reserved unit length.Igor Kudrin
2020-01-20Revert "[MachO] Add a test for detecting reserved unit length."Mitch Phillips
2020-01-15[MachO] Add a test for detecting reserved unit length.Igor Kudrin
2019-11-18Make it possible to redirect not only errs() but also outs()Rui Ueyama
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