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
2009-10-05
re PR tree-optimization/23821 (DOM and VRP creating harder to optimize code)
Richard Guenther
1
-2
/
+3
2009-09-22
tree-ssa-propagate.h (ssa_prop_fold_stmt_fn): Declare.
Richard Guenther
1
-3
/
+75
2009-09-02
invoke.texi (-fvar-tracking-assignments): New.
Alexandre Oliva
1
-0
/
+3
2009-09-01
Force block enders to be simulated once.
Richard Henderson
1
-5
/
+10
2009-07-14
tree-vrp.c (vrp_evaluate_conditional): Mark strings for translation.
Manuel López-Ibáñez
1
-2
/
+4
2009-07-07
c-lex.c: Replace %H by an explicit location.
Manuel López-Ibáñez
1
-21
/
+11
2009-06-29
re PR tree-optimization/40579 (gcc -O2 optimization causes infinite loop and ...
Richard Guenther
1
-0
/
+8
2009-06-12
java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.
Aldy Hernandez
1
-5
/
+13
2009-05-15
dbxout.c (dbxout_range_type): Add LOW and HIGH parameters.
Eric Botcazou
1
-22
/
+3
2009-05-11
passes.c (init_optimization_passes): Strip now incorrect comment.
Richard Guenther
1
-1
/
+1
2009-04-28
tree.h (SSA_NAME_VALUE): Remove.
Richard Guenther
1
-0
/
+2
2009-04-24
tree-vrp.c (extract_range_from_binary_expr): Handle overflow from unsigned ad...
Richard Guenther
1
-0
/
+16
2009-04-18
tree-vrp.c (ssa_name_nonzero_p): Remove.
Kazu Hirata
1
-22
/
+0
2009-04-18
re PR middle-end/36902 (Array bound warning with dead code after optimization)
Manuel López-Ibáñez
1
-23
/
+53
2009-04-03
re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)
Richard Guenther
1
-2
/
+2
2009-03-18
graphite.c (exclude_component_ref): Renamed contains_component_ref_p.
Sebastian Pop
1
-4
/
+4
2009-02-20
Update Copyright years for files modified in 2008 and/or 2009.
Jakub Jelinek
1
-1
/
+1
2009-01-28
re PR middle-end/38934 (ICE in set_value_range, at tree-vrp.c:398)
Jakub Jelinek
1
-2
/
+2
2008-12-30
re PR middle-end/38572 (ICE in set_value_range, at tree-vrp.c:398)
Paolo Bonzini
1
-6
/
+12
2008-12-12
tree-vrp.c (extract_range_from_binary_expr): Don't shift by floor_log2 of zero.
Alexandre Oliva
1
-2
/
+2
2008-12-07
re PR tree-optimization/38405 ((silent failure) handling bitfield in ternary)
Richard Guenther
1
-0
/
+6
2008-12-01
re PR rtl-optimization/38245 (stack corruption when a call is removed but not...
Jakub Jelinek
1
-68
/
+188
2008-10-01
re PR middle-end/37285 (ICE while building binutils on ppc)
Richard Guenther
1
-0
/
+7
2008-09-30
re PR tree-optimization/37662 (ice: tree check: expected ssa_name, have integ...
Jakub Jelinek
1
-5
/
+13
2008-09-16
re PR tree-optimization/37508 (ICE in in simplify_truth_ops_using_ranges, at ...
Richard Guenther
1
-1
/
+2
2008-09-12
tree-vrp.c (simplify_truth_ops_using_ranges): Fix types.
Richard Guenther
1
-2
/
+1
2008-09-11
dojump.c (do_jump): Move below.
Paolo Bonzini
1
-21
/
+222
2008-09-04
tree-vrp.c (vrp_evaluate_conditional_warnv_with_ops_using_ranges): Break out ...
Jan Hubicka
1
-20
/
+43
2008-09-02
re PR tree-optimization/37327 (another ice in set_value_range, at tree-vrp.c:...
Richard Guenther
1
-0
/
+8
2008-08-30
re PR bootstrap/37086 (GCC 3.4 miscompiles trunk (for cross compiling))
Joseph Myers
1
-0
/
+5
2008-08-29
re PR tree-optimization/37207 (ice at tree-ssa-ifcombine.c:222 for -Os)
Richard Guenther
1
-3
/
+6
2008-08-22
re PR tree-optimization/37143 (ICE in VRP with the auto-vectorizer)
Richard Guenther
1
-1
/
+4
2008-08-21
re PR tree-optimization/37181 (FAIL: Divide_1 -O3)
Richard Guenther
1
-2
/
+4
2008-08-20
tree-vrp.c (op_with_constant_singleton_value_range): New function.
Richard Guenther
1
-0
/
+47
2008-08-20
tree-vrp.c (found_in_subgraph): Remove.
Richard Guenther
1
-132
/
+133
2008-08-18
tree.h (IS_CONVERT_EXPR_CODE_P): Renamed to
Tomas Bily
1
-6
/
+3
2008-08-06
builtins.c (expand_builtin_profile_func): Avoid C++ keywords.
Kaveh R. Ghazi
1
-6
/
+6
2008-07-28
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
Richard Biener
1
-424
/
+557
2008-07-24
tree-vrp.c (infer_value_range): Ignore asm statements when looking for memory...
Ian Lance Taylor
1
-1
/
+3
2008-06-06
cgraph.c: Fix typos in comments.
Ralf Wildenhues
1
-3
/
+3
2008-05-31
re PR tree-optimization/34244 (VRP/SCEV miscompiles Firefox)
Richard Guenther
1
-34
/
+6
2008-05-20
tree-ssa-reassoc.c (fini_reassoc): Use the statistics infrastructure.
Richard Guenther
1
-3
/
+2
2008-05-09
pa.c (reloc_needed): Use CASE_CONVERT.
Tomas Bily
1
-6
/
+3
2008-05-02
Rolled back the following changes made in revision 134865:
Simon Baldwin
1
-2
/
+2
2008-05-01
c-common.h (warn_array_subscript_range): New function.
Simon Baldwin
1
-2
/
+2
2008-04-28
re PR tree-optimization/36066 (ICE with -O1 -finline-small-functions -ftree-v...
Richard Guenther
1
-4
/
+1
2008-04-24
tree-flow.h (vrp_evaluate_conditional): Change signature.
Rafael Avila de Espindola
1
-67
/
+34
2008-04-23
tree-cfg.c (verify_expr): Check for NON_LVALUE_EXPR as unreachable case.
Tomas Bily
1
-3
/
+1
2008-04-18
tree-vrp.c (find_case_label_index): Fix the binary search.
Rafael Avila de Espindola
1
-69
/
+100
2008-04-11
re PR tree-optimization/35869 (ICE in calc_dfs_tree at -O2 -gnatp after VRP o...
Richard Guenther
1
-14
/
+18
[next]