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-vrp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-28
re PR tree-optimization/54547 (FAIL: gcc.dg/tree-ssa/pr37508.c scan-tree-dump...
Richard Biener
1
-14
/
+8
2012-11-26
re PR tree-optimization/54471 (FAIL: gcc.dg/sms-8.c execution test)
Jakub Jelinek
1
-2
/
+2
2012-11-17
This patch rewrites the old VEC macro-based interface into a new one based on...
Diego Novillo
1
-17
/
+15
2012-11-01
This patch normalizes more bitmap function names.
Lawrence Crowl
1
-6
/
+6
2012-11-01
invoke.texi: Update -fopt-info documentation.
Sharad Singhai
1
-0
/
+1
2012-10-30
This patch implements the unification of the *bitmap interfaces as discussed.
Lawrence Crowl
1
-4
/
+4
2012-10-22
re PR tree-optimization/55011 (GCC in an infinite loop at -O2 in VRP)
Richard Biener
1
-2
/
+13
2012-10-05
re PR tree-optimization/54810 (VRP doesn't handle comparison of narrowing cas...
Jakub Jelinek
1
-31
/
+52
2012-09-25
re PR tree-optimization/54676 (ICE: in set_value_range, at tree-vrp.c:433)
Jakub Jelinek
1
-2
/
+31
2012-09-24
Finish conversion of uses of double_int to the new API.
Lawrence Crowl
1
-17
/
+6
2012-09-15
tree-vrp.c (extract_range_from_binary_expr_1): Fix bug in handling of LSHIFT_...
Tom de Vries
1
-8
/
+51
2012-09-14
tree-vrp.c (register_new_assert_for): Simplify for backward walk.
Richard Guenther
1
-33
/
+22
2012-09-10
Remove unnecessary VEC function overloads.
Diego Novillo
1
-1
/
+1
2012-09-07
re PR tree-optimization/53986 (missing vrp on bit-mask test, LSHIFT_EXPR not ...
Tom de Vries
1
-1
/
+23
2012-09-07
Modify gcc/*.[hc] double_int call sites to use the new interface.
Lawrence Crowl
1
-215
/
+175
2012-09-04
gimple.h (gimple_build_switch): Remove.
Steven Bosscher
1
-1
/
+1
2012-08-22
re PR tree-optimization/54317 (FAIL: c45532m c45532n c45532o c45532p)
Marc Glisse
1
-3
/
+6
2012-08-22
tree-vrp.c (find_assert_locations): Skip also edges from the entry block.
Jakub Jelinek
1
-1
/
+1
2012-08-20
tree-flow.h (register_new_name_mapping): Remove.
Richard Guenther
1
-22
/
+9
2012-08-14
backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...
Diego Novillo
1
-4
/
+4
2012-08-14
cfgexpand.c (expand_used_vars): Use virtual_operand_p.
Richard Guenther
1
-5
/
+7
2012-08-13
tree-ssa-pre.c (do_regular_insertion): Add FIXME markers at points of potenti...
Steven Bosscher
1
-6
/
+6
2012-08-10
tree-ssa-pre.c (pretemp, [...]): Remove.
Richard Guenther
1
-9
/
+3
2012-08-10
re PR tree-optimization/54027 (possible mis-optimization of signed left shift...
Richard Guenther
1
-43
/
+34
2012-08-08
tree-call-cdce.c (check_pow): Simplify.
Richard Guenther
1
-1
/
+1
2012-08-03
re PR tree-optimization/30318 (VRP does not create ANTI_RANGEs on overflow)
Marc Glisse
1
-0
/
+139
2012-08-01
tree-vrp.c (find_case_label_ranges): New function.
Tom de Vries
1
-6
/
+100
2012-07-26
re PR tree-optimization/54098 (ICE on valid code)
Richard Guenther
1
-2
/
+4
2012-07-25
re PR tree-optimization/30318 (VRP does not create ANTI_RANGEs on overflow)
Marc Glisse
1
-54
/
+71
2012-07-20
re PR c++/28656 (duplicated null argument warning on memcpy())
Jakub Jelinek
1
-21
/
+24
2012-07-17
dumpfile.h (TDF_COMMENT): New define.
Steven Bosscher
1
-1
/
+1
2012-07-16
system.h (dump_file): Do not define.
Steven Bosscher
1
-2
/
+0
2012-07-13
re PR tree-optimization/53922 (VRP: semantic conflict between range_includes_...
Richard Guenther
1
-52
/
+26
2012-06-20
re PR tree-optimization/30318 (VRP does not create ANTI_RANGEs on overflow)
Richard Guenther
1
-36
/
+172
2012-06-19
tree-vrp.c (union_ranges): New function.
Richard Guenther
1
-174
/
+308
2012-06-19
tree-vrp.c (intersect_ranges): Handle more cases.
Richard Guenther
1
-23
/
+128
2012-06-18
tree-vrp.c (extract_range_from_assert): Split out range intersecting code.
Richard Guenther
1
-233
/
+236
2012-06-15
tree-vrp.c (set_and_canonicalize_value_range): Use canonical predicates to se...
Richard Guenther
1
-17
/
+37
2012-06-14
tree-vrp.c (VR_INITIALIZER): New define.
Richard Guenther
1
-36
/
+137
2012-06-13
tree-vrp.c (vrp_meet): Properly meet equivalent ranges.
Richard Guenther
1
-69
/
+142
2012-06-02
2012-06-2 Kenneth Zadeck <zadeck@naturalbridge.com>
Kenneth Zadeck
1
-2
/
+2
2012-05-24
re PR tree-optimization/53465 (wrong code with -O1 -ftree-vrp)
Jakub Jelinek
1
-4
/
+13
2012-05-15
re PR tree-optimization/53355 (Autovectorization of a simple loop could be im...
Richard Guenther
1
-0
/
+35
2012-05-07
re PR tree-optimization/53239 (VRP vs named value return opt)
Jakub Jelinek
1
-10
/
+15
2012-04-25
re PR tree-optimization/53058 (Another ice in remove_range_assertions)
Jakub Jelinek
1
-1
/
+4
2012-04-19
re PR middle-end/53031 (gcc.dg/tree-ssa/vrp54.c scan-tree-dump-not vrp1 "link...
Richard Guenther
1
-1
/
+3
2012-04-18
cfgloop.h (estimate_numbers_of_iterations_loop): Remove use_undefined_p param...
Richard Guenther
1
-7
/
+1
2012-04-12
cfgloop.h (estimated_loop_iterations_int): Ditch 'conservative' parameter.
Richard Guenther
1
-1
/
+1
2012-03-15
re PR tree-optimization/52267 (a&~N where N has all the bits set up till a sp...
Jakub Jelinek
1
-1
/
+271
2012-03-12
re PR tree-optimization/51721 (-Warray-bounds false positives and inconsisten...
Jakub Jelinek
1
-4
/
+54
[next]