aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/dsymutil
AgeCommit message (Expand)AuthorFilesLines
2023-07-19[dsymutil] Sort entries in YamlDMO to stabilize print orderFangrui Song1-0/+1
2023-07-19[dsymutil] Remove unused function. NFCFangrui Song1-4/+0
2023-07-04[DWARFLinker][NFC] Remove RangesTy &getValidAddressRanges().Alexey Lapshin1-30/+0
2023-06-20[DWARFLinker] add DWARFUnit::getIndexedAddressOffset().Alexey Lapshin1-10/+6
2023-06-16[dsymutil] Update DWARF 5 tests after 8119ab9bf78bJonas Devlieghere1-3/+3
2023-06-16[dsymutil] Fix .debug_addr index calculationJonas Devlieghere1-3/+6
2023-06-12[dsymutil] Skip duplicates files with identical time stamps in the debug mapJonas Devlieghere1-17/+93
2023-06-05Fix test bot breakage from 36f351098cd50809658493d9b2e22a795874bab0Alexey Lapshin1-1/+1
2023-06-04[DWARFLinkerParallel][Reland] Add interface files, create a skeleton implemen...Alexey Lapshin6-131/+224
2023-06-04Revert "[DWARFLinkerParallel] Add interface files, create a skeleton implemen...Alexey Lapshin6-224/+131
2023-06-04[DWARFLinkerParallel] Add interface files, create a skeleton implementation.Alexey Lapshin6-131/+224
2023-05-26[Remarks] Retain all remarks by default, add option to drop without DL.Florian Hahn4-0/+12
2023-05-16[DWARFLinker][DWARFv5] Add handling of DW_OP_addrx and DW_OP_constx expressio...Alexey Lapshin2-18/+24
2023-05-03Split out `CodeGenTypes` from `CodeGen` for LLT/MVTNAKAMURA Takumi1-0/+1
2023-05-02[DWARFLinker][NFC] Make interfaces to be compatible.Alexey Lapshin2-33/+34
2023-04-17[CMake] Cleanup depsNAKAMURA Takumi1-1/+0
2023-04-17[CMake] Reorder and reformat depsNAKAMURA Takumi1-2/+2
2023-04-05[dsymutil] Remove empty reproducer directory on exitKeith Smiley1-0/+2
2023-04-04[dsymutil] Prevent interleaved errors and warningsJonas Devlieghere3-4/+12
2023-04-04[dsymutil] Unify reporting of warnings and errorsJonas Devlieghere2-19/+29
2023-04-04[dsymutil] Make copySwiftInterfaces a member of DwarfLinkerForBinary (NFC)Jonas Devlieghere2-38/+37
2023-04-04[dsymutil] Disallow --reproducer=UseKeith Smiley2-7/+5
2023-03-31[dsymutil] Disable 'auto' verification as the defaultJonas Devlieghere1-1/+1
2023-03-31[dsymutil] Remove spurious newline in warningJonas Devlieghere1-1/+1
2023-03-31[dsymutil] Add a new automatic verification modeJonas Devlieghere5-37/+55
2023-03-27[dsymutil] Initialize the debug map before loading the main binaryJonas Devlieghere1-3/+4
2023-03-27[dsymutil] Add the ability to generate universal binaries with a fat64 headerJonas Devlieghere5-35/+55
2023-03-13[DWARFLinker][DWARFv5] Add support for DW_FORM_addrx*Alexey Lapshin1-7/+14
2023-03-09[dsymutil] Fix offset calculation for universal binariesJonas Devlieghere1-3/+6
2023-02-13[DWARFLinker] Refactor cloneAddressAttribute().Alexey Lapshin2-16/+0
2023-02-10[llvm-driver] Pass extra arguments to toolsAlex Brachet2-1/+2
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott5-5/+5
2023-01-20[DWARF][dsymutil][llvm-dwarfutil] Create a placeholder library DWARFLinkerPar...Alexey Lapshin1-0/+1
2023-01-12[OptTable] Precompute OptTable prefixes union table through tablegenserge-sans-paille1-2/+2
2023-01-05Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ partserge-sans-paille2-2/+2
2022-12-27[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille1-1/+4
2022-12-25Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...Vitaly Buka1-4/+1
2022-12-24[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille1-1/+4
2022-12-23Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...serge-sans-paille1-3/+2
2022-12-23[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille1-2/+3
2022-12-23Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...serge-sans-paille1-3/+2
2022-12-23[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille1-2/+3
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott1-0/+1
2022-12-18Remove redundant .c_str() and .get() callsGregory Alfonso1-1/+1
2022-12-16[Alignment] Use Align in SectionRef::getAlignment()Guillaume Chatelet1-1/+1
2022-12-14Don't include Optional.hKazu Hirata1-1/+0
2022-12-14[tools] llvm::Optional => std::optionalFangrui Song3-6/+7
2022-12-10Don't include None.h (NFC)Kazu Hirata1-1/+0
2022-12-08Store OptTable::Info::Name as a StringRefserge-sans-paille1-1/+1
2022-12-08[llvm-driver] Rename dsynutil_main to main after removing from driverAlex Brachet1-1/+1