aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MachObjectWriter.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-07-03MCAsmBackend: Replace FKF_IsPCRel with isPCRel()Fangrui Song1-6/+0
2025-07-01MC: Store fragment content and fixups out-of-lineFangrui Song1-2/+3
2025-06-30MC: Merge MCFragment.h into MCSection.hFangrui Song1-1/+0
2025-05-25MachObjectWriter: Simplify Asm.getContext().reportErrorFangrui Song1-0/+5
2025-05-25MachObjectWriter: Remove the MCAssembler argument from getSymbolAddressFangrui Song1-9/+8
2025-05-24MCObjectWriter: Remove the MCAssembler argument from writeObjectFangrui Song1-1/+2
2025-05-24MC: Simplify recordRelocationFangrui Song1-3/+2
2025-05-24MCObjectwriter: Add getContext and simplify codeFangrui Song1-6/+6
2025-05-24MCObjectwriter: Add member variable MCAssembler * and simplify codeFangrui Song1-5/+5
2025-04-18MCFixup: Make FixupKindInfo smaller and change getFixupKindInfo to return valueFangrui Song1-2/+1
2025-04-06[MC,MachO] Replace SectionAddrMap workaround with cleaner variable handlingFangrui Song1-1/+1
2025-04-05[MC] Replace getSymA()->getSymbol() with getAddSym. NFCFangrui Song1-3/+3
2025-04-05[MC] Replace getSymA()->getSymbol() with getAddSym. NFCFangrui Song1-3/+3
2025-03-23MCValue: Simplify code with getSubSymFangrui Song1-5/+5
2025-03-15[MC] evaluateAsRelocatableImpl: remove the Fixup argumentFangrui Song1-1/+1
2024-11-15[MC] Remove unused includes (NFC) (#116317)Kazu Hirata1-2/+0
2024-08-20[AArch64][MachO] Add ptrauth ABI version to arm64e cpusubtype. (#104650)Ahmed Bougacha1-1/+12
2024-07-24MC: Inline createMachObjectWriter into MCAsmBackendFangrui Song1-7/+0
2024-07-22MCAssembler: Move SubsectionsViaSymbols; to MCObjectWriterFangrui Song1-2/+2
2024-07-22MCAssembler: Move LinkerOptions to MachObjectWriterFangrui Song1-2/+3
2024-07-22MCAssembler: Move CGProfile to MCObjectWriterFangrui Song1-2/+2
2024-07-21[MC] Move VersionInfo to MachObjectWriterFangrui Song1-5/+5
2024-07-21[MC] Move LOHContainer to MachObjectwriterFangrui Song1-2/+3
2024-07-21[MC] Move isPrivateExtern to MCSymbolMachOFangrui Song1-1/+1
2024-07-17[MachO] Detect overflow in section offset. (#98685)Eli Friedman1-1/+17
2024-07-05MCAssembler: Remove unneeded non-const iterators for Sections and misleading ...Fangrui Song1-4/+3
2024-07-04[MC] Move MCAssembler::DataRegions to MachObjectWriterFangrui Song1-14/+11
2024-07-04[MC] Move MCAssembler::IndirectSymbols to MachObjectWriterFangrui Song1-5/+6
2024-07-04[MC,MachO] Simplify IndirectSybolsFangrui Song1-23/+16
2024-07-03[MC] Move MCAssembler::isSymbolLinkerVisible to MCSymbolMachOFangrui Song1-3/+3
2024-07-02Move MCSection::LayoutOrder to MCSectionMachOFangrui Song1-3/+3
2024-07-01MachObjectWriter: replace the MCAsmLayout parameter with MCAssemblerFangrui Song1-16/+12
2024-07-01MCExpr::evaluateAsRelocatable: replace the MCAsmLayout parameter with MCAssem...Fangrui Song1-1/+2
2024-07-01MachObjectWrite::reset: clear SectionAddress and SectionOrderFangrui Song1-0/+2
2024-07-01[MC] Move MCAsmLayout::SectionOrder to MachObjectWriter::SectionOrderFangrui Song1-3/+19
2024-07-01[MC] Remove MCAsmLayout::{getSymbolOffset,getBaseSymbol}Fangrui Song1-1/+1
2024-07-01[MC] Remove MCAsmLayout::{getSectionFileSize,getSectionAddressSize}Fangrui Song1-12/+12
2024-07-01[MC] Remove MCAsmLayout::getFragmentAddressFangrui Song1-3/+4
2024-07-01[MC] Remove the MCAsmLayout parameter from MCObjectWriter::executePostLayoutB...Fangrui Song1-8/+6
2024-07-01[MC] Remove the MCAsmLayout parameter from MCObjectWriter::{writeObject,write...Fangrui Song1-8/+7
2024-06-30[MC] Remove the MCAsmLayout parameter from MCObjectWriter::recordRelocationFangrui Song1-1/+0
2024-06-30[MC] Remove the MCAsmLayout parameter from MCMachObjectTargetWriterFangrui Song1-2/+2
2024-06-30[MC] Move Mach-O specific getAtom and isSectionAtomizableBySymbols to Mach-O ...Fangrui Song1-0/+31
2024-06-29[MC] Remove an overload of isSymbolRefDifferenceFullyResolvedImplFangrui Song1-12/+0
2024-06-29[MC,MachO] Remove unneeded condition from isSymbolRefDifferenceFullyResolvedImplFangrui Song1-11/+1
2024-06-10[MC] Remove getFragmentList uses. NFCFangrui Song1-5/+3
2023-10-12Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata1-1/+1
2023-08-19[MC] Remove an unneeded Darwin x86_64 workaroundFangrui Song1-10/+0
2023-05-04[MC] registerSymbol: change an output paramter to return valueFangrui Song1-3/+1
2022-11-24[reland][Alignment][NFC] Use the Align type in MCSectionGuillaume Chatelet1-4/+3