summaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)Author
2024-01-15aarch64: Fix tlbi and tlbip instructionsAndrew Carlotti
2024-01-15aarch64: Refactor aarch64_sys_ins_reg_supported_pAndrew Carlotti
2024-01-15aarch64: Add SVE2.1 Contiguous load/store instructions.Srinath Parvathaneni
2024-01-15PATCH 5/6][Binutils] aarch64: Add SVE2.1 fmin and fmax instructions.Srinath Parvathaneni
2024-01-15aarch64: Add SVE2.1 dupq, eorqv and extq instructions.Srinath Parvathaneni
2024-01-15aarch64: Add support for FEAT_SVE2p1.Srinath Parvathaneni
2024-01-15aarch64: Add support for FEAT_SME2p1 instructions.Srinath Parvathaneni
2024-01-15aarch64: Add support for FEAT_B16B16 instructions.Srinath Parvathaneni
2024-01-15gas/NEWS: announce the new SCFI command line optionIndu Bhagat
2024-01-15gas: testsuite: add an x86 testsuite for SCFIIndu Bhagat
2024-01-15gas: doc: update documentation for the new listing optionIndu Bhagat
2024-01-15gas: x86: synthesize CFI for hand-written asmIndu Bhagat
2024-01-15opcodes: gas: x86: define and use Rex2 as attribute not constraintIndu Bhagat
2024-01-15gas: scfidw2gen: new functionality to prepare for SCFIIndu Bhagat
2024-01-15gas: add new command line option --scfi=experimentalIndu Bhagat
2024-01-15gas: dw2gencfi: externalize the all_cfi_sectionsIndu Bhagat
2024-01-15gas: dw2gencfi: expose dot_cfi_sections for scfidw2genIndu Bhagat
2024-01-15gas: dw2gencfi: move some tc_* defines to the header fileIndu Bhagat
2024-01-15gas: dw2gencfi: expose a new cfi_set_last_fde APIIndu Bhagat
2024-01-15gas: dw2gencfi: use all_cfi_sections instead of cfi_sectionsIndu Bhagat
2024-01-15gas: dw2gencfi: minor rejig for cfi_sections_set and all_cfi_sectionsIndu Bhagat
2024-01-12bpf: fix relocation addend incorrect symbol valueDavid Faust
2024-01-12aarch64: Make FEAT_ASMv8p2 instruction aliases always availableAndrew Carlotti
2024-01-12aarch64: Add +xs flag for existing instructionsAndrew Carlotti
2024-01-12aarch64: Add +wfxt flag for existing instructionsAndrew Carlotti
2024-01-12aarch64: Add +rcpc2 flag for existing instructionsAndrew Carlotti
2024-01-12aarch64: Add +flagm2 flag for existing instructionsAndrew Carlotti
2024-01-12aarch64: Add +frintts flag for existing instructionsAndrew Carlotti
2024-01-12aarch64: Add +jscvt flag for existing fjcvtzs instructionAndrew Carlotti
2024-01-12aarch64: Fix option parsing to disallow prefixes of valid optionsAndrew Carlotti
2024-01-12aarch64: Add +fcma alias for +compnumAndrew Carlotti
2024-01-12aarch64: Fix +lse feature flag dependencyAndrew Carlotti
2024-01-12gas: sframe: warn when skipping SFrame FDE generationIndu Bhagat
2024-01-12x86: Fix indentation and use true/false instead of 1/0Cui, Lili
2024-01-11LoongArch: Discard extra spaces in objdump outputLulu Cai
2024-01-10gas: aarch64: Add system registers for Debug and PMU extensionsSaurabh Jha
2024-01-09x86: add missing APX logic to cpu_flags_match()Jan Beulich
2024-01-09x86: FMA insns aren't eligible to VEX2 encodingJan Beulich
2024-01-09aarch64: ADD FEAT_THE RCWCAS instructions.Srinath Parvathaneni
2024-01-09arch64: Add optional operand register pair support testsVictor Do Nascimento
2024-01-09aarch64: Add support for 128-bit system register mrrs and msrr insnsVictor Do Nascimento
2024-01-09aarch64: Add TLBIP testsVictor Do Nascimento
2024-01-09aarch64: Implement TLBIP 128-bit instructionVictor Do Nascimento
2024-01-09aarch64: Apply narrowing of allowed immediate values for SYSPVictor Do Nascimento
2024-01-09aarch64: Add support for the SYSP 128-bit system instructionVictor Do Nascimento
2024-01-09aarch64: Add support for optional operand pairsVictor Do Nascimento
2024-01-09aarch64: Add support for xzr register in register pair operandsVictor Do Nascimento
2024-01-09aarch64: Add +d128 architectural feature supportVictor Do Nascimento
2024-01-08MIPS/GAS: mips.exp, mark all mipsisa32*-linux as addr32YunQiang Su
2024-01-08arm: Add support for Armv8.9-A and Armv9.4-Asrinath