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
/
tree-ssa-ccp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-15
Makefile.in (OBJS-common): Add gimple-fold.o.
Richard Guenther
1
-1553
/
+1
2010-04-13
gimple.c (walk_gimple_op): Do not request a pure rvalue on the RHS if the LHS...
Eric Botcazou
1
-3
/
+3
2010-04-07
ipa-reference.c (mark_load): Use get_base_address.
Richard Guenther
1
-8
/
+18
2010-04-02
re PR tree-optimization/43629 (Struct to register optimization fails)
Richard Guenther
1
-2
/
+5
2010-03-01
re PR tree-optimization/43220 (Paritially optimized __builtin_save_stack/__bu...
Richard Guenther
1
-1
/
+4
2010-02-05
tree-ssa-ccp.c (get_symbol_constant_value): Strip all conversions.
Richard Guenther
1
-7
/
+35
2010-01-29
tree-ssa-ccp.c (ccp_fold_stmt): Unshare values we substitute.
Richard Guenther
1
-3
/
+5
2010-01-28
tree-ssa-ccp.c (ccp_fold_stmt): Fold calls and propagate into call arguments.
Richard Guenther
1
-15
/
+69
2010-01-13
re PR tree-optimization/42730 (ice: verify_stmts failed)
Richard Guenther
1
-0
/
+4
2009-11-25
Remove trailing white spaces.
H.J. Lu
1
-27
/
+27
2009-09-28
builtins.c (interclass_mathfn_icode): New helper.
Michael Matz
1
-3
/
+8
2009-09-27
tree-ssa-ccp.c (optimize_stack_restore): Relax the conditions under which we ...
Richard Henderson
1
-23
/
+39
2009-09-22
re PR tree-optimization/41428 (CCP doesn't fold all comparisons it could)
Richard Guenther
1
-1
/
+30
2009-09-22
tree-ssa-propagate.h (ssa_prop_fold_stmt_fn): Declare.
Richard Guenther
1
-1
/
+1
2009-09-09
re PR middle-end/41317 (folding causes strict aliasing violation)
Richard Guenther
1
-67
/
+37
2009-09-05
re PR tree-optimization/41181 (internal compiler error when using x86_64-w64-...
Richard Guenther
1
-4
/
+4
2009-09-01
Force block enders to be simulated once.
Richard Henderson
1
-1
/
+9
2009-08-13
re PR middle-end/41047 (gcc.target/mips/memcpy-1.c failing)
Richard Guenther
1
-2
/
+1
2009-08-07
re PR tree-optimization/40999 (ICE in extract_component, at tree-complex.c:625)
Richard Guenther
1
-2
/
+23
2009-07-16
re PR c/40435 (Revision 148442 caused many regressions on trunk)
Aldy Hernandez
1
-33
/
+43
2009-06-12
java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.
Aldy Hernandez
1
-29
/
+65
2009-05-26
re PR middle-end/40252 (Internal compiler error on samba4 (verify_gimple fail...
Richard Guenther
1
-0
/
+43
2009-05-24
tree-ssa-operands.h (push_stmt_changes, [...]): Delete.
Paolo Bonzini
1
-9
/
+2
2009-04-22
re PR middle-end/39824 (ice in fold-const.c)
Richard Guenther
1
-1
/
+3
2009-04-18
re PR tree-optimization/39804 (internal compiler error: in propagate_necessit...
Richard Guenther
1
-57
/
+66
2009-04-17
tree-ssa-ccp.c (struct fold_stmt_r_data): Remove.
Richard Guenther
1
-215
/
+130
2009-04-17
df.h: Include "timevar.h".
Ian Lance Taylor
1
-1
/
+1
2009-04-15
re PR tree-optimization/39764 (ICE in set_lattice_value, at tree-ssa-ccp.c:46...
Richard Guenther
1
-0
/
+4
2009-04-09
tree-ssa-ccp.c (maybe_fold_stmt_addition): Move non-constant indices into an ...
Richard Guenther
1
-3
/
+36
2009-04-08
re PR tree-optimization/36291 (GCC is slow and memory-hungry building sipQtGu...
Richard Guenther
1
-1
/
+21
2009-04-06
re PR tree-optimization/39643 (cris-elf gcc.dg/torture/builtin-math-3.c -O1 ...
Richard Guenther
1
-3
/
+8
2009-04-03
re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)
Richard Guenther
1
-11
/
+14
2009-03-28
Add dbg count support for ccp
Xinliang David Li
1
-1
/
+23
2009-03-28
re PR tree-optimization/38180 (CCP does not propagate through constant initia...
Richard Guenther
1
-75
/
+69
2009-03-03
re PR tree-optimization/39343 (Wrong result for __builtin_object_size (x, 1))
Jakub Jelinek
1
-2
/
+1
2009-02-20
Update Copyright years for files modified in 2008 and/or 2009.
Jakub Jelinek
1
-1
/
+1
2009-02-18
re PR target/39179 (Wrong code in c++ for const members initialized in extern...
Jason Merrill
1
-1
/
+2
2009-01-23
re PR middle-end/38932 (ICE in set_value_range, at tree-vrp.c:398)
Paolo Bonzini
1
-15
/
+2
2008-12-31
re PR middle-end/38505 (Revision 142061 caused ICE on __builtin_memcpy)
Jakub Jelinek
1
-0
/
+4
2008-12-30
re PR tree-optimization/38645 (ICE with volatile)
Richard Guenther
1
-4
/
+13
2008-12-09
re PR tree-optimization/35468 (LHS of assignment can be folded to a constant ...
Jakub Jelinek
1
-2
/
+7
2008-12-03
re PR middle-end/38360 (ICE in gimple_op, at gimple.h:1636)
Jakub Jelinek
1
-10
/
+15
2008-11-05
re PR middle-end/37742 (ICE in vectorizer with restrict pointer)
Richard Guenther
1
-6
/
+27
2008-10-21
re PR middle-end/37669 (ice for legal code with -O2)
Adam Nemet
1
-16
/
+10
2008-10-01
re PR tree-optimization/37662 (ice: tree check: expected ssa_name, have integ...
Paolo Bonzini
1
-0
/
+11
2008-09-09
re PR tree-optimization/37433 (tree check: expected function_decl, have strin...
Richard Guenther
1
-0
/
+1
2008-09-04
rtl.h (LABEL_REF_NONLOCAL_P): Don't check for REG_LABEL_OPERAND or REG_LABEL_...
Ian Lance Taylor
1
-2
/
+2
2008-09-01
re PR tree-optimization/37305 (ice in set_value_range, at tree-vrp.c:397)
Richard Guenther
1
-21
/
+46
2008-08-29
common.opt (ftree-store-ccp): Mark as preserved for backward compatibility.
Richard Guenther
1
-154
/
+9
2008-08-21
tree-ssa-ccp.c (ccp_fold): Fold VIEW_CONVERT_EXPRs of constants.
Richard Guenther
1
-1
/
+11
[next]