aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mips/mips.h
AgeCommit message (Expand)AuthorFilesLines
2018-11-07Add support for Loongson EXT instructions.Chenghua Xu1-1/+13
2018-11-07Add support for Loongson MMI instructions.Chenghua Xu1-15/+21
2018-10-28Add D front-end, libphobos library, and D2 testsuite.Iain Buclaw1-0/+3
2018-06-15MIPS: Add support for -mcrc and -mginv options.Matthew Fortune1-0/+2
2018-06-13MIPS: Add support for P6600.Matthew Fortune1-2/+4
2018-06-12MIPS: Add i6500 processor as an alias for i6400.Matthew Fortune1-1/+1
2018-04-26mips.c (mips_asan_shadow_offset): New function.Hans-Peter Nilsson1-1/+2
2018-01-03Update copyright years.Jakub Jelinek1-1/+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-10-29Delete obsolete SDB debug info support.James E Wilson1-3/+1
2017-10-23Convert STARTING_FRAME_OFFSET to a hookRichard Sandiford1-8/+0
2017-09-25Turn CONSTANT_ALIGNMENT into a hookRichard Sandiford1-16/+0
2017-09-15Turn TRULY_NOOP_TRUNCATION into a hookRichard Sandiford1-5/+0
2017-09-15Turn CANNOT_CHANGE_MODE_CLASS into a hookRichard Sandiford1-3/+0
2017-09-13Turn SECONDARY_MEMORY_NEEDED into a hookRichard Sandiford1-13/+0
2017-09-12Turn HARD_REGNO_NREGS into a target hookRichard Sandiford1-2/+0
2017-09-04Turn FUNCTION_ARG_PADDING into a target hookRichard Sandiford1-5/+2
2017-09-04Turn MODES_TIEABLE_P into a target hookRichard Sandiford1-2/+0
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford1-4/+0
2017-09-04Turn HARD_REGNO_CALL_PART_CLOBBERED into a target hookRichard Sandiford1-8/+0
2017-09-04PR82045: Avoid passing machine modes through "..."Richard Sandiford1-1/+1
2017-01-19config.gcc (supported_defaults): Add madd4.Matthew Fortune1-3/+9
2017-01-19MIPS: Make loongson3a use fused madd.dChenghua Xu1-2/+4
2017-01-19MIPS: PR target/78176 add -mlxc1-sxc1.Matthew Fortune1-2/+6
2017-01-18MIPS: Fix generation of Loongson-specific division and modulo instructions.Toma Tabacu1-5/+11
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-16MIPS/GCC: Mark text contents as code or dataMaciej W. Rozycki1-0/+26
2016-11-15Fix instances of gen_rtx_REG (VOIDmode, ...)Richard Sandiford1-1/+1
2016-10-11[MIPS] Disable -mbranch-likely for -Os when targetting generic archRobert Suchanek1-5/+15
2016-05-16Enable LSA/DLSA for MSA.Robert Suchanek1-2/+4
2016-05-09Add support for MIPS SIMD Architecture (MSA).Robert Suchanek1-9/+77
2016-01-18Handle Octeon 3 not supporting MIPS paired-single instructions.Joseph Myers1-3/+4
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-24frame-header-opt.c (gate): Check for optimize > 0.Steve Ellcey1-0/+7
2015-10-14mips.h (MIPS_STACK_ALIGN): Implement using ROUND_UP macro.Uros Bizjak1-1/+1
2015-10-09config.gcc (mips*-*-*): Add frame-header-opt.o to extra_objs.Steve Ellcey1-0/+155
2015-09-01MIPS compact branch supportMatthew Fortune1-39/+34
2015-08-20mips.c (mips_expand_block_move): Enable inline memcpy expansion when !ISA_HAS...Simon Dardis1-0/+3
2015-08-18[MIPS] Fix register renaming in the interrupt handlers.Robert Suchanek1-0/+3
2015-08-13[MIPS] Enable load/store bonding for I6400Robert Suchanek1-1/+1
2015-07-23I6400 scheduling.Prachi Godbole1-1/+2
2015-07-22Add scheduling for M51xx core family.Prachi Godbole1-3/+4
2015-07-22Add -march=interaptiv.Robert Suchanek1-2/+4
2015-07-15Support new interrupt handler options.Matthew Fortune1-0/+3
2015-07-15Support interrupt handlers with hard-float.Robert Suchanek1-0/+2
2015-07-09always define WORD_REGISTER_OPERATIONSTrevor Saunders1-1/+1
2015-07-09always define SHORT_IMMEDIATES_SIGN_EXTENDTrevor Saunders1-1/+1
2015-07-06config.gcc: Add fused-madd.opt.Steve Ellcey1-13/+13