1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/unittests
Jonas Devlieghere d1cd379480 [llvm][TextAPI/MachO] Extract common code into unittest helper (NFC)
This extract common code between the 4 TBD formats in a header that can
be shared.

Differential revision: https://reviews.llvm.org/D73332
2020-02-13 12:53:24 -08:00
..
ADT [APFloat] Fix FP remainder operation 2020-02-12 10:42:55 +02:00
Analysis [unittests] Fix TargetLibraryInfoTest.ValidProto 2020-02-12 14:13:14 +02:00
AsmParser
BinaryFormat
Bitcode
Bitstream
CodeGen GlobalISel: Fix narrowing of G_CTLZ/G_CTTZ 2020-02-09 18:11:43 -05:00
DebugInfo Add a DWARF transformer class that converts DWARF to GSYM. 2020-02-13 10:48:37 -08:00
Demangle
ExecutionEngine Revert "Remove redundant "std::move"s in return statements" 2020-02-10 07:07:40 -08:00
Frontend [OpenMP][FIX] Collect blocks to be outlined after finalization 2020-02-13 00:42:22 -06:00
FuzzMutate
IR Use std::foo_t rather than std::foo in LLVM. 2020-02-11 15:12:51 -08:00
LineEditor
Linker
MC
MI
Object
ObjectYAML
Option
Passes [test] Disable the Passes/PluginsTest cases on windows with BUILD_SHARED_LIBS 2020-02-10 22:50:36 +02:00
ProfileData Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
Remarks
Support Use C++14-style return type deduction in LLVM. 2020-02-11 07:38:42 -08:00
TableGen
Target Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
TextAPI [llvm][TextAPI/MachO] Extract common code into unittest helper (NFC) 2020-02-13 12:53:24 -08:00
tools [llvm-exegesis] CombinationGenerator: don't store function_ref 2020-02-12 23:33:23 +03:00
Transforms [CallPromotionUtils] Add tryPromoteCall. 2020-02-10 13:43:16 -08:00
XRay Use std::foo_t rather than std::foo in LLVM. 2020-02-11 15:12:51 -08:00
CMakeLists.txt CMake: Make most target symbols hidden by default 2020-01-14 19:46:52 -08:00
unittest.cfg.in