aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [Debuginfo][llvm-dwarfutil] Add check for unsupported debug sections.Alexey Lapshin2022-07-261-2/+51
* [Reland][DebugInfo][llvm-dwarfutil] Combine overlapped address ranges.Alexey Lapshin2022-07-213-65/+38
* Revert "[DebugInfo][llvm-dwarfutil] Combine overlapped address ranges."Alexey Lapshin2022-07-213-38/+65
* [DebugInfo][llvm-dwarfutil] Combine overlapped address ranges.Alexey Lapshin2022-07-213-65/+38
* [Reland][Debuginfo][llvm-dwarfutil] llvm-dwarfutil dsymutil-like tool for ELF.Alexey Lapshin2022-07-192-0/+17
* Revert "[Debuginfo][llvm-dwarfutil] llvm-dwarfutil dsymutil-like tool for ELF."Alexey Lapshin2022-07-192-17/+0
* [Debuginfo][llvm-dwarfutil] llvm-dwarfutil dsymutil-like tool for ELF.Alexey Lapshin2022-07-192-0/+17
* Re-land "[dsymutil] Account for DW_OP_convert being CU relative"Jonas Devlieghere2022-07-121-0/+1
* Revert "[dsymutil] Account for DW_OP_convert being CU relative"Nico Weber2022-07-121-1/+0
* [dsymutil] Account for DW_OP_convert being CU relativeJonas Devlieghere2022-07-121-0/+1
* [DWARFLinker] mark odr candidates inside the same object file.Alexey Lapshin2022-06-282-28/+60
* Don't use Optional::hasValue (NFC)Kazu Hirata2022-06-201-1/+1
* [llvm] Use value_or instead of getValueOr (NFC)Kazu Hirata2022-06-181-3/+3
* [MC] De-capitalize SwitchSection. NFCFangrui Song2022-06-101-22/+22
* [MC] De-capitalize MCStreamer functionsFangrui Song2022-06-071-1/+1
* [DWARFLinker][NFC] Add None value to the DwarfLinkerAccelTableKind enum.Alexey Lapshin2022-05-171-12/+18
* [DWARFLinker][NFC] cleanup AddressManager interface.Alexey Lapshin2022-05-151-5/+3
* Cleanup includes: DebugInfo & CodeGenserge-sans-paille2022-03-123-2/+3
* [NFC][MC] remove unused argument `MCRegisterInfo` in `MCCodeEmitter`Shao-Ce SUN2022-02-161-1/+1
* Revert "[NFC][MC] remove unused argument `MCRegisterInfo` in `MCCodeEmitter`"Shao-Ce SUN2022-02-161-1/+1
* [NFC][MC] remove unused argument `MCRegisterInfo` in `MCCodeEmitter`Shao-Ce SUN2022-02-161-1/+1
* [dsymutil] Add the ability to run the DWARF verifier on the inputJonas Devlieghere2022-02-141-0/+15
* [llvm] Use = default (NFC)Kazu Hirata2022-02-061-2/+2
* Change namespace llvm::swift to namespace llvm::binaryformat because of clash...Shubham Sandeep Rastogi2022-02-011-2/+2
* Emit swift5 reflection section data in dsym bundle generated by dsymutil in t...Shubham Sandeep Rastogi2022-01-281-3/+17
* Revert "Emit swift5 reflection section data in dsym bundle generated by dsymu...Shubham Sandeep Rastogi2022-01-261-17/+3
* Emit swift5 reflection section data in dsym bundle generated by dsymutil in t...Shubham Sandeep Rastogi2022-01-261-3/+17
* Revert "Emit swift5 reflection section data in dsym bundle generated by dsymu...Shubham Sandeep Rastogi2022-01-211-17/+3
* Emit swift5 reflection section data in dsym bundle generated by dsymutil in t...Shubham Sandeep Rastogi2022-01-211-3/+17
* [llvm] Fix bugprone argument comments (NFC)Kazu Hirata2022-01-081-2/+2
* [llvm] Use true/false instead of 1/0 (NFC)Kazu Hirata2022-01-071-1/+1
* [llvm] Add support for DW_TAG_immutable_typeLuís Ferreira2022-01-051-0/+1
* [DebugInfo] Remove hasInterestingContent (NFC)Kazu Hirata2022-01-012-3/+0
* DebugInfo: Migrate callers from getAsCString to dwarf::toStringDavid Blaikie2021-12-141-17/+16
* [DebugInfo][dsymutil] Keep locations for function-local globalsEllis Hoag2021-12-141-0/+5
* [llvm] Use range-based for loops (NFC)Kazu Hirata2021-12-072-7/+5
* Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner2021-10-081-1/+1
* [dsymutil] Track incompleteness across unionsJonas Devlieghere2021-09-241-0/+1
* [Debug-Info][llvm-dwarfdump] Don't try to dump locationEsme-Yi2021-07-271-1/+1
* [MC] Refactor MCObjectFileInfo initialization and allow targets to create MCO...Philipp Krones2021-05-231-4/+3
* [MC] Untangle MCContext and MCObjectFileInfoPhilipp Krones2021-05-051-5/+6
* [dsymutil] Add flag to force a static variable to keep its enclosing functionJonas Devlieghere2021-04-281-7/+9
* [dsymutil] Stop emulating dsymutil-classic CIE caching behaviorJonas Devlieghere2021-04-061-6/+1
* [dsymutil] Don't keep old abbreviationsJonas Devlieghere2021-04-061-23/+0
* [dsymutil] Don't emit .debug_pubnames and .debug_pubtypesJonas Devlieghere2021-04-062-6/+11
* [dsymutil] Relocate DW_TAG_labelJonas Devlieghere2021-03-291-2/+3
* [llvm] Add assertions for the smart pointers with the possibility to be null ...Ella Ma2021-02-271-0/+1
* [dsymutil][DWARFLinker][NFC] make AddressManager not depending on the order o...Alexey Lapshin2021-01-311-15/+22
* [llvm] Use pop_back_val (NFC)Kazu Hirata2021-01-241-2/+1
* [llvm] Use llvm::sort (NFC)Kazu Hirata2021-01-171-1/+1