aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
2014-08-22ARM/opcodes: Fix negative hexadecimal offset disassemblyMaciej W. Rozycki3-2/+8
2014-08-22ARM/gas: Fix a build failure with GCC 4.3.3Maciej W. Rozycki2-1/+5
2014-08-21MIPS/gas/testsuite: mips.exp indentation fixesMaciej W. Rozycki2-5/+9
2014-08-20GAS: Replace leading spaces with tabs across dw2gencfi.cMaciej W. Rozycki2-10/+16
2014-08-20[ARM] Fix vcmp with #0.0Kyrylo Tkachov8-2/+130
2014-08-20Fix typo in f7f2534eAlan Modra4-2/+10
2014-08-19This patch adds support for FreeBSD ARM in gas.Nick Clifton6-0/+60
2014-08-19Fix --diable-shared --enable-plugins build breakageAlan Modra2-0/+62
2014-08-18This fixes the processing of BFD_RELOC_RL78_DIFF fixups when the size is lessNick Clifton2-1/+15
2014-08-18Cast result of TC_PARSE_CONS_EXPRESSIONAlan Modra2-1/+5
2014-08-14configury changes to make ld plugin support controlled by --enable-pluginsAlan Modra4-242/+282
2014-08-13opcodes: blackfin: push down global stateMike Frysinger2-5/+9
2014-08-13opcodes: blackfin: do not force align the PCMike Frysinger3-9/+8
2014-08-12Remove type directiveH.J. Lu2-2/+5
2014-08-06Add -momit_lock_prefix=[no|yes] optionIlya Tocar8-0/+88
2014-08-05gas/testuite ChangeLog typoAlan Modra1-1/+1
2014-08-01Fix PR10378 which is SH relax bug.Kaz Kojima2-1/+7
2014-07-29[MIPS] Rename COPROC related macrosMatthew Fortune2-8/+13
2014-07-29[MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensionsMatthew Fortune130-72/+2011
2014-07-27or1k: RTEMS target support and simplify matchingJoel Sherrill2-3/+9
2014-07-27Add moxiebox targetAnthony Green4-8/+16
2014-07-26Prepare gas for 64-bit obstacksAlan Modra21-43/+64
2014-07-22Add AVX512DQ instructions and their AVX512VL variants.Ilya Tocar17-1/+18109
2014-07-22Add support for AVX512BW instructions and their AVX512VL versions.Ilya Tocar41-1/+45193
2014-07-22Add support for AVX512VL versions of AVX512CD instructions.Ilya Tocar8-0/+1429
2014-07-22Add support for AVX512VL. Add AVX512VL versions of AVX512F instructions.Ilya Tocar23-8/+75824
2014-07-22Add or reactivate or1k-*-rtems*Joel Sherrill2-1/+7
2014-07-17Properly handle EVEX register aliasesIlya Tocar6-0/+34
2014-07-15[ARM] Fix 32-bit host build failure.Jiong Wang2-5/+11
2014-07-15Don't complain about dbCC to long branch conversionAndreas Schwab2-4/+5
2014-07-12Don't force "set" symbols local for PEAlan Modra6-1/+32
2014-07-10gas/ARM: Fix testsuite failure for arm-elfWill Newton4-19/+7
2014-07-10Fix tests when configured for arm-linux and arm-elfWill Newton5-5/+13
2014-07-08Fix disasm of vmovsd/vmovss with different length values.Ilya Tocar9-64/+75
2014-07-08Fix PR 16722 by adding support for 8-byte vector constants.Jiong Wang20-285/+1705
2014-07-07Adds support for writing values to AVR system I/O registers.Barney Stratford2-50/+78
2014-07-04Update "configure.in" in comments and docoAlan Modra4-3/+9
2014-07-04Rename configure.in to configure.acAlan Modra5-3/+10
2014-07-04Remove some more bfd/configure.in dependenciesAlan Modra3-3/+5
2014-07-04Use modern AC_INIT in configure.inAlan Modra7-39/+51
2014-07-01Add support for the AVR Tiny series of microcontrollers.Barney Stratford4-70/+146
2014-06-28Avoid cascading errors due to write_object_file changeAlan Modra2-7/+18
2014-06-18[rx] Make .B suffix optional when possible.DJ Delorie2-6/+15
2014-06-18GAS: Fix MMIX err-fb-2.s regression caused by recent generic GAS changes.Hans-Peter Nilsson2-0/+18
2014-06-17This fixes a bug whereby #line directives inside a macro would be ignored,Chris Metcalf2-0/+28
2014-06-17gas/ARM: Misses deprecated IT instruction warning for ARMv8Jiong Wang5-0/+31
2014-06-17GAS: Fix CRIS double-error reports caused by recent generic GAS changes.Hans-Peter Nilsson4-24/+59
2014-06-16Fixes a problem exposed by the aarcg64/illegal.s test case - where the assemb...Nick Clifton2-0/+8
2014-06-16This fixes the aarch64 assembler so that it will generate error messages whenJiong Wang5-10/+61
2014-06-16Run write_object_file after errorsAlan Modra16-66/+102