aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCObjectFileInfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-09-01[PseudoProbe] Support emitting to COFF object (#123870)Haohai Wen1-31/+65
2025-08-17[llvm] Remove unused includes (NFC) (#154051)Kazu Hirata1-1/+0
2025-08-12Generate an .sframe section with a skeleton header (#151223)Sterling-Augustine1-0/+18
2025-08-03MCSymbolELF: Migrate away from classofFangrui Song1-19/+23
2025-07-31[llvm][AsmPrinter] Emit call graph sectionPrabhu Rajasekaran1-0/+20
2025-06-26[GOFF] Add writing of section symbols (#133799)Kai Nacke1-12/+46
2025-05-20[x64][win] Add compiler support for x64 import call optimization (equivalent ...Daniel Paoliello1-0/+5
2025-02-12[MC] Replace MCContext::GenericSectionID with MCSection::NonUniqueID (#126202)Haohai Wen1-1/+1
2025-01-13Reapply "[aarch64][win] Add support for import call optimization (equivalent ...Daniel Paoliello1-0/+5
2025-01-13Revert "[aarch64][win] Add support for import call optimization (equivalent t...Kirill Stoimenov1-5/+0
2025-01-11[aarch64][win] Add support for import call optimization (equivalent to MSVC /...Daniel Paoliello1-0/+5
2024-08-13[MC] Avoid useless triple copy (#103026)Alexis Engelke1-1/+1
2024-07-22[XCOFF] refactor the XCOFF BeginSymName handlingChen Zheng1-11/+11
2024-06-25[MC,COFF] Change how we handle section symbolsFangrui Song1-20/+15
2024-06-23[MC,COFF] Remove unneeded BeginSymNameFangrui Song1-84/+63
2024-06-22[MC] Change Subsection parameters from const MCExpr * to uint32_tFangrui Song1-16/+9
2024-06-20[MC] Remove SectionKind from MCSection (#96067)aengelke1-114/+89
2024-05-08MIPS: Use pcrel|sdata4 for eh_frame (#91291)YunQiang Su1-1/+3
2024-03-05[SystemZ] [z/OS] Emit offset to PPA2 in separate MCSection (#84043)Neumann Hon1-0/+5
2024-01-17 [llvm] Teach MachO about XROS (#78373)Cyndy Ishida1-0/+4
2023-12-04[AIX] In assembly file, create a dummy text renamed to an empty string (#73052)stephenpeckham1-1/+7
2023-11-27[SystemZ][z/OS] This change adds support for the PPA2 section in zOS (#68926)Yusra Syeda1-0/+5
2023-07-21Enable compact unwind in all darwin simulatorsJon Roelofs1-1/+6
2023-07-15Use empty symbol name for XCOFF text csectStephen Peckham1-3/+3
2023-07-05[SystemZ][z/OS] z/OS ADA codegen and emissionYusra Syeda1-0/+2
2023-06-28Revert "[SystemZ][z/OS] This patch adds support for the ADA (associated data ...Yusra Syeda1-2/+0
2023-06-28[SystemZ][z/OS] This patch adds support for the ADA (associated data area), d...Yusra Syeda1-0/+2
2023-06-26Do not emit a named symbol to denote the start of the debug_frame sectionShubham Sandeep Rastogi1-1/+1
2023-06-26Revert "Do not emit a named symbol to denote the start of the debug_frame sec...Shubham Sandeep Rastogi1-1/+1
2023-06-26Do not emit a named symbol to denote the start of the debug_frame sectionShubham Sandeep Rastogi1-1/+1
2023-06-16[Pseudo Probe] Make .pseudo_probe GC-ableFangrui Song1-11/+13
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott1-1/+1
2022-12-26[Xtensa 5/10] Add Xtensa MCTargetDescr initial functionalityAndrei Safronov1-0/+3
2022-12-02[llvm] Use std::nullopt instead of None (NFC)Kazu Hirata1-11/+17
2022-11-28Remove support for 10.4 Tiger from AsmPrinterGuillaume Chatelet1-7/+0
2022-11-09[SampleFDO] Persist profile staleness metrics into binarywlei1-0/+6
2022-10-27[PseudoProbe] Replace relocation with offset for entry probe.Hongtao Yu1-3/+3
2022-09-07[AsmPrinter] Emit PCs into requested PCSectionsMarco Elver1-0/+22
2022-08-24KCFI sanitizerSami Tolvanen1-0/+19
2022-08-24Revert "KCFI sanitizer"Sami Tolvanen1-19/+0
2022-08-24KCFI sanitizerSami Tolvanen1-0/+19
2022-07-27Emit a simple StackSizesSection on PS4.Ying Yi1-1/+2
2022-06-17[DirectX][MC] Add MC support for DXContainerChris Bieneman1-0/+7
2022-06-12[MC][re-land] Omit DWARF unwind info if compact unwind is present where eligibleJez Ng1-1/+11
2022-06-12Revert "[MC] Omit DWARF unwind info if compact unwind is present where eligible"Jez Ng1-11/+1
2022-06-12[MC] Omit DWARF unwind info if compact unwind is present where eligibleJez Ng1-1/+11
2022-06-06[ARM] [MinGW] Default to WinEH exception handling instead of DwarfMartin Storsjö1-2/+3
2022-05-18[SystemZ][z/OS] Add the PPA1 to SystemZAsmPrinterYusra Syeda1-2/+7
2022-05-03Implement support for __llvm_addrsig for MachO in llvm-mcAlex Borcan1-0/+3
2022-04-20[SPIR-V](3/6) Add MC layer, object file support, and InstPrinterIlia Diachkov1-0/+10