aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/dsymutil/MachOUtils.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-07-02Remove llvm/MC/MCAsmLayout.h and the unused parameter in MCAssembler::layoutFangrui Song1-3/+1
2024-07-02Revert "MCAssembler::layout: remove the unused MCAsmLayout parameter"Davide Italiano1-1/+3
2024-07-01MCAssembler::layout: remove the unused MCAsmLayout parameterFangrui Song1-3/+1
2024-07-01[MC] Move MCAsmLayout::SectionOrder to MachObjectWriter::SectionOrderFangrui Song1-5/+4
2024-07-01[MC] Remove MCAsmLayout::{getSectionFileSize,getSectionAddressSize}Fangrui Song1-9/+10
2024-07-01[MC] Remove the MCAsmLayout parameter from MCObjectWriter::{writeObject,write...Fangrui Song1-1/+1
2024-06-23[MC] Ensure all new sections have a MCDataFragmentFangrui Song1-3/+0
2024-06-22[MC] Remove pending labelsFangrui Song1-1/+0
2024-06-10[MC] Remove getFragmentList uses. NFCFangrui Song1-1/+1
2024-03-19[dsymutil] Remove support for obfuscated bitcode (#85713)Jonas Devlieghere1-5/+2
2024-03-19Revert "[dsymutil] Remove support for obfuscated bitcode" (#85826)Andres Villegas1-2/+5
2024-03-19[dsymutil] Remove support for obfuscated bitcode (#85713)Jonas Devlieghere1-5/+2
2023-12-11[llvm] Use StringRef::{starts,ends}_with (NFC) (#74956)Kazu Hirata1-1/+1
2023-08-17[dsymutil] Use createTemporaryFile instead of TempFileJonas Devlieghere1-17/+30
2023-08-17[dsymutil] Fix MachOUtils formatting (NFC)Jonas Devlieghere1-3/+4
2023-03-27[dsymutil] Add the ability to generate universal binaries with a fat64 headerJonas Devlieghere1-2/+7
2023-01-05Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ partserge-sans-paille1-1/+1
2022-12-02[tools] Use std::nullopt instead of None (NFC)Kazu Hirata1-1/+2
2022-11-24[reland][Alignment][NFC] Use the Align type in MCSectionGuillaume Chatelet1-6/+6
2022-11-24Revert D138653 [Alignment][NFC] Use the Align type in MCSection"Guillaume Chatelet1-6/+6
2022-11-24[Alignment][NFC] Use the Align type in MCSectionGuillaume Chatelet1-6/+6
2022-03-17[dsymutil] Apply relocations present in Swift reflection sectionsAugusto Noronha1-3/+24
2022-03-11Return an error when dsymutil might produce an invalid mach-o file.Greg Clayton1-3/+8
2022-02-25[dsymutil] Copy symbol table regardless of LINKEDIT segmentJonas Devlieghere1-12/+7
2022-02-09Cleanup LLVMMC headersserge-sans-paille1-0/+2
2021-01-12[dsymutil] Copy eh_frame content into the dSYM companion file.Jonas Devlieghere1-17/+63
2020-06-05[dsymutil] Don't emit N_AST symbol entries in the Mach-O companion fileJonas Devlieghere1-0/+8
2020-05-04[dsymutil] Thread the VFS through dsymutil (NFC)Jonas Devlieghere1-2/+3
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-1/+1
2019-12-06[Dsymutil][NFC] Move NonRelocatableStringpool into common CodeGen folder.Alexey Lapshin1-2/+7
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-1/+1
2019-06-05[dsymutil] Support more than 4 architecturesJonas Devlieghere1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-07[dsymutil] Upstream unobfuscation logic.Jonas Devlieghere1-3/+3
2018-11-13Make dsymutil more robust when parsing load commands.Adrian Prantl1-14/+19
2018-11-08[dsymutil] Copy the LC_BUILD_VERSION load command into the companion binary.Adrian Prantl1-14/+29
2018-08-07[DebugInfo] Reduce debug_str_offsets section sizePavel Labath1-3/+2
2018-07-29[dsymutil] Simplify temporary file handling.Jonas Devlieghere1-13/+29
2018-07-10[MC] Add interface to finish pending labels.Jonas Devlieghere1-1/+3
2018-06-29[dsymutil] Make the CachedBinaryHolder the defaultJonas Devlieghere1-8/+14
2018-06-27[dsymutil] Move abstractions into separate files (NFC)Jonas Devlieghere1-2/+2
2018-06-12Refactor ExecuteAndWait to take StringRefs.Zachary Turner1-8/+7
2018-05-21MC: Change object writers to use endian::Writer. NFCI.Peter Collingbourne1-16/+13
2018-05-21MC: Change MCAssembler::writeSectionData and writeFragmentPadding to take a r...Peter Collingbourne1-1/+1
2018-04-14[Support] Add convenience functions to WithColor. NFC.Jonas Devlieghere1-5/+5
2018-03-13[dsymutil] Unify error handling outside DwarfLinker.Jonas Devlieghere1-4/+5
2018-02-22[dsymutil] Fix typos and formatting. NFC.Jonas Devlieghere1-14/+13
2018-01-24[dsymutil] Make NonRelocatableStringPool a wrapper around DwarfStringPoolEntr...Jonas Devlieghere1-5/+8
2017-09-13Convenience/safety fix for llvm::sys::Execute(And|No)WaitAlexander Kornienko1-1/+1
2017-03-30Spelling mistakes in comments. NFCI.Simon Pilgrim1-1/+1