aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mips
AgeCommit message (Expand)AuthorFilesLines
2021-09-16mips: Fix macro typoMartin Liska1-1/+1
2021-09-07MIPS: add .module arch and ase to all output asmYunQiang Su1-0/+37
2021-09-02Revert "MIPS: add .module mipsREV to all output asm file"YunQiang Su1-41/+0
2021-08-31MIPS: add .module mipsREV to all output asm fileYunQiang Su1-0/+41
2021-08-31MIPS: use mips_isa enum instead hardcoded numbersYunQiang Su4-150/+172
2021-08-23mips: msa: truncate immediate shift amount [PR101922]Xi Ruoyao3-9/+40
2021-08-21[MIPS] Remove TARGET_ASM_FUNCTION_RODATA_SECTIONDragan Mladjenovic1-38/+0
2021-07-31mips: Fix up mips_atomic_assign_expand_fenv [PR94780]Xi Ruoyao1-6/+6
2021-07-31mips: add MSA vec_cmp and vec_cmpu expand pattern [PR101132]Xi Ruoyao3-0/+34
2021-07-09mips: check MSA support for vector modes [PR100760,PR100761,PR100762]Xi Ruoyao1-3/+3
2021-07-01Change the type of predicates to bool.Uros Bizjak1-1/+1
2021-06-05mips: Update unexpected empty split conditionKewen Lin1-3/+3
2021-05-20dwarf: new dwarf_debuginfo_p predicateIndu Bhagat1-1/+2
2021-05-18Use startswith in targets.Martin Liska2-6/+6
2021-04-14d: Add TARGET_D_REGISTER_CPU_TARGET_INFOIain Buclaw3-1/+33
2021-03-26d: Define IN_TARGET_CODE in all machine-specific D language files.Iain Buclaw1-0/+2
2021-02-25[PATCH v4 1/2] MIPS: unaligned load: use SImode for SUBREG if OK (PR98996) [P...YunQiang Su1-1/+1
2021-02-17mips: Avoid out-of-bounds access in mips_symbol_insns [PR98491]Xi Ruoyao1-1/+1
2021-01-13i386, expand: Optimize also 256-bit and 512-bit permutatations as vpmovzx if ...Jakub Jelinek1-0/+9
2021-01-04Update copyright years.Jakub Jelinek94-95/+95
2020-12-16opts: Remove all usages of Report keyword.Martin Liska1-82/+82
2020-11-17Relocatable read-only section support for absolute jump tableHaochen Gui1-2/+2
2020-08-25MIPS: Fix __builtin_longjmp (PR 64242)Andrew Pinski1-1/+11
2020-04-02Fix up -Wliteral-suffix warning on mti-linux.hJakub Jelinek1-1/+1
2020-01-27Support gnu_unique_object symbols on MIPS.Joseph Myers1-1/+8
2020-01-23Emit .note.GNU-stack for hard-float linux targets.Dragan Mladjenovic1-0/+4
2020-01-23Emit .note.GNU-stack for soft-float linux targets.Dragan Mladjenovic3-0/+17
2020-01-06mips.c (vr4130_align_insns): Fix typo.Bryan Stenson1-1/+1
2020-01-01Update copyright years.Jakub Jelinek94-95/+95
2019-11-19[MIPS] Prevent MSA branches from being put into delay slotsDragan Mladjenovic2-4/+12
2019-11-16Optionally pick the cheapest loop_vec_infoRichard Sandiford1-1/+2
2019-11-14Replace autovectorize_vector_sizes with autovectorize_vector_modesRichard Sandiford1-6/+6
2019-11-13Sanitize the constant argument for rotr<mode>3Dragan Mladjenovic1-2/+2
2019-10-28re PR target/82981 (unnecessary __multi3 call for mips64r6 linux kernel)Mihailo Stojanovic1-3/+12
2019-10-28mips.c (DIRECT_BUILTIN_PURE): New macro.Mihailo Stojanovic1-642/+664
2019-10-28mips-msa.md (msa_insert_<msaftm_f>): Add an alternative which covers the floa...Mihailo Stojanovic1-3/+8
2019-10-16mips.c (mips_expand_builtin_insn): Force the operands which correspond to the...Mihailo Stojanovic1-0/+20
2019-10-14mips.c (mips_cannot_force_const_mem): Reject vector constants.Mihailo Stojanovic1-1/+2
2019-10-03re PR target/91769 (wrong code with -O2 on MIPS)Dragan Mladjenovic1-1/+1
2019-09-30Pass an ABI to choose_hard_reg_modeRichard Sandiford1-1/+1
2019-09-30Pass an ABI identifier to hard_regno_call_part_clobberedRichard Sandiford1-2/+2
2019-09-10Remove call_really_used_regsRichard Sandiford2-48/+24
2019-09-09Remove AND_COMPL_HARD_REG_SETRichard Sandiford1-16/+8
2019-09-09Remove COPY_HARD_REG_SETRichard Sandiford1-1/+1
2019-09-09Make note_stores take an rtx_insnRichard Sandiford1-7/+5
2019-08-23mips.md (mips_get_fcsr, [...]): Use SI machine mode for unspec_volatile operand.Mihailo Stojanovic1-2/+2
2019-08-20Use function_arg_info for TARGET_MUST_PASS_IN_STACKRichard Sandiford1-1/+1
2019-08-20Use function_arg_info for TARGET_CALLEE_COPIESRichard Sandiford1-4/+2
2019-08-20Use function_arg_info for TARGET_FUNCTION_ARG_ADVANCERichard Sandiford1-7/+7
2019-08-20Use function_arg_info for TARGET_FUNCTION_(INCOMING_)ARGRichard Sandiford1-17/+16