aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mips/mips.c
AgeCommit message (Expand)AuthorFilesLines
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-01Add a fixed_size_mode classRichard Sandiford1-2/+1
2017-11-01Add gen_(const_)vec_duplicate helpersRichard Sandiford1-14/+3
2017-10-23Convert STARTING_FRAME_OFFSET to a hookRichard Sandiford1-1/+15
2017-09-25Turn CONSTANT_ALIGNMENT into a hookRichard Sandiford1-0/+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 Sandiford1-0/+11
2017-09-15Turn CANNOT_CHANGE_MODE_CLASS into a hookRichard Sandiford1-8/+10
2017-09-13Turn SECONDARY_MEMORY_NEEDED into a hookRichard Sandiford1-4/+18
2017-09-12Turn HARD_REGNO_NREGS into a target hookRichard Sandiford1-3/+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
2017-09-05Make more use of int_mode_for_sizeRichard Sandiford1-3/+3
2017-09-04Turn FUNCTION_ARG_PADDING into a target hookRichard Sandiford1-15/+18
2017-09-04Turn MODES_TIEABLE_P into a target hookRichard Sandiford1-2/+5
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford1-6/+17
2017-09-04Turn HARD_REGNO_CALL_PART_CLOBBERED into a target hookRichard Sandiford1-0/+24
2017-08-30[73/77] Pass scalar_mode to scalar_mode_supported_pRichard Sandiford1-1/+1
2017-08-30[72/77] Pass scalar_mode to scalar_mode_supported_pRichard Sandiford1-1/+1
2017-08-30[62/77] Big machine_mode to scalar_int_mode replacementRichard Sandiford1-2/+2
2017-08-30[6/77] Make GET_MODE_WIDER return an opt_modeRichard Sandiford1-1/+2
2017-08-30[2/77] Add an E_ prefix to case statementsRichard Sandiford1-68/+68
2017-08-21Remove the frame size argument from function_prologue/epilogueRichard Sandiford1-3/+2
2017-08-07Fix missing include of header file in mips.c.Martin Liska1-0/+1
2017-05-04Fix previous commitRichard Sandiford1-4/+7
2017-05-04Remove bogus top-level ChangeLog commit (sorry!)Richard Sandiford1-7/+4
2017-04-20MIPS: Prevent buffer overrun in uninitialised variable fixMatthew Fortune1-1/+1
2017-04-04mips.c (mips_multi_add): Zero initialize the newly added member.Jeff Law1-1/+5
2017-04-03Fix numerous typos in commentsJonathan Wakely1-1/+1
2017-03-30Fix ICE when expanding MSA constant vectors with replicated valuesMatthew Fortune1-2/+3
2017-03-21Apply temporary fix for PR rtl-optimization/79150.Toma Tabacu1-0/+3
2017-03-06mips.c (mips_gen_const_int_vector): Change type of last argument.Prachi Godbole1-1/+1
2017-02-22Fix MIPS o32 calling convention for MSA and FP vector typesSameera Deshpande1-3/+7
2017-02-07MIPS: Fix mode mismatch error between Loongson builtin arguments and insnToma Tabacu1-0/+18
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-06[MIPS][MSA] Fix builtins with literal integer arguments.Robert Suchanek1-22/+61
2016-11-25re PR ada/67205 (eliminate No_Implicit_Dynamic_Code restriction violations)Eric Botcazou1-0/+4
2016-11-16microMIPS/GCC: Fix PIC call relaxationMaciej W. Rozycki1-6/+3
2016-11-16MIPS/GCC: Mark text contents as code or dataMaciej W. Rozycki1-4/+65
2016-11-15MIPS/GCC: Mark trailing labels with `.insn'Maciej W. Rozycki1-0/+43
2016-11-02split up some variables to use rtx_insn * moreTrevor Saunders1-28/+33
2016-10-26mips.c (mips16_constant_cost): Add missing fallthru comments.Jeff Law1-2/+4
2016-10-14mips.c (mips_prepare_pch_save): Initialize micromips_globals to zero.Catherine Moore1-17/+19
2016-10-11[MIPS] Disable -mbranch-likely for -Os when targetting generic archRobert Suchanek1-2/+9
2016-09-26tree.h (memmodel_from_int, [...]): Move to ...Thomas Preud'homme1-0/+1
2016-08-09MIPS: Use create_tmp_var_raw in mips_atomic_assign_expand_fenvMatthew Fortune1-3/+3
2016-07-28merge adjust_cost and adjust_cost_2 target hooksTrevor Saunders1-6/+2