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/gfortran-test
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-15
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-15
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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-08
re PR tree-optimization/50318 (ICE optimizing widening multiply-and-accumulate)
Andrew Stubbs
4
-2
/
+24
2011-09-08
* config/i386.c (standard_sse_constant_opcode): Fix last commit.
Uros Bizjak
1
-1
/
+4
2011-09-08
i386.c (standard_sse_constant_p): Handle AVX2 modes.
Uros Bizjak
4
-38
/
+57
2011-09-08
arm.md (push_multi): Emit predicates.
Bernd Schmidt
3
-4
/
+12
2011-09-08
trans-array.c (gfc_trans_constant_array_constructor): Remove superfluous init...
Mikael Morin
3
-5
/
+12
2011-09-08
trans-array.h (gfc_get_scalar_ss): New prototype.
Mikael Morin
5
-70
/
+50
2011-09-08
trans-array.h (gfc_get_temp_ss): New prototype.
Mikael Morin
4
-29
/
+41
2011-09-08
trans-array.h (gfc_get_array_ss): New prototype.
Mikael Morin
6
-76
/
+49
2011-09-08
re PR c++/50324 ([C++0x] SFINAE does not handle the object creation of an inc...
Paolo Carlini
4
-3
/
+31
2011-09-08
PR c++/33255 - Support -Wunused-local-typedefs warning
Dodji Seketeli
15
-9
/
+378
2011-09-08
Improve AGU stalls avoidance optimization.
Enkovich Ilya
4
-133
/
+598
2011-09-08
re PR tree-optimization/50287 (FAIL: gcc.c-torture/execute/builtins/vsnprintf...
Martin Jambor
4
-7
/
+132
2011-09-08
re PR tree-optimization/19831 (Missing DSE/malloc/free optimization)
Richard Guenther
7
-1
/
+169
2011-09-08
re PR tree-optimization/19831 (Missing DSE/malloc/free optimization)
Richard Guenther
4
-10
/
+45
2011-09-08
part of restore of powerpc-darwin Ada bootstrap
Iain Sandoe
2
-2
/
+21
2011-09-08
make darwin port a little more cross & cross native build friendly.
Iain Sandoe
6
-53
/
+104
2011-09-08
re PR fortran/44646 ([F08] Implement DO CONCURRENT)
Tobias Burnus
16
-448
/
+808
2011-09-08
re PR target/50310 (ICE: in gen_vcondv2div2df, at config/i386/sse.md:1435 wit...
Jakub Jelinek
5
-1
/
+164
2011-09-08
Daily bump.
GCC Administrator
1
-1
/
+1
2011-09-08
re PR fortran/48095 ([OOP] Invalid assignment to procedure pointer component ...
Janus Weil
7
-7
/
+130
2011-09-07
re PR target/50310 (ICE: in gen_vcondv2div2df, at config/i386/sse.md:1435 wit...
Jakub Jelinek
4
-13
/
+43
2011-09-07
bb-reorder.c (insert_section_boundary_note): Don't check optimize_function_fo...
Bernd Schmidt
2
-16
/
+23
2011-09-07
re PR tree-optimization/48571 (Missed data-dependence for (bogus?) reconstruc...
Georg-Johann Lay
2
-2
/
+10
2011-09-07
re PR c++/50309 ([C++0x] ICE: tree check: expected tree_list, have error_mark...
Paolo Carlini
4
-2
/
+21
2011-09-07
re PR c++/50298 ([C++0x][constexpr] References cannot be bound to static cons...
Jason Merrill
4
-0
/
+27
2011-09-07
pt.c (type_unification_real): Correct complain arg for tsubsting default temp...
Jason Merrill
4
-5
/
+14
2011-09-07
* pt.c (tsubst_aggr_type): Check TYPE_P before tsubsting.
Jason Merrill
2
-3
/
+6
2011-09-07
section1.c: Don't xfail for avr.
Georg-Johann Lay
2
-1
/
+5
2011-09-07
re PR testsuite/50322 ([avr]: fail: gcc.dg/tree-ssa/ivopts-lt.c)
Georg-Johann Lay
2
-2
/
+8
2011-09-07
regrename.c (struct du_head): Make nregs signed.
Bernd Schmidt
4
-75
/
+549
2011-09-07
pr49911.C: Added flag -fstrict-enums.
Martin Jambor
2
-1
/
+5
2011-09-07
re PR middle-end/50301 (416.gamess in SPEC CPU 2006 failed to build with LTO)
Martin Jambor
2
-1
/
+17
2011-09-07
re PR tree-optimization/49911 (SRA + DOM + VRP + -fstrict-enums incorrectly r...
Martin Jambor
4
-2
/
+66
2011-09-07
re PR tree-optimization/50319 (if-conversion produces unvectorizable conditions)
Richard Guenther
2
-31
/
+38
2011-09-07
re PR target/49030 (ICE in get_arm_condition_code, at config/arm/arm.c:17180)
Richard Sandiford
6
-20
/
+65
2011-09-07
re PR fortran/50288 (FAIL: gfortran.dg/class_45b.f03)
Janus Weil
4
-18
/
+12
2011-09-07
tree-ssa-forwprop.c (forward_propagate_into_gimple_cond): Canonicalize negate...
Richard Guenther
4
-3
/
+63
2011-09-07
re PR tree-optimization/50213 (Regression in space-optimized code relative to...
Richard Guenther
4
-15
/
+29
2011-09-07
restore powerpc-darwin Ada boostrap.
Iain Sandoe
5
-3
/
+172
2011-09-07
re PR tree-optimization/46021 (3 tree-ssa tests XPASS almost everywhere)
Jiangning Liu
2
-1
/
+6
2011-09-07
mn10300.c (mn10300_insert_setlb_lcc): Set the jump label on the parallel part...
Nick Clifton
2
-0
/
+6
2011-09-07
re PR rtl-optimization/50191 (Strange debug insn produced for TOC compiling 4...
Jakub Jelinek
2
-7
/
+17
2011-09-07
Daily bump.
GCC Administrator
1
-1
/
+1
2011-09-06
Update documentation about tm_p.h
Michael Meissner
2
-2
/
+15
2011-09-06
Fix altivec-17.C to match current compiler error message
Michael Meissner
2
-1
/
+5
2011-09-06
Fix typo
Eric Botcazou
1
-1
/
+1
2011-09-06
re PR middle-end/50266 (ICE in decode_addr_const)
Eric Botcazou
4
-1
/
+46
2011-09-06
i386.c (ix86_function_value_regno_p): Use AX_REG.
Uros Bizjak
4
-17
/
+29
2011-09-06
* config/darwin10.h Remove duplicate LIB_SPEC.
Iain Sandoe
2
-3
/
+4
2011-09-06
Makefile.in (gnatlib-shared-darwin): Remove reference to "-lm".
Iain Sandoe
2
-1
/
+6
[prev]
[next]