aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-mips.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-12-23MIPS16: Simplify extended operand handlingMaciej W. Rozycki1-1/+1
2016-12-23MIPS16/GAS: Clean up invalid unextended operand handlingMaciej W. Rozycki1-2/+5
2016-12-23MIPS16: Reassign `0' and `4' operand codesMaciej W. Rozycki1-5/+5
2016-12-23MIPS16: Handle non-extensible instructions correctlyMaciej W. Rozycki1-0/+2
2016-12-23MIPS16: Remove "extended" BREAK/SDBBP handlingMaciej W. Rozycki1-8/+1
2016-12-23MIPS16/GAS: Fix forced size suffixes with argumentless instructionsMaciej W. Rozycki1-10/+15
2016-12-20MIPS16: Switch to 32-bit opcode table interpretationMaciej W. Rozycki1-24/+68
2016-12-14MIPS16/GAS: Fix assertion failures with relocations on 16-bit instructionsMaciej W. Rozycki1-3/+6
2016-12-09MIPS16: Remove unused `>' operand codeMaciej W. Rozycki1-1/+0
2016-12-07MIPS/GAS: Use local `isa' consistently in `is_opcode_valid'Maciej W. Rozycki1-1/+1
2016-11-27Fix spelling in comments in C source files (gas)Ambrogino Modigliani1-3/+3
2016-10-06-Wimplicit-fallthrough warning fixesAlan Modra1-0/+26
2016-07-27MIPS/GAS: Implement microMIPS branch/jump compactionMaciej W. Rozycki1-51/+203
2016-07-26MIPS/GAS: Respect the `insn32' mode in branch relaxationMaciej W. Rozycki1-45/+85
2016-07-20MIPS/GAS: Remove erroneous ELF relocation referencesMaciej W. Rozycki1-7/+5
2016-07-19MIPS: Convert cross-mode BAL to JALXMaciej W. Rozycki1-4/+14
2016-07-19MIPS: Verify the ISA mode and alignment of branch and jump targetsMaciej W. Rozycki1-16/+264
2016-07-14MIPS/GAS: Don't convert PC-relative REL relocs against absolute symbolsMaciej W. Rozycki1-0/+16
2016-07-14MIPS/GAS: Keep the ISA bit in the addend of branch relocationsMaciej W. Rozycki1-9/+1
2016-07-08MIPS/GAS: Remove extraneous `install_insn' call from `append_insn'Maciej W. Rozycki1-1/+0
2016-06-30MIPS/GAS: Fix a comment typo in `get_append_method'Maciej W. Rozycki1-1/+1
2016-06-30MIPS16/GAS: Fix delay slot filling across fragsMatthew Fortune1-7/+2
2016-06-30MIPS/GAS: Simplify non-MIPS16 branch swapping sequenceMaciej W. Rozycki1-3/+4
2016-06-28MIPS16: Add R_MIPS16_PC16_S1 branch relocation supportMaciej W. Rozycki1-7/+47
2016-06-25MIPS16/GAS: Restore unsupported relocation diagnosticsMaciej W. Rozycki1-53/+48
2016-06-23MIPS/GAS: Keep the original microMIPS symbol reference in branch relocsMaciej W. Rozycki1-5/+20
2016-06-21MIPS/GAS: Handle resolved R6 PC-relative relocationsMaciej W. Rozycki1-8/+54
2016-06-21MIPS/GAS: Fix null pointer dereferences in R6 PC-relative relocation checksMaciej W. Rozycki1-2/+2
2016-06-21MIPS/GAS: Correct BFD_RELOC_MIPS_18_PCREL_S3 calculationMaciej W. Rozycki1-1/+14
2016-06-21MIPS/GAS: Use the module level ISA setting for R6 relaxationMaciej W. Rozycki1-2/+2
2016-06-20MIPS/GAS: Update comment on jump reloc conversionMaciej W. Rozycki1-2/+2
2016-06-13MIPS/GAS: Don't convert RELA JALR relocations on R6Maciej W. Rozycki1-5/+7
2016-05-24MIPS/GAS: Treat local jump relocs the same no matter if REL or RELAMaciej W. Rozycki1-7/+6
2016-05-24MIPS/GAS: Cut TLS reloc dead code path in `md_apply_fix'Maciej W. Rozycki1-8/+6
2016-05-20MIPS: Add support for P6600Matthew Fortune1-1/+2
2016-05-20MIPS: Fix the encoding of immediates with microMIPS JALXMaciej W. Rozycki1-1/+12
2016-05-20MIPS/GAS: Correct tab-after-space formatting mistakesMaciej W. Rozycki1-11/+11
2016-05-11Add MIPS32 DSPr3 support.Matthew Fortune1-1/+15
2016-04-22MIPS/GAS: Fix an ISA override not lifting ABI restrictionsMaciej W. Rozycki1-8/+34
2016-04-15remove pointless assignmentTrevor Saunders1-5/+4
2016-04-13MIPS/GAS: Correct branch relaxation for weak symbolsMaciej W. Rozycki1-0/+3
2016-04-13MIPS/GAS: Relax branches to symbols resolved at link timeMaciej W. Rozycki1-10/+4
2016-04-09MIPS/GAS: Sanitize `.option picX' pseudo-opMaciej W. Rozycki1-1/+1
2016-04-09MIPS/GAS: Disallow `.option picX' with VxWorks PICMaciej W. Rozycki1-3/+5
2016-04-09MIPS/GAS: Correct call formatting in `can_swap_branch_p'Maciej W. Rozycki1-5/+5
2016-04-09MIPS/GAS: Unify messages in `mips_check_options'Maciej W. Rozycki1-2/+2
2016-04-09MIPS/GAS: Use `opts->isa' consistently in `mips_check_options'Maciej W. Rozycki1-3/+3
2016-04-03use XNEW and related macros moreTrevor Saunders1-7/+6
2016-04-01Constify moreAlan Modra1-2/+3