aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mips
AgeCommit message (Expand)AuthorFilesLines
2020-01-06mips.c (vr4130_align_insns): Fix typo.Bryan Stenson1-1/+1
2020-01-01Update copyright years.Jakub Jelinek94-95/+95
2019-11-19[MIPS] Prevent MSA branches from being put into delay slotsDragan Mladjenovic2-4/+12
2019-11-16Optionally pick the cheapest loop_vec_infoRichard Sandiford1-1/+2
2019-11-14Replace autovectorize_vector_sizes with autovectorize_vector_modesRichard Sandiford1-6/+6
2019-11-13Sanitize the constant argument for rotr<mode>3Dragan Mladjenovic1-2/+2
2019-10-28re PR target/82981 (unnecessary __multi3 call for mips64r6 linux kernel)Mihailo Stojanovic1-3/+12
2019-10-28mips.c (DIRECT_BUILTIN_PURE): New macro.Mihailo Stojanovic1-642/+664
2019-10-28mips-msa.md (msa_insert_<msaftm_f>): Add an alternative which covers the floa...Mihailo Stojanovic1-3/+8
2019-10-16mips.c (mips_expand_builtin_insn): Force the operands which correspond to the...Mihailo Stojanovic1-0/+20
2019-10-14mips.c (mips_cannot_force_const_mem): Reject vector constants.Mihailo Stojanovic1-1/+2
2019-10-03re PR target/91769 (wrong code with -O2 on MIPS)Dragan Mladjenovic1-1/+1
2019-09-30Pass an ABI to choose_hard_reg_modeRichard Sandiford1-1/+1
2019-09-30Pass an ABI identifier to hard_regno_call_part_clobberedRichard Sandiford1-2/+2
2019-09-10Remove call_really_used_regsRichard Sandiford2-48/+24
2019-09-09Remove AND_COMPL_HARD_REG_SETRichard Sandiford1-16/+8
2019-09-09Remove COPY_HARD_REG_SETRichard Sandiford1-1/+1
2019-09-09Make note_stores take an rtx_insnRichard Sandiford1-7/+5
2019-08-23mips.md (mips_get_fcsr, [...]): Use SI machine mode for unspec_volatile operand.Mihailo Stojanovic1-2/+2
2019-08-20Use function_arg_info for TARGET_MUST_PASS_IN_STACKRichard Sandiford1-1/+1
2019-08-20Use function_arg_info for TARGET_CALLEE_COPIESRichard Sandiford1-4/+2
2019-08-20Use function_arg_info for TARGET_FUNCTION_ARG_ADVANCERichard Sandiford1-7/+7
2019-08-20Use function_arg_info for TARGET_FUNCTION_(INCOMING_)ARGRichard Sandiford1-17/+16
2019-08-20Use function_arg_info for TARGET_SETUP_INCOMING_ARGSRichard Sandiford1-5/+5
2019-08-20Use function_arg_info for TARGET_PASS_BY_REFERENCERichard Sandiford1-8/+6
2019-08-20Use function_arg_info for TARGET_ARG_PARTIAL_BYTESRichard Sandiford1-3/+3
2019-08-20Add pass_va_arg_by_referenceRichard Sandiford1-2/+2
2019-08-13Use checking forms of DECL_FUNCTION_CODE (PR 91421)Richard Sandiford1-1/+1
2019-07-16[mips] Fix ambiguous .md attribute usesRichard Sandiford1-1/+1
2019-07-07PR91068: Fix MIPS fallout from IRA matched operand changesRichard Sandiford1-6/+6
2019-07-07Fix uninitialised use in mips_split_moveRichard Sandiford1-2/+2
2019-06-27builtins.c (get_memory_rtx): Fix comment.Aaron Sawdey3-11/+11
2019-06-11mips.c (mips_final_postscan_insn): Modify call to `mips_set_text_contents_typ...Faraz Shahbazker1-3/+13
2019-05-31mips.c (mips_expand_builtin_insn): Swap the 1st and 3rd operands of the fmadd...Jeff Law1-0/+13
2019-05-20cfgloop.h (struct loop): Add simdlen member.Jakub Jelinek1-1/+1
2019-05-17mips.c (mips_dwarf_frame_reg_mode): Replace TARGET_FLOAT64 with !TARGET_FLOAT...Dragan Mladjenovic1-1/+1
2019-05-16gcc: move assemble_start_function / assemble_end_function to output_mi_thunkMax Filippov1-0/+3
2019-05-14[MIPS] Skip forward src into next insn when the SRC reg is dead.Chenghua Xu1-1/+12
2019-04-12* config/mips/loongson-mmiintrin.h: Fix up #error message.Jakub Jelinek1-2/+2
2019-04-08re PR target/89623 (Can't build mips-wrs-vxworks cross-compiler)Chenghua Xu1-1/+1
2019-03-22re PR rtl-optimization/87761 ([MIPS] New FAIL: gcc.target/mips/fix-r4000-10.c...Jeff Law2-5/+21
2019-03-19re PR target/89378 ([MIPS] FAIL: gcc.dg/vect/pr88598-3.c -mmsa (internal com...Jakub Jelinek2-4/+4
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska1-2/+2
2019-02-22re PR rtl-optimization/87761 ([MIPS] New FAIL: gcc.target/mips/fix-r4000-10.c...Jeff Law1-0/+41
2019-01-11aarch64.c (aarch64_simd_call_p): New function.Steve Ellcey1-1/+2
2019-01-09PR other/16615 [1/5]Sandra Loosemore2-4/+4
2019-01-01Update copyright years.Jakub Jelinek94-95/+95
2018-11-27MIPS: Add `-mfix-r5900' option for the R5900 short loop erratumFredrik Noring3-4/+15
2018-11-27mips.c (mips_block_move_straight): Use RETURN_BEGIN in call to move_by_pieces.Jeff Law1-1/+1
2018-11-09mips.c (mips_loongson_ext2_prefetch_cookie): Handle unused argument better.Jeff Law1-1/+3