summaryrefslogtreecommitdiff
path: root/gas
Commit message (Expand)AuthorAgeFilesLines
* Add znver1 processorGanesh Gopalasubramanian2015-03-1717-2/+514
* Removes a #if 1 ... #endif accidentally left in the source code.Nick Clifton2015-03-162-2/+5
* MIPS: Fix constraint issues with the R6 beqc and bnec instructionsAndrew Bennett2015-03-134-0/+58
* Add support for MIPS R6 evp and dvp instructions.Andrew Bennett2015-03-135-0/+24
* [AArch64] Don't warn on XZR/SP overlapping when it's in load/storeJiong Wang2015-03-135-0/+100
* [AArch64] Don't tail-pads sections to the alignmentJiong Wang2015-03-135-0/+41
* Add i6400 entry to the MIPS CPU table.Andrew Bennett2015-03-123-0/+9
* Fixes a problem generating relocs for thumb function calls to local symbols d...Nick Clifton2015-03-123-7/+20
* Fix powerpc gas abort on invalid instruction fixupsAlan Modra2015-03-112-3/+28
* S/390: Add more IBM z13 instructionsAndreas Krebbel2015-03-103-0/+273
* S/390: Add check for length field operandAndreas Krebbel2015-03-102-0/+8
* Fixes a bug in the ARM port of GAS when parsing inverted register lists.Michael Perkins2015-03-102-1/+9
* [ARM]Fix "align directive causes MAP_DATA symbol to be lost"Sterling Augustine2015-03-105-24/+32
* [AARCH64] Remove Load/Store register (unscaled immediate) alias.Jiong Wang2015-03-104-200/+204
* [AArch64] Set the minimum alignment on code segmentsJiong Wang2015-03-105-1/+36
* Fixes a bug building the ARM Linux kernel with a toolchain compiled with CPU_...Nick Clifton2015-03-102-0/+8
* Fixes a thinko in the implementation of the V850 -m8byte-align and -m4byte-al...Nick Clifton2015-03-052-6/+14
* Allow MOVK for R_AARCH64_TLSLE_MOVW_TPREL_G{0,1}NCRichard Sandiford2015-03-045-2/+21
* Pad only text sections at end by defaultAlan Modra2015-02-285-29/+39
* [AArch64] Add support for :tlsdesc: and TLSDESC_LD_PREL19Marcus Shawcroft2015-02-261-1/+3
* [AArch64] Add support for :tlsdesc: and TLSDESC_ADR_PREL21Marcus Shawcroft2015-02-262-1/+10
* Add ADR :tlsgd: directive and TLSGD_ADR_PREL21 support.Marcus Shawcroft2015-02-262-1/+10
* Adding support for TLSIE_LD_GOTTREL_PREL19.Marcus Shawcroft2015-02-262-1/+10
* Adding ld_literal_type.Marcus Shawcroft2015-02-262-5/+42
* Adding test case for abuse of :got: in offset loadMarcus Shawcroft2015-02-263-0/+7
* Adding adr_type and prevent adr :got:Marcus Shawcroft2015-02-262-3/+53
* Add test case for ADR :got:fooMarcus Shawcroft2015-02-263-0/+7
* Remove dead code.Marcus Shawcroft2015-02-262-3/+4
* [ARM]Update for Tag_ABI_HardFP_use per EABI docTerry Guo2015-02-268-0/+71
* avr/objdump: Support dumping .avr.prop section.Andrew Burgess2015-02-253-0/+60
* avr/gas: Write out data to track .org/.align usage.Andrew Burgess2015-02-253-0/+375
* [SH] Fix clrs, sets, pref insn arch memberships.Oleg Endo2015-02-2524-486/+416
* [gas][ARM] Document supported ARMv8 cores.Kyrylo Tkachov2015-02-252-0/+8
* Adds support for generating notes in V850 binaries.Nick Clifton2015-02-247-4/+139
* Add support for the h8300-linux target.Yoshinori Sato2015-02-235-4/+134
* Fixes the generation of dwarf line debug information for the msp430, even in ...Nick Clifton2015-02-233-4/+28
* gas doc warning fixesAlan Modra2015-02-193-23/+28
* [AArch64] Fix code formatting in the cpu-tableJiong Wang2015-02-112-6/+10
* [ARM] Add support for Cortex-A72Jiong Wang2015-02-112-0/+6
* [ARM][gas] Use as_tsktsk instead of as_warn for deprecation messages.Kyrylo Tkachov2015-02-0913-73/+102
* gas: fix a few omissions in .cfi_label handlingJan Beulich2015-02-062-1/+12
* Fix msp430 build with gcc-5Alan Modra2015-02-052-2/+7
* [AArch64] Add support for Cortex-A72Jiong Wang2015-02-043-0/+8
* Fix encoding of "addw ax, [hl]" and "subw ax, [hl]".Nick Clifton2015-02-042-1/+6
* [AARCH64] Document .arch and .arch_extension directiveJiong Wang2015-02-032-0/+23
* Fix use of uninitialised memory by the RL78 port of GAS.Nick Clifton2015-02-032-0/+7
* NDS32: Set branch instruction to relaxable.Kuan-Lin Chen2015-01-292-166/+277
* FT32 initial supportAlan Modra2015-01-2811-0/+1395
* NDS32/gas: Limit the format of pseudo instruction la.Kuan-Lin Chen2015-01-272-1/+15
* NDS32/gas: Fix md_parse_name hook.Kuan-Lin Chen2015-01-272-0/+12