index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
config
/
mips
/
mips.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-23
Convert STARTING_FRAME_OFFSET to a hook
Richard Sandiford
1
-8
/
+0
2017-09-25
Turn CONSTANT_ALIGNMENT into a hook
Richard Sandiford
1
-16
/
+0
2017-09-15
Turn TRULY_NOOP_TRUNCATION into a hook
Richard Sandiford
1
-5
/
+0
2017-09-15
Turn CANNOT_CHANGE_MODE_CLASS into a hook
Richard Sandiford
1
-3
/
+0
2017-09-13
Turn SECONDARY_MEMORY_NEEDED into a hook
Richard Sandiford
1
-13
/
+0
2017-09-12
Turn HARD_REGNO_NREGS into a target hook
Richard Sandiford
1
-2
/
+0
2017-09-04
Turn FUNCTION_ARG_PADDING into a target hook
Richard Sandiford
1
-5
/
+2
2017-09-04
Turn MODES_TIEABLE_P into a target hook
Richard Sandiford
1
-2
/
+0
2017-09-04
Turn HARD_REGNO_MODE_OK into a target hook
Richard Sandiford
1
-4
/
+0
2017-09-04
Turn HARD_REGNO_CALL_PART_CLOBBERED into a target hook
Richard Sandiford
1
-8
/
+0
2017-09-04
PR82045: Avoid passing machine modes through "..."
Richard Sandiford
1
-1
/
+1
2017-01-19
config.gcc (supported_defaults): Add madd4.
Matthew Fortune
1
-3
/
+9
2017-01-19
MIPS: Make loongson3a use fused madd.d
Chenghua Xu
1
-2
/
+4
2017-01-19
MIPS: PR target/78176 add -mlxc1-sxc1.
Matthew Fortune
1
-2
/
+6
2017-01-18
MIPS: Fix generation of Loongson-specific division and modulo instructions.
Toma Tabacu
1
-5
/
+11
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-11-16
MIPS/GCC: Mark text contents as code or data
Maciej W. Rozycki
1
-0
/
+26
2016-11-15
Fix instances of gen_rtx_REG (VOIDmode, ...)
Richard Sandiford
1
-1
/
+1
2016-10-11
[MIPS] Disable -mbranch-likely for -Os when targetting generic arch
Robert Suchanek
1
-5
/
+15
2016-05-16
Enable LSA/DLSA for MSA.
Robert Suchanek
1
-2
/
+4
2016-05-09
Add support for MIPS SIMD Architecture (MSA).
Robert Suchanek
1
-9
/
+77
2016-01-18
Handle Octeon 3 not supporting MIPS paired-single instructions.
Joseph Myers
1
-3
/
+4
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-11-24
frame-header-opt.c (gate): Check for optimize > 0.
Steve Ellcey
1
-0
/
+7
2015-10-14
mips.h (MIPS_STACK_ALIGN): Implement using ROUND_UP macro.
Uros Bizjak
1
-1
/
+1
2015-10-09
config.gcc (mips*-*-*): Add frame-header-opt.o to extra_objs.
Steve Ellcey
1
-0
/
+155
2015-09-01
MIPS compact branch support
Matthew Fortune
1
-39
/
+34
2015-08-20
mips.c (mips_expand_block_move): Enable inline memcpy expansion when !ISA_HAS...
Simon Dardis
1
-0
/
+3
2015-08-18
[MIPS] Fix register renaming in the interrupt handlers.
Robert Suchanek
1
-0
/
+3
2015-08-13
[MIPS] Enable load/store bonding for I6400
Robert Suchanek
1
-1
/
+1
2015-07-23
I6400 scheduling.
Prachi Godbole
1
-1
/
+2
2015-07-22
Add scheduling for M51xx core family.
Prachi Godbole
1
-3
/
+4
2015-07-22
Add -march=interaptiv.
Robert Suchanek
1
-2
/
+4
2015-07-15
Support new interrupt handler options.
Matthew Fortune
1
-0
/
+3
2015-07-15
Support interrupt handlers with hard-float.
Robert Suchanek
1
-0
/
+2
2015-07-09
always define WORD_REGISTER_OPERATIONS
Trevor Saunders
1
-1
/
+1
2015-07-09
always define SHORT_IMMEDIATES_SIGN_EXTEND
Trevor Saunders
1
-1
/
+1
2015-07-06
config.gcc: Add fused-madd.opt.
Steve Ellcey
1
-13
/
+13
2015-05-22
always define STACK_GROWS_DOWNWARD
Trevor Saunders
1
-1
/
+1
2015-05-20
Add missing declaration.
Robert Suchanek
1
-0
/
+1
2015-05-19
mips.md (JOIN_MODE): New mode iterator.
Prachi Godbole
1
-0
/
+7
2015-05-09
bitmap.c, [...]: Add space between string literal and macro name.
Jason Merrill
1
-1
/
+1
2015-04-29
mips.h (CRT_CALL_STATIC_FUNCTION): Fix the macro to use la/jalr instead of jal.
Petar Jovanovic
1
-4
/
+19
2015-01-19
MIPS: Only pass floating-point options to the assembler when necessary
Matthew Fortune
1
-3
/
+18
2015-01-15
Add support for the R6 LSA and DLSA instructions
Matthew Fortune
1
-0
/
+6
2015-01-14
[MIPS] Update the ZC constraint.
Matthew Fortune
1
-2
/
+2
2015-01-14
Fix Linux multilib configurations with default architectures
Matthew Fortune
1
-4
/
+12
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-12-19
MIPS32R6 and MIPS64R6 support
Matthew Fortune
1
-50
/
+89
2014-11-12
Implement MIPS o32 FPXX, FP64, FP64A ABI extensions.
Matthew Fortune
1
-7
/
+70
[prev]
[next]