summaryrefslogtreecommitdiff
path: root/gas
Commit message (Expand)AuthorAgeFilesLines
* RISC-V: Reorder the prefixed extensions which are out of order.Nelson Chu2022-06-226-15/+0
* RISC-V: Use single h extension to control hypervisor CSRs and instructions.Nelson Chu2022-06-2212-309/+361
* RISC-V: Fix inconsistent error message (range)Tsukasa OI2022-06-221-1/+1
* PR29256, memory leak in obj_elf_section_nameAlan Modra2022-06-171-14/+18
* use of uninitialised value in input_file_openAlan Modra2022-06-161-7/+7
* Restore readelf -wFAlan Modra2022-06-161-1/+1
* PR29250, readelf erases CIE initial register stateAlan Modra2022-06-163-1/+56
* BFD_RELOC_MIPS_16Alan Modra2022-06-141-8/+8
* gas dwarf2dbg.c tidyAlan Modra2022-06-145-41/+81
* asan: double free sb_killAlan Modra2022-06-081-2/+1
* Re: ubsan: undefined shift in frag_align_codeAlan Modra2022-06-031-1/+2
* x86: exclude certain ISA extensions from v3/v4 ISAJan Beulich2022-06-038-4/+43
* Re: ubsan: signed integer overflow in atof_genericAlan Modra2022-06-021-0/+1
* ubsan: signed integer overflow in atof_genericAlan Modra2022-06-021-8/+8
* ubsan: undefined shift in frag_align_codeAlan Modra2022-06-021-1/+1
* gas read_a_source_file #APP processingAlan Modra2022-06-021-91/+10
* sb_scrub_and_add_sb not draining input string bufferAlan Modra2022-06-021-2/+14
* asan: heap buffer overflow in dwarf2_directive_filenameAlan Modra2022-06-021-3/+5
* ia64 gas: Remove unnecessary initAlan Modra2022-05-311-2/+0
* Trailing spaces in objdump -r headerAlan Modra2022-05-31106-142/+142
* Fix failing test for armeb-gnu-eabiLuis Machado2022-05-301-18/+2
* RISC-V: Add zhinx extension supports.jiawei2022-05-302-0/+125
* opcodes/i386: remove trailing whitespace from insns with zero operandsAndrew Burgess2022-05-27203-1666/+1666
* Replace bfd_hostptr_t with uintptr_tAlan Modra2022-05-272-6/+6
* Remove use of bfd_uint64_t and similarAlan Modra2022-05-278-70/+55
* x86/Intel: allow MASM representation of embedded rounding / SAEJan Beulich2022-05-2712-1960/+2015
* x86: re-work AVX512 embedded rounding / SAEJan Beulich2022-05-274-72/+119
* x86/Intel: adjust representation of embedded rounding / SAEJan Beulich2022-05-2736-9924/+9924
* x86/Intel: allow MASM representation of embedded broadcastJan Beulich2022-05-2724-4140/+4262
* x86/Intel: adjust representation of embedded broadcastJan Beulich2022-05-2750-16765/+16765
* arm: avoid use of GNU builtin function in s_arm_unwind_save_mixedRichard Earnshaw2022-05-261-40/+17
* RISC-V: Fix RV32Q conflictTsukasa OI2022-05-257-3/+19
* opcodes: introduce BC field; fix iselDmitry Selyutin2022-05-254-4/+4
* ppc: extend opindex to 16 bitsDmitry Selyutin2022-05-252-13/+17
* RISC-V: Update zfinx implement with zicsr.Jia-Wei Chen2022-05-201-0/+36
* RISC-V: Remove RV128-only fmv instructionsTsukasa OI2022-05-203-0/+8
* arm: Fix system register fpcxt_ns and fpcxt_s naming convention.Srinath Parvathaneni2022-05-193-3/+88
* Arm64: force emission of ILP32-dependent relocsJan Beulich2022-05-191-1/+1
* Arm64: follow-on to PR gas/27217 fixJan Beulich2022-05-181-2/+7
* oops - forgot changelog entry for the previous delta.Victor Do Nascimento2022-05-181-0/+16
* arm: Add unwind support for mixed register listsVictor Do Nascimento2022-05-184-42/+107
* gas: avoid octal numbers being accepted when processing .linefileJan Beulich2022-05-183-0/+12
* gas: avoid bignum related errors when processing .linefileJan Beulich2022-05-184-4/+27
* gas: fold do_repeat{,_with_expander}()Jan Beulich2022-05-184-46/+15
* gas: don't ignore .linefile inside false conditionalsJan Beulich2022-05-184-0/+26
* gas: simplify ignore_input()Jan Beulich2022-05-181-11/+13
* gas: tweak .irp and alike file/line handling for M68K/MRIJan Beulich2022-05-181-1/+4
* RISC-V: Added half-precision floating-point v1.0 instructions.Nelson Chu2022-05-176-1/+191
* IBM zSystems: Fix left-shifting negative PCRel32 values (PR gas/29152)Ilya Leoshkevich2022-05-161-3/+3
* Re: IBM zSystems: Accept (. - 0x100000000) PCRel32 operandsAlan Modra2022-05-122-7/+7