aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-dwp
AgeCommit message (Expand)AuthorFilesLines
2024-01-11[llvm-driver] Fix usage of `InitLLVM` on Windows (#76306)Alexandre Ganea1-3/+0
2023-12-18[DWP] Fix default for continue-on-cu-index-overflow (#75540)Alexander Yermolovich2-10/+21
2023-12-01Support soft failure on DWP section overflow, producing a truncated but valid...Jinjie Huang2-5/+16
2023-08-15Reapply "[Option] Add "Visibility" field and clone the OptTable APIs to use it"Justin Bogner1-0/+1
2023-08-14Revert "[Option] Add "Visibility" field and clone the OptTable APIs to use it"Justin Bogner1-1/+0
2023-08-14[Option] Add "Visibility" field and clone the OptTable APIs to use itJustin Bogner1-0/+1
2023-08-04[llvm] Extract common `OptTable` bits into macrosJan Svoboda1-10/+2
2023-08-01[dwp][libtool-darwin][sancov] Enable llvm-driverAndrés Villegas2-1/+3
2023-07-12[NFC][llvm-dwp] Switch from llvm::cl to OptTableAndrés Villegas3-20/+87
2023-06-01[DWP] add overflow check for llvm-dwp tools if offset overflowzhuna1-1/+7
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott1-0/+1
2022-11-26[llvm-dwp] Use std::optional in llvm-dwp.cpp (NFC)Kazu Hirata1-1/+2
2022-11-21Don't use Optional::getPointer (NFC)Kazu Hirata1-1/+1
2022-09-14[llvm-dwp] Report the filename if it cannot be foundZhang Qing Shan1-2/+14
2022-09-13Revert "[llvm-dwp] Report the filename if it cannot be found"Nico Weber1-14/+2
2022-09-13[llvm-dwp] Get the DWO file from relative path if the absolute path is not validZhang Qing Shan1-1/+4
2022-09-13[llvm-dwp] Report the filename if it cannot be foundZhang Qing Shan1-2/+14
2022-06-07[MC] De-capitalize MCStreamer functionsFangrui Song1-1/+1
2022-06-05Remove unneeded cl::ZeroOrMore for cl::opt/cl::list optionsFangrui Song1-2/+3
2022-06-04Remove unneeded cl::ZeroOrMore for cl::list optionsFangrui Song1-3/+2
2022-02-16[NFC][MC] remove unused argument `MCRegisterInfo` in `MCCodeEmitter`Shao-Ce SUN1-1/+1
2022-02-16Revert "[NFC][MC] remove unused argument `MCRegisterInfo` in `MCCodeEmitter`"Shao-Ce SUN1-1/+1
2022-02-16[NFC][MC] remove unused argument `MCRegisterInfo` in `MCCodeEmitter`Shao-Ce SUN1-1/+1
2022-02-10Cleanup LLVMObject headersserge-sans-paille1-0/+1
2022-02-09Cleanup LLVMMC headersserge-sans-paille1-0/+2
2021-10-08Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner1-1/+1
2021-07-22[DWP] Refactoring llvm-dwp in to a library part 2Alexander Yermolovich7-997/+4
2021-07-20[DWP] Fix for Refactoring llvm-dwp in to a libraryAlexander Yermolovich1-0/+8
2021-07-20[DWP] Refactoring llvm-dwp in to a library.Alexander Yermolovich6-860/+911
2021-07-20[llvm][tools] Hide more unrelated tool optionsTimm Bäder1-0/+1
2021-06-02[llvm-dwp] Add support for rnglists and loclistsKim-Anh Tran1-0/+4
2021-06-02[llvm-dwp] Add support for DWARFv5 type units ...Kim-Anh Tran1-36/+58
2021-06-02[llvm-dwp] Adding support for v5 index writingKim-Anh Tran1-48/+78
2021-06-02[llvm-dwp] Skip type unit debug info sectionsKim-Anh Tran1-55/+115
2021-05-23[MC] Refactor MCObjectFileInfo initialization and allow targets to create MCO...Philipp Krones1-3/+4
2021-05-05[MC] Untangle MCContext and MCObjectFileInfoPhilipp Krones1-4/+4
2021-04-26[NFC] Fix "not used" warningVitaly Buka1-2/+1
2021-04-26Support DW_FORM_strx* in llvm-dwp.Ali Tamur1-40/+160
2021-02-16[llvm-dwp] Join dwo paths correctly when DWOPath is absoluteSimonas Kazlauskas1-2/+2
2021-01-25[llvm-dwp] Automatically set the target triplePhilip Pfaffe1-17/+32
2020-11-13llvmbuildectomy - replace llvm-build by plain cmakeserge-sans-paille1-22/+0
2020-09-26Internalize functions from various tools. NFCFangrui Song1-1/+2
2020-06-23llvm-dwp.cpp - fix implicit CommandLine.h dependency. NFC.Simon Pilgrim1-0/+1
2020-04-25[llvm-dwp] Refuse DWARFv5 input DWP files.Igor Kudrin1-0/+9
2020-04-06[llvm-dwp] Fix a possible out of bound access.Igor Kudrin1-0/+8
2020-04-06[DebugInfo] Support DWARFv5 index sections.Igor Kudrin1-3/+4
2020-04-06[DebugInfo] Rename section identifiers which are deprecated in DWARFv5. NFC.Igor Kudrin1-9/+10
2020-04-06[llvm-dwp] Refactor handling of section identifiers. NFCI.Igor Kudrin1-13/+27
2020-04-03[DebugInfo] Rename getOffset() to getContribution(). NFC.Igor Kudrin1-3/+3
2020-03-19[llvm-dwp] Start error messages with a lowercase letter.Igor Kudrin1-3/+3