aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mips
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-07Fix some typo and brain twister logical.Chenghua Xu3-20/+20
2018-11-07Add support for Loongson 2K1000 processor.Chenghua Xu7-16/+170
2018-11-07Add support for Loongson 3A2000/3A3000 processor.Chenghua Xu6-13/+165
2018-11-07Add support for Loongson 3A1000 processor.Chenghua Xu7-159/+164
2018-11-07Add support for Loongson EXT2 instructions.Chenghua Xu5-5/+90
2018-11-07Add support for Loongson EXT instructions.Chenghua Xu3-9/+25
2018-11-07Add support for Loongson MMI instructions.Chenghua Xu7-774/+824
2018-10-28Add D front-end, libphobos library, and D2 testsuite.Iain Buclaw5-0/+69
2018-08-26frame-header-opt.c: Include "backend.h" rather than "cfg.h"Jeff Law1-1/+1
2018-07-17mips.c (vr4130_align_insns): Update for recent changes to label_to_alignment.Jeff Law1-1/+1
2018-07-05Replace NO_IMPLICIT_EXTERN_C with SYSTEM_IMPLICIT_EXTERN_C.Nathan Sidwell1-2/+0
2018-07-04[multiple changes]Martin Liska1-15/+15
2018-06-18More rtx to rtx_insn * cleanupsDavid Malcolm1-1/+1
2018-06-15MIPS: Add support for -mcrc and -mginv options.Matthew Fortune2-0/+10
2018-06-13MIPS: Add support for P6600.Matthew Fortune6-7/+449
2018-06-13re PR tree-optimization/86076 (ICE: verify_gimple failed (error: location ref...Chenghua Xu1-2/+2
2018-06-12MIPS: Fix build after r261489.Robert Suchanek1-1/+1
2018-06-12MIPS: Add i6500 processor as an alias for i6400.Matthew Fortune3-1/+5
2018-06-12MIPS: Update I6400 scheduler.Prachi Godbole1-25/+55
2018-04-26mips.c (mips_asan_shadow_offset): New function.Hans-Peter Nilsson2-1/+13