aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
2024-01-15aarch64: Fix tlbi and tlbip instructionsAndrew Carlotti9-149/+242
2024-01-15aarch64: Refactor aarch64_sys_ins_reg_supported_pAndrew Carlotti1-3/+2
2024-01-15aarch64: Add SVE2.1 Contiguous load/store instructions.Srinath Parvathaneni4-0/+46
2024-01-15PATCH 5/6][Binutils] aarch64: Add SVE2.1 fmin and fmax instructions.Srinath Parvathaneni3-0/+79
2024-01-15aarch64: Add SVE2.1 dupq, eorqv and extq instructions.Srinath Parvathaneni4-0/+64
2024-01-15aarch64: Add support for FEAT_SVE2p1.Srinath Parvathaneni7-0/+134
2024-01-15aarch64: Add support for FEAT_SME2p1 instructions.Srinath Parvathaneni5-0/+104
2024-01-15aarch64: Add support for FEAT_B16B16 instructions.Srinath Parvathaneni5-0/+320
2024-01-15gas/NEWS: announce the new SCFI command line optionIndu Bhagat1-0/+3
2024-01-15gas: testsuite: add an x86 testsuite for SCFIIndu Bhagat129-0/+3074
2024-01-15gas: doc: update documentation for the new listing optionIndu Bhagat1-5/+11
2024-01-15gas: x86: synthesize CFI for hand-written asmIndu Bhagat16-10/+4128
2024-01-15opcodes: gas: x86: define and use Rex2 as attribute not constraintIndu Bhagat1-1/+1
2024-01-15gas: scfidw2gen: new functionality to prepare for SCFIIndu Bhagat5-5/+312
2024-01-15gas: add new command line option --scfi=experimentalIndu Bhagat3-2/+44
2024-01-15gas: dw2gencfi: externalize the all_cfi_sectionsIndu Bhagat1-0/+2
2024-01-15gas: dw2gencfi: expose dot_cfi_sections for scfidw2genIndu Bhagat2-2/+5
2024-01-15gas: dw2gencfi: move some tc_* defines to the header fileIndu Bhagat2-12/+12
2024-01-15gas: dw2gencfi: expose a new cfi_set_last_fde APIIndu Bhagat2-3/+12
2024-01-15gas: dw2gencfi: use all_cfi_sections instead of cfi_sectionsIndu Bhagat1-4/+4
2024-01-15gas: dw2gencfi: minor rejig for cfi_sections_set and all_cfi_sectionsIndu Bhagat1-7/+2
2024-01-12bpf: fix relocation addend incorrect symbol valueDavid Faust3-0/+63
2024-01-12aarch64: Make FEAT_ASMv8p2 instruction aliases always availableAndrew Carlotti1-1/+1
2024-01-12aarch64: Add +xs flag for existing instructionsAndrew Carlotti3-0/+21
2024-01-12aarch64: Add +wfxt flag for existing instructionsAndrew Carlotti3-0/+133
2024-01-12aarch64: Add +rcpc2 flag for existing instructionsAndrew Carlotti4-1/+2233
2024-01-12aarch64: Add +flagm2 flag for existing instructionsAndrew Carlotti2-0/+2
2024-01-12aarch64: Add +frintts flag for existing instructionsAndrew Carlotti5-4/+16
2024-01-12aarch64: Add +jscvt flag for existing fjcvtzs instructionAndrew Carlotti2-0/+2
2024-01-12aarch64: Fix option parsing to disallow prefixes of valid optionsAndrew Carlotti4-1/+6
2024-01-12aarch64: Add +fcma alias for +compnumAndrew Carlotti2-0/+3
2024-01-12aarch64: Fix +lse feature flag dependencyAndrew Carlotti1-1/+1
2024-01-12gas: sframe: warn when skipping SFrame FDE generationIndu Bhagat3-13/+23
2024-01-12x86: Fix indentation and use true/false instead of 1/0Cui, Lili1-14/+14
2024-01-11LoongArch: Discard extra spaces in objdump outputLulu Cai6-13/+13
2024-01-10gas: aarch64: Add system registers for Debug and PMU extensionsSaurabh Jha3-0/+151
2024-01-09x86: add missing APX logic to cpu_flags_match()Jan Beulich3-0/+41
2024-01-09x86: FMA insns aren't eligible to VEX2 encodingJan Beulich8-0/+11
2024-01-09aarch64: ADD FEAT_THE RCWCAS instructions.Srinath Parvathaneni15-0/+1289
2024-01-09arch64: Add optional operand register pair support testsVictor Do Nascimento5-0/+57
2024-01-09aarch64: Add support for 128-bit system register mrrs and msrr insnsVictor Do Nascimento6-4/+75
2024-01-09aarch64: Add TLBIP testsVictor Do Nascimento2-0/+259
2024-01-09aarch64: Implement TLBIP 128-bit instructionVictor Do Nascimento1-0/+1
2024-01-09aarch64: Apply narrowing of allowed immediate values for SYSPVictor Do Nascimento4-1/+34
2024-01-09aarch64: Add support for the SYSP 128-bit system instructionVictor Do Nascimento2-0/+9
2024-01-09aarch64: Add support for optional operand pairsVictor Do Nascimento1-2/+17
2024-01-09aarch64: Add support for xzr register in register pair operandsVictor Do Nascimento1-0/+1
2024-01-09aarch64: Add +d128 architectural feature supportVictor Do Nascimento2-0/+4
2024-01-08MIPS/GAS: mips.exp, mark all mipsisa32*-linux as addr32YunQiang Su1-1/+1
2024-01-08arm: Add support for Armv8.9-A and Armv9.4-Asrinath9-0/+64