aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
2015-06-11tc-hppa.c: Speed up search for last labelJohn David Anglin2-50/+28
2015-06-08Fix RX GAS handling of integer bignums.Nick Clifton2-22/+33
2015-06-04Add hwsync extended mnemonic.Peter Bergner3-4/+18
2015-06-04Fix compile time warning for tc-h8300.c when using gcc 5+.Nick Clifton2-1/+6
2015-06-04[AArch64] Add support for ARMv8.1 command line optionMatthew Wahab4-1/+13
2015-06-04[ARM] Use frag's thumb_mode information when availableJiong Wang2-2/+11
2015-06-03[ARM] Commit approaved testcases missed in previous commitMatthew Wahab3-0/+142
2015-06-03[ARM] Support for ARMv8.1 command line optionMatthew Wahab4-0/+12
2015-06-02[ARM] Support for ARMv8.1 Adv.SIMD extensionMatthew Wahab2-2/+18
2015-06-02[ARM] Add support for ARMv8.1 PAN extensionMatthew Wahab6-9/+79
2015-06-02[AArch64] Support for ARMv8.1a Adv.SIMD instructionsMatthew Wahab7-0/+232
2015-06-02[AArch64] Support for ARMv8.1a Limited Ordering Regions extensionMatthew Wahab7-0/+106
2015-06-01[AArch64][GAS] Add support for PAN architecture extensionMatthew Wahab7-5/+92
2015-06-01[AArch64] GAS support BFD_RELOC_AARCH64_LD32_GOTPAGE_LO14Jiong Wang5-0/+25
2015-06-01[AArch64] GAS Support BFD_RELOC_AARCH64_LD64_GOTPAGE_LO15Jiong Wang5-15/+42
2015-06-01x86/Intel: disassemble vcvt{,u}si2s{d,s} with correct operand orderJan Beulich7-432/+439
2015-06-01x86/Intel: accept mandated operand order for vcvt{,u}si2s{d,s}Jan Beulich3-72/+81
2015-05-28Compact EH SupportCatherine Moore35-151/+1547
2015-05-26xtensa: fix gas segfault with --text-section-literalsMax Filippov2-1/+15
2015-05-22Fixes: "gas/read.c:5087:12: error: left shift of negative"Nick Clifton2-1/+7
2015-05-20[AArch64] Sort relocation case labels alphabeticallyJiong Wang2-18/+25
2015-05-15Support AMD64/Intel ISAs in assembler/disassemblerH.J. Lu11-2/+100
2015-05-15Add -mshared option to x86 ELF assemblerH.J. Lu11-28/+219
2015-05-14Fix some PPC assembler errors.Peter Bergner7-9/+30
2015-05-14Don't add the zlib header to SHF_COMPRESSED sectionH.J. Lu2-13/+17
2015-05-13xtensa: fix gas trampolines regressionMax Filippov4-2/+20
2015-05-13Revert "Add -mno-shared to x86 assembler"H.J. Lu7-110/+0
2015-05-13Add missing ChangeLog entries for PR binutis/18386H.J. Lu1-0/+11
2015-05-11Default e_machine to EM_IAMCU for i?86-*-elfiamcuH.J. Lu3-1/+30
2015-05-11Add Intel MCU support to gasH.J. Lu18-6/+279
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 Clifton6-35/+61
2015-05-08Add -mno-shared to x86 assemblerH.J. Lu7-0/+110
2015-05-07Optimize branches to non-weak symbols with visibilityH.J. Lu7-4/+137
2015-05-06gas: typo in comment fixed.Jose E. Marchesi2-1/+5
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. Marchesi9-2/+56
2015-05-06Update GAS documentation to note that dollar local labels are only supported ...Nick Clifton2-15/+23
2015-05-06[AArch64] Record instruction alignment for .inst directiveRenlin Li5-5/+30
2015-05-05[AARCH64] Positively emit symbols for alignmentRenlin Li7-14/+63
2015-05-05Add support to the MSP430 linker for the automatic placement of code and data...Nick Clifton2-14/+33
2015-05-05xtensa: optimize trampolines relaxationMax Filippov2-27/+207
2015-05-01Fix typos in previous patch.DJ Delorie2-6/+11
2015-05-01Remove i386_elf_emit_arch_noteH.J. Lu7-47/+23
2015-05-01Support ix86-*-elf*H.J. Lu2-1/+5
2015-04-30Make RL78 disassembler and simulator respect ISA for mul/divDJ Delorie4-7/+46
2015-04-30Use "else if" on cpu_arch_isaH.J. Lu2-1/+6
2015-04-30GAS ARM: Warn if the user creates a symbol with the same name as an instruction.Nick Clifton7-0/+82
2015-04-30Adds documentation of GAS's .zero directive.Nick Clifton2-0/+20
2015-04-29Fix an internal error in GAS when assembling a bogus piece of source code.Nick Clifton6-1/+31