summaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/DWARF/DWARFUnitIndex.cpp
AgeCommit message (Expand)Author
2023-01-12[DWARFLibrary] Add support to re-construct cu-indexAlexander Yermolovich
2023-01-11[llvm][dwwarf] Change CU/TU index to 64-bitAlexander Yermolovich
2023-01-11Revert "[llvm][dwwarf] Change CU/TU index to 64-bit"Alexander Yermolovich
2023-01-11Revert "[DWARFLibrary] Add support to re-construct cu-index"Dmitri Gribenko
2023-01-10[DWARFLibrary] Add support to re-construct cu-indexAlexander Yermolovich
2023-01-10[llvm][dwwarf] Change CU/TU index to 64-bitAlexander Yermolovich
2022-12-07Revert "[llvm][dwwarf] Change CU/TU index to 64-bit"Alexander Yermolovich
2022-12-07Revert "[DWARFLibrary] Add support to re-construct cu-index"Alexander Yermolovich
2022-12-07[DWARFLibrary] Add support to re-construct cu-indexAlexander Yermolovich
2022-12-07[llvm][dwwarf] Change CU/TU index to 64-bitAlexander Yermolovich
2022-02-15Cleanup LLVMDWARFDebugInfoserge-sans-paille
2020-11-19Fix crash after looking up dwo_id=0 in CU index.Jorge Gorbe Moya
2020-06-12llvm-dwarfdump: Include unit count in DWP index header dumpingDavid Blaikie
2020-04-06[DebugInfo] Support DWARFv5 index sections.Igor Kudrin
2020-04-06[DebugInfo] Rename section identifiers which are deprecated in DWARFv5. NFC.Igor Kudrin
2020-04-03[DebugInfo] Rename getOffset() to getContribution(). NFC.Igor Kudrin
2020-03-06[DebugInfo] Print the actual value of an unknown section identifier.Igor Kudrin
2020-03-05[DebugInfo] Avoid crashing on an invalid section identifier.Igor Kudrin
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-08-06Switch LLVM to use 64-bit offsets (2/5)Igor Kudrin
2019-06-30Cleanup: llvm::bsearch -> llvm::partition_point after r364719Fangrui Song
2019-04-17Change some llvm::{lower,upper}_bound to llvm::bsearch. NFCFangrui Song
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-09-13Fix unused variable warning. NFCI.Simon Pilgrim
2018-09-12dwarfdump: Improve performance on large DWP filesDavid Blaikie
2017-09-19dwarfdump/symbolizer: Avoid loading unneeded CUs from a DWPDavid Blaikie
2017-07-30DebugInfo: Use DWP cu_index to speed up symbolizing (as intended)David Blaikie
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-03-01[DebugInfo] Fix some Include What You Use warnings; other minor fixes (NFC).Eugene Zelenko
2015-12-03dwarfdump: Correctly indentify the indicies for DWP recordsDavid Blaikie
2015-12-02[llvm-dwp] Don't rely on implicit move assignment operator (MSVC won't synthe...David Blaikie
2015-12-02[llvm-dwp] Emit a rather fictional debug_cu_indexDavid Blaikie
2015-11-17dwarfdump: Use the index to find the right abbrev offset in DWP filesDavid Blaikie
2015-11-13dwarfdump: Add support for dumping the table contents of DWP indexesDavid Blaikie
2015-11-12Mostly revert 252842 due to failures on some buildbots.David Blaikie
2015-11-12dwarfdump: Add some error handling for DWP index sections of the wrong sizeDavid Blaikie
2015-11-12dwarfdump: Dump the contents of DWP indexesDavid Blaikie
2015-11-11Format my previous commitDavid Blaikie
2015-11-11dwarfdump: First piece of support for DWP dumpingDavid Blaikie