llvm-capstone/llvm/unittests
2024-01-16 17:01:01 -08:00
..
ADT [ADT] Make StringRef std::string_view conversion operator constexpr. NFC (#77506) 2024-01-11 01:22:41 +07:00
Analysis Reapply [TLI] Fix replace-with-veclib crash with invalid arguments (#77945) 2024-01-16 10:00:15 +00:00
AsmParser [IR] Deprecate opaque pointer compatibility APIs 2023-07-19 10:21:10 +02:00
BinaryFormat [LLVM] Add file magic detection for SPIR-V files. (#75363) 2023-12-13 20:39:50 -06:00
Bitcode [AMDGPU] - Add address space for strided buffers (#74471) 2023-12-15 15:49:25 +01:00
Bitstream
CodeGen [CodeGen] Fix ponential memory leak in CodeGenPassBuilderTest (#77864) 2024-01-12 10:58:27 +08:00
DebugInfo [llvm] Use StringRef::{starts,ends}_with (NFC) 2023-12-13 22:46:02 -08:00
Debuginfod [Debuginfod][unittest] Include llvm/Support/StringExtras.h 2023-07-14 18:38:03 +00:00
Demangle [Damangle] convert dlangDemangle to use std::string_view 2023-06-02 15:19:41 -07:00
DWARFLinkerParallel [DWARFLinker][NFC] Rename libraries to match with directories name. (#77592) 2024-01-12 15:36:44 +03:00
ExecutionEngine [ORC] Add absoluteSymbolsLinkGraph to expose absolute symbols to platform (#77008) 2024-01-05 15:32:29 -08:00
FileCheck [llvm] Use StringRef::{starts,ends}_with (NFC) 2023-12-13 22:46:02 -08:00
Frontend [llvm] Use StringRef::{starts,ends}_with (NFC) 2023-12-13 22:46:02 -08:00
FuzzMutate [NFC] Remove Type::getInt8PtrTy (#71029) 2023-11-07 17:26:26 +01:00
InterfaceStub [llvm-ifs] Treat unknown symbol types as error. (#75872) 2024-01-11 17:01:57 -08:00
IR [llvm] Use StringRef::{starts,ends}_with (NFC) 2023-12-13 22:46:02 -08:00
LineEditor
Linker [NFC] Remove Type::getInt8PtrTy (#71029) 2023-11-07 17:26:26 +01:00
MC [llvm] Use StringRef::contains (NFC) 2023-10-18 17:38:37 -07:00
MI [llvm/unittests] Reset the IsSSA property when using finalizeBundle() (#77469) 2024-01-09 21:01:48 +05:30
MIR [CodeGen] Let PassBuilder support machine passes (#76320) 2024-01-13 11:28:07 +08:00
ObjCopy [llvm] Stop including llvm/ADT/SmallString.h (NFC) 2023-10-22 10:42:15 -07:00
Object [SHT_LLVM_BB_ADDR_MAP,NFC] Add SCOPED_TRACE for convenient mapping of failures to test cases. (#78335) 2024-01-16 14:17:10 -08:00
ObjectYAML
Option [OptTable] Make new lines in help text respect indentation (#75366) 2023-12-14 16:05:36 -08:00
Passes [llvm] CYGWIN: Fix build of some plugins/library/unittests 2023-07-10 22:43:03 +03:00
ProfileData [InstrProf] No linkage prefixes in IRPGO names (#76994) 2024-01-04 16:13:57 -08:00
Remarks [YAMLParser] Support block nodes when parsing YAML strings. 2023-06-26 14:30:28 +01:00
Support [RISCV] Bump Zfbfmin, Zvfbfmin, and Zvfbfwma to 1.0. (#78021) 2024-01-16 08:42:21 -08:00
TableGen [TableGen] Remove unnecessary includes (NFC) 2023-12-07 21:03:55 -08:00
Target [AArch64][SME2] Add ZT0 attributes to SMEAttrs (#77607) 2024-01-16 16:16:59 +00:00
TargetParser [llvm] Introduce XROS platform (#77707) 2024-01-16 16:32:10 -08:00
Testing
TextAPI [TextAPI] Update RecordSlice attributes to follow code guidelines (#74743) 2023-12-07 13:11:13 -08:00
tools [llvm-exegesis] Add matcher for register initial values (#76666) 2024-01-05 13:38:05 -08:00
Transforms Revert "[CloneFunction][DebugInfo] Avoid cloning DILocalVariables of inlined functions (#75385)" 2024-01-16 17:01:01 -08:00
XRay [llvm] Stop including tuple (NFC) 2023-12-03 23:01:26 -08:00
CMakeLists.txt
unittest.cfg.in