aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-mips.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-25MIPS/gas: Fix order of instructions in LI macro expansionFaraz Shahbazker1-11/+29
2019-05-20[MIPS] PR gas/14798: Limit IRIX5 specific default typing to IRIX targetsFaraz Shahbazker1-0/+4
2019-05-14A series of fixes to addres problems detected by compiling the assembler with...Nick Clifton1-1/+1
2019-05-10Add macro expansions for ADD, SUB, DADD and DSUB for MIPS r6Faraz Shahbazker1-6/+14
2019-05-06Add load-link, store-conditional paired EVA instructionsFaraz Shahbazker1-1/+18
2019-04-26[MIPS] Add load-link, store-conditional paired instructionsAndrew Bennett1-9/+57
2019-04-18Improve warning message for $0 constraint on MIPSR6 branchesMatthew Fortune1-1/+4
2019-04-16Make fixup fx_where unsignedAlan Modra1-1/+1
2019-04-16Make frag fr_fix unsignedAlan Modra1-2/+2
2019-04-13[MIPS] Add i6500 CPU and fix i6400 default ASEsMatthew Fortune1-1/+3
2019-04-13[MIPS] Apply ASE information for the selected processorMatthew Fortune1-7/+15
2019-02-19Fix a potential deadlock in some older Loongson 3A1000 MIPS processors.Paul Hua1-55/+206
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-11-30GAS/MIPS: Add `-mfix-r5900' option for the R5900 short loop erratumFredrik Noring1-1/+24
2018-10-19This set of changes clarifies the conditions for the R5900 short loop fix and...Fredrik Noring1-5/+17
2018-08-29[MIPS] Add Loongson 2K1000 proccessor support.Chenghua Xu1-1/+4
2018-08-29[MIPS] Add Loongson 3A2000/3A3000 proccessor support.Chenghua Xu1-1/+4
2018-08-29[MIPS] Add Loongson 3A1000 proccessor support.Chenghua Xu1-2/+5
2018-08-29[MIPS/GAS] Add Loongson EXT2 Instructions support.Chenghua Xu1-1/+16
2018-08-29[MIPS/GAS] Split Loongson EXT Instructions from loongson3a.Chenghua Xu1-2/+16
2018-08-29[MIPS/GAS] Split Loongson CAM Instructions from loongson3aChenghua Xu1-2/+17
2018-07-20MIPS/GAS: Split Loongson MMI Instructions from loongson2f/3aChenghua Xu1-2/+16
2018-07-02microMIPS/GAS: Handle several percent-ops with macrosMaciej W. Rozycki1-1/+20
2018-06-14MIPS: Add Global INValidate ASE supportFaraz Shahbazker1-0/+14
2018-06-13MIPS: Add CRC ASE supportScott Egerton1-0/+14
2018-06-11MIPS/GAS: Correct `-O0' and `-O' option help, add `-O1' and `-O2'Maciej W. Rozycki1-2/+3
2018-02-22Fix memory access violation when attempting to shorten a suffixed micromips i...A. Wilcox1-1/+1
2018-02-13Fix compile time warning messages from gcc version 8 about cast between incom...Nick Clifton1-1/+1
2018-01-23MIPS/GAS: Remove a stale OPTION_COMPAT_ARCH_BASE option markerMaciej W. Rozycki1-1/+0
2018-01-23MIPS/GAS: Correct `as --help' always reporting `o32' as the default ABIMaciej W. Rozycki1-3/+8
2018-01-23MIPS/GAS: Add missing `-mmips16e2'/`-mno-mips16e2' help textMaciej W. Rozycki1-0/+3
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-10-23MIPS: Preset EF_MIPS_ABI2 with n32 ELF objectsMaciej W. Rozycki1-3/+1
2017-09-22PR gas/21762: MIPS: Fix .stabs directive marking labels as MIPS16James Cowgill1-0/+1
2017-08-30MIPS/GAS: Also respect `-mignore-branch-isa' with MIPS16 codeMaciej W. Rozycki1-1/+2
2017-07-18Fix spelling typos.Yuri Chornovian1-2/+2
2017-07-01MIPS/GAS: Use a switch on relaxation type in microMIPS fixup creationMaciej W. Rozycki1-10/+15
2017-07-01MIPS/GAS: Use frag symbol/offset directly in fixup creationMaciej W. Rozycki1-44/+33
2017-07-01MIPS/GAS: Use non-zero frag offset directly in PIC branch relaxationMaciej W. Rozycki1-12/+0
2017-06-30MIPS/GAS: Update `match_float_constant' and `match_operand' descriptionsMaciej W. Rozycki1-5/+5
2017-06-30MIPS: Add microMIPS XPA supportMaciej W. Rozycki1-1/+1
2017-06-30MIPS: Fix XPA base and Virtualization ASE instruction handlingMaciej W. Rozycki1-1/+9
2017-06-30MIPS/GAS: Clear the ASE_MIPS16E2_MT flag for recalculationMaciej W. Rozycki1-0/+5
2017-06-28MIPS: Add Imagination interAptiv MR2 MIPS32r3 processor supportMaciej W. Rozycki1-15/+60
2017-05-18Don't compare boolean values against TRUE or FALSEAlan Modra1-1/+1
2017-05-15MIPS16e2: Add MIPS16e2 ASE supportMaciej W. Rozycki1-44/+116
2017-05-15MIPS16/GAS: Improve [32768,65535] out-of-range operand error diagnosticsMaciej W. Rozycki1-1/+4
2017-05-15MIPS16/GAS: Improve non-constant operand error diagnosticsMaciej W. Rozycki1-1/+4
2017-05-15MIPS/GAS: Improve bignum operand error diagnosticsMaciej W. Rozycki1-1/+16
2017-05-15MIPS16/GAS: Improve non-immediate operand error diagnosticsMaciej W. Rozycki1-4/+1