llvm-capstone/llvm/unittests
Nikita Popov bd66251864 [ConstantRange] Test 1 bit ranges in exhaustive tests (NFC)
There have been multiple cases where range calculations were wrong
in the 1 bit case. Make sure we catch these by not specifying the
bit width explicitly, and letting the test framework pick it (which
will now always test 1 and 4 bits both).
2023-01-09 16:57:08 +01:00
..
ADT Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ part 2023-01-05 14:11:08 +01:00
Analysis Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ part 2023-01-05 14:11:08 +01:00
AsmParser [AsmParserTest] Convert to opaque pointers (NFC) 2023-01-05 10:53:37 +01:00
BinaryFormat [Support] Move TargetParsers to new component 2022-12-20 11:05:50 +00:00
Bitcode [RISCV] Adjust RV64I data layout by using n32:64 in layout string 2022-10-28 08:27:03 -07:00
Bitstream Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ part 2023-01-05 14:11:08 +01:00
CodeGen [GlobalISel] Add G_BUILD_VECTOR[_TRUNC] to CSE 2023-01-05 10:15:31 +01:00
DebugInfo Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ part 2023-01-05 14:11:08 +01:00
Debuginfod [llvm] [Debuginfod] Add HTTP Server to Debuginfod library. 2022-07-06 18:56:54 +00:00
Demangle [demangler] No need to space adjacent template closings 2022-05-09 06:14:44 -07:00
ExecutionEngine [ORC] Rename ThreadSafeModule::takingModuleDo to consumingModuleDo. 2023-01-02 17:48:55 -08:00
FileCheck std::optional::value => operator*/operator-> 2022-12-16 22:44:08 +00:00
Frontend [Support] Move TargetParsers to new component 2022-12-20 11:05:50 +00:00
FuzzMutate Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ part 2023-01-05 14:11:08 +01:00
InterfaceStub std::optional::value => operator*/operator-> 2022-12-17 01:42:39 +00:00
IR [ConstantRange] Test 1 bit ranges in exhaustive tests (NFC) 2023-01-09 16:57:08 +01:00
LineEditor
Linker [LinkModulesTest] Convert to opaque pointers (NFC) 2023-01-05 12:11:43 +01:00
MC [Support] Move TargetParsers to new component 2022-12-20 11:05:50 +00:00
MI [Support] Move TargetParsers to new component 2022-12-20 11:05:50 +00:00
MIR [Support] Move TargetParsers to new component 2022-12-20 11:05:50 +00:00
ObjCopy Fix for buildbot failure: https://lab.llvm.org/buildbot#builders/110/builds/11051 2022-03-09 14:26:46 +03:00
Object Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ part 2023-01-05 14:11:08 +01:00
ObjectYAML Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ part 2023-01-05 14:11:08 +01:00
Option [clang] Use a StringRef instead of a raw char pointer to store builtin and call information 2022-12-27 09:55:19 +01:00
Passes [NFC] Add llvm-config.h def for LLVM_ENABLE_PLUGINS 2022-12-16 15:45:33 -08:00
ProfileData Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ part 2023-01-05 14:11:08 +01:00
Remarks Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ part 2023-01-05 14:11:08 +01:00
Support [reland][NFC] Vastly simplifies TypeSize 2023-01-09 08:43:37 +00:00
TableGen Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ part 2023-01-05 14:11:08 +01:00
Target Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ part 2023-01-05 14:11:08 +01:00
TargetParser [Xtensa 1/10] Recognize Xtensa in triple parsing code 2022-12-26 13:30:51 +01:00
Testing [llvm] Use std::optional instead of Optional 2022-12-20 15:42:32 -08:00
TextAPI [llvm] Use std::size (NFC) 2022-11-26 13:47:32 -08:00
tools [llvm-exegesis] Remove functional test from unit tests 2023-01-04 10:39:39 +00:00
Transforms [DebugInfo][NFC] Rename is/setUndef to is/setKilllocation 2023-01-06 09:15:02 +00:00
XRay
CMakeLists.txt [Support] Move TargetParsers to new component 2022-12-20 11:05:50 +00:00
unittest.cfg.in