]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/tree-vrp.c
PR c++/89705 - ICE with reference binding with conversion function.
[thirdparty/gcc.git] / gcc / tree-vrp.c
2019-03-18  mseborPR tree-optimization/89720 - Spurious -Warray-bounds...
2019-03-13  mseborPR tree-optimization/89662 - -Warray-bounds ICE on...
2019-03-08  jakub PR tree-optimization/89550
2019-02-01  jakub PR tree-optimization/89143
2019-01-01  jakub Update copyright years.
2018-12-17  rsandifoAdd a loop versioning pass
2018-12-11  jakub PR tree-optimization/88444
2018-12-06  jakub PR c/88367
2018-12-04  rguenth2018-12-04 Richard Biener <rguenther@suse.de>
2018-12-03  rguenth2018-12-03 Richard Biener <rguenther@suse.de>
2018-11-30  rguenth2018-11-30 Richard Biener <rguenther@suse.de>
2018-11-16  rguenth2018-11-16 Richard Biener <rguenther@suse.de>
2018-11-14  aldyh * gimple-ssa-evrp-analyze.c
2018-11-13  aldyh * tree-vrp.c (value_range_base::dump): Dump type.
2018-11-13  rguenth2018-11-13 Richard Biener <rguenther@suse.de>
2018-11-12  rguenth2018-11=12 Richard Biener <rguenther@suse.de>
2018-11-12  rguenth2018-11-12 Richard Biener <rguenther@suse.de>
2018-11-12  rguenth2018-11-12 Richard Biener <rguenther@suse.de>
2018-11-11  rguenth2018-11-11 Richard Biener <rguenther@suse.de>
2018-11-09  aldyh * tree-vrp.c (value_range::check): Do not access internals
2018-11-09  aldyh * tree-vrp.c (may_contain_p): Do not access m_min...
2018-11-09  aldyh * gimple-fold.c (size_must_be_zero_p): Use value_range...
2018-10-23  rguenth2018-10-23 Richard Biener <rguenther@suse.de>
2018-10-22  rguenth2018-10-22 Richard Biener <rguenther@suse.de>
2018-10-22  rguenth2018-10-22 Richard Biener <rguenther@suse.de>
2018-10-17  aldyh * bitmap.c (bitmap_head::dump): New.
2018-10-17  aldyh * tree-vrp.c (extract_range_from_multiplicative...
2018-10-17  aldyh * wide-int-range.h (wide_int_range_shift_undefined_p...
2018-10-03  aldyh PR tree-optimization/87415
2018-10-03  aldyh * tree-vrp.c (extract_range_from_unary_expr): Special...
2018-09-25  marxinRemove unused functions and fields.
2018-09-21  law * gimple-ssa-evrp.c (evrp_dom_walker::cleanup): Call
2018-09-17  aldyh * tree-vrp.c (extract_range_from_unary_expr): Do not...
2018-09-14  aldyh * tree-vrp.c (extract_range_from_binary_expr_1): Normalize
2018-09-12  aldyh * tree-vrp.c (vrp_shift_undefined_p): Remove.
2018-09-11  aldyh * tree-vrp (extract_range_from_binary_expr_1): Treat...
2018-09-04  aldyh * wide-int-range.cc (wide_int_range_convert): New.
2018-09-04  aldyh * tree-vrp.c (vrp_can_optimize_bit_op): Remove.
2018-08-31  dmalcolmtree-vrp: add "const" qualifier to various value_range...
2018-08-27  marxinAdd new gswitch related functions into tree-cfg.c.
2018-08-24  aldyh * gimple-ssa-evrp-analyze.c (set_ssa_range_info):...
2018-08-23  aldyh * tree-vrp.c (abs_extent_range): Remove.
2018-08-22  rguenth2018-08-22 Richard Biener <rguenther@suse.de>
2018-08-21  aldyh * wide-int-range.cc (wide_int_range_abs): New.
2018-08-20  rguenth2018-08-20 Richard Biener <rguenther@suse.de>
2018-08-14  mseborPR tree-optimization/86650 - -Warray-bounds missing...
2018-08-03  aldyh * Makefile.in (wide-int-range.o): New.
2018-08-01  aldyh * tree-vrp (zero_nonzero_bits_from_bounds): Rename...
2018-07-31  mseborPR tree-optimization/86741 - ICE in -Warray-bounds...
2018-07-19  mseborPR tree-optimization/84047 - missing -Warray-bounds...
2018-07-19  aldyh * wide-int.h (widest2_int): New.
2018-07-16  aldyh * fold-const.c (int_const_binop_1): Abstract...
2018-07-07  aldyh * tree-vrp.c (vrp_int_const_binop): Change overflow...
2018-07-04  aldyh * tree-vrp.c (extract_range_from_binary_expr_1...
2018-07-02  aldyhAbstract a lot of the {PLUS,MINUS}_EXPR code in
2018-07-02  aldyh * tree-vrp.c (extract_range_from_unary_expr): Abstract...
2018-06-20  jakub PR tree-optimization/86231
2018-05-29  mseborPR middle-end/85888 - New test case c-c++-common/attr...
2018-05-23  marxinPR tree-optimization/85822
2018-03-19  rguenth2018-03-19 Richard Biener <rguenther@suse.de>
2018-02-13  law2018-02-12 Richard Sandiford <richard.sandiford@linar...
2018-02-08  rsandifoUse nonzero bits to refine range in split_constant_offs...
2018-01-23  dmalcolm-Warray-bounds: Fix false positive in some "switch...
2018-01-11  rguenth2018-01-11 Richard Biener <rguenther@suse.de>
2018-01-04  rsandifoProtect second call to extract_range_from_multiplicativ...
2018-01-03  jakub Update copyright years.
2017-12-21  rsandifopoly_int: MEM_REF offsets
2017-12-20  rsandifopoly_int: get_addr_base_and_unit_offset
2017-12-20  rsandifopoly_int: tree constants
2017-12-14  dmalcolmvrp_prop: Use dom_walker for -Warray-bounds (PR tree...
2017-12-12  law PR tree-optimization/83298
2017-11-28  rguenth2017-11-28 Richard Biener <rguenther@suse.de>
2017-11-28  rguenth2017-11-28 Richard Biener <rguenther@suse.de>
2017-11-23  law * gimple-ssa-evrp-analyze.c (evrp_range_analyzer:...
2017-11-22  jakub PR tree-optimization/83044
2017-11-16  mseborPR tree-optimization/82588 - missing -Warray-bounds...
2017-11-15  law * vr-values.c: New file with contents extracted from...
2017-11-10  law * vr-values.h (VR_INITIALIZER): Move #define here.
2017-11-09  law * vr-values.h: New file with vr_values class.
2017-11-09  law * tree-vrp.c (vrp_prop): Move class to earlier point...
2017-11-09  law * tree-vrp.c (set_value_range): Do not reference vrp_e...
2017-11-06  rsandifoRework vrp_int_const_binop interface
2017-11-03  law * cfganal.c (single_pred_edge_ignoring_loop_edges...
2017-11-01  law * tree-ssa-ccp.c (ccp_folder): New class derived from
2017-11-01  law * tree-ssa-propagate.h (ssa_prop_visit_stmt_fn): Remov...
2017-10-27  law * tree-vrp.c (check_all_array_refs): Do not use wi...
2017-10-10  rsandifoRequire wi::to_wide for trees
2017-10-09  rsandifoAllow non-wi <op> wi
2017-09-22  rsandiforange_int_cst_p handling in extract_range_from_binary_e...
2017-09-21  rguenth2017-09-21 Richard Biener <rguenther@suse.de>
2017-09-21  rsandifoAdd missing int_cst_rangeN checks to tree-vrp.c
2017-09-19  rguenth2017-09-19 Richard Biener <rguenther@suse.de>
2017-08-30  rsandifo[62/77] Big machine_mode to scalar_int_mode replacement
2017-08-30  rsandifo[34/77] Add a SCALAR_INT_TYPE_MODE macro
2017-08-30  rsandifo[33/77] Add a NARROWEST_INT_MODE macro
2017-08-30  rsandifo[9/77] Add SCALAR_FLOAT_TYPE_MODE
2017-08-30  rsandifo[6/77] Make GET_MODE_WIDER return an opt_mode
2017-08-21  rsandifoAdd a type_has_mode_precision_p helper function
2017-08-17  rguenth2017-08-17 Richard Biener <rguenther@suse.de>
2017-08-08  marxin.
next