aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/AArch64/MCTargetDesc
AgeCommit message (Expand)AuthorFilesLines
2024-04-04[AArch64][PAC][MC][ELF] Support PAuth ABI compatibility tag (#85236)Daniil Kovalev2-8/+28
2024-03-27Revert rG58de1e2c5eee548a9b365e3b1554d87317072ad9 "Fix stack layout for frame...Simon Pilgrim1-5/+5
2024-03-27Fix stack layout for frames larger than 2gb (#84114)Wesley Wiser1-5/+5
2024-01-10[llvm][lld] Support R_AARCH64_GOTPCREL32 (#72584)PiJoules1-2/+6
2023-12-21Re-land "[AArch64] Add FEAT_PAuthLR assembler support" (#75947)Tomas Matheson4-0/+52
2023-12-21Revert "[AArch64] Add FEAT_PAuthLR assembler support"Tomas Matheson4-52/+0
2023-12-21[AArch64] Add FEAT_PAuthLR assembler supportOliver Stannard4-0/+52
2023-12-07[RISCV][MC] Pass MCSubtargetInfo down to shouldForceRelocation and evaluateTa...Craig Topper1-2/+4
2023-11-16[AArch64][Windows] Add MC support for ec_context (#69520)Billy Laws3-0/+7
2023-11-02[llvm][AArch64][Assembly]: Add LUT assembly/disassembly. (#70802)Hassnaa Hamdi1-0/+4
2023-10-13[AArch64][NFC] Refactor NEON, SVE and SME classes and multiclasses fo… (#68...CarolineConcatto2-1/+3
2023-10-12Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata2-3/+4
2023-10-02[AArch64][Win] Work around an MSVC arm64 compiler bug (#67865)Hiroshi Yamauchi1-0/+22
2023-09-25[AArch64] Remove unused method EncodePPR_p8to15Matt Devereau1-11/+0
2023-09-21[AArch64] Separate PNR into its own Register Class (#65306)Matthew Devereau3-3/+14
2023-09-01[llvm] Add assembly color highlightingJonas Devlieghere2-83/+93
2023-08-29[MC,AArch64] Suppress local symbol to STT_SECTION conversion for GOT relocationsFangrui Song1-0/+8
2023-08-24[AArch64][ELF] Support R_AARCH64_AUTH_ABS64 static relocationDaniil Kovalev4-1/+103
2023-08-17[MC][COFF][AArch64] Avoid incorrect IMAGE_REL_ARM64_BRANCH26 relocations.Hiroshi Yamauchi1-0/+7
2023-08-15Sink AArch64ExpandImm.h include from header file to use.Eric Christopher1-1/+0
2023-07-27[AArch64] Switch magic numbers to library functions in fixupDaniel Hoekwater1-7/+7
2023-07-27Adjust includes in MCTargetDesc to avoid unnecessary CodeGen deps, NFCReid Kleckner1-1/+0
2023-06-29[AArch64][MachO] Drop a 2015 ld64 workaround avoiding local relocationsFangrui Song1-5/+3
2023-06-16Prevent out of range fixup encoding on AArch64Daniel Hoekwater1-3/+4
2023-06-14[AArch64] Neoverse V2 scheduling modelRicardo Jesus2-0/+8
2023-06-07Reland "D144999 [MC][MachO]Only emits compact-unwind format for "canonical" p...Vy Nguyen1-2/+6
2023-06-05[AArch64,AVR,PowerPC] Migrate to new encodeInstruction that uses SmallVectorI...Fangrui Song1-3/+5
2023-05-19Revert "[RFC][MC][MachO]Only emits compact-unwind format for "canonical" pers...Nico Weber1-6/+2
2023-05-18[RFC][MC][MachO]Only emits compact-unwind format for "canonical" personality ...Vy Nguyen1-2/+6
2023-05-14[MC] Remove redundant classof definitions for MCTargetDesc's derived classesFangrui Song1-2/+0
2023-05-03MCInstrAnalysis: make GotPltSectionVA x86-32 specificFangrui Song1-1/+0
2023-05-03Split out `CodeGenTypes` from `CodeGen` for LLT/MVTNAKAMURA Takumi1-1/+1
2023-05-03Restore CodeGen/LowLevelType from `Support`NAKAMURA Takumi1-0/+1
2023-04-17[CMake] Reorder and reformat depsNAKAMURA Takumi1-2/+3
2023-03-15[AArch64] Add hex comments to mov-imm spellings in the InstPrinterJon Roelofs1-12/+20
2023-03-15Revert "[AArch64] Add hex comments to mov-imm spellings in the InstPrinter"Jon Roelofs1-20/+12
2023-03-15[AArch64] Add hex comments to mov-imm spellings in the InstPrinterJon Roelofs1-12/+20
2023-02-18[AArch64InstPrinter][llvm-objdump] Print ADR PC-relative label as a target ad...Kristina Bessonova3-9/+15
2023-02-17[AArch64] Simplify with MCSubtargetInfo::hasFeature. NFCFangrui Song1-2/+1
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott3-3/+3
2023-01-28[Target] Use llvm::count{l,r}_{zero,one} (NFC)Kazu Hirata1-6/+6
2023-01-23[MC] Make more use of MCInstrDesc::operands. NFC.Jay Foad1-1/+1
2023-01-20[ARM][AArch64] Switch to generic MEMBARRIER nodePhilip Reames2-9/+1
2023-01-17[MC] Use MCRegister instead of unsigned in MCInstPrinter (NFC)Sergei Barannikov2-14/+18
2023-01-05Fix typosLuke Drummond1-1/+1
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott1-0/+1
2022-12-19[AArch64] Add new v9.4-A PM pstate system registerLucas Prates1-3/+6
2022-12-18[llvm-objdump][AArch64] Fix ADRP target label calculationKristina Bessonova1-2/+5
2022-12-08[MC][AArch64] Remove bogus whitespace of markup'd immediate.Paul Walker1-1/+1
2022-12-08[Arm][AArch64] Add support for v8.9-A/v9.4-A base extensionsLucas Prates1-7/+15