aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/tools/llvm-dwp
AgeCommit message (Expand)AuthorFilesLines
2024-09-12[llvm-dwarfdump] Rename manaully-generate-unit-index. (#108399)rjmansfield5-6/+6
2024-06-28[llvm-dwp] Avoid writing to source directory in testBenjamin Kramer1-2/+2
2024-06-27Give a warning when no dwo files are provided (#94336)Jinjie Huang1-0/+145
2024-06-25[llvm-dwp] Fix merging of debug_str_offsets with multiple contributions (#90461)Morten larsen2-0/+157
2023-12-18[DWP] Fix default for continue-on-cu-index-overflow (#75540)Alexander Yermolovich1-0/+8
2023-10-19[DebugInfo] Correctly report header parsing errors from DWARFContext::fixupIn...Alex Langford1-2/+2
2023-10-18[DebugInfo] Separate error generation from reporting in DWARFHeaderUnit::extr...Alex Langford1-0/+73
2023-07-12[NFC][llvm-dwp] Switch from llvm::cl to OptTableAndrés Villegas1-3/+1
2023-06-01[DWP] add overflow check for llvm-dwp tools if offset overflowzhuna8-0/+885
2023-05-17[NFC][Py Reformat] Reformat lit.local.cfg python files in llvmTobias Hieta2-4/+4
2023-03-28DebugInfo: Rebuild dwp debug_info index column from v5 indexes more robustlyDavid Blaikie1-0/+79
2023-03-28Simplify index rebuilding test.David Blaikie1-16/+2
2023-01-12[DWARFLibrary] Add support to re-construct cu-indexAlexander Yermolovich3-3/+122
2023-01-11[llvm][dwwarf] Change CU/TU index to 64-bitAlexander Yermolovich8-43/+43
2023-01-11Revert "[llvm][dwwarf] Change CU/TU index to 64-bit"Alexander Yermolovich8-43/+43
2023-01-11Revert "[DWARFLibrary] Add support to re-construct cu-index"Dmitri Gribenko3-122/+3
2023-01-10[DWARFLibrary] Add support to re-construct cu-indexAlexander Yermolovich3-3/+122
2023-01-10[llvm][dwwarf] Change CU/TU index to 64-bitAlexander Yermolovich8-43/+43
2022-12-07Revert "[llvm][dwwarf] Change CU/TU index to 64-bit"Alexander Yermolovich8-43/+43
2022-12-07Revert "[DWARFLibrary] Add support to re-construct cu-index"Alexander Yermolovich3-122/+3
2022-12-07[DWARFLibrary] Add support to re-construct cu-indexAlexander Yermolovich3-3/+122
2022-12-07[llvm][dwwarf] Change CU/TU index to 64-bitAlexander Yermolovich8-43/+43
2022-09-19[test] Update llvm-dwp/X86/nocompress.testFangrui Song1-1/+1
2022-09-19[Object] Add zstd decompression support to DecompressorFangrui Song1-0/+9
2022-09-16[test] Use host platform specific error message substitutionAbhina Sreeskantharajan1-6/+6
2022-09-14[llvm-dwp] Report the filename if it cannot be foundZhang Qing Shan1-0/+28
2022-09-13Revert "[llvm-dwp] Report the filename if it cannot be found"Nico Weber1-28/+0
2022-09-13[llvm-dwp] Get the DWO file from relative path if the absolute path is not validZhang Qing Shan4-0/+22
2022-09-13[llvm-dwp] Report the filename if it cannot be foundZhang Qing Shan1-0/+28
2022-07-28llvm-dwp: Include dwo name even when the input is a dwoDavid Blaikie2-4/+4
2022-07-14[llvm-dwp][test] Add nocompress.test testing LLVM_ENABLE_ZLIB==0Fangrui Song1-0/+18
2022-07-14[test] Remove llvm-dwp/X86/nocompress.testFangrui Song1-4/+0
2022-07-14[llvm-dwp] Add SHF_COMPRESSED support and remove .zdebug supportFangrui Song7-19/+93
2022-05-26[FileCheck] Catch missspelled directives.Ivan Kosarev2-2/+2
2022-01-14[llvm-dwp] Simplify FileCheck patterns. NFC.Jay Foad2-12/+12
2021-07-20[llvm][tools] Hide more unrelated tool optionsTimm Bäder1-0/+7
2021-06-02Fix llvm/test/tools/llvm-dwp/X86/type_dedup_v5.testJames Y Knight1-5/+5
2021-06-02[llvm-dwp] Add support for rnglists and loclistsKim-Anh Tran2-0/+140
2021-06-02[llvm-dwp] Add support for DWARFv5 type units ...Kim-Anh Tran7-5/+224
2021-06-02[llvm-dwp] Adding support for v5 index writingKim-Anh Tran4-5/+61
2021-06-02[llvm-dwp] Skip type unit debug info sectionsKim-Anh Tran6-3/+105
2021-04-26Support DW_FORM_strx* in llvm-dwp.Ali Tamur7-6/+46
2021-02-16[llvm-dwp] Join dwo paths correctly when DWOPath is absoluteSimonas Kazlauskas1-0/+37
2021-01-25[llvm-dwp] Automatically set the target triplePhilip Pfaffe2-0/+15
2020-06-12llvm-dwarfdump: Include unit count in DWP index header dumpingDavid Blaikie2-3/+3
2020-06-02[DebugInfo] Report the format of type units [10/10]Igor Kudrin2-5/+5
2020-06-02[DebugInfo] Report the format of compilation units [3/10]Igor Kudrin1-1/+1
2020-06-01[DebugInfo] Separate fields with commas in headers of type units (3/3).Igor Kudrin2-10/+10
2020-06-01[DebugInfo] Separate fields with commas in headers of compile units (2/3).Igor Kudrin4-16/+16
2020-04-25[llvm-dwp] Refuse DWARFv5 input DWP files.Igor Kudrin2-0/+114