Age | Commit message (Expand) | Author | Files | Lines |
2015-05-28 | Compact EH Support | Catherine Moore | 35 | -151/+1547 |
2015-05-26 | xtensa: fix gas segfault with --text-section-literals | Max Filippov | 2 | -1/+15 |
2015-05-22 | Fixes: "gas/read.c:5087:12: error: left shift of negative" | Nick Clifton | 2 | -1/+7 |
2015-05-20 | [AArch64] Sort relocation case labels alphabetically | Jiong Wang | 2 | -18/+25 |
2015-05-15 | Support AMD64/Intel ISAs in assembler/disassembler | H.J. Lu | 11 | -2/+100 |
2015-05-15 | Add -mshared option to x86 ELF assembler | H.J. Lu | 11 | -28/+219 |
2015-05-14 | Fix some PPC assembler errors. | Peter Bergner | 7 | -9/+30 |
2015-05-14 | Don't add the zlib header to SHF_COMPRESSED section | H.J. Lu | 2 | -13/+17 |
2015-05-13 | xtensa: fix gas trampolines regression | Max Filippov | 4 | -2/+20 |
2015-05-13 | Revert "Add -mno-shared to x86 assembler" | H.J. Lu | 7 | -110/+0 |
2015-05-13 | Add missing ChangeLog entries for PR binutis/18386 | H.J. Lu | 1 | -0/+11 |
2015-05-11 | Default e_machine to EM_IAMCU for i?86-*-elfiamcu | H.J. Lu | 3 | -1/+30 |
2015-05-11 | Add Intel MCU support to gas | H.J. Lu | 18 | -6/+279 |
2015-05-09 | Ignore 0x66 prefix for call/jmp/jcc in 64-bit mode | H.J. Lu | 6 | -6/+105 |
2015-05-08 | Change ARM symbol name verification code so that it only triggers when the fo... | Nick Clifton | 6 | -35/+61 |
2015-05-08 | Add -mno-shared to x86 assembler | H.J. Lu | 7 | -0/+110 |
2015-05-07 | Optimize branches to non-weak symbols with visibility | H.J. Lu | 7 | -4/+137 |
2015-05-06 | gas: typo in comment fixed. | Jose E. Marchesi | 2 | -1/+5 |
2015-05-06 | gas: added tests for the sparc natural instructions. | Jose E. Marchesi | 5 | -5/+53 |
2015-05-06 | gas: support for the sparc %ncc condition codes register. | Jose E. Marchesi | 9 | -2/+56 |
2015-05-06 | Update GAS documentation to note that dollar local labels are only supported ... | Nick Clifton | 2 | -15/+23 |
2015-05-06 | [AArch64] Record instruction alignment for .inst directive | Renlin Li | 5 | -5/+30 |
2015-05-05 | [AARCH64] Positively emit symbols for alignment | Renlin Li | 7 | -14/+63 |
2015-05-05 | Add support to the MSP430 linker for the automatic placement of code and data... | Nick Clifton | 2 | -14/+33 |
2015-05-05 | xtensa: optimize trampolines relaxation | Max Filippov | 2 | -27/+207 |
2015-05-01 | Fix typos in previous patch. | DJ Delorie | 2 | -6/+11 |
2015-05-01 | Remove i386_elf_emit_arch_note | H.J. Lu | 7 | -47/+23 |
2015-05-01 | Support ix86-*-elf* | H.J. Lu | 2 | -1/+5 |
2015-04-30 | Make RL78 disassembler and simulator respect ISA for mul/div | DJ Delorie | 4 | -7/+46 |
2015-04-30 | Use "else if" on cpu_arch_isa | H.J. Lu | 2 | -1/+6 |
2015-04-30 | GAS ARM: Warn if the user creates a symbol with the same name as an instruction. | Nick Clifton | 7 | -0/+82 |
2015-04-30 | Adds documentation of GAS's .zero directive. | Nick Clifton | 2 | -0/+20 |
2015-04-29 | Fix an internal error in GAS when assembling a bogus piece of source code. | Nick Clifton | 6 | -1/+31 |
2015-04-29 | Updates the description of GAS's .set directive, to note that for some target... | Nick Clifton | 2 | -1/+14 |
2015-04-28 | [ARM]Positively emit symbols for alignment | Renlin Li | 5 | -22/+27 |
2015-04-28 | Fix compile time warnings about a local variable being used before it is set. | Nick Clifton | 2 | -2/+9 |
2015-04-27 | opcodes/ | Peter Bergner | 8 | -140/+124 |
2015-04-27 | [AArch64] Don't try to align insn in non-executale section | Renlin Li | 2 | -12/+16 |
2015-04-27 | S/390: z13 use GNU attribute to indicate vector ABI | Andreas Krebbel | 2 | -0/+20 |
2015-04-27 | S/390: Fixes for z13 instructions. | Andreas Krebbel | 3 | -6/+12 |
2015-04-24 | gas thunderx support | Jim Wilson | 2 | -2/+9 |
2015-04-24 | [ARM]: Don't tail-pad over-aligned functions to the alignment boundary. | Richard Earnshaw | 4 | -15/+18 |
2015-04-23 | Improve warning messages for la/dla | Matthew Fortune | 8 | -2/+27 |
2015-04-23 | Fix r6-branch-constraints test when run with n64 as default ABI | Matthew Fortune | 2 | -1/+6 |
2015-04-23 | x86: disambiguate disassembly of certain AVX512 insns | Jan Beulich | 7 | -480/+494 |
2015-04-23 | x86: don't require operand size specification for AVX512 broadcasts | Jan Beulich | 9 | -238/+258 |
2015-04-20 | Don't hardcode offset of .shstrtab section | H.J. Lu | 19 | -24/+46 |
2015-04-20 | Silence texinfo 5.1 warnings | H.J. Lu | 3 | -30/+41 |
2015-04-17 | Fix avr compiler warning | Senthil Kumar Selvaraj | 2 | -15/+20 |
2015-04-15 | Handle invalid prefixes for rdrand and rdseed | H.J. Lu | 3 | -0/+49 |