llvm-capstone/llvm/unittests
criis a5ffabce98
[llvm][Support] Add UNIX socket support (#73603)
This adds support for UNIX socket communication to work similarly to
raw_stream.

---------

Patch by Christian Riis
2023-12-13 10:47:55 -08:00
..
ADT [ADT][StringMap] Add ability to precompute and reuse the string hash 2023-12-12 00:07:08 +00:00
Analysis [VFABI] Improve VFABI unit tests (#73907) 2023-12-11 11:20:47 +00:00
AsmParser [IR] Deprecate opaque pointer compatibility APIs 2023-07-19 10:21:10 +02:00
BinaryFormat
Bitcode [llvm] Stop including llvm/ADT/MapVector.h (NFC) 2023-11-10 23:56:20 -08:00
Bitstream
CodeGen [NFC] Use TypeSize for comparison in EVT::isExtendedXBitVector functions (#73131) 2023-11-23 15:44:14 +00:00
DebugInfo [libDebugInfo] Prevent infinite recursion in DWARFDie::getTypeSize() (#74681) 2023-12-07 14:39:45 -08:00
Debuginfod [Debuginfod][unittest] Include llvm/Support/StringExtras.h 2023-07-14 18:38:03 +00:00
Demangle
DWARFLinkerParallel [Reland][Reland][DWARFLinkerParallel] Add limited functionality to DWARFLinkerParallel. 2023-08-21 11:09:18 +02:00
ExecutionEngine [llvm-c] Mitigate debug support test for systems that still default to RuntimeDyld 2023-12-12 10:26:54 +01:00
FileCheck [NFC] Use const references to avoid copying objects in for-loops 2023-09-27 13:39:30 -07:00
Frontend [OpenMPIRBuilder] Add support for target workshare loops (#73360) 2023-12-06 09:47:09 +01:00
FuzzMutate [NFC] Remove Type::getInt8PtrTy (#71029) 2023-11-07 17:26:26 +01:00
InterfaceStub
IR [DebugInfo][RemoveDIs] Final cleanup for enabling non-instr-debuginfo (#74497) 2023-12-05 18:49:27 +00: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 [NFC][CodeGen] Change CodeGenOpt::Level/CodeGenFileType into enum classes (#66295) 2023-09-14 14:10:14 -07:00
MIR [FileCheck] Don't use regex to find prefixes (#72237) 2023-11-15 09:34:52 +01:00
ObjCopy [llvm] Stop including llvm/ADT/SmallString.h (NFC) 2023-10-22 10:42:15 -07:00
Object [SHT_LLVM_BB_ADDR_MAP] Implements PGOAnalysisMap in Object and ObjectYAML with tests. 2023-12-12 10:23:16 -05:00
ObjectYAML
Option [test] Disable the -Wself-move warning that triggers on exactly what is being tested (NFC) 2023-08-25 07:40:42 +08:00
Passes [llvm] CYGWIN: Fix build of some plugins/library/unittests 2023-07-10 22:43:03 +03:00
ProfileData [nfc][InstrProfTest]Parameterize the edge cases of value profile merge by value kind (#73165) 2023-11-22 21:22:20 -08:00
Remarks
Support [llvm][Support] Add UNIX socket support (#73603) 2023-12-13 10:47:55 -08:00
TableGen [TableGen] Remove unnecessary includes (NFC) 2023-12-07 21:03:55 -08:00
Target [RISCV] Support FrameIndex operands in getMemOperandsWithOffsetWidth / getMemOperandWithOffsetWidth (#73802) 2023-12-05 21:26:56 +00:00
TargetParser [AArch64] Correctly mark Neoverse N2 as an Armv9.0a core (#75055) 2023-12-11 18:52:25 +00:00
Testing
TextAPI [TextAPI] Update RecordSlice attributes to follow code guidelines (#74743) 2023-12-07 13:11:13 -08:00
tools Reland "[llvm-exegesis] Add in snippet address annotation (#74218)" 2023-12-07 00:20:24 -08:00
Transforms [VPlan] Add missing output of live-ins to VPlan dot printing. 2023-12-04 13:41:28 +00:00
XRay [llvm] Stop including tuple (NFC) 2023-12-03 23:01:26 -08:00
CMakeLists.txt
unittest.cfg.in