aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite
AgeCommit message (Expand)AuthorFilesLines
2015-05-28Compact EH SupportCatherine Moore27-1/+783
2015-05-15Support AMD64/Intel ISAs in assembler/disassemblerH.J. Lu8-2/+61
2015-05-15Add -mshared option to x86 ELF assemblerH.J. Lu8-25/+163
2015-05-14Fix some PPC assembler errors.Peter Bergner7-9/+30
2015-05-13xtensa: fix gas trampolines regressionMax Filippov2-0/+14
2015-05-13Revert "Add -mno-shared to x86 assembler"H.J. Lu4-73/+0
2015-05-13Add missing ChangeLog entries for PR binutis/18386H.J. Lu1-0/+11
2015-05-11Add Intel MCU support to gasH.J. Lu14-2/+200
2015-05-09Ignore 0x66 prefix for call/jmp/jcc in 64-bit modeH.J. Lu6-6/+105
2015-05-08Change ARM symbol name verification code so that it only triggers when the fo...Nick Clifton3-1/+19
2015-05-08Add -mno-shared to x86 assemblerH.J. Lu4-0/+73
2015-05-07Optimize branches to non-weak symbols with visibilityH.J. Lu5-0/+112
2015-05-06gas: added tests for the sparc natural instructions.Jose E. Marchesi5-5/+53
2015-05-06gas: support for the sparc %ncc condition codes register.Jose E. Marchesi6-0/+42
2015-05-06[AArch64] Record instruction alignment for .inst directiveRenlin Li3-0/+21
2015-05-05[AARCH64] Positively emit symbols for alignmentRenlin Li5-0/+45
2015-05-01Remove i386_elf_emit_arch_noteH.J. Lu4-0/+17
2015-04-30GAS ARM: Warn if the user creates a symbol with the same name as an instruction.Nick Clifton4-0/+15
2015-04-29Fix an internal error in GAS when assembling a bogus piece of source code.Nick Clifton4-0/+19
2015-04-28[ARM]Positively emit symbols for alignmentRenlin Li3-6/+9
2015-04-27opcodes/Peter Bergner8-140/+124
2015-04-27S/390: z13 use GNU attribute to indicate vector ABIAndreas Krebbel1-0/+4
2015-04-27S/390: Fixes for z13 instructions.Andreas Krebbel3-6/+12
2015-04-24[ARM]: Don't tail-pad over-aligned functions to the alignment boundary.Richard Earnshaw2-15/+4
2015-04-23Improve warning messages for la/dlaMatthew Fortune6-0/+18
2015-04-23Fix r6-branch-constraints test when run with n64 as default ABIMatthew Fortune2-1/+6
2015-04-23x86: disambiguate disassembly of certain AVX512 insnsJan Beulich7-480/+494
2015-04-23x86: don't require operand size specification for AVX512 broadcastsJan Beulich7-238/+252
2015-04-20Don't hardcode offset of .shstrtab sectionH.J. Lu19-24/+46
2015-04-15Handle invalid prefixes for rdrand and rdseedH.J. Lu3-0/+49
2015-04-15[ARM] Disassembles SSAT and SSAT16 instructions incorrectly for Thumb-2Renlin Li3-16/+21
2015-04-14Adds support to the RL78 port for linker relaxation affecting .debug sections.Nick Clifton2-3/+9
2015-04-08Add SHF_COMPRESSED support to gas and objcopyH.J. Lu6-0/+236
2015-04-06Remove is_zlib_supportedH.J. Lu2-7/+4
2015-03-31Remove the last change on dw2-compress-1.dH.J. Lu2-5/+1
2015-03-31Add --with-system-zlib in gasH.J. Lu2-1/+5
2015-03-20Limit multi-byte nop instructions to 10 bytesH.J. Lu45-3334/+900
2015-03-19Fix building and testing dwarf debug section compression feature when zlib is...Nick Clifton2-1/+7
2015-03-18Add a testcase for PR gas/18087H.J. Lu5-1/+209
2015-03-18Fix debug section compression so that it is only performed if it would make t...Jon Turney2-2/+9
2015-03-17Add znver1 processorGanesh Gopalasubramanian13-0/+496
2015-03-13MIPS: Fix constraint issues with the R6 beqc and bnec instructionsAndrew Bennett4-0/+58
2015-03-13Add support for MIPS R6 evp and dvp instructions.Andrew Bennett5-0/+24
2015-03-13[AArch64] Don't warn on XZR/SP overlapping when it's in load/storeJiong Wang3-0/+93
2015-03-13[AArch64] Don't tail-pads sections to the alignmentJiong Wang3-0/+35
2015-03-10S/390: Add more IBM z13 instructionsAndreas Krebbel3-0/+273
2015-03-10[ARM]Fix "align directive causes MAP_DATA symbol to be lost"Sterling Augustine3-7/+14
2015-03-10[AARCH64] Remove Load/Store register (unscaled immediate) alias.Jiong Wang4-200/+204
2015-03-10[AArch64] Set the minimum alignment on code segmentsJiong Wang3-0/+23
2015-03-04Allow MOVK for R_AARCH64_TLSLE_MOVW_TPREL_G{0,1}NCRichard Sandiford3-0/+14