summaryrefslogtreecommitdiff
path: root/llvm/lib/Debuginfod
AgeCommit message (Expand)Author
2025-09-02Reverts recent debuginfod patches (#156532)Haowei
2025-08-29Fix debuginfod build failure when httplib is used. (#156107)Haowei
2025-08-29[Debuginfod] Fix warningsKazu Hirata
2025-08-29[Debuginfo] add debuginfod factory method (#154633)RISHIK RAM
2025-06-04[Debuginfod] Restore an includeKazu Hirata
2025-06-04[Debuginfod] Restore a couple of includesKazu Hirata
2025-06-04[llvm] Remove unused includes (NFC) (#142733)Kazu Hirata
2025-05-11[Debuginfod] Use StringRef::consume_back (NFC) (#139483)Kazu Hirata
2025-04-22Modify the localCache API to require an explicit commit on CachedFile… (#13...anjenner
2025-03-08Revert "Modify the localCache API to require an explicit commit on CachedFile...Douglas Yung
2025-03-08Revert "[clangd] fix warning by adding missing parens"Douglas Yung
2025-03-07[clangd] fix warning by adding missing parensAugie Fackler
2025-03-07Modify the localCache API to require an explicit commit on CachedFile… (#11...anjenner
2025-01-13Revert "[lldb] Switch debuginfod cache to use lldb index cache settings" (#12...GeorgeHuyubo
2025-01-10Debuginfod cache use index cache settings and include real file name (#120814)GeorgeHuyubo
2024-03-02Split the llvm::ThreadPool into an abstract base class and an implementation ...Mehdi Amini
2024-02-19Rename `ThreadPool::getThreadCount()` to `getMaxConcurrency()` (NFC) (#82296)Mehdi Amini
2024-01-22Added settings for DEBUGINFOD cache location and timeout (#78605)Kevin Frei
2023-12-04Switch from the std::shared_mutex to an LLVM RWMutex (#74383)Kevin Frei
2023-12-04DEBUGINFOD based DWP acquisition for LLDB (#70996)Kevin Frei
2023-10-03[Debuginfod] Accept compressed encodings in client (#68055)Daniel Thornburgh
2023-09-01[llvm] Fix duplicate word typos. NFCFangrui Song
2023-08-11[llvm-debuginfod] Switch to xxh3_64bitsFangrui Song
2023-07-14[CMake] Don't exclude llvm-debuginfod if httplib isn't availablePetr Hosek
2023-04-05[Object] Refactor build ID parsing into Object lib.Daniel Thornburgh
2023-03-10[Debuginfod] Prune cache after fetch.Daniel Thornburgh
2023-01-26Reland: [llvm-cov] Look up object files using debuginfodDaniel Thornburgh
2023-01-25Revert "[llvm-cov] Look up object files using debuginfod"Douglas Yung
2023-01-25[llvm-cov] Look up object files using debuginfodDaniel Thornburgh
2022-12-20[llvm] Use std::optional instead of OptionalKazu Hirata
2022-12-17[llvm] llvm::Optional::value => operator*/operator->Fangrui Song
2022-12-17std::optional::value => operator*/operator->Fangrui Song
2022-12-04[Object] llvm::Optional => std::optionalFangrui Song
2022-12-02[llvm] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-11-22Reland "[LTO][COFF] Use bitcode file names in lto native object file names."Zequan Wu
2022-11-23Revert "Reland "[LTO][COFF] Use bitcode file names in lto native object file ...Roman Lebedev
2022-11-22Reland "[LTO][COFF] Use bitcode file names in lto native object file names."Zequan Wu
2022-11-22Revert "[LTO][COFF] Use bitcode file names in lto native object file names."Zequan Wu
2022-11-22[LTO][COFF] Use bitcode file names in lto native object file names.Zequan Wu
2022-11-08[llvm-debuginfod-find] Fix test/behavior on Windows.Daniel Thornburgh
2022-11-07[Debuginfod] DEBUGINFOD_HEADERS_FILE environment variableDaniel Thornburgh
2022-09-28[NFC] [Object] Create library to fetch debug info by build ID.Daniel Thornburgh
2022-08-16[LLVM][Debuginfod] Add missing thread includeDavid Spickett
2022-07-13[llvm] Use value instead of getValue (NFC)Kazu Hirata
2022-07-07[Debuginfod] Try to fix clang-ppc64le-rhel buildNoah Shutty
2022-07-06[Debuginfod] Try to fix shared library build after babef908cc1 (D114845) and ...Noah Shutty
2022-07-06[llvm] [Debuginfod] DebuginfodCollection and DebuginfodServer for tracking lo...Noah Shutty
2022-07-06[llvm] [Debuginfod] Add HTTP Server to Debuginfod library.Noah Shutty
2022-03-21Fix buildbot failures from 7917b3c6.Daniel Thornburgh
2022-03-21[Debuginfod] Don't depend on Content-Length.Daniel Thornburgh