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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-29
mips-cpus.def: (mips4): Change default processor from PROCESSOR_R8000 to PROC...
Steve Ellcey
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-04-24
mips.md: (*madd4<mode>) Remove accum_in attribute.
Steve Ellcey
1
-12
/
+0
2015-04-18
remove need for store_values_directly
Trevor Saunders
1
-7
/
+7
2015-03-03
re PR target/58158 (ICE with conditional moves on GPRs with a floating point ...
Steve Ellcey
1
-1
/
+2
2015-01-28
Prohibit vector modes in accumulators.
Robert Suchanek
1
-0
/
+2
2015-01-19
MIPS: Only pass floating-point options to the assembler when necessary
Matthew Fortune
1
-3
/
+18
2015-01-15
dojump.h: New header file.
Prathamesh Kulkarni
1
-2
/
+10
2015-01-15
[MIPS] Remove all excess parallel constructs
Matthew Fortune
4
-471
/
+413
2015-01-15
Add support for the R6 LSA and DLSA instructions
Matthew Fortune
4
-0
/
+50
2015-01-14
[MIPS] Update the ZC constraint.
Matthew Fortune
3
-34
/
+34
2015-01-14
Fix Linux multilib configurations with default architectures
Matthew Fortune
5
-4
/
+24
2015-01-09
genattrtab.c (write_header): Include hash-set.h...
Michael Collison
1
-4
/
+10
2015-01-05
Update copyright years.
Jakub Jelinek
84
-85
/
+85
2014-12-29
t-mti-linux (MULTILIB_EXCEPTIONS): Add exceptions for mips32[r1] and mips64[r...
Steve Ellcey
2
-2
/
+8
2014-12-19
MIPSR6: mips-img-elf mips-img-linux-gnu triplets and vendor updates
Matthew Fortune
3
-1
/
+76
2014-12-19
MIPS32R6 and MIPS64R6 support
Matthew Fortune
12
-367
/
+801
2014-12-03
p5600.md (define_automaton, [...]): Replace p5600_agen_pipe and p5600_alu_pip...
Prachi Godbole
1
-6
/
+6
2014-12-02
sparc.c (sparc_atomic_assign_expand_fenv): Remove NULL last argument from cre...
Jakub Jelinek
1
-3
/
+3
2014-12-01
mips.c (mips16_build_call_stub): Move the save of the return address in $18 a...
Maciej W. Rozycki
1
-5
/
+12
2014-11-26
mips.c (mips_rtx_cost_data): Fix memory_latency cost for p5600.
Prachi Godbole
1
-1
/
+1
2014-11-21
[MIPS] If using branch likelies in MIPS sync code fill the delay slot
Andrew Bennett
1
-4
/
+14
2014-11-18
[Patch] PR target/63937 TARGET_USE_BY_PIECES_INFRASTRUCTURE_P should take an ...
James Greenhalgh
1
-1
/
+1
2014-11-18
mips.md (compression): Add `micromips32' setting.
Maciej W. Rozycki
1
-7
/
+9
2014-11-18
mips.md (*jump_absolute): Use a branch when in range, a jump otherwise.
Maciej W. Rozycki
1
-4
/
+2
2014-11-12
Implement MIPS o32 FPXX, FP64, FP64A ABI extensions.
Matthew Fortune
7
-37
/
+326
2014-11-06
config.gcc (mips*-mti-linux*): Remove gnu_ld and gas assignments.
Steve Ellcey
1
-0
/
+10
2014-11-03
[multiple changes]
Naveen H.S
6
-19
/
+145
2014-11-01
2014-11-01 Andrew MacLeod <amacleod@redhat,com>
Andrew MacLeod
1
-0
/
+1
2014-11-01
[Patch 5/7 mips] Deprecate *_BY_PIECES_P, move to hookized version
James Greenhalgh
2
-14
/
+16
2014-10-29
decl.c, [...]: Remove redundant enum from machine_mode.
Richard Sandiford
2
-137
/
+137
2014-10-28
cgraph.h: Flatten.
Andrew MacLeod
1
-0
/
+3
2014-10-27
ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.
Andrew MacLeod
1
-1
/
+9
2014-10-26
mips.c (mips_at_reg_p): Delete.
Richard Sandiford
1
-13
/
+7
2014-10-26
mips.c (mips_record_lo_sum): Replace with...
Richard Sandiford
1
-10
/
+9
2014-10-26
mips.c (mips_sim_insn): Update comment.
Richard Sandiford
1
-14
/
+7
2014-10-26
mips.c (r10k_needs_protection_p_call): Take a const_rtx and return a bool.
Richard Sandiford
1
-16
/
+19
2014-10-26
mips.c (r10k_needs_protection_p_1): Take an rtx rather than an rtx pointer.
Richard Sandiford
1
-22
/
+22
2014-10-26
mips.c (mips16_rewrite_pool_refs_info): Delete.
Richard Sandiford
1
-39
/
+29
2014-10-26
mips.c (mips_kernel_reg_p): Replace with...
Richard Sandiford
1
-6
/
+10
2014-10-26
mips.c (mips_rewrite_small_data_1): Take the context as a parameter instead o...
Richard Sandiford
1
-19
/
+20
2014-10-26
mips.c: Include rtl-iter.h.
Richard Sandiford
1
-19
/
+23
2014-10-16
function.h: Flatten file.
Andrew MacLeod
1
-1
/
+5
2014-10-12
move many gc hashtab to hash_table
Trevor Saunders
1
-66
/
+40
2014-10-08
mti-linux.h (DRIVER_SELF_SPECS): Change LINUX64_DRIVER_SELF_SPECS to LINUX_DR...
Steve Ellcey
1
-1
/
+1
2014-10-08
linux64.h: Remove.
Steve Ellcey
4
-106
/
+37
2014-09-23
Remove LIBGCC2_LONG_DOUBLE_TYPE_SIZE target macro.
Joseph Myers
2
-14
/
+0
2014-09-16
Replace INSN_DELETED_P with rtx_insn member functions
Trevor Saunders
1
-2
/
+2
2014-09-15
Instruction attributes take an rtx_insn *
David Malcolm
2
-8
/
+8
2014-09-10
MIPS: Do not reload unallocated FP_REGS pseudos via GR_REGS
Matthew Fortune
1
-2
/
+3
[next]