aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mips/mips.h
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-22always define STACK_GROWS_DOWNWARDTrevor Saunders1-1/+1
2015-05-20Add missing declaration.Robert Suchanek1-0/+1
2015-05-19mips.md (JOIN_MODE): New mode iterator.Prachi Godbole1-0/+7
2015-05-09bitmap.c, [...]: Add space between string literal and macro name.Jason Merrill1-1/+1
2015-04-29mips.h (CRT_CALL_STATIC_FUNCTION): Fix the macro to use la/jalr instead of jal.Petar Jovanovic1-4/+19
2015-01-19MIPS: Only pass floating-point options to the assembler when necessaryMatthew Fortune1-3/+18
2015-01-15Add support for the R6 LSA and DLSA instructionsMatthew Fortune1-0/+6
2015-01-14[MIPS] Update the ZC constraint.Matthew Fortune1-2/+2