aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
2020-10-02Fix the mve-vcvtne-it assembler test for the arm-*-pe targets.Nick Clifton2-1/+7
2020-10-01Add new directive to GAS: .attach_to_group.Nick Clifton11-1/+108
2020-09-30x86: Check register operand for AddrPrefixOpRegH.J. Lu8-34/+114
2020-09-30[GAS][AArch64] Add support for Cortex-A78 and Cortex-A78AEPrzemyslaw Wirkus4-0/+24
2020-09-30NEWS: Mention recent Arm CPU supportAlex Coplan2-0/+9
2020-09-30aarch64: Add support for Neoverse N2 CPUAlex Coplan3-0/+16
2020-09-30gcc-4.4.7 warning fixesAlan Modra3-3/+10
2020-09-29Add a note about recent changes to the AArch64 assembler: TRBE, ETE and ETMv4...Przemyslaw Wirkus2-0/+15
2020-09-28This patch adds support for Cortex-X1 for ARM.Przemyslaw Wirkus4-0/+16
2020-09-28This patch introduces ETMv4 (Embedded Trace Macrocell) system registers for t...Przemyslaw Wirkus14-9/+933
2020-09-28This patch adds support for Cortex-X1Przemyslaw Wirkus3-1/+10
2020-09-28This patch introduces ETE (Embedded Trace Extension) system registers for the...Przemyslaw Wirkus3-0/+38
2020-09-28This patch introduces TRBE (Trace Buffer Extension) system registers for the ...Przemyslaw Wirkus6-0/+52
2020-09-28arm: Add missing Neoverse V1 featureAlex Coplan2-1/+7
2020-09-28aarch64: Neoverse V1 tweaksAlex Coplan2-8/+14
2020-09-26ubsan: opcodes/csky-opc.h:929 shift exponent 536870912Alan Modra2-48/+51
2020-09-24RISC-V: Error for relaxable branch in absolute section.Jim Wilson5-0/+23
2020-09-24readelf: Show Unit Type for DWARF5Mark Wielaard2-0/+5
2020-09-24arm: Add support for Neoverse V1 CPUAlex Coplan3-0/+9
2020-09-24aarch64: Add support for Neoverse V1 CPUAlex Coplan3-0/+14
2020-09-24arm: Add support for Neoverse N2 CPUAlex Coplan3-0/+11
2020-09-24Add support for Intel TDX instructions.Cui,Lili9-1/+62
2020-09-23CSKY: Add objdump option -M abi-names.Cooper Qu7-416/+327
2020-09-23Enable support to Intel Keylocker instructionsTerry Guo14-1/+263
2020-09-21PR26569, R_RISCV_RVC_JUMP results in buffer overflowAlan Modra2-3/+15
2020-09-18bpf: xBPF SDIV, SMOD instructionsDavid Faust6-0/+67
2020-09-18Ensure that space allocated by assembler directives converts from an octet co...Nick Clifton2-1/+7
2020-09-17Tidy gas i386.expAlan Modra2-34/+38
2020-09-16Tidy elf_symbol_fromAlan Modra6-11/+18
2020-09-15PE/x86-64: Display PE relocation namesH.J. Lu3-5/+10
2020-09-15PR26610, ARM's "VFPv3 vldr to vmov" gas testcase failAlan Modra2-19/+28
2020-09-15Fix the assembler's new .nop directive so that the input line pointer is pres...Nick Clifton3-6/+14
2020-09-15Change the /nop directive for the BPF port of the assembler to use the encodi...David Faust2-1/+7
2020-09-14Fix support for theassembler's new ".nop" directive on the IA64 target.Nick Clifton2-0/+3
2020-09-14Add a new ".nop" directive to the assembler to allow the creation of no-op in...Nick Clifton18-39/+165
2020-09-14CSKY: Set feature flags for default cpu.Cooper Qu1-3/+2
2020-09-11gas: Don't error when .debug_line already exists, unless .loc was usedMark Wielaard13-10/+369
2020-09-10CSKY: Enable extend lrw by default for CK802, CK803 and CK860.Cooper Qu2-1/+9
2020-09-10CSKY: Add L2Cache instructions for CK860.Cooper Qu1-1/+1
2020-09-10CSKY: Add new arches while refine the cpu option process.Cooper Qu2-172/+466
2020-09-09power10 on ppc32Alan Modra2-1/+7
2020-09-09CSKY: Change mvtc and mulsw's ISA flag.Cooper Qu2-2/+7
2020-09-09CSKY: Support option -mfloat-abi.Cooper Qu2-0/+67
2020-09-09CSKY: Add FPUV3 instructions, which supported by ck860f.Cooper Qu2-31/+217
2020-09-08MSP430: Support relocations for subtract expressions in .uleb128 directivesJozef Lawrynowicz2-1/+59
2020-09-08aarch64: Add -mcpu option for Cortex-R82Alex Coplan3-1/+8
2020-09-08aarch64: Add support for Armv8-R system registersAlex Coplan9-4/+493
2020-09-08aarch64: Add support for Armv8-R DFB aliasAlex Coplan3-0/+15
2020-09-08aarch64: Add base support for Armv8-RAlex Coplan3-1/+7
2020-09-07gas: Output directory and file names in .debug_line_str for DWARF5Mark Wielaard3-23/+82