summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp
AgeCommit message (Expand)Author
2025-07-26MC: Move useCodeAlign from MCSection to MCAsmInfoFangrui Song
2025-07-08MCAsmInfo: Explicitly set AllowDollarAtStartOfIdentifier to false for some ta...Fangrui Song
2025-06-26MC: Rename initializeVariantKinds to initializeAtSpecifiersFangrui Song
2025-06-26PowerPC: Separate ELF and XCOFF @ specifiersFangrui Song
2025-06-26PowerPC: Move PPCMCExpr into PPCMCAsmInfoFangrui Song
2025-06-15PowerPC: Migrate to newer relocation specifier representationFangrui Song
2025-06-15PowerPC: Rename PPCMCExpr::VK_ to PPC::S_Fangrui Song
2025-06-11Introduce MCAsmInfo::UsesSetToEquateSymbol and prefer = to .setFangrui Song
2025-03-12Move PowerPC-specific MCSymbolRefExpr::VariantKind to PPCMCExprFangrui Song
2025-03-12[PowerPC] Rename PPCMCExpr's VK_PPC_ to VK_. NFCFangrui Song
2025-03-04Move PowerPC-specific absolute MCSymbolRefExpr::VariantKind to PPCMCExprFangrui Song
2025-03-02[PowerPC] Remove VK_PPC_TLSGD and VK_PPC_TLSLDFangrui Song
2025-03-02[MC] Move VariantKind info to MCAsmInfoFangrui Song
2023-12-07[Target] Remove unnecessary includes (NFC)Kazu Hirata
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott
2021-07-14[AIX] Enable dollar sign as PC in inlineasmJinsong Ji
2021-03-04[XCOFF][DebugInfo] support DWARF for XCOFF for assembly output.Chen Zheng
2021-01-02[PowerPC] Add the LLVM triple for powerpcle [1/5]Brandon Bergren
2020-06-03[AIX] Update data directives for AIX assemblyDavid Tenty
2020-05-08[Target][XCOFF] Correctly halt when mixing AIX or XCOFF with ppc64leHubert Tong
2020-04-30[MC][Target][XCOFF] Consolidate MCAsmInfo XCOFF defaults; NFCHubert Tong
2020-04-11[MC] Default MCAsmInfo::UseIntegratedAssembler to trueFangrui Song
2020-04-11[MC] Add UseIntegratedAssembler = false. NFCFangrui Song
2020-03-02Explicitly include <cassert> when using assertJoerg Sonnenberger
2020-02-03[AIX] Don't use a zero fill with a second parameterDavid Tenty
2020-01-12[PowerPC] Delete PPCDarwinAsmPrinter and PPCMCAsmInfoDarwinFangrui Song
2019-11-27[AIX] Emit TOC entries for ASM printingDavid Tenty
2019-10-11[AIX] Use .space instead of .zero in assemblyDavid Tenty
2019-07-09Boilerplate for producing XCOFF object files from the PowerPC backend.Sean Fertile
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-07-30Remove trailing spaceFangrui Song
2017-10-24PowerPC: support the separator character in the IASSaleem Abdulrasool
2017-04-17Distinguish between code pointer size and DataLayout::getPointerSize() in DWA...Konstantin Zhuravlyov
2015-09-15Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders
2015-09-15Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders
2015-09-15Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders
2015-09-15Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders
2015-03-05Use the generic Lfunc_begin label on ppc.Rafael Espindola
2015-01-13Use the integrated assembler as default on PowerPCUlrich Weigand
2015-01-05Revert "Use the integrated assembler by default on 32-bit PowerPC and SPARC"Duncan P. N. Exon Smith
2015-01-05Use the integrated assembler by default on 32-bit PowerPC and SPARCBrad Smith
2014-11-29Target triple OS detection tidyup. NFCSimon Pilgrim
2014-08-15Remove HasLEB128.Rafael Espindola
2014-08-04Rename PPCLinuxMCAsmInfo to PPCELFMCAsmInfo to better reflect theJoerg Sonnenberger
2014-08-04Allow .lcomm with alignment on ELF targets.Joerg Sonnenberger
2014-04-25[C++] Use 'nullptr'. Target edition.Craig Topper
2014-03-24[PowerPC] Generate little-endian object filesUlrich Weigand
2014-03-05Enable integrated assembler on OpenBSD/PPC32 by default, too.Joerg Sonnenberger
2014-02-13Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...Daniel Sanders
2014-02-12Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm(...Daniel Sanders