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
2008-03-27
re PR tree-optimization/32810 (Not folding of const element for goto)
Richard Guenther
1
-5
/
+14
2008-03-26
tree-flow.h (widen_bitfield): Remove declaration.
Richard Guenther
1
-102
/
+0
2008-03-22
tree-cfg.c (verify_expr): Recurse again for invariant addresses.
Richard Guenther
1
-27
/
+2
2008-03-20
tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Remove special casing of...
Richard Guenther
1
-1
/
+13
2008-03-19
re PR other/35094 (RTL dump file letters hosed and partly undocumented)
Jan Hubicka
1
-9
/
+15
2008-03-17
re PR tree-optimization/19637 (Missed VRP and FRE opportunities in the presen...
Richard Guenther
1
-0
/
+17
2008-03-15
tree-ssa-ccp.c (ccp_fold): Also read from constant values and fold constant a...
Richard Guenther
1
-10
/
+25
2008-03-15
tree-ssa-ccp.c (get_symbol_constant_value): Export.
Richard Guenther
1
-8
/
+12
2008-03-15
re PR middle-end/35593 (spurious warning "array subscript is below array boun...
Richard Guenther
1
-10
/
+28
2008-03-10
re PR tree-optimization/35494 (Revision 132991 breaks C++ static member)
H.J. Lu
1
-1
/
+4
2008-03-06
re PR tree-optimization/35402 (Store CCP will not inline static const variabl...
Andrew Pinski
1
-0
/
+6
2008-01-13
re PR middle-end/32135 (bogus array-ref fold triggering array overflow warning)
Jan Hubicka
1
-2
/
+22
2007-12-06
re PR middle-end/20983 (varargs functions force va_list variable to stack unn...
Jakub Jelinek
1
-0
/
+82
2007-11-19
re PR tree-optimization/34099 (optimizer problem)
Richard Guenther
1
-22
/
+3
2007-11-16
re PR tree-optimization/34099 (optimizer problem)
Richard Guenther
1
-3
/
+59
2007-11-15
re PR middle-end/23848 (stack deallocation can be more efficient)
Jakub Jelinek
1
-0
/
+76
2007-11-09
re PR target/33604 (Revision 119502 causes significantly slower results with ...
Richard Guenther
1
-0
/
+3
2007-09-04
re PR tree-optimization/33291 (a+=2; a+=2 not simplified to a+=4; with -O3...
Richard Guenther
1
-1
/
+1
2007-08-24
re PR tree-optimization/33166 (ICE in get_indirect_ref_operands, at tree-ssa-...
Richard Guenther
1
-1
/
+6
2007-08-14
tree-pass.h (PROP_pta): Removed.
Daniel Berlin
1
-2
/
+8
2007-07-26
fold-const.c (fold_read_from_constant_string): Use build_int_cst_type.
Daniel Jacobowitz
1
-4
/
+3
2007-07-26
Change copyright header to refer to version 3 of the GNU General Public Licen...
Nick Clifton
1
-4
/
+3
2007-07-24
tree-ssa-ccp.c (fold_const_aggregate_ref): Use fold_convert.
Daniel Jacobowitz
1
-2
/
+4
2007-07-13
re PR tree-optimization/32721 (CCP removes volatile qualifiers.)
Richard Guenther
1
-1
/
+5
2007-07-02
re PR middle-end/15988 (ICE in fold_convert with pointer-to-member-function)
Richard Guenther
1
-4
/
+4
2007-07-02
tree-flow.h (tree_ssa_useless_type_conversion_1): Rename to ...
Richard Guenther
1
-2
/
+1
2007-06-15
[multiple changes]
Andrew Pinski
1
-40
/
+10
2007-06-06
tree-ssa-alias-warnings.c (maybe_add_match): Cast according to the coding con...
Thomas Neumann
1
-5
/
+5
2007-05-01
tree.h (maybe_fold_offset_to_component_ref): Remove.
Jan Hubicka
1
-21
/
+90
2007-04-27
re PR tree-optimization/31715 (Array calculation done incorrectly)
Richard Guenther
1
-13
/
+24
2007-04-12
re PR tree-optimization/24689 (operand_equal_p does not return true for some ...
Richard Guenther
1
-3
/
+1
2007-04-09
foldaddr-3.c: New file.
Jan Hubicka
1
-3
/
+16
2007-04-08
tree.h (maybe_fold_offset_to_component_ref): Declare.
Jan Hubicka
1
-1
/
+1
2007-03-09
tree-pass.h (TODO_update_smt_usage): Remove.
Diego Novillo
1
-2
/
+1
2007-02-15
tree.h (enum tree_code_class): Add tcc_vl_exp.
Sandra Loosemore
1
-38
/
+58
2007-02-13
common.opt: Add Wstrict-overflow and Wstrict-overflow=.
Ian Lance Taylor
1
-10
/
+27
2007-01-18
tree-vrp.c (finalize_jump_threads): Do not call cleanup_cfg by hand.
Jan Hubicka
1
-3
/
+1
2007-01-18
tree-ssa-ccp.c (ccp_finalize): Return if something changed.
Jan Hubicka
1
-23
/
+18
2007-01-11
re PR tree-optimization/1046 (gcc less efficient than jdk for recursion with ...
Jan Hubicka
1
-2
/
+2
2007-01-08
tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Use type of offset to build ...
Richard Guenther
1
-1
/
+1
2007-01-08
Better handling of COND_EXPRs in rhs
Roberto Costa
1
-0
/
+11
2006-12-11
[multiple changes]
Diego Novillo
1
-12
/
+11
2006-12-11
tree-ssa-operands.h (create_ssa_artificial_load_stmt): Rename from create_ssa...
Diego Novillo
1
-9
/
+19
2006-12-05
tree-vrp.c (pass_vrp): Remove PROP_smt_usage.
Daniel Berlin
1
-2
/
+2
2006-12-05
Merge gimple-tuples-branch into mainline.
Aldy Hernandez
1
-13
/
+13
2006-12-01
[multiple changes]
H.J. Lu
1
-0
/
+50
2006-11-17
re PR tree-optimization/29801 (ICE in set_lattice_value (tree-ssa-ccp.c))
Zdenek Dvorak
1
-9
/
+33
2006-11-16
tree-vrp.c (get_value_range): Use XCNEW instead of XNEW and memset.
Dirk Mueller
1
-2
/
+1
2006-11-09
re PR tree-optimization/29738 (Missed constant propagation into loops)
Zdenek Dvorak
1
-179
/
+121
2006-11-08
tree-ssa-propagate.c (set_rhs): Restructure validity tests as a test for incl...
Roger Sayle
1
-5
/
+8
[next]