aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mips/mips.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-11Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.Bernd Edlinger1-1/+1
2016-06-09MIPS: Stay within 79 columns in `mips_output_jump'Maciej W. Rozycki1-2/+3
2016-05-09Add support for MIPS SIMD Architecture (MSA).Robert Suchanek1-41/+2186
2016-04-18tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz1-1/+1
2016-02-12cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor.Jakub Jelinek1-2/+2
2016-02-02Improve TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS target hook.Wilco Dijkstra1-1/+2
2016-01-29re PR target/65604 (MIPS -fno-delayed-branch generates incorrect code with -m...Steve Ellcey1-3/+11
2016-01-28re PR target/68400 (ICE in change_address_1, at emit-rtl.c:2125)Steve Ellcey1-3/+12
2016-01-25mips.c (mips_compute_frame_info): Skip re-computing the frame info after relo...Bernd Edlinger1-0/+4
2016-01-21re PR target/69129 (ICE in get_attr_got, at config/mips/mips.md:694 on mips-l...Nick Clifton1-8/+20
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-14mips.c (mips_promote_function_mode): New function.Steve Ellcey1-4/+27
2015-12-02mips.c (mips_emit_probe_stack_range): Adjust.Eric Botcazou1-16/+10
2015-11-24frame-header-opt.c (gate): Check for optimize > 0.Steve Ellcey1-9/+44
2015-11-11Undo delay slot filling and use compact branches in selected cases.Simon Dardis1-0/+117
2015-11-09Machine modes for address printing.Julian Brown1-3/+4
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-2/+2
2015-10-26target.def (TARGET_NO_SPECULATION_IN_DELAY_SLOTS_P): New hook.Simon Dardis1-0/+11
2015-10-16gen-mul-tables.cc: Adjust include files.Andrew MacLeod1-26/+10
2015-10-14mips.h (MIPS_STACK_ALIGN): Implement using ROUND_UP macro.Uros Bizjak1-3/+3
2015-10-09config.gcc (mips*-*-*): Add frame-header-opt.o to extra_objs.Steve Ellcey1-151/+11
2015-09-26[PATCH] Fix undefined behaviour in mips portJeff Law1-1/+1
2015-09-01MIPS compact branch supportMatthew Fortune1-38/+339
2015-08-20mips.c (mips_expand_block_move): Enable inline memcpy expansion when !ISA_HAS...Simon Dardis1-7/+18
2015-08-18[MIPS] Fix register renaming in the interrupt handlers.Robert Suchanek1-0/+30
2015-08-13[MIPS] Remove W32 and W64 pseudo-processors.Robert Suchanek1-26/+0
2015-08-12[MIPS] Scheduler fix for the 74k & 24k.Simon Dardis1-1/+1
2015-07-23I6400 scheduling.Prachi Godbole1-1/+15
2015-07-22Add scheduling for M51xx core family.Prachi Godbole1-0/+13
2015-07-15Fix restoration of hi/lo in MIPS64R2 interrupt handlers.Robert Suchanek1-1/+1
2015-07-15Support new interrupt handler options.Matthew Fortune1-52/+234
2015-07-15Support interrupt handlers with hard-float.Robert Suchanek1-2/+8
2015-07-13Fix double word typos.Aldy Hernandez1-1/+1
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra1-29/+32
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-13/+4
2015-07-06config.gcc: Add fused-madd.opt.Steve Ellcey1-17/+9