summaryrefslogtreecommitdiff
path: root/gas
Commit message (Expand)AuthorAgeFilesLines
* [PATCH][ARM] Add Cortex-A17 support to gasKyrylo Tkachov2014-09-092-0/+6
* MIPS testsuite cleanup - part 3Matthew Fortune2014-09-069-20/+31
* MIPS testsuite cleanup - part 2Matthew Fortune2014-09-062-2/+7
* MIPS testsuite cleanup - part 1Matthew Fortune2014-09-0610-15/+55
* MIPS: Update the list of addr32 targetsMatthew Fortune2014-09-042-1/+7
* [PATCH/AArch64] Generic support for all system registers using mrs and msrJiong Wang2014-09-037-14/+47
* [PATCH/AArch64] Implement LSE featureJiong Wang2014-09-0310-0/+1074
* [ARM] Update selected_cpu based on info got during parsingJiong Wang2014-08-266-2/+65
* MIPS/gas: SAA/SAAD macro clean-upsMaciej W. Rozycki2014-08-262-3/+9
* MIPS/gas/testsuite: Remove ECOFF offset alternativesMaciej W. Rozycki2014-08-269-504/+515
* 2014-08-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>Jan-Benedict Glaw2014-08-262-1/+5
* gas tests for the sparc instructions ldfsr, stfsr, ldx, ldxa, stx, stxa, ldxf...Jose E. Marchesi2014-08-258-0/+68
* aarch64: Adjust dwarf2 encoding factorsRichard Henderson2014-08-222-2/+4
* aarch64: Fix CFA encoding of vector registersRichard Henderson2014-08-222-1/+9
* Power/GAS: Don't set VLE annotation for non-VLE processors/instructionsMaciej W. Rozycki2014-08-222-1/+11
* ARM/opcodes: Fix negative hexadecimal offset disassemblyMaciej W. Rozycki2014-08-223-2/+8
* ARM/gas: Fix a build failure with GCC 4.3.3Maciej W. Rozycki2014-08-222-1/+5
* MIPS/gas/testsuite: mips.exp indentation fixesMaciej W. Rozycki2014-08-212-5/+9
* GAS: Replace leading spaces with tabs across dw2gencfi.cMaciej W. Rozycki2014-08-202-10/+16
* [ARM] Fix vcmp with #0.0Kyrylo Tkachov2014-08-208-2/+130
* Fix typo in f7f2534eAlan Modra2014-08-204-2/+10
* This patch adds support for FreeBSD ARM in gas.Nick Clifton2014-08-196-0/+60
* Fix --diable-shared --enable-plugins build breakageAlan Modra2014-08-192-0/+62
* This fixes the processing of BFD_RELOC_RL78_DIFF fixups when the size is lessNick Clifton2014-08-182-1/+15
* Cast result of TC_PARSE_CONS_EXPRESSIONAlan Modra2014-08-182-1/+5
* configury changes to make ld plugin support controlled by --enable-pluginsAlan Modra2014-08-144-242/+282
* opcodes: blackfin: push down global stateMike Frysinger2014-08-132-5/+9
* opcodes: blackfin: do not force align the PCMike Frysinger2014-08-133-9/+8
* Remove type directiveH.J. Lu2014-08-122-2/+5
* Add -momit_lock_prefix=[no|yes] optionIlya Tocar2014-08-068-0/+88
* gas/testuite ChangeLog typoAlan Modra2014-08-051-1/+1
* Fix PR10378 which is SH relax bug.Kaz Kojima2014-08-012-1/+7
* [MIPS] Rename COPROC related macrosMatthew Fortune2014-07-292-8/+13
* [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensionsMatthew Fortune2014-07-29130-72/+2011
* or1k: RTEMS target support and simplify matchingJoel Sherrill2014-07-272-3/+9
* Add moxiebox targetAnthony Green2014-07-274-8/+16
* Prepare gas for 64-bit obstacksAlan Modra2014-07-2621-43/+64
* Add AVX512DQ instructions and their AVX512VL variants.Ilya Tocar2014-07-2217-1/+18109
* Add support for AVX512BW instructions and their AVX512VL versions.Ilya Tocar2014-07-2241-1/+45193
* Add support for AVX512VL versions of AVX512CD instructions.Ilya Tocar2014-07-228-0/+1429
* Add support for AVX512VL. Add AVX512VL versions of AVX512F instructions.Ilya Tocar2014-07-2223-8/+75824
* Add or reactivate or1k-*-rtems*Joel Sherrill2014-07-222-1/+7
* Properly handle EVEX register aliasesIlya Tocar2014-07-176-0/+34
* [ARM] Fix 32-bit host build failure.Jiong Wang2014-07-152-5/+11
* Don't complain about dbCC to long branch conversionAndreas Schwab2014-07-152-4/+5
* Don't force "set" symbols local for PEAlan Modra2014-07-126-1/+32
* gas/ARM: Fix testsuite failure for arm-elfWill Newton2014-07-104-19/+7
* Fix tests when configured for arm-linux and arm-elfWill Newton2014-07-105-5/+13
* Fix disasm of vmovsd/vmovss with different length values.Ilya Tocar2014-07-089-64/+75
* Fix PR 16722 by adding support for 8-byte vector constants.Jiong Wang2014-07-0820-285/+1705