aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DWARFLinker/Parallel
AgeCommit message (Expand)AuthorFilesLines
2026-02-08[DWARFLinker] Make MCTargetOptions a class member. NFCFangrui Song3-2/+4
2025-11-07[dsymutil] Fix parallel linker's self-recursive typedef DIE by including refe...Roy Shi1-2/+4
2025-11-02[llvm] Use "= default" (NFC) (#166088)Kazu Hirata2-2/+2
2025-09-08MC: Add Triple overloads for more MC constructors (#157321)Matt Arsenault2-6/+6
2025-07-04[llvm] Use llvm::fill (NFC) (#147099)Kazu Hirata1-4/+2
2025-06-27Reapply "[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#… (#1...Sterling-Augustine1-0/+1
2025-06-12[llvm][DWARFLinker] Fix gcc 13 -Wuninitialized warnings (#143867)David Spickett1-3/+5
2025-06-04[llvm] Remove unused includes (NFC) (#142733)Kazu Hirata5-5/+0
2025-05-20Revert "[llvm][NFC] Use `llvm::sort()`" (#140668)Iris Shi1-1/+1
2025-05-17[llvm][NFC] Use `llvm::sort()` (#140335)Iris Shi1-1/+1
2025-05-07[DWARFLinkerParallel] Change more cases of compare_exchange_weak to compare_e...Martin Storsjö1-1/+1
2025-05-05[DWARFLinkerParallel] Fix incorrect uses of compare_exchange_weak (#138129)Martin Storsjö3-8/+8
2025-04-10MCAsmStreamer: Replace the MCInstPrinter * parameter with unique_ptrFangrui Song2-4/+6
2025-03-12[TargetRegistry] Accept Triple in createTargetMachine() (NFC) (#130940)Nikita Popov1-1/+1
2025-02-26[DWARFLinker] Avoid repeated hash lookups (NFC) (#128825)Kazu Hirata1-4/+3
2024-12-12[llvm] Migrate away from PointerUnion::{is,get} (NFC) (#119679)Kazu Hirata1-4/+4
2024-09-24[DWARF] Use ULEB128 and not just one byte for directory indices (#109067)Daniel Rodríguez Troitiño1-2/+2
2024-09-23[DWARFLinkerTypeUnit] Simplify code around try_emplace (NFC) (#109670)Kazu Hirata1-6/+3
2024-09-23[DWARFLinker] Avoid repeated hash lookups (NFC) (#109604)Kazu Hirata1-3/+3
2024-09-22[llvm] Use std::optional::value_or (NFC) (#109568)Kazu Hirata1-3/+2
2024-09-15[DWARFLinker] Avoid repeated hash lookups (NFC) (#108737)Kazu Hirata1-9/+4
2024-07-21[MC] Migrate to new createAsmStreamer that avoids unused bool parametersFangrui Song1-3/+3
2024-07-20[MC] MCAsmStreamer: use MCTargetOptionsFangrui Song1-0/+2
2024-07-20[MC] Remove unused bool arguments from createMCObjectStreamer callersFangrui Song1-2/+1
2024-07-16Split DWARFFormValue::getReference into four functions (#98905)Pavel Labath1-30/+28
2024-07-12[DWARFLinker] Use a range-based for loop (NFC) (#98585)Kazu Hirata1-3/+1
2024-07-10[DWARFLinker] Allow emission of repeated identical discriminators (#98255)David Tellenbach1-0/+1
2024-07-07[llvm] Remove redundant calls to std::unique_ptr<T>::get (NFC) (#97914)Kazu Hirata2-3/+3
2024-07-06[llvm] Remove redundant calls to std::unique_ptr<T>::get (NFC) (#97778)Kazu Hirata2-15/+15
2024-06-25Revert "[llvm] Use llvm::sort (NFC) (#96434)"Kazu Hirata1-1/+1
2024-06-23[llvm] Use llvm::sort (NFC) (#96434)Kazu Hirata1-1/+1
2024-06-20[DWARFLinker] Preserve DWARF discriminators while linking (#96124)David Tellenbach1-4/+10
2024-06-14[CLANG][DWARF] Handle DIE offset collision in DW_IDX_parent (#95339)Alexander Yermolovich2-2/+11
2024-06-12Revert "[CLANG][DWARF] Handle DIE offset collision in DW_IDX_parent" (#95302)Florian Mayer1-4/+3
2024-06-12[CLANG][DWARF] Handle DIE offset collision in DW_IDX_parent (#95039)Alexander Yermolovich1-3/+4
2024-05-30[dsymutil] Also detect external downloadable toolchains (#93872)Adrian Prantl1-0/+2
2024-05-30Fix the dsymutil heuristic for excluding system interfaces. (#93745)Adrian Prantl1-2/+2
2024-05-18[DWARFLinker] Use an implicit conversion of SmallString to StringRef (NFC)Kazu Hirata1-1/+1
2024-03-19[dsymutil] Remove support for obfuscated bitcode (#85713)Jonas Devlieghere6-26/+6
2024-03-19Revert "[dsymutil] Remove support for obfuscated bitcode" (#85826)Andres Villegas6-6/+26
2024-03-19[dsymutil] Remove support for obfuscated bitcode (#85713)Jonas Devlieghere6-26/+6
2024-03-05Rename llvm::ThreadPool -> llvm::DefaultThreadPool (NFC) (#83702)Mehdi Amini1-1/+1
2024-03-02More fix BUILD_SHARED_LIBS=ON build for platforms which require explicit link...Mehdi Amini1-0/+3
2024-02-08[DWARFLinkerParallel] Fix member initialization order (#81179)Fangrui Song1-3/+3
2024-01-23[dsymutil] Add --linker parallel to more tests. (#78581)Alexey Lapshin3-5/+6
2024-01-19[llvm] Use SmallString::operator std::string (NFC)Kazu Hirata1-1/+1
2024-01-19[AsmPrinter][DebugNames] Implement DW_IDX_parent entries (#77457)Felipe de Azevedo Piovezan1-1/+2
2024-01-19[DWARFLinker][NFC] Decrease DWARFLinker dependence on DwarfStreamer. (#77932)Alexey Lapshin11-320/+125
2024-01-18[DWARFLinker][NFC] Move common code into the base library: IndexedValuesMap. ...Alexey Lapshin2-52/+1
2024-01-12[DWARFLinker][NFC] Rename libraries to match with directories name. (#77592)Alexey Lapshin1-1/+1