llvm-project/llvm/unittests
Lang Hames 14b7c108a2 [C-API][ORC] Add C API to suspend lookups during definition generation.
Slow definition generators may suspend lookups to temporarily release the
session lock, allowing unrelated lookups to proceed.

Using this functionality is discouraged: it is best to make definition
generation fast, rather than suspending the lookup. As a last resort where
this is not possible, suspension may be used.
2022-06-13 17:20:07 -07:00
..
ADT ADT/ArrayRef: Add makeMutableArrayRef overloads 2022-06-09 09:59:50 +02:00
Analysis Fix FunctionPropertiesAnalysis updating callsite in 1-BB loop 2022-06-08 14:32:00 -07:00
AsmParser
BinaryFormat
Bitcode
Bitstream
CodeGen [MC] De-capitalize SwitchSection. NFC 2022-06-10 22:50:55 -07:00
DebugInfo [MC] De-capitalize SwitchSection. NFC 2022-06-10 22:50:55 -07:00
Debuginfod [Debuginfod] Don't depend on Content-Length. 2022-03-21 17:27:45 +00:00
Demangle [demangler] No need to space adjacent template closings 2022-05-09 06:14:44 -07:00
ExecutionEngine [C-API][ORC] Add C API to suspend lookups during definition generation. 2022-06-13 17:20:07 -07:00
FileCheck
Frontend [NFC][Alignment] Use proper type in tests 2022-06-13 12:59:38 +00:00
FuzzMutate Revert "[FuzzMutate] Don't insert instructions after musttail call" 2022-03-16 17:29:27 +01:00
InterfaceStub [ifs] Add --strip-size flag 2022-05-14 18:50:20 +00:00
IR Revert "[Metadata] Add a resize capability to MDNodes and add a push_back interface to MDNodes" 2022-06-07 15:48:31 -07:00
LineEditor
Linker Revert "[OpenMP][NFC] Add missing virtual destructor to silence warning" 2022-03-25 16:07:11 -05:00
MC [X86][Disassembler] Fix displacement operand size for symbolizer 2022-06-13 00:14:43 -07:00
MI
MIR [X86] Set Int_MemBarrier as a meta-instruction 2022-03-18 13:12:28 +08:00
ObjCopy Fix for buildbot failure: https://lab.llvm.org/buildbot#builders/110/builds/11051 2022-03-09 14:26:46 +03:00
Object [Binary] Make the OffloadingImage type own the memory 2022-06-07 15:56:09 -04:00
ObjectYAML [ObjectYAML][DX] Support yaml2dxcontainer 2022-06-01 15:34:00 -05:00
Option
Passes Cleanup includes: LLVMAnalysis 2022-03-01 18:01:54 +01:00
ProfileData [memprof] Keep and display symbol names in the RawMemProfReader. 2022-05-25 21:17:44 +00:00
Remarks Cleanup includes: DebugInfo & CodeGen 2022-03-12 17:26:40 +01:00
Support [SystemZ/z/OS] Fix failing dynamic library unit test. 2022-06-09 13:48:19 -04:00
TableGen [TableGen] Refactor TableGenParseFile to no longer use a callback 2022-05-11 11:55:33 -07:00
Target [test-suite][cmake] sort unit test targets 2022-05-16 16:55:40 -07:00
Testing Testing: Make TempFile safe to move; test Temp{Dir,File,Link} 2022-03-01 13:45:51 -08:00
TextAPI
tools [test-suite][cmake] sort unit test targets 2022-05-16 16:55:40 -07:00
Transforms [NFC] format InstructionSimplify & lowerCaseFunctionNames 2022-06-09 16:10:08 +02:00
XRay
CMakeLists.txt [test-suite][cmake] sort unit test targets 2022-05-16 16:55:40 -07:00
unittest.cfg.in