aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mips
AgeCommit message (Expand)AuthorFilesLines
2016-11-16MIPS16/GCC: Emit explicit JRC from `casesi_internal_mips16_<mode>' insnMaciej W. Rozycki1-2/+8
2016-11-16MIPS16/GCC: Improve `casesi_internal_mips16_<mode>'s instruction count estimateMaciej W. Rozycki1-1/+1
2016-11-16MIPS16/GCC: Correct `casesi_internal_mips16_<mode>'s RTL patternMaciej W. Rozycki1-1/+1
2016-11-16MIPS16/GCC: Fix DImode `casesi_internal_mips16_<mode>' assembly instructionsMaciej W. Rozycki1-6/+6
2016-11-16microMIPS/GCC: Fix PIC call relaxationMaciej W. Rozycki1-6/+3
2016-11-16MIPS/GCC: Mark text contents as code or dataMaciej W. Rozycki4-5/+104
2016-11-15Fix instances of gen_rtx_REG (VOIDmode, ...)Richard Sandiford1-1/+1
2016-11-15MIPS/GCC: Mark trailing labels with `.insn'Maciej W. Rozycki2-0/+62
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 Suchanek3-35/+52
2016-09-27MIPS/GCC/doc: Fix `d' constraint descriptionMaciej W. Rozycki1-2/+2
2016-09-26tree.h (memmodel_from_int, [...]): Move to ...Thomas Preud'homme1-0/+1
2016-08-25[mips] Add support for mips*r6-*-muslSzabolcs Nagy1-3/+6
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-06-07[MIPS] P5600 scheduler fixSimon Dardis1-2/+2
2016-05-16Enable LSA/DLSA for MSA.Robert Suchanek1-2/+4
2016-05-16Correct the latency of loads in M5100Matthew Fortune1-1/+1
2016-05-16Fix multi-line brackets in mips-cpus.defMatthew Fortune1-2/+2
2016-05-09Add pipeline description for MSA.Prachi Godbole2-4/+292
2016-05-09Add support for MIPS SIMD Architecture (MSA).Robert Suchanek13-67/+5998
2016-05-04Update MIPS P5600 processor definition to avoid IMADDMatthew Fortune1-5/+3
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-08Remove -fshort-doubleBernd Schmidt1-7/+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-18Handle Octeon 3 not supporting MIPS paired-single instructions.Joseph Myers1-3/+4
2016-01-14[MIPS] Migrate reduction optabs in mips-ps-3d.mdAlan Lawrence1-12/+22
2016-01-06Reorder function types.Robert Suchanek1-6/+6
2016-01-04Update copyright years.Jakub Jelinek87-88/+88
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 Ellcey3-16/+132
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-11-06Update loongson vector reductions.Simon Dardis1-24/+32
2015-10-26target.def (TARGET_NO_SPECULATION_IN_DELAY_SLOTS_P): New hook.Simon Dardis1-0/+11
2015-10-21Improve --help output to generate references to option aliases.Martin Sebor1-81/+81
2015-10-16gen-mul-tables.cc: Adjust include files.Andrew MacLeod2-26/+11
2015-10-14mips.h (MIPS_STACK_ALIGN): Implement using ROUND_UP macro.Uros Bizjak2-4/+4
2015-10-09config.gcc (mips*-*-*): Add frame-header-opt.o to extra_objs.Steve Ellcey6-151/+392