llvm-project/llvm/unittests
Noah Shutty 8366e21ef1 [llvm] [Debuginfod] Add HTTP Server to Debuginfod library.
This provides a minimal HTTP server interface and an implementation wrapping [[ https://github.com/yhirose/cpp-httplib | cpp-httplib ]] in the Debuginfod library. If the Curl HTTP client is available (D112753) the server is tested by pinging it with the client.

Reviewed By: dblaikie

Differential Revision: https://reviews.llvm.org/D114415
2022-07-06 18:56:54 +00:00
..
ADT [ISel] Match all bits when merge undefs for DAG combine 2022-07-01 09:09:43 +08:00
Analysis [ConstExpr] Remove div/rem constant expressions 2022-07-06 10:11:34 +02:00
AsmParser [AsmParserTest] Avoid pointer element type accesses (NFC) 2022-01-25 14:31:51 +01:00
BinaryFormat Revert "Don't use Optional::hasValue (NFC)" 2022-06-25 11:56:50 -07:00
Bitcode [X86][MS] Change the alignment of f80 to 16 bytes on Windows 32bits to match with ICC 2022-01-23 09:58:46 +08:00
Bitstream PR51018: Remove explicit conversions from SmallString to StringRef to future-proof against C++23 2021-07-08 13:37:57 -07:00
CodeGen [reland][Debuginfo][DWARF][NFC] Refactor DwarfStringPoolEntryRef. 2022-07-01 20:08:09 +03:00
DebugInfo Revert "Don't use Optional::hasValue (NFC)" 2022-06-25 11:56:50 -07: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 Re-apply "[JITLink][Orc] Add MemoryMapper interface with InProcess implementation" 2022-06-21 23:53:16 +02:00
FileCheck Revert "Don't use Optional::hasValue (NFC)" 2022-06-25 11:56:50 -07:00
Frontend Add braces to silence a gcc 9.4 -Wdangling-else warning [nfc] 2022-06-16 08:10:34 -07:00
FuzzMutate Revert "[FuzzMutate] Don't insert instructions after musttail call" 2022-03-16 17:29:27 +01:00
IR [ConstExpr] Remove div/rem constant expressions 2022-07-06 10:11:34 +02:00
InterfaceStub Revert "Don't use Optional::hasValue (NFC)" 2022-06-25 11:56:50 -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 Move TargetRegistry.(h|cpp) from Support to MC 2021-10-08 14:51:48 -07:00
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 [Propeller] Encode address offsets of basic blocks relative to the end of the previous basic blocks. 2022-06-28 07:42:54 -07:00
ObjectYAML Revert "Don't use Optional::hasValue (NFC)" 2022-06-25 11:56:50 -07:00
Option [OptTable] Reapply Improve error message output for grouped short options 2021-09-03 11:13:52 +01:00
Passes Cleanup includes: LLVMAnalysis 2022-03-01 18:01:54 +01:00
ProfileData [CoverageMapping] Remove dots from paths inside the profile 2022-06-28 20:53:01 -07:00
Remarks Cleanup includes: DebugInfo & CodeGen 2022-03-12 17:26:40 +01:00
Support [ARM] Add Support for Cortex-M85 2022-07-05 10:43:31 +01:00
TableGen Revert "Don't use Optional::hasValue (NFC)" 2022-06-25 11:56:50 -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 Replace PlatformKind with PlatformType. 2022-01-13 09:23:49 -08:00
Transforms [VPlan] Update unit test after 569d84fe99. 2022-06-23 13:44:41 +02:00
XRay Put back the trailing commas on TYPED_TEST_SUITE 2021-05-17 14:14:13 +02:00
tools [MCA][unittest] Hot fix for -Wpessimizing-move on test harness 2022-06-24 18:31:27 -07:00
CMakeLists.txt [test-suite][cmake] sort unit test targets 2022-05-16 16:55:40 -07:00
unittest.cfg.in