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
path:
root
/
gcc
/
tree-vrp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-05-01
re PR tree-optimization/31739 (ICE at tree.c:902 compiling g-regexp.adb)
Ian Lance Taylor
1
-44
/
+67
2007-05-01
tree-vrp.c (set_value_range): Do not allocate equiv bitmap if it is not about...
Richard Guenther
1
-61
/
+75
2007-04-24
re PR tree-optimization/31605 (VRP eliminates a useful test due with conversi...
Ian Lance Taylor
1
-7
/
+56
2007-04-18
re PR tree-optimization/31227 (-Warray-bounds doesn't play together with loop...
Dirk Mueller
1
-34
/
+42
2007-04-17
re PR tree-optimization/31522 (False overflow warning with phi nodes)
Ian Lance Taylor
1
-4
/
+19
2007-04-15
i386.c, [...]: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2007-04-13
re PR tree-optimization/21258 (Teach VRP to pick up a constant from case label.)
Richard Guenther
1
-6
/
+133
2007-04-11
re PR tree-optimization/30735 (50% slow down due to mem-ssa merge)
Diego Novillo
1
-4
/
+3
2007-04-01
re PR tree-optimization/31169 (Bootstrap comparison error at revision 122821)
Richard Henderson
1
-11
/
+18
2007-03-26
re PR tree-optimization/31345 (ICE in set_value_range, at tree-vrp.c:269)
Ian Lance Taylor
1
-2
/
+10
2007-03-23
* tree-vrp.c (operand_less_p): Ignore fold overflow warnings.
Ian Lance Taylor
1
-0
/
+5
2007-03-20
[multiple changes]
Andrew Haley
1
-1
/
+0
2007-03-11
re PR middle-end/31115 (libstdc++ 22_locale/num_get/get/char/2.cc 27_io/basic...
Richard Guenther
1
-1
/
+19
2007-03-11
tree-vrp.c (vrp_int_const_binop): Handle PLUS_EXPR and the *_DIV_EXPR codes c...
Ian Lance Taylor
1
-7
/
+22
2007-03-09
tree-pass.h (TODO_update_smt_usage): Remove.
Diego Novillo
1
-2
/
+1
2007-03-09
re PR tree-optimization/30904 (VRP does not track values of shifts and/or bit...
Richard Guenther
1
-1
/
+3
2007-03-08
tree-eh.c (do_return_redirection): Call build_gimple_modify_stmt instead of c...
Roger Sayle
1
-5
/
+3
2007-03-08
tree-vrp.c: Include "intl.h".
Ian Lance Taylor
1
-17
/
+133
2007-03-05
re PR tree-optimization/31034 (ICE in set_value_range, at tree-vrp.c:267)
Ian Lance Taylor
1
-6
/
+8
2007-03-02
Used signed infinities in VRP.
Ian Lance Taylor
1
-202
/
+748
2007-02-15
tree.h (enum tree_code_class): Add tcc_vl_exp.
Sandra Loosemore
1
-6
/
+6
2007-02-13
common.opt: Add Wstrict-overflow and Wstrict-overflow=.
Ian Lance Taylor
1
-3
/
+12
2007-02-03
c-decl.c, [...]: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2007-02-01
alias.c (init_alias_analysis): Correct whitespace.
Roger Sayle
1
-1
/
+1
2007-01-28
common.opt: Add fstrict-overflow.
Ian Lance Taylor
1
-13
/
+13
2007-01-21
re PR bootstrap/30511 (False array bound check causes gcc failed to boostrap)
Dirk Mueller
1
-10
/
+27
2007-01-18
tree-vrp.c (finalize_jump_threads): Do not call cleanup_cfg by hand.
Jan Hubicka
1
-6
/
+2
2007-01-18
ยท Richard Guenther <rguenther@suse.de>
Dirk Mueller
1
-0
/
+152
2007-01-11
tree-vrp.c (remove_range_assertions): Release defs.
Jan Hubicka
1
-0
/
+1
2007-01-08
Better handling of COND_EXPRs in rhs
Roberto Costa
1
-0
/
+37
2007-01-08
re PR tree-optimization/23603 (VRP does not say range for a in a = b == c; is...
Richard Guenther
1
-4
/
+25
2007-01-07
tree-vrp.c (extract_range_from_assert): CSE calls to compare_values where pos...
Richard Guenther
1
-6
/
+7
2006-12-22
cgraphunit.c, [...]: Fix comment typos.
Kazu Hirata
1
-2
/
+2
2006-12-19
re PR tree-optimization/30045 (ICE in nonnull_arg_p with the CHAIN decl)
Andrew Pinski
1
-0
/
+4
2006-12-11
tree-ssa-operands.h (create_ssa_artificial_load_stmt): Rename from create_ssa...
Diego Novillo
1
-1
/
+1
2006-12-10
tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.
Zdenek Dvorak
1
-2
/
+1
2006-12-07
tree-vrp.c (compare_values): Short circuit INTEGER_CST...
Jan Hubicka
1
-8
/
+19
2006-12-06
tree-vrp.c (operand_less_p): New.
Jan Hubicka
1
-13
/
+43
2006-12-05
tree-vrp.c (pass_vrp): Remove PROP_smt_usage.
Daniel Berlin
1
-1
/
+1
2006-12-05
Merge gimple-tuples-branch into mainline.
Aldy Hernandez
1
-35
/
+44
2006-12-02
builtins.c, [...]: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2006-11-29
re PR tree-optimization/23744 (VRP does not merge discontinuous ranges of PHIs)
Duncan Sands
1
-62
/
+44
2006-11-28
Privatize SSA variables into gimple_df.
Jan Hubicka
1
-1
/
+1
2006-11-25
tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.
Zdenek Dvorak
1
-1
/
+1
2006-11-17
tree-vrp.c (execute_vrp): Do not update current_loops.
Zdenek Dvorak
1
-3
/
+2
2006-11-16
tree-vrp.c (get_value_range): Use XCNEW instead of XNEW and memset.
Dirk Mueller
1
-8
/
+4
2006-11-11
tree.def (FIX_CEIL_EXPR, [...]): Remove unused tree codes.
Richard Guenther
1
-3
/
+0
2006-11-06
re PR tree-optimization/29439 (ICE in fold-const.c:1385 with -O1 -fwrapv -ftr...
Andrew Pinski
1
-1
/
+1
2006-10-24
re PR tree-optimization/29567 (ICE in build2_stat, at tree.c:2963)
Richard Guenther
1
-9
/
+7
2006-10-22
re PR tree-optimization/15911 (VRP/DOM does not like TRUTH_AND_EXPR)
Jeff Law
1
-81
/
+243
[next]