aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mips
AgeCommit message (Expand)AuthorFilesLines
2022-10-25MIPS: add builtime option for -mcompact-branchesYunQiang Su1-1/+2
2022-10-25MIPS: Not trigger error for pre-R6 and -mcompact-branches=alwaysYunQiang Su2-15/+15
2022-10-25MIPS: fix building on multiarch platformYunQiang Su2-1/+22
2022-10-09MIPS: improve -march=native arch detectionYunQiang Su1-3/+22
2022-09-14Drop unused variableJan-Benedict Glaw1-1/+1
2022-09-05rename DBX_REGISTER_NUMBER to DEBUGGER_REGNOMartin Liska1-1/+1
2022-09-02d: Fix #error You must define PREFERRED_DEBUGGING_TYPE if DWARF is not supportedIain Buclaw4-8/+25
2022-09-02STABS: remove -gstabs and -gxcoff functionalityMartin Liska2-32/+1
2022-07-07Mips: Fix the ASAN shadow offset hook for the n32 ABIDimitrije Milosevic2-8/+6
2022-05-25Add new parameter to vec_perm_const hook for specifying operand mode.Prathamesh Kulkarni1-2/+6
2022-04-06mips: Fix C++14 vs. C++17 ABI incompatibility on mips64Xi Ruoyao1-5/+53
2022-04-02mips: Fix an ICE caused by r12-7962Xi Ruoyao1-1/+2
2022-04-01mips: Ignore zero width fields in arguments and issue -Wpsabi warning about C...Xi Ruoyao1-4/+42
2022-04-01mips: Emit psabi diagnostic for return values affected by C++ zero-width bit-...Xi Ruoyao1-8/+50
2022-04-01MIPS: IPL is 8bit in Cause and Status registers if TARGET_MCUYunQiang Su1-2/+14
2022-03-15Enable libsanitizer build on mips64Xi Ruoyao2-1/+15
2022-03-09mips: avoid signed overflow in LUI_OPERAND [PR104842]Xi Ruoyao1-1/+1
2022-01-18Fix -Wformat-diag in various targets.Martin Liska1-3/+3
2022-01-17Change references of .c files to .cc filesMartin Liska8-13/+13
2022-01-17Rename .c files to .cc files.Martin Liska4-0/+0
2022-01-03Update copyright years.Jakub Jelinek94-95/+95
2021-12-07MIPS: R6: load/store can process unaligned addressYunQiang Su3-1/+19
2021-10-08Come up with OPTION_SET_P macro.Martin Liska1-4/+5
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