summaryrefslogtreecommitdiff
path: root/bolt/lib/Core/DebugNames.cpp
AgeCommit message (Expand)Author
2025-11-08[BOLT] Use DenseMap::contains (NFC) (#167169)Kazu Hirata
2025-10-14[bolt] Fix typos discovered by codespell (#124726)Christian Clauss
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
2025-04-20[BOLT] Use llvm::unique (NFC) (#136513)Kazu Hirata
2024-12-14[BOLT][DWARF] Add support for DW_OP_GNU_push_tls_address to .debug_names (#11...Alexander Yermolovich
2024-12-11[BOLT][DWARF] Add support for transitive DW_AT_name/DW_AT_linkage_name resolu...Alexander Yermolovich
2024-12-06[BOLT][DWARF] Add support for DW_TAG_union_type to DebugNames. (#119023)Alexander Yermolovich
2024-07-04[BOLT][DWARF] Deduplicate Foreign TU list (#97629)Alexander Yermolovich
2024-06-05[BOLT][DWARF] Fix parent chain in debug_names entries with forward declaratio...Alexander Yermolovich
2024-05-25[BOLT] Do not emit debug_names entry for DIEs with DW_AT_declaration (#93347)Alexander Yermolovich
2024-03-22[BOLT][DWARF] Add support for cross-cu references for debug-names (#86015)Alexander Yermolovich
2024-03-18[BOLT][DWARF] Add support to debug_names for DW_AT_abstract_origin/DW_AT_spec...Alexander Yermolovich
2024-03-15[BOLT][DWARF] Add support for DW_IDX_parent (#85285)Alexander Yermolovich
2024-03-11[BOLT][DWWARF] Fix foreign TU index with local TUs (#84594)Alexander Yermolovich
2024-02-26[BOLT][DWARF] Add support for .debug_names (#81062)Alexander Yermolovich