aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mips
AgeCommit message (Expand)AuthorFilesLines
2015-04-29mips-cpus.def: (mips4): Change default processor from PROCESSOR_R8000 to PROC...Steve Ellcey1-1/+1
2015-04-29mips.h (CRT_CALL_STATIC_FUNCTION): Fix the macro to use la/jalr instead of jal.Petar Jovanovic1-4/+19
2015-04-24mips.md: (*madd4<mode>) Remove accum_in attribute.Steve Ellcey1-12/+0
2015-04-18remove need for store_values_directlyTrevor Saunders1-7/+7
2015-03-03re PR target/58158 (ICE with conditional moves on GPRs with a floating point ...Steve Ellcey1-1/+2
2015-01-28Prohibit vector modes in accumulators.Robert Suchanek1-0/+2
2015-01-19MIPS: Only pass floating-point options to the assembler when necessaryMatthew Fortune1-3/+18
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-2/+10
2015-01-15[MIPS] Remove all excess parallel constructsMatthew Fortune4-471/+413
2015-01-15Add support for the R6 LSA and DLSA instructionsMatthew Fortune4-0/+50
2015-01-14[MIPS] Update the ZC constraint.Matthew Fortune3-34/+34
2015-01-14Fix Linux multilib configurations with default architecturesMatthew Fortune5-4/+24
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek84-85/+85
2014-12-29t-mti-linux (MULTILIB_EXCEPTIONS): Add exceptions for mips32[r1] and mips64[r...Steve Ellcey2-2/+8
2014-12-19MIPSR6: mips-img-elf mips-img-linux-gnu triplets and vendor updatesMatthew Fortune3-1/+76
2014-12-19MIPS32R6 and MIPS64R6 supportMatthew Fortune12-367/+801
2014-12-03p5600.md (define_automaton, [...]): Replace p5600_agen_pipe and p5600_alu_pip...Prachi Godbole1-6/+6
2014-12-02sparc.c (sparc_atomic_assign_expand_fenv): Remove NULL last argument from cre...Jakub Jelinek1-3/+3
2014-12-01mips.c (mips16_build_call_stub): Move the save of the return address in $18 a...Maciej W. Rozycki1-5/+12
2014-11-26mips.c (mips_rtx_cost_data): Fix memory_latency cost for p5600.Prachi Godbole1-1/+1
2014-11-21[MIPS] If using branch likelies in MIPS sync code fill the delay slot Andrew Bennett1-4/+14
2014-11-18[Patch] PR target/63937 TARGET_USE_BY_PIECES_INFRASTRUCTURE_P should take an ...James Greenhalgh1-1/+1
2014-11-18mips.md (compression): Add `micromips32' setting.Maciej W. Rozycki1-7/+9
2014-11-18mips.md (*jump_absolute): Use a branch when in range, a jump otherwise.Maciej W. Rozycki1-4/+2
2014-11-12Implement MIPS o32 FPXX, FP64, FP64A ABI extensions.Matthew Fortune7-37/+326
2014-11-06config.gcc (mips*-mti-linux*): Remove gnu_ld and gas assignments.Steve Ellcey1-0/+10
2014-11-03[multiple changes]Naveen H.S6-19/+145
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod1-0/+1
2014-11-01[Patch 5/7 mips] Deprecate *_BY_PIECES_P, move to hookized versionJames Greenhalgh2-14/+16
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2-137/+137
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+3
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-1/+9
2014-10-26mips.c (mips_at_reg_p): Delete.Richard Sandiford1-13/+7
2014-10-26mips.c (mips_record_lo_sum): Replace with...Richard Sandiford1-10/+9
2014-10-26mips.c (mips_sim_insn): Update comment.Richard Sandiford1-14/+7
2014-10-26mips.c (r10k_needs_protection_p_call): Take a const_rtx and return a bool.Richard Sandiford1-16/+19
2014-10-26mips.c (r10k_needs_protection_p_1): Take an rtx rather than an rtx pointer.Richard Sandiford1-22/+22
2014-10-26mips.c (mips16_rewrite_pool_refs_info): Delete.Richard Sandiford1-39/+29
2014-10-26mips.c (mips_kernel_reg_p): Replace with...Richard Sandiford1-6/+10
2014-10-26mips.c (mips_rewrite_small_data_1): Take the context as a parameter instead o...Richard Sandiford1-19/+20
2014-10-26mips.c: Include rtl-iter.h.Richard Sandiford1-19/+23
2014-10-16function.h: Flatten file.Andrew MacLeod1-1/+5
2014-10-12move many gc hashtab to hash_tableTrevor Saunders1-66/+40
2014-10-08mti-linux.h (DRIVER_SELF_SPECS): Change LINUX64_DRIVER_SELF_SPECS to LINUX_DR...Steve Ellcey1-1/+1
2014-10-08linux64.h: Remove.Steve Ellcey4-106/+37
2014-09-23Remove LIBGCC2_LONG_DOUBLE_TYPE_SIZE target macro.Joseph Myers2-14/+0
2014-09-16Replace INSN_DELETED_P with rtx_insn member functionsTrevor Saunders1-2/+2
2014-09-15Instruction attributes take an rtx_insn *David Malcolm2-8/+8
2014-09-10MIPS: Do not reload unallocated FP_REGS pseudos via GR_REGSMatthew Fortune1-2/+3