summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MIPS/GAS: Also respect `-mignore-branch-isa' with MIPS16 codeMaciej W. Rozycki2017-08-301-1/+2
* MIPS/GAS: Use a switch on relaxation type in microMIPS fixup creationMaciej W. Rozycki2017-07-011-10/+15
* MIPS/GAS: Use frag symbol/offset directly in fixup creationMaciej W. Rozycki2017-07-011-44/+33
* MIPS/GAS: Use non-zero frag offset directly in PIC branch relaxationMaciej W. Rozycki2017-07-011-12/+0
* MIPS/GAS: Update `match_float_constant' and `match_operand' descriptionsMaciej W. Rozycki2017-06-301-5/+5
* MIPS: Add microMIPS XPA supportMaciej W. Rozycki2017-06-301-1/+1
* MIPS: Fix XPA base and Virtualization ASE instruction handlingMaciej W. Rozycki2017-06-301-1/+9
* MIPS/GAS: Clear the ASE_MIPS16E2_MT flag for recalculationMaciej W. Rozycki2017-06-301-0/+5
* MIPS: Add Imagination interAptiv MR2 MIPS32r3 processor supportMaciej W. Rozycki2017-06-281-15/+60
* Don't compare boolean values against TRUE or FALSEAlan Modra2017-05-181-1/+1
* MIPS16e2: Add MIPS16e2 ASE supportMaciej W. Rozycki2017-05-151-44/+116
* MIPS16/GAS: Improve [32768,65535] out-of-range operand error diagnosticsMaciej W. Rozycki2017-05-151-1/+4
* MIPS16/GAS: Improve non-constant operand error diagnosticsMaciej W. Rozycki2017-05-151-1/+4
* MIPS/GAS: Improve bignum operand error diagnosticsMaciej W. Rozycki2017-05-151-1/+16
* MIPS16/GAS: Improve non-immediate operand error diagnosticsMaciej W. Rozycki2017-05-151-4/+1
* MIPS16/GAS: Improve disallowed relocation operand error diagnosticsMaciej W. Rozycki2017-05-151-1/+4
* MIPS/GAS: Update `match_const_int' descriptionMaciej W. Rozycki2017-05-151-2/+1
* MIPS/GAS: Unify GP-relative percent-opsMaciej W. Rozycki2017-05-121-0/+2
* MIPS16/GAS: Relax 32-bit non-PIC PC-relative synthetic instructionsMaciej W. Rozycki2017-05-031-64/+248
* MIPS16/GAS: Fix absolute references with PC-relative synthetic instructionsMaciej W. Rozycki2017-05-031-1/+6
* MIPS16/GAS: Factor out duplicate symbol value conversion codeMaciej W. Rozycki2017-04-271-92/+86
* MIPS16/GAS: Rename the LONG_BRANCH relaxation flagMaciej W. Rozycki2017-04-271-6/+6
* MIPS/GAS: Fix `.option picX' handling with relaxationMaciej W. Rozycki2017-04-271-52/+68
* MIPS/GAS: Correct BFD_RELOC_MIPS16_16_PCREL_S1 fixup sizeMaciej W. Rozycki2017-04-251-5/+1
* Support ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXXH.J. Lu2017-04-041-1/+1
* GAS: Consistently fix labels at the `.end' pseudo-opMaciej W. Rozycki2017-02-221-4/+4
* MIPS: Add options to control branch ISA checksMaciej W. Rozycki2017-01-301-0/+22
* Fix spelling mistakes and typos in the GAS sources.Nick Clifton2017-01-231-5/+5
* PR gas/20649: MIPS: Fix GOT16/LO16 reloc pairing with comdat sectionsMaciej W. Rozycki2017-01-181-5/+6
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* MIPS16: Simplify extended operand handlingMaciej W. Rozycki2016-12-231-1/+1
* MIPS16/GAS: Clean up invalid unextended operand handlingMaciej W. Rozycki2016-12-231-2/+5
* MIPS16: Reassign `0' and `4' operand codesMaciej W. Rozycki2016-12-231-5/+5
* MIPS16: Handle non-extensible instructions correctlyMaciej W. Rozycki2016-12-231-0/+2
* MIPS16: Remove "extended" BREAK/SDBBP handlingMaciej W. Rozycki2016-12-231-8/+1
* MIPS16/GAS: Fix forced size suffixes with argumentless instructionsMaciej W. Rozycki2016-12-231-10/+15
* MIPS16: Switch to 32-bit opcode table interpretationMaciej W. Rozycki2016-12-201-24/+68
* MIPS16/GAS: Fix assertion failures with relocations on 16-bit instructionsMaciej W. Rozycki2016-12-141-3/+6
* MIPS16: Remove unused `>' operand codeMaciej W. Rozycki2016-12-091-1/+0
* MIPS/GAS: Use local `isa' consistently in `is_opcode_valid'Maciej W. Rozycki2016-12-071-1/+1
* Fix spelling in comments in C source files (gas)Ambrogino Modigliani2016-11-271-3/+3
* -Wimplicit-fallthrough warning fixesAlan Modra2016-10-061-0/+26
* MIPS/GAS: Implement microMIPS branch/jump compactionMaciej W. Rozycki2016-07-271-51/+203
* MIPS/GAS: Respect the `insn32' mode in branch relaxationMaciej W. Rozycki2016-07-261-45/+85
* MIPS/GAS: Remove erroneous ELF relocation referencesMaciej W. Rozycki2016-07-201-7/+5
* MIPS: Convert cross-mode BAL to JALXMaciej W. Rozycki2016-07-191-4/+14
* MIPS: Verify the ISA mode and alignment of branch and jump targetsMaciej W. Rozycki2016-07-191-16/+264
* MIPS/GAS: Don't convert PC-relative REL relocs against absolute symbolsMaciej W. Rozycki2016-07-141-0/+16
* MIPS/GAS: Keep the ISA bit in the addend of branch relocationsMaciej W. Rozycki2016-07-141-9/+1
* MIPS/GAS: Remove extraneous `install_insn' call from `append_insn'Maciej W. Rozycki2016-07-081-1/+0