aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/ARM/Disassembler
AgeCommit message (Expand)AuthorFilesLines
2025-11-28[ARM] Auto-decode pred operands of Thumb instructions (#156540)Sergei Barannikov1-63/+125
2025-11-09[Target] Fix misleading indentation (NFC) (#167206)Kazu Hirata1-5/+5
2025-10-04[ARM] Auto-decode vpred_n/vpred_r operands (#160282)Sergei Barannikov1-56/+45
2025-09-23[NFC][MC][ARM] Reorder decoder functions N/N (#158767)Rahul Joshi1-65/+59
2025-09-23[ARM] Auto-decode s_cc_out operand (#159956)Sergei Barannikov1-28/+13
2025-09-19[ARM] Verify that disassembled instruction is correct (#157360)Sergei Barannikov1-41/+27
2025-09-08[NFC][MC][ARM] Reorder decoder functions 5/N (#156920)Rahul Joshi1-293/+263
2025-09-04[NFC][MC][ARM] Reorder decoder functions 4/N (#156690)Rahul Joshi1-528/+39
2025-09-03[NFC][MC][ARM] Rearrange decoder functions 3/N (#156240)Rahul Joshi1-256/+256
2025-08-31[NFC][ARM][MC] Rearrange decoder functions 2/N (#155464)Rahul Joshi1-254/+254
2025-08-26[NFC][MC][ARM] Rearrange decode functions in ARM disassembler (#154988)Rahul Joshi1-36/+36
2025-08-21[NFC][MC][Decoder] Extract fixed pieces of decoder code into new header file ...Rahul Joshi1-0/+2
2025-08-21[NFC][MC][ARM] Fix formatting for `ITStatus` and `VPTStatus` (#154815)Rahul Joshi1-80/+66
2025-08-21[ARM][Disassembler] Advance IT State when instruction is unknown (#154531)Peter Smith1-0/+4
2025-07-13[ARM] Remove unnecessary casts (NFC) (#148533)Kazu Hirata1-20/+19
2025-06-17[llvm] annotate interfaces in llvm/Target for DLL export (#143615)Andrew Rogers1-1/+2
2025-03-19[ARM] Use MCPhysReg instead of uint16_t for arrays of registers. NFCCraig Topper1-7/+7
2024-11-07[ARM] Allow spilling FPSCR for MVE adc/sbc intrinsics (#115174)Oliver Stannard1-0/+7
2024-10-18[ARM] Use ARM::NoRegister in more places. NFCDavid Green1-4/+4
2024-10-17Fix MSVC signed/unsigned mismatch warning. NFC.Simon Pilgrim1-1/+1
2024-10-17[ARM] Fix problems with register list in vscclrm (#111825)John Brawn1-18/+34
2024-10-16[ARM] Fix warnings in ARMAsmParser.cpp and ARMDisassembler.cpp (#112507)Karl-Johan Karlsson1-2/+3
2024-09-21[ARM] Use MCRegister in more places. NFCCraig Topper1-1/+1
2024-03-11[llvm][arm] add T1 and T2 assembly options for vlldm and vlstmSivan Shani1-0/+23
2024-02-29Revert "[llvm][arm] add T1 and T2 assembly options for vlldm and vlstm (#83116)"Tomas Matheson1-23/+0
2024-02-28[llvm][arm] add T1 and T2 assembly options for vlldm and vlstm (#83116)SivanShani-Arm1-0/+23
2023-10-10Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata1-3/+3
2023-10-09Use llvm::endianness{,::little,::native} (NFC)Kazu Hirata1-1/+1
2023-09-01[llvm] Fix duplicate word typos. NFCFangrui Song1-1/+1
2023-06-26Move SubtargetFeature.h from MC to TargetParserJob Noorman1-1/+1
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/+2
2023-02-17Simplify with hasFeature. NFCFangrui Song1-5/+5
2023-02-13[ARM] Use llvm::rotl and llvm::rotr (NFC)Kazu Hirata1-1/+1
2023-01-28[Target] Use llvm::count{l,r}_{zero,one} (NFC)Kazu Hirata1-2/+2
2023-01-23[MC] Make more use of MCInstrDesc::operands. NFC.Jay Foad1-8/+8
2023-01-12[ARM] Use MCInstrInfo::get in ARMDisassembler instead of reinventing itJay Foad1-37/+40
2022-12-13[NFC][CMake] Explicitly link to MC when neededRoman Lebedev1-0/+1
2022-12-07[TableGen] More named sub-operands work.James Y Knight1-0/+14
2022-10-28[llvm-tblgen] NFC: Simplify DecoderEmitter.James Y Knight1-15/+0
2022-08-08[llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song1-4/+4
2022-08-08[llvm-objdump,ARM] Fix big-endian AArch32 disassembly.Simon Tatham1-6/+14
2022-07-26[MC,llvm-objdump,ARM] Target-dependent disassembly resync policy.Simon Tatham1-0/+30
2022-05-25[MCDisassembler] Disambiguate Size parameter in tryAddingSymbolicOperand()Maksim Panchenko1-1/+2
2022-05-15Rename `MCFixedLenDisassembler.h` as `MCDecoderOps.h`Sheng1-1/+1
2022-03-25[Disassember][NFCI] Use strong type for instruction decoderMaksim Panchenko1-526/+747
2022-03-17[ARM] Fix Decode of tsb csyncArchibald Elliott1-0/+15
2021-11-30[clang][ARM] PACBTI-M assembly supportTies Stuij1-2/+65
2021-10-08Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner1-1/+1