summaryrefslogtreecommitdiff
path: root/bolt/lib/Rewrite/DWARFRewriter.cpp
AgeCommit message (Expand)Author
2025-11-11[BOLT][DWARF] Slice .debug_str from the DWP for each CU (#159540)Liu Ke
2025-10-16[BOLT] Replace LLVM_ATTRIBUTE_UNUSED with [[maybe_unused]] (NFC) (#163700)Kazu Hirata
2025-10-14[bolt] Fix typos discovered by codespell (#124726)Christian Clauss
2025-10-01[llvm][support] Move `make_absolute` from `sys::fs` to `sys::path` (#161459)Jan Svoboda
2025-09-29[BOLT][DWARF] Fix debug info update issue with dwarf4 dwp (#155619)Jinjie Huang
2025-09-15[BOLT][DWARF] Get DWO file via relative path if the CompilationDir does not e...Jinjie Huang
2025-06-27Reapply "[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#… (#1...Sterling-Augustine
2025-06-26Revert "[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#… (#14...Sterling-Augustine
2025-06-26[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#145081)Sterling-Augustine
2025-05-10[BOLT] Remove redundant calls to std::unique_ptr<T>::get (NFC) (#139403)Kazu Hirata
2024-12-06[JITLink] Switch to SymbolStringPtr for Symbol names (#115796)Jared Wyles
2024-10-18[BOLT] Fix logs with no hex convension (#112650)sinan
2024-08-08[BOLT][DWARF] Add parallelization for processing of DWO debug information (#1...Sayhaan Siddiqui
2024-07-31[BOLT][DWARF][NFC] Split DIEBuilder::finish (#101244)Sayhaan Siddiqui
2024-07-30[BOLT][DWARF] Remove option to write to DWP (#100771)Sayhaan Siddiqui
2024-07-26[BOLT][DWARF][NFC] Fix DebugStrOffsetsWriter (#100672)Sayhaan Siddiqui
2024-07-26[BOLT][DWARF][NFC] Add mc opt to DWARFRewriter.cpp (#100800)Sayhaan Siddiqui
2024-07-23[BOLT][DWARF][NFC] Move initialization of DWOName outside of lambda (#99728)Sayhaan Siddiqui
2024-07-23[BOLT][DWARF][NFC] Split processUnitDIE into two lambdas (#99957)Sayhaan Siddiqui
2024-07-22Revert "[BOLT][DWARF][NFC] Split processUnitDIE into two lambdas" (#99904)Sayhaan Siddiqui
2024-07-19[BOLT][DWARF][NFC] Split processUnitDIE into two lambdas (#99225)Sayhaan Siddiqui
2024-07-19[BOLT][DWARF] Remove deprecated opt (#99575)Sayhaan Siddiqui
2024-07-18[BOLT][DWARF][NFC] Remove DWO ranges base (#99284)Sayhaan Siddiqui
2024-07-15[BOLT][DWARF][NFC] Refactor address writers (#98094)Sayhaan Siddiqui
2024-07-10[BOLT][DWARF] Cleanup buffer initialization for DWO range writer (#97843)Sayhaan Siddiqui
2024-07-10[BOLT][DWARF][NFC] Cleanup RangesBase check (#97840)Sayhaan Siddiqui
2024-07-09[BOLT][DWARF][NFC] Update Die to not use std::optional (#97844)Sayhaan Siddiqui
2024-07-09[BOLT][DWARF][NFC] Cleanup version check (#97839)Sayhaan Siddiqui
2024-07-03[BOLT][DWARF] Refactor legacy ranges writers (#96006)Sayhaan Siddiqui
2024-07-01[BOLT] Replace the MCAsmLayout parameter with MCAssemblerFangrui Song
2024-07-01[MC] Remove MCAsmLayout::{getSymbolOffset,getBaseSymbol}Fangrui Song
2024-06-11[BOLT][DWARF][NFC] Remove old GDB Index functions (#95019)Sayhaan Siddiqui
2024-06-10[BOLT] Clean up DIEStreamer (NFC) (#95028)Kazu Hirata
2024-06-10[BOLT] Fix a warningKazu Hirata
2024-06-10[BOLT][DWARF][NFC] Replace usages of GDBIndex functions (#94701)Sayhaan Siddiqui
2024-05-31[BOLT][NFC] Fix typo in DWARFRewriter.cpp (#93955)Elvina Yakubova
2024-05-24[BOLT][NFC] Fix unused variable warning (#93323)Sayhaan Siddiqui
2024-05-14[BOLT][DWARF] Update DW_AT_comp_dir/DW_AT_dwo_name for DWO TUs (#91486)Alexander Yermolovich
2024-05-12Use StringRef::operator== instead of StringRef::equals (NFC) (#91864)Kazu Hirata
2024-05-06[BOLT][DWARF] Refactor helper functions that update DW_AT_comp_dir/DW_AT_dwo...Alexander Yermolovich
2024-03-31[BOLT][NFC] Clean includes, add license headers (#87200)Amir Ayupov
2024-03-30[BOLT][NFC] Refactor BC::createBinaryContext for #81346 (#87172)Amir Ayupov
2024-03-22[BOLT][DWARF] Fix handling of DW_TAG_label (#86182)Alexander Yermolovich
2024-03-19[BOLT] Update DWARFRewriter for 32a6e9d66945Jonas Devlieghere
2024-03-19Revert "[BOLT] Update DIEStreamer (#85818)"Kazu Hirata
2024-03-19[BOLT] Update DIEStreamer (#85818)Kazu Hirata
2024-03-05Use the new ThreadPoolInterface base class instead of the concrete implementa...Mehdi Amini
2024-02-26[BOLT][DWARF] Add support for .debug_names (#81062)Alexander Yermolovich
2024-02-21[BOLT][DWARF][NFC] Use SkeletonCU in place of IsDWO check (#82540)Alexander Yermolovich
2024-02-17[BOLT][DWARF] Remove redundant code (#82118)Alexander Yermolovich