aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
2016-08-23[AArch64] Add SVE condition codesusers/ARM/sveRichard Sandiford10-69/+211
2016-08-23[AArch64][SVE 32/32] Add SVE testsRichard Sandiford14-0/+79417
2016-08-23[AArch64][SVE 31/32] Add SVE instructionsRichard Sandiford2-1/+19
2016-08-23[AArch64][SVE 29/32] Add new SVE core & FP register operandsRichard Sandiford1-0/+6
2016-08-23[AArch64][SVE 28/32] Add SVE FP immediate operandsRichard Sandiford1-3/+38
2016-08-23[AArch64][SVE 27/32] Add SVE integer immediate operandsRichard Sandiford1-0/+27
2016-08-23[AArch64][SVE 26/32] Add SVE MUL VL addressing modesRichard Sandiford1-11/+45
2016-08-23[AArch64][SVE 25/32] Add support for SVE addressing modesRichard Sandiford1-34/+237
2016-08-23[AArch64][SVE 24/32] Add AARCH64_OPND_SVE_PATTERN_SCALEDRichard Sandiford1-1/+41
2016-08-23[AArch64][SVE 23/32] Add SVE pattern and prfop operandsRichard Sandiford1-0/+64
2016-08-23[AArch64][SVE 22/32] Add qualifiers for merging and zeroing predicationRichard Sandiford1-4/+52
2016-08-23[AArch64][SVE 21/32] Add Zn and Pn registersRichard Sandiford1-32/+134
2016-08-23[AArch64][SVE 20/32] Add support for tied operandsRichard Sandiford1-0/+5
2016-08-23[AArch64][SVE 13/32] Add an F_STRICT flagRichard Sandiford1-4/+1
2016-08-23[AArch64][SVE 12/32] Make more use of bfd_booleanRichard Sandiford1-12/+24
2016-08-23[AArch64][SVE 11/32] Tweak aarch64_reg_parse_32_64 interfaceRichard Sandiford1-36/+51
2016-08-23[AArch64][SVE 10/32] Move range check out of parse_aarch64_imm_floatRichard Sandiford1-8/+6
2016-08-23[AArch64][SVE 09/32] Improve error messages for invalid floatsRichard Sandiford3-6/+23
2016-08-23[AArch64][SVE 08/32] Generalise aarch64_double_precision_fmovableRichard Sandiford1-33/+29
2016-08-23[AArch64][SVE 07/32] Replace hard-coded uses of REG_TYPE_R_Z_BHSDQ_VRichard Sandiford1-22/+31
2016-08-23[AArch64][SVE 06/32] Generalise parse_neon_reg_listRichard Sandiford1-5/+8
2016-08-23[AArch64][SVE 05/32] Rename parse_neon_type_for_operandRichard Sandiford1-2/+2
2016-08-23[AArch64][SVE 04/32] Rename neon_type_el to vector_type_elRichard Sandiford1-16/+16
2016-08-23[AArch64][SVE 03/32] Rename neon_el_type to vector_el_typeRichard Sandiford1-4/+4
2016-08-23[AArch64][SVE 01/32] Remove parse_neon_operand_typeRichard Sandiford1-27/+4
2016-08-19ARM: Issue a warning when the MRRC and MRRC2 instructions are used with the s...Tamar Christina5-0/+51
2016-08-19Place .shstrtab section after .symtab and .strtab, thus restoring monotonical...Nick Clifton22-85/+110
2016-08-11[AArch64] Reject -0.0 as an 8-bit FP immediateRichard Sandiford4-2/+32
2016-08-05Ensure ARM VPUSH and VPOP instructions do not affect more than 16 registers.Nick Clifton6-37/+89
2016-08-05Fix the generation of alignment frags in code sections for AArch64.Nick Clifton4-3/+58
2016-08-04Fix generation of relocs for 32-bit Sparc Solaris targets.Stefan Trleman2-0/+23
2016-07-29gas: avoid spurious failures in non-ELF targets in the SPARC testsuite.Jose E. Marchesi3-48/+56
2016-07-27MIPS/GAS: Implement microMIPS branch/jump compactionMaciej W. Rozycki45-640/+8541
2016-07-27Begin implementing ARC NPS-400 Accelerator instructionsGraham Markall4-35/+298
2016-07-26MIPS/GAS: Respect the `insn32' mode in branch relaxationMaciej W. Rozycki10-66/+1248
2016-07-21Set BFD_VERSION to 2.27.51H.J. Lu2-10/+14
2016-07-20Add support to the ARC disassembler for selecting instruction classes.Claudiu Zissulescu9-4/+254
2016-07-20MIPS/GAS: Remove erroneous ELF relocation referencesMaciej W. Rozycki2-7/+10
2016-07-19MIPS: Convert cross-mode BAL to JALXMaciej W. Rozycki13-20/+238
2016-07-19MIPS: Verify the ISA mode and alignment of branch and jump targetsMaciej W. Rozycki70-58/+4918
2016-07-19make the type of nds32_pseudo_opcode::pseudo_val unsignedTrevor Saunders2-32/+97
2016-07-19sparc: make a field type bfd_reloc_code_real_typeTrevor Saunders2-1/+6
2016-07-19sparc: remove a sentinalTrevor Saunders2-16/+17
2016-07-19tc-z8k.c: make some argument types bfd_reloc_code_real_typeTrevor Saunders2-3/+14
2016-07-16Don't include libbfd.h outside of bfd, part 2Alan Modra9-8/+11
2016-07-16Don't include libbfd.h outside of bfd, part 1Alan Modra8-14/+20
2016-07-14MIPS/GAS: Don't convert PC-relative REL relocs against absolute symbolsMaciej W. Rozycki13-60/+170
2016-07-14MIPS/GAS: Keep the ISA bit in the addend of branch relocationsMaciej W. Rozycki8-55/+65
2016-07-14BFD: Let targets handle relocations against absolute symbolsMaciej W. Rozycki22-5/+559
2016-07-13MIPS/opcodes: Address issues with NAL disassemblyMaciej W. Rozycki7-0/+75