Age | Commit message (Expand) | Author | Files | Lines |
2021-04-26 | x86: add IS_ELF to check whether to resolve @size reloc | Jan Beulich | 2 | -1/+7 |
2021-04-26 | x86: limit 32-bit @size overflow checks to 64-bit objects | Jan Beulich | 2 | -0/+6 |
2021-04-26 | x86: optimize LEA | Jan Beulich | 13 | -8/+569 |
2021-04-26 | x86-64: have value properly checked when resolving fixup | Jan Beulich | 5 | -1/+65 |
2021-04-23 | Fix type of .persistent.bss section | Eric Botcazou | 4 | -2/+17 |
2021-04-23 | Allow .seh_pushframe to take an optional [code] parameter | J?r?me Gardou | 2 | -1/+25 |
2021-04-23 | x86-64: special case LEA when determining signedness of displacement | Jan Beulich | 2 | -8/+24 |
2021-04-23 | x86-64: defer 32-bit signed displacement check | Jan Beulich | 2 | -19/+34 |
2021-04-23 | x86: re-order optimize_disp() | Jan Beulich | 2 | -16/+23 |
2021-04-23 | x86: don't truncate values in diagnostics and alike | Jan Beulich | 2 | -4/+9 |
2021-04-21 | Adjust readelf's output so that section symbols without a name as shown with ... | Nick Clifton | 34 | -133/+170 |
2021-04-20 | Rework the R_NEG support on both gas and ld for the PowerPC AIX targets, in o... | Cl?ment Chigot | 3 | -28/+107 |
2021-04-19 | Fix an assembler testuite failure when checking a toolchain configured with -... | Nick Clifton | 2 | -0/+7 |
2021-04-19 | aarch64: New instructions for maintenance of GPT entries cached in a TLB | Przemyslaw Wirkus | 4 | -0/+18 |
2021-04-19 | aarch64: Add new data cache maintenance operations | Przemyslaw Wirkus | 3 | -0/+11 |
2021-04-19 | gas: drop sprint_value() | Jan Beulich | 7 | -30/+19 |
2021-04-16 | aarch64: Define RME system registers | Przemyslaw Wirkus | 6 | -0/+41 |
2021-04-16 | RISC-V: PR27436, make operand C> work the same as >. | Nelson Chu | 8 | -3/+116 |
2021-04-16 | Update the ChangeLog, and add the missing entries. | Nelson Chu | 1 | -2/+6 |
2021-04-16 | RISC-V: compress "addi d,CV,z" to "c.mv d,CV" | Lifang Xia | 2 | -9/+9 |
2021-04-14 | Re: PR27723, Internal error in select_cie_for_fde | Alan Modra | 2 | -68/+67 |
2021-04-14 | PR27723, Internal error in select_cie_for_fde | Alan Modra | 2 | -0/+10 |
2021-04-13 | m68hc11 gas testsuite wart | Alan Modra | 2 | -13/+15 |
2021-04-12 | Power10 bignum operands | Alan Modra | 6 | -70/+124 |
2021-04-12 | RISC-V: Support to parse the multi-letter prefix in the architecture string. | Nelson Chu | 23 | -23/+59 |
2021-04-09 | AArch64: Fix Diagnostic messaging for LD/ST Exclusive. | Tejas Belagod | 4 | -14/+53 |
2021-04-09 | PowerPC disassembly of pcrel references | Alan Modra | 4 | -51/+57 |
2021-04-08 | PR27676, PowerPC missing extended dcbt, dcbtst mnemonics | Alan Modra | 6 | -4/+163 |
2021-04-07 | Fix pr27217 testcase failure | Alan Modra | 2 | -3/+8 |
2021-04-06 | Fix a problem assembling AArch64 sources when a relocation is generated again... | Nick Clifton | 4 | -140/+235 |
2021-04-06 | gas: missing (re-)initialization of local variable in fixup_segment() | Jan Beulich | 2 | -1/+7 |
2021-04-05 | C99 gas configury | Alan Modra | 18 | -2013/+561 |
2021-04-01 | Remove strneq macro and use startswith. | Martin Liska | 4 | -17/+23 |
2021-04-01 | Use startswith in gas subfolder. | Martin Liska | 58 | -417/+540 |
2021-03-31 | Don't include bfd/sysdep.h for gas files | Alan Modra | 5 | -7/+11 |
2021-03-31 | Use bool in gas | Alan Modra | 133 | -4237/+4275 |
2021-03-31 | Remove bfd_stdint.h | Alan Modra | 5 | -4/+10 |
2021-03-30 | x86: drop seg_entry | Jan Beulich | 3 | -45/+46 |
2021-03-30 | x86: drop REGNAM_{AL,AX,EAX} | Jan Beulich | 3 | -3/+17 |
2021-03-30 | x86: adjust st(<N>) parsing | Jan Beulich | 2 | -6/+29 |
2021-03-30 | x86: integrate rc_op into struct _i386_insn | Jan Beulich | 2 | -43/+50 |
2021-03-30 | x86: integrate broadcast_op into struct _i386_insn | Jan Beulich | 2 | -43/+52 |
2021-03-30 | x86: integrate mask_op into struct _i386_insn | Jan Beulich | 2 | -55/+69 |
2021-03-30 | x86: make swap_2_operands() have unsigned parameters | Jan Beulich | 2 | -12/+25 |
2021-03-29 | x86: VPSADBW's source operands are also commutative | Jan Beulich | 4 | -2/+10 |
2021-03-29 | x86: derive opcode encoding space attribute from base opcode | Jan Beulich | 3 | -120/+173 |
2021-03-29 | TRUE/FALSE simplification | Alan Modra | 17 | -82/+59 |
2021-03-29 | gas int vs bfd_boolean fixes | Alan Modra | 7 | -65/+83 |
2021-03-26 | x86-64: don't accept supposedly disabled MOVQ forms | Jan Beulich | 4 | -0/+31 |
2021-03-25 | [NIOS2] Fix disassembly of br.n instruction. | Hafiz Abid Qadeer | 3 | -0/+19 |