aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Debuginfod
AgeCommit message (Expand)AuthorFilesLines
2024-03-02Split the llvm::ThreadPool into an abstract base class and an implementation ...Mehdi Amini1-1/+2
2024-02-19Rename `ThreadPool::getThreadCount()` to `getMaxConcurrency()` (NFC) (#82296)Mehdi Amini1-1/+1
2024-01-22Added settings for DEBUGINFOD cache location and timeout (#78605)Kevin Frei1-10/+26
2023-12-04Switch from the std::shared_mutex to an LLVM RWMutex (#74383)Kevin Frei1-4/+4
2023-12-04DEBUGINFOD based DWP acquisition for LLDB (#70996)Kevin Frei1-6/+27
2023-10-03[Debuginfod] Accept compressed encodings in client (#68055)Daniel Thornburgh1-0/+2
2023-09-01[llvm] Fix duplicate word typos. NFCFangrui Song1-1/+1
2023-08-11[llvm-debuginfod] Switch to xxh3_64bitsFangrui Song1-1/+3
2023-07-14[CMake] Don't exclude llvm-debuginfod if httplib isn't availablePetr Hosek1-7/+16
2023-04-05[Object] Refactor build ID parsing into Object lib.Daniel Thornburgh1-3/+3
2023-03-10[Debuginfod] Prune cache after fetch.Daniel Thornburgh1-10/+18
2023-01-26Reland: [llvm-cov] Look up object files using debuginfodDaniel Thornburgh1-9/+10
2023-01-25Revert "[llvm-cov] Look up object files using debuginfod"Douglas Yung1-10/+9
2023-01-25[llvm-cov] Look up object files using debuginfodDaniel Thornburgh1-9/+10
2022-12-20[llvm] Use std::optional instead of OptionalKazu Hirata1-6/+6
2022-12-17[llvm] llvm::Optional::value => operator*/operator->Fangrui Song1-2/+2
2022-12-17std::optional::value => operator*/operator->Fangrui Song1-3/+3
2022-12-04[Object] llvm::Optional => std::optionalFangrui Song2-3/+3
2022-12-02[llvm] Use std::nullopt instead of None (NFC)Kazu Hirata2-3/+3
2022-11-22Reland "[LTO][COFF] Use bitcode file names in lto native object file names."Zequan Wu1-3/+3
2022-11-23Revert "Reland "[LTO][COFF] Use bitcode file names in lto native object file ...Roman Lebedev1-3/+3
2022-11-22Reland "[LTO][COFF] Use bitcode file names in lto native object file names."Zequan Wu1-3/+3
2022-11-22Revert "[LTO][COFF] Use bitcode file names in lto native object file names."Zequan Wu1-3/+3
2022-11-22[LTO][COFF] Use bitcode file names in lto native object file names.Zequan Wu1-3/+3
2022-11-08[llvm-debuginfod-find] Fix test/behavior on Windows.Daniel Thornburgh1-2/+2
2022-11-07[Debuginfod] DEBUGINFOD_HEADERS_FILE environment variableDaniel Thornburgh2-0/+47
2022-09-28[NFC] [Object] Create library to fetch debug info by build ID.Daniel Thornburgh3-20/+15
2022-08-16[LLVM][Debuginfod] Add missing thread includeDavid Spickett1-0/+1
2022-07-13[llvm] Use value instead of getValue (NFC)Kazu Hirata1-3/+3
2022-07-07[Debuginfod] Try to fix clang-ppc64le-rhel buildNoah Shutty1-0/+5
2022-07-06[Debuginfod] Try to fix shared library build after babef908cc1 (D114845) and ...Noah Shutty1-0/+2
2022-07-06[llvm] [Debuginfod] DebuginfodCollection and DebuginfodServer for tracking lo...Noah Shutty2-5/+311
2022-07-06[llvm] [Debuginfod] Add HTTP Server to Debuginfod library.Noah Shutty2-0/+195
2022-03-21Fix buildbot failures from 7917b3c6.Daniel Thornburgh1-1/+2
2022-03-21[Debuginfod] Don't depend on Content-Length.Daniel Thornburgh2-93/+54
2022-02-20[llvm] Add missind dep on Symbolize to DebuginfodYannic Bonenberger1-0/+1
2022-02-08[Debuginfod] [Symbolizer] Break debuginfod out of libLLVM.Daniel Thornburgh2-16/+32
2022-02-04[Debuginfod] Fix curl_easy_init in -DLLVM_ENABLE_ASSERTIONS=off build after D...Fangrui Song1-1/+2
2022-01-21[llvm] Cleanup header dependencies in ADT and Supportserge-sans-paille1-0/+2
2022-01-19[DebugInfod] Prefix debuginfod cache directoryPetr Hosek1-0/+1
2021-12-28[llvm] Use nullptr instead of 0 (NFC)Kazu Hirata1-1/+1
2021-12-13[Symbolizer][Debuginfo] Add debuginfod client to llvm-symbolizer.Noah Shutty2-3/+16
2021-12-10Revert "[Symbolizer][Debuginfo] Add debuginfod client to llvm-symbolizer."Nico Weber2-16/+3
2021-12-10[Symbolizer][Debuginfo] Add debuginfod client to llvm-symbolizer.Noah Shutty2-3/+16
2021-12-10Revert "[Symbolizer][Debuginfo] Add debuginfod client to llvm-symbolizer."Noah Shutty2-16/+3
2021-12-10[Symbolizer][Debuginfo] Add debuginfod client to llvm-symbolizer.Noah Shutty2-3/+16
2021-12-09[Support] [Debuginfod] Use libcurl imported library.Noah Shutty1-2/+15
2021-12-07[Support] [Debuginfod] Move HTTPClient to Debuginfod library.Noah Shutty3-1/+222
2021-12-06[llvm] [Debuginfo] Debuginfod client library.Noah Shutty2-0/+185
2021-12-06Revert "[llvm] [Debuginfo] Debuginfod client library."Noah Shutty2-185/+0