summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
AgeCommit message (Expand)Author
2025-11-19[llvm] Use llvm::size (NFC) (#168675)Kazu Hirata
2025-11-14[AArch64][FEAT_CMPBR] Codegen for Armv9.6-a CBB and CBH (#164899)David Tellenbach
2025-11-06AArch64: support extended spills in SEH on WoS (#166849)Saleem Abdulrasool
2025-09-10[AArch64] Lower zero cycle FPR zeroing (#156261)Tomer Shafir
2025-09-08MC: Add Triple overloads for more MC constructors (#157321)Matt Arsenault
2025-08-28[AArch64] Split zero cycle zeoring per register class (#154561)Tomer Shafir
2025-08-27[AArch64][PAC] Fix clobbering registers by BLRA and AUTH_TCRETURN (#155373)Anatoly Trosinenko
2025-08-26[AArch64] Expand MI->getOperand(1).getImm() with 0 literal (#154598)Tomer Shafir
2025-07-25[AArch64][PAC] Introduce AArch64::PAC pseudo instruction (#146488)Anatoly Trosinenko
2025-07-09AArch64: Relax x16/x17 constraint on AUT in certain cases.Peter Collingbourne
2025-07-08AArch64: Do not use report_fatal_error for pauth reloc errors (#145277)Matt Arsenault
2025-06-24Move relocation specifier constants to AArch64::Fangrui Song
2025-06-20AArch64: Replace AArch64MCExpr with MCSpecifierExprFangrui Song
2025-06-17[llvm] annotate interfaces in llvm/Target for DLL export (#143615)Andrew Rogers
2025-06-09[AArch64] Fix a multitude of AArch64 typos (NFC) (#143370)Jonathan Thackray
2025-06-02[AArch64] Initial compiler support for SVE unwind on Windows. (#138609)Eli Friedman
2025-05-18[MC][AArch64][ARM][X86] Push target-dependent assembler flags into targets (#...Jessica Clarke
2025-05-16[AArch64] Restrict .variant_pcs directive to ELF targets (#138924)Benjamin Maxwell
2025-05-09[aarch64][x86][win] Add compiler support for MSVC's /funcoverride flag (Windo...Daniel Paoliello
2025-05-06Register assembly printer passes (#138348)Matthias Braun
2025-04-14[AArch64AsmPrinter]Place jump tables into hot/unlikely-prefixed data sections...Mingming Liu
2025-04-14[NFC][AsmPrinter] Refactor AsmPrinter and AArch64AsmPrinter to prepare for ju...Mingming Liu
2025-03-31[ARM64EC] Add support for function aliases on ARM64EC (#132295)Jacek Caban
2025-03-29[CodeGen][StaticDataSplitter]Support constant pool partitioning (#129781)Mingming Liu
2025-03-29[RISCV] Replace @plt/@gotpcrel in data directives with %pltpcrel %gotpcrelFangrui Song
2025-03-26[AArch64] Rename VariantKind to SpecifierFangrui Song
2025-03-20[MC] Return MCRegister from MCRegisterClass::getRegister. NFC (#132126)Craig Topper
2025-03-10[readobj][Arm][AArch64] Refactor Build Attributes parsing under ELFAtributePa...SivanShani-Arm
2025-03-05[MC] Remove unneeded VK_None argument from MCSymbolRefExpr::create. NFCFangrui Song
2025-02-25[AArch64][Build Attributes] Improve Parsing and Formatting (#126530)SivanShani-Arm
2025-02-19[AArch64][FEAT_CMPBR] Codegen for Armv9.6-a compare-and-branch (#116465)David Tellenbach
2025-01-30[clang][llvm][aarch64][win] Add a clang flag and module attribute for import ...Daniel Paoliello
2025-01-28[Build Attributes] Standardize names according to convention. (#124556)SivanShani-Arm
2025-01-23[LLVM][Clang][AArch64] Implement AArch64 build attributes (#123990)SivanShani-Arm
2025-01-22Revert "[LLVM][Clang][AArch64] Implement AArch64 build attributes (#118771)"Kazu Hirata
2025-01-22[LLVM][Clang][AArch64] Implement AArch64 build attributes (#118771)SivanShani-Arm
2025-01-13Reapply "[aarch64][win] Add support for import call optimization (equivalent ...Daniel Paoliello
2025-01-13Revert "[aarch64][win] Add support for import call optimization (equivalent t...Kirill Stoimenov
2025-01-11[aarch64][win] Add support for import call optimization (equivalent to MSVC /...Daniel Paoliello
2025-01-09[hwasan] Omit tag check for null pointers (#122206)Thurston Dang
2024-12-28[PAC][CodeGen][ELF][AArch64] Support signed TLSDESC (#113813)Daniil Kovalev
2024-12-10[PAC][CodeGen][ELF][AArch64] Support signed GOT with tiny code model (#114525)Daniil Kovalev
2024-11-27[AArch64][PAC] Eliminate excessive MOVs when computing blend (#115185)Anatoly Trosinenko
2024-11-12[AArch64][PAC] Move emission of LR checks in tail calls to AsmPrinter (#110705)Anatoly Trosinenko
2024-11-11[AArch64] Remove unused includes (NFC) (#115685)Kazu Hirata
2024-11-01[PAC][CodeGen][ELF][AArch64] Support signed GOT (#113811)Daniil Kovalev
2024-10-25[AArch64][PAC] Factor out the emission of pointer check sequence (NFC) (#110702)Anatoly Trosinenko
2024-10-01[AArch64] Generalize the instruction size checking in AsmPrinter (#110108)Anatoly Trosinenko
2024-10-01[AArch64] Consistently use EmitToStreamer across the AArch64AsmPrinter (#110107)Anatoly Trosinenko
2024-09-27[AArch64] Factor out the emission of MOV and MOVZ/MOVK instructions (#110017)Anatoly Trosinenko