aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mips
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-01MIPS: Fix wrong use of XINT instead of INTVALMatthew Fortune1-2/+2
2018-01-03Update copyright years.Jakub Jelinek89-90/+90
2018-01-03poly_int: current_vector_size and TARGET_AUTOVECTORIZE_VECTOR_SIZESRichard Sandiford1-3/+4
2018-01-02Remove vec_perm_const optabRichard Sandiford5-101/+30
2017-12-21poly_int: get_inner_reference & co.Richard Sandiford1-1/+1
2017-12-20poly_int: TRULY_NOOP_TRUNCATIONRichard Sandiford1-1/+1
2017-12-16poly_int: IN_TARGET_CODERichard Sandiford3-0/+6
2017-12-15tree-core.h (struct attribute_spec): Swap affects_type_identity and handler f...Jakub Jelinek1-18/+18
2017-12-07PR c/81544 - attribute noreturn and warn_unused_result on the same function a...Martin Sebor1-14/+14
2017-11-21re PR target/82880 (gcc --help=target --help=optimizers hangs on mips)Jakub Jelinek1-2/+1
2017-11-08[mips] Wrap ASM_OUTPUT_LABELREF in do {} while (0)Tom de Vries1-6/+9
2017-11-08[mips] Remove semicolon after do {} while (0) in ASM_OUTPUT_CASE_ENDTom de Vries1-1/+1
2017-11-05Remove semicolon after ASM_OUTPUT_BEFORE_CASE_LABEL macro bodyTom de Vries1-1/+1
2017-11-01Add a fixed_size_mode classRichard Sandiford1-2/+1
2017-11-01Add gen_(const_)vec_duplicate helpersRichard Sandiford1-14/+3
2017-10-29Delete obsolete SDB debug info support.James E Wilson1-3/+1
2017-10-23Convert STARTING_FRAME_OFFSET to a hookRichard Sandiford2-9/+15
2017-09-25Turn CONSTANT_ALIGNMENT into a hookRichard Sandiford2-16/+13
2017-09-25Update interface to TARGET_VECTORIZE_VEC_PERM_CONST_OKRichard Sandiford1-4/+3
2017-09-19alpha.c (alpha_expand_prologue): Also check flag_stack_clash_protection.Jeff Law1-1/+2
2017-09-19explow.c: Include "params.h".Jeff Law1-4/+4
2017-09-15Turn TRULY_NOOP_TRUNCATION into a hookRichard Sandiford3-10/+16
2017-09-15Turn CANNOT_CHANGE_MODE_CLASS into a hookRichard Sandiford3-13/+10
2017-09-13Turn SECONDARY_MEMORY_NEEDED into a hookRichard Sandiford3-19/+18
2017-09-12Turn HARD_REGNO_NREGS into a target hookRichard Sandiford3-6/+5
2017-09-12Convert hard_regno_nregs to a functionRichard Sandiford1-1/+1
2017-09-12Add short_call function attribute for MIPSSimon Atanasyan1-2/+4