summaryrefslogtreecommitdiff
path: root/gcc/tree-vrp.c
Commit message (Expand)AuthorAgeFilesLines
* re PR tree-optimization/57124 (254.gap@spec2000 got miscompare after r198413)Jeff Law2013-05-241-1/+25
* re PR tree-optimization/57331 (ICE: tree check: expected integer_type or enum...Jakub Jelinek2013-05-211-1/+2
* re PR tree-optimization/57411 (ICE: verify_ssa failed: definition in block 4 ...Jeff Law2013-05-031-1/+2
* tree-vrp.c (range_fits_type_p): Move to earlier point in file.Jeff Law2013-04-291-63/+61
* re PR tree-optimization/57083 (Wrong constant folding)Jakub Jelinek2013-04-291-1/+1
* re PR middle-end/57026 (ice: SSA corruption)Richard Biener2013-04-231-1/+2
* re PR tree-optimization/56984 (ICE in tree_vrp.c)Jakub Jelinek2013-04-181-1/+7
* passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener2013-04-101-2/+1
* tree-vrp.c (simplify_cond_using_ranges): Simplify test of boolean when the bo...Jeff Law2013-04-091-0/+39
* re PR bootstrap/56689 (internal compiler error: in get_loop_body, at cfgloop....Richard Biener2013-03-251-1/+5
* re PR tree-optimization/56415 (Performance regression after fix for 56273)Richard Biener2013-02-211-9/+4
* re PR tree-optimization/56273 (Bogus -Warray-bounds warning)Richard Biener2013-02-111-4/+13
* re PR tree-optimization/54767 (Incorrect code generated with "-O2 -fcheck=bou...Richard Biener2013-01-161-6/+23
* re PR tree-optimization/44061 (Warns about out-of-bounds array access inside ...Richard Guenther2013-01-111-2/+14
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* re PR middle-end/54120 (FAIL: gfortran.fortran-torture/execute/random_2.f90 e...Jakub Jelinek2013-01-081-4/+6
* tree-vrp.c (range_fits_type_p): Require the MSB of the double_int to be clear...Richard Sandiford2013-01-021-3/+5
* re PR tree-optimization/55079 (false positive -Warray-bounds (also seen at -O...Richard Biener2012-12-111-11/+100
* re PR tree-optimization/54547 (FAIL: gcc.dg/tree-ssa/pr37508.c scan-tree-dump...Richard Biener2012-11-281-14/+8
* re PR tree-optimization/54471 (FAIL: gcc.dg/sms-8.c execution test)Jakub Jelinek2012-11-261-2/+2
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-17/+15
* This patch normalizes more bitmap function names.Lawrence Crowl2012-11-011-6/+6
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+1
* This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl2012-10-301-4/+4
* re PR tree-optimization/55011 (GCC in an infinite loop at -O2 in VRP)Richard Biener2012-10-221-2/+13
* re PR tree-optimization/54810 (VRP doesn't handle comparison of narrowing cas...Jakub Jelinek2012-10-051-31/+52
* re PR tree-optimization/54676 (ICE: in set_value_range, at tree-vrp.c:433)Jakub Jelinek2012-09-251-2/+31
* Finish conversion of uses of double_int to the new API.Lawrence Crowl2012-09-241-17/+6
* tree-vrp.c (extract_range_from_binary_expr_1): Fix bug in handling of LSHIFT_...Tom de Vries2012-09-151-8/+51
* tree-vrp.c (register_new_assert_for): Simplify for backward walk.Richard Guenther2012-09-141-33/+22
* Remove unnecessary VEC function overloads.Diego Novillo2012-09-101-1/+1
* re PR tree-optimization/53986 (missing vrp on bit-mask test, LSHIFT_EXPR not ...Tom de Vries2012-09-071-1/+23
* Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl2012-09-071-215/+175
* gimple.h (gimple_build_switch): Remove.Steven Bosscher2012-09-041-1/+1
* re PR tree-optimization/54317 (FAIL: c45532m c45532n c45532o c45532p)Marc Glisse2012-08-221-3/+6
* tree-vrp.c (find_assert_locations): Skip also edges from the entry block.Jakub Jelinek2012-08-221-1/+1
* tree-flow.h (register_new_name_mapping): Remove.Richard Guenther2012-08-201-22/+9
* backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo2012-08-141-4/+4
* cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther2012-08-141-5/+7
* tree-ssa-pre.c (do_regular_insertion): Add FIXME markers at points of potenti...Steven Bosscher2012-08-131-6/+6
* tree-ssa-pre.c (pretemp, [...]): Remove.Richard Guenther2012-08-101-9/+3
* re PR tree-optimization/54027 (possible mis-optimization of signed left shift...Richard Guenther2012-08-101-43/+34
* tree-call-cdce.c (check_pow): Simplify.Richard Guenther2012-08-081-1/+1
* re PR tree-optimization/30318 (VRP does not create ANTI_RANGEs on overflow)Marc Glisse2012-08-031-0/+139
* tree-vrp.c (find_case_label_ranges): New function.Tom de Vries2012-08-011-6/+100
* re PR tree-optimization/54098 (ICE on valid code)Richard Guenther2012-07-261-2/+4
* re PR tree-optimization/30318 (VRP does not create ANTI_RANGEs on overflow)Marc Glisse2012-07-251-54/+71
* re PR c++/28656 (duplicated null argument warning on memcpy())Jakub Jelinek2012-07-201-21/+24
* dumpfile.h (TDF_COMMENT): New define.Steven Bosscher2012-07-171-1/+1
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-2/+0