llvm-capstone/llvm/unittests/CodeGen
Bjorn Pettersson 28d418b16c [unittest][codegen] Avoid memory leak in recently added FindDebugLocTest unittest
Need to finalize the DIBuilder to avoid leak sanitizer errors
like this:

Direct leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x55c99ea1761d in operator new(unsigned long)
    #1 0x55c9a518ae49 in operator new
    #2 0x55c9a518ae49 in llvm::MDTuple::getImpl(...)
    #3 0x55c9a4f1b1ec in getTemporary
    #4 0x55c9a4f1b1ec in llvm::DIBuilder::createFunction(...)
2023-05-25 18:31:36 +02:00
..
GlobalISel [KnownBits] Return zero instead of unknown for always poison shifts 2023-05-23 14:41:22 +02:00
AArch64SelectionDAGTest.cpp
AllocationOrderTest.cpp
AMDGPUMetadataTest.cpp
AsmPrinterDwarfTest.cpp
CCStateTest.cpp [CodeGen] Support allocating of arguments by decreasing offsets 2023-05-17 21:51:52 +03:00
CMakeLists.txt [CodeGen] Add unittest for findDebugLoc, rfindDebugLoc, findPrevDebugLoc and rfindPrevDebugLoc. NFC 2023-05-25 14:48:52 +02:00
DIEHashTest.cpp
DIETest.cpp
DwarfStringPoolEntryRefTest.cpp
InstrRefLDVTest.cpp
LexicalScopesTest.cpp
LowLevelTypeTest.cpp Move CodeGen/LowLevelType => CodeGen/LowLevelTypeUtils 2023-04-25 08:53:17 +09:00
MachineBasicBlockTest.cpp [unittest][codegen] Avoid memory leak in recently added FindDebugLocTest unittest 2023-05-25 18:31:36 +02:00
MachineInstrBundleIteratorTest.cpp
MachineInstrTest.cpp
MachineOperandTest.cpp Restore CodeGen/LowLevelType from Support 2023-05-03 00:13:19 +09:00
MFCommon.inc
MLRegallocDevelopmentFeatures.cpp
PassManagerTest.cpp
RegAllocScoreTest.cpp
ScalableVectorMVTsTest.cpp Restore CodeGen/MachineValueType.h from Support 2023-05-03 00:13:20 +09:00
SelectionDAGAddressAnalysisTest.cpp
TargetOptionsTest.cpp
TestAsmPrinter.cpp
TestAsmPrinter.h
TypeTraitsTest.cpp