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
/
fold-const.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-29
re PR tree-optimization/15255 ([tree-ssa] a * 2 + a * 2 is not converted to a...
Richard Guenther
1
-0
/
+11
2008-04-29
re PR middle-end/36077 (Expressions result is wrong)
Richard Guenther
1
-2
/
+7
2008-04-24
re PR tree-optimization/36008 (Function produces wrong results when inlined.)
Jakub Jelinek
1
-1
/
+1
2008-04-22
fold-const.c (pointer_may_wrap_p): Call int_size_in_bytes rather than size_in...
Ian Lance Taylor
1
-23
/
+19
2008-04-18
fold-const.c (pointer_may_wrap_p): New static function.
Ian Lance Taylor
1
-4
/
+81
2008-04-17
tree-vn.c (expressions_equal_p): Do not check type equality or compatibility ...
Richard Guenther
1
-0
/
+5
2008-04-15
tree-const.c (tree_call_nonnegative_warnv_p): Remove local variable arg1.
Rafael Avila de Espindola
1
-6
/
+3
2008-04-15
* fold-const.c (fold_overflow_warning): Remove assertion.
Ian Lance Taylor
1
-1
/
+0
2008-04-14
flags.h (POINTER_TYPE_OVERFLOW_UNDEFINED): Define.
Ian Lance Taylor
1
-2
/
+10
2008-04-08
fold-const.c (fold_widened_comparison): Do not allow sign-changes that change...
Richard Guenther
1
-1
/
+5
2008-04-08
fold-canst.c (tree_call_nonnegative_warnv_p): New.
Rafael Avila de Espindola
1
-125
/
+142
2008-04-07
fold-const.c (fold): New case.
Eric Botcazou
1
-0
/
+39
2008-04-04
re PR middle-end/35823 (verify_gimple fails on taking 'Size of a String subpr...
Richard Guenther
1
-1
/
+2
2008-04-01
re PR middle-end/35705 (Symbol address check eliminated by C frontend.)
John David Anglin
1
-1
/
+1
2008-03-31
re PR tree-optimization/30186 (accessing an element via a "pointer" on a vect...
Andrew Pinski
1
-0
/
+28
2008-03-30
fold-const.c (fold_binary): Add missing conversions.
Eric Botcazou
1
-2
/
+4
2008-03-30
re PR middle-end/31023 (Fold is agnostic of integer sub-types)
Richard Guenther
1
-0
/
+5
2008-03-28
fold-const.c (tree_unary_nonnegative_warnv_p): Make it public.
Rafael Avila de Espindola
1
-7
/
+7
2008-03-27
re PR tree-optimization/35716 (gfortran.dg/assign_6.f and gfortran.dg/g77/dnr...
Richard Guenther
1
-3
/
+7
2008-03-27
fold-const.c (target.h): Include.
Richard Guenther
1
-32
/
+46
2008-03-27
re PR tree-optimization/35429 (ICE with complex arithmetic)
Andrew Pinski
1
-2
/
+4
2008-03-26
revert: fold-const.c (target.h): Include.
Richard Guenther
1
-39
/
+32
2008-03-26
fold-const.c (target.h): Include.
Richard Guenther
1
-32
/
+39
2008-03-17
re PR tree-optimization/19637 (Missed VRP and FRE opportunities in the presen...
Richard Guenther
1
-7
/
+2
2008-03-14
re PR tree-optimization/34043 (Missed optimization causing extra loads and st...
Richard Guenther
1
-8
/
+13
2008-03-12
re PR rtl-optimization/34522 (inefficient code for long long multiply when on...
Paolo Bonzini
1
-0
/
+20
2008-03-05
re PR c++/35336 (Broken diagnostic: 'bit_field_ref' not supported by dump_expr)
Richard Guenther
1
-364
/
+6
2008-03-05
fold-const.c (tree_single_nonnegative_warnv_p): Fix mixed declaration and code.
Geoffrey Keating
1
-3
/
+2
2008-03-04
fold-const.c (tree_simple_nonnegative_warnv_p): New.
Rafael Avila de Espindola
1
-94
/
+238
2008-03-04
fold-const.c (tree_unary_nonzero_warnv_p): New.
Rafael Avila de Espindola
1
-74
/
+187
2008-03-04
re PR middle-end/35456 (Different results for inlined vs. non-inlined function)
Uros Bizjak
1
-5
/
+8
2008-03-03
tree-ssa-sccvn.c (visit_reference_op_store): Do not insert struct copies into...
Richard Guenther
1
-6
/
+21
2008-02-29
fold-const.c (fold_convertible_p): Correct the logic to follow that in fold_c...
Francois-Xavier Coudert
1
-1
/
+8
2008-02-27
re PR tree-optimization/25290 (PHI-OPT could be rewritten so that is uses fold)
Richard Guenther
1
-1
/
+1
2008-02-27
re PR middle-end/34971 (bitfield rotates are folded and expanded wrong)
Richard Guenther
1
-5
/
+10
2008-02-21
tree.def (PAREN_EXPR): New tree code.
Richard Guenther
1
-0
/
+8
2008-02-20
fold-const.c (split_tree): Associate floatig-point expressions if flag_associ...
Richard Guenther
1
-1
/
+1
2008-02-20
tree.h (fold_real_zero_addition_p): Declare.
Richard Guenther
1
-2
/
+1
2008-02-12
re PR middle-end/35163 (folding comparison loses cast)
Richard Guenther
1
-1
/
+3
2008-01-16
re PR middle-end/32628 (bogus integer overflow warning)
Richard Guenther
1
-2
/
+16
2008-01-12
re PR ada/33788 (GNAT bug box in expand_expr_addr_expr_1, at expr.c:6862)
Eric Botcazou
1
-1
/
+6
2007-12-05
re PR middle-end/34337 (Internal error while building gtkwhiteboardc.c from p...
Jakub Jelinek
1
-6
/
+25
2007-12-03
re PR middle-end/29749 (Missing byte swap optimizations)
Jakub Jelinek
1
-0
/
+113
2007-11-17
re PR middle-end/34130 (the builtin abs() gives wrong result when used in som...
Richard Guenther
1
-0
/
+3
2007-11-16
re PR middle-end/34030 (ICE in in compare_values_warnv, at tree-vrp.c:701)
Richard Guenther
1
-18
/
+18
2007-11-12
re PR middle-end/34070 (Wrong code for (int)x%4)
Richard Guenther
1
-2
/
+2
2007-11-12
re PR tree-optimization/34027 (-Os code size nearly doubled)
Richard Guenther
1
-0
/
+36
2007-11-04
re PR middle-end/32931 (FORALL and WHERE give an ICE with -m64)
Andrew Pinski
1
-2
/
+2
2007-10-31
re PR middle-end/33779 (folds unsigned multiplication == 0 to true)
Richard Guenther
1
-4
/
+7
2007-10-30
re PR c++/33709 (Type verification failure with new expression)
Jakub Jelinek
1
-3
/
+6
[next]