aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mips
AgeCommit message (Expand)AuthorFilesLines
2017-10-23Convert STARTING_FRAME_OFFSET to a hookRichard Sandiford2-9/+15
2017-09-25Turn CONSTANT_ALIGNMENT into a hookRichard Sandiford2-16/+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 Sandiford3-10/+16
2017-09-15Turn CANNOT_CHANGE_MODE_CLASS into a hookRichard Sandiford3-13/+10
2017-09-13Turn SECONDARY_MEMORY_NEEDED into a hookRichard Sandiford3-19/+18
2017-09-12Turn HARD_REGNO_NREGS into a target hookRichard Sandiford3-6/+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 Sandiford3-21/+20
2017-09-04Turn MODES_TIEABLE_P into a target hookRichard Sandiford3-5/+5
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford2-10/+17
2017-09-04Turn HARD_REGNO_CALL_PART_CLOBBERED into a target hookRichard Sandiford2-8/+24
2017-09-04PR82045: Avoid passing machine modes through "..."Richard Sandiford2-2/+2
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[10/77] Make assemble_real take a scalar_float_modeRichard Sandiford1-1/+1
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 Sandiford2-70/+70
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-08-01re PR target/80846 (auto-vectorized AVX2 horizontal sum should narrow to 128b...Jakub Jelinek4-9/+14
2017-07-25[RTEMS] Add GCC Runtime Library ExceptionSebastian Huber1-12/+17
2017-06-14MIPS16/GCC: Emit bounds checking as RTL in `casesi'Maciej W. Rozycki1-35/+23
2017-06-05frame-header-opt.c: Include profile-count.h.Jan Hubicka1-0/+1
2017-05-04Fix previous commitRichard Sandiford2-9/+7
2017-05-04Remove bogus top-level ChangeLog commit (sorry!)Richard Sandiford2-7/+9
2017-04-20MIPS: Prevent buffer overrun in uninitialised variable fixMatthew Fortune1-1/+1
2017-04-18re PR target/74563 (Classic MIPS16 (non-MIPS16e) function return broken)Jeff Law1-1/+0
2017-04-18regcprop.c (maybe_mode_change): Avoid creating copies of the stack pointer.Jeff Law1-8/+2
2017-04-13mips.mips.md (zero_extendsidi2): Do not allow SP to appear in operands[1] if ...Jeff Law1-2/+8
2017-04-10Update MIPS -mvirt option descriptionMatthew 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-31Fix extraction from odd-numbered MSA registersMatthew Fortune1-1/+14
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-msa.md (msa_fmax_a_<msafmt>, [...]): Introduce mode interator for if_the...Prachi Godbole1-6/+6
2017-03-06mips-msa.md (msa_dotp_<su>_d, [...]): Fix MODE for vec_select.Prachi Godbole1-6/+6
2017-03-06mips.c (mips_gen_const_int_vector): Change type of last argument.Prachi Godbole2-2/+2
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-19config.gcc (supported_defaults): Add madd4.Matthew Fortune2-3/+13
2017-01-19MIPS: Make loongson3a use fused madd.dChenghua Xu1-2/+4
2017-01-19MIPS: PR target/78176 add -mlxc1-sxc1.Matthew Fortune2-2/+10
2017-01-18MIPS: Fix generation of Loongson-specific division and modulo instructions.Toma Tabacu1-5/+11