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/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
Age
Commit message (
Expand
)
Author
Files
Lines
2006-10-24
re PR tree-optimization/29567 (ICE in build2_stat, at tree.c:2963)
Richard Guenther
4
-9
/
+35
2006-10-24
builtins.c (fold_builtin_exponent): Evaluate constant arguments at compile-ti...
Kaveh R. Ghazi
2
-55
/
+45
2006-10-24
* reload1.c: Formatting fixes.
Ben Elliston
2
-3
/
+7
2006-10-24
Daily bump.
GCC Administrator
1
-1
/
+1
2006-10-24
re PR tree-optimization/14784 ([Tree-ssa] alias analysis deficiency)
Zdenek Dvorak
6
-1
/
+52
2006-10-23
builtin-sin-mpfr-1.c: New test.
Kaveh R. Ghazi
2
-0
/
+34
2006-10-23
re PR middle-end/29335 (transcendental functions with constant arguments shou...
Kaveh R. Ghazi
4
-21
/
+128
2006-10-23
* config/xtensa/lib1funcs.asm: Use C-style comments.
Bob Wilson
2
-69
/
+73
2006-10-23
decl.c: Include langhooks.h.
Rafael Ávila de Espíndola
48
-495
/
+466
2006-10-23
builtins.c (expand_builtin, [...]): Handle BUILT_IN_STRNCAT_CHK.
Jakub Jelinek
4
-0
/
+69
2006-10-23
builtins.c (expand_builtin_memmove): Remove ORIG_EXP argument; don't do conve...
Jan Hubicka
4
-43
/
+55
2006-10-23
stor-layout.c (start_record_layout): maximum_field_alignment overrides STRUCT...
Paul Brook
4
-1
/
+28
2006-10-23
predicates.md ("bras_sym_operand"): Do not accept nonlocal function symbols i...
Ulrich Weigand
4
-1
/
+43
2006-10-23
[multiple changes]
Richard Guenther
7
-7
/
+58
2006-10-23
re PR middle-end/21032 (With -frounding-math, incorrectly reorders unary minus)
Richard Guenther
4
-2
/
+26
2006-10-23
Daily bump.
GCC Administrator
1
-1
/
+1
2006-10-23
re PR target/28232 (Wrong aligned load is generated with -m4a on sh-*)
Richard Sandiford
3
-7
/
+24
2006-10-22
re PR tree-optimization/15911 (VRP/DOM does not like TRUTH_AND_EXPR)
Jeff Law
4
-81
/
+289
2006-10-22
tmmintrin.h: Remove the duplicated content.
H.J. Lu
2
-224
/
+4
2006-10-22
config.gcc (i[34567]86-*-*): Add tmmintrin.h to extra_headers.
H.J. Lu
10
-10
/
+1353
2006-10-22
re PR libstdc++/20647 (Wrong typeid for incomplete types)
Nathan Sidwell
4
-7
/
+24
2006-10-22
* cpplib.pot: Regenerate.
Joseph Myers
2
-127
/
+159
2006-10-22
* gcc.pot: Regenerate.
Joseph Myers
2
-5433
/
+7497
2006-10-22
tree-vect-transform.c (vectorizable_load): Use the type of the return value o...
Ira Rosen
2
-3
/
+11
2006-10-22
mips.c (mips_split_const): Don't accept bare PLUS expressions.
Richard Sandiford
2
-4
/
+10
2006-10-22
re PR fortran/26025 (Optionally use BLAS for matmul)
Francois-Xavier Coudert
23
-43
/
+726
2006-10-22
Commit forgotten file
Daniel Berlin
1
-1
/
+1
2006-10-22
Daily bump.
GCC Administrator
1
-1
/
+1
2006-10-21
error.c: Add errno.h
Steven G. Kargl
3
-2
/
+9
2006-10-21
i386.md (UNSPEC_LDQQU): Renamed to ...
H.J. Lu
3
-2
/
+8
2006-10-21
re PR middle-end/28252 (pow(x,1/3.0) should be converted to cbrt(x))
Uros Bizjak
4
-1
/
+34
2006-10-21
builtins.c (expand_builtin_int_roundingfn_2): New function.
Richard Guenther
2
-6
/
+99
2006-10-21
re PR rtl-optimization/19398 (secondary reloads don't consider "m" alternatives)
Uros Bizjak
2
-0
/
+28
2006-10-21
i386.md (extendsfdf2, [...]): Do not force operand1 to register if both opera...
Uros Bizjak
2
-19
/
+15
2006-10-21
configure.in: Require GMP-4.1+ and MPFR-2.2+.
Kaveh R. Ghazi
10
-198
/
+166
2006-10-21
re PR tree-optimization/3511 (Inlined strlen() could be smarter)
Richard Guenther
4
-0
/
+44
2006-10-21
re PR middle-end/26898 (Fold does not fold signed + CST1 CMP signed + CST2)
Richard Guenther
5
-0
/
+80
2006-10-21
re PR target/19116 (-funsafe-math-optimizations make nan compares equal to on...
Richard Guenther
3
-3
/
+11
2006-10-21
builtins.c (fold_builtin_classify): Fix typo.
Richard Guenther
2
-1
/
+5
2006-10-21
re PR middle-end/28796 (__builtin_nan() and __builtin_unordered() inconsistent)
Richard Guenther
2
-2
/
+10
2006-10-21
re PR target/29512 (compile time hog / deadloop.)
Richard Guenther
2
-42
/
+8
2006-10-21
* crontab: Add 4.2 branch. Set trunk to 4.3.
Mark Mitchell
2
-1
/
+6
2006-10-21
* BASE-VER: Set to 4.3.0.
Mark Mitchell
2
-1
/
+5
2006-10-21
tree.h (DECL_PTA_ARTIFICIAL): Remove.
Daniel Berlin
8
-173
/
+46
2006-10-21
Daily bump.
GCC Administrator
1
-1
/
+1
2006-10-20
natevents.cc (do_callback_arg_tests): Correctly pass jvalues.
Tom Tromey
2
-2
/
+11
2006-10-20
re PR c++/28053 (ICE deriving from class with invalid bitfield)
Lee Millward
5
-1
/
+56
2006-10-20
minval_r8.c: Regenerate.
Francois-Xavier Coudert
170
-300
/
+472
2006-10-20
* gcc.dg/tree-ssa/ivopts-2.c: Match final candidates line only.
Adam Nemet
2
-1
/
+5
2006-10-19
invoke.texi: Fixed "denormal" typo.
Brooks Moses
2
-1
/
+5
[next]