PR c++/68795: fix uninitialized close_paren_loc in cp_parser_postfix_expression
[gcc.git] / gcc / tree-vrp.c
2016-01-11 Jakub Jelinekre PR tree-optimization/69214 (ICE (segfault) at -Os...
2016-01-09 Jakub Jelinekre PR middle-end/50865 (Invalid code generation for...
2016-01-04 Jakub JelinekUpdate copyright years.
2015-11-23 Marek Polacekre PR tree-optimization/68455 (ICE: tree check: expecte...
2015-11-23 Jiong Wang[Patch] Drop constant overflow flag in adjust_range_wit...
2015-11-19 Senthil Kumar Selvaraj[Patch, vrp] Allow VRP type conversion folding only...
2015-11-19 Marek Polacekre PR tree-optimization/68431 (Regression in GCC-6...
2015-11-17 Richard SandifordUse combined_fn in tree-vrp.c
2015-11-16 Tom de VriesRemove first_pass_instance from pass_vrp
2015-11-11 Richard Biener[Patch] PR tree-optimization/68234 Improve range info...
2015-11-06 Jeff Law[PATCH] Allow vrp to thread across backedges using...
2015-11-05 Nathan Sidwelltarget.def (goacc.dim_limit): New hook.
2015-10-30 Andrew MacLeodalias.c: Remove unused headers.
2015-10-29 Andrew MacLeodalias.c: Reorder #include statements and remove duplicates.
2015-10-28 Mikhail Maltsev[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end...
2015-10-27 Richard Bienercfg.c (free_edge): Add function argument and use it...
2015-10-08 Richard SandifordMake tree_expr_nonnegative_warnv_p recurse into SSA...
2015-10-05 Trevor Saundersremove gimple_location_ptr ()
2015-10-01 Trevor Saundersremove many typedefs
2015-09-20 Trevor Saundersswitch from gimple to gimple*
2015-09-19 Jeff Law[PATCH] avail_expr_stack is no longer file scoped
2015-09-17 Richard SandifordSplit up optabs.[hc]
2015-09-17 Jeff Law[PATCH] Pass in avail_expr_stack and setup edge_infos...
2015-09-13 Trevor Saunderstree-vrp.c: remove typedefs that hide pointerness
2015-09-04 Jeff Law[PATCH] Minor cleanup of const_and_copies stack
2015-08-19 Trevor Saundersremove more useless typedefs
2015-08-13 Richard Bienertree.c (nonnull_arg_p): Move from ...
2015-08-12 Nathan Sidwelltree-vrp.c (simplify_min_or_max_using_ranges): New.
2015-08-11 Nathan Sidwell* tree-vrp.c (simplify_abs_using_ranges): Simplify.
2015-08-05 Manuel López-Ibáñezre PR c/16351 (NULL dereference warnings)
2015-07-16 Richard Bienerre PR tree-optimization/66894 (wrong code at -Os and...
2015-07-14 Richard Bienerre PR tree-optimization/66863 (wrong code at -Os and...
2015-07-13 Aldy HernandezFix double word typos.
2015-07-10 Andrew MacLeodgimple-predict.h: New file.
2015-07-08 Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-30 Richard Bienertree-vrp.c (register_edge_assert_for_2): Also register...
2015-06-29 Kugan Vivekanandarajahre PR tree-optimization/64130 (vrp: handle non zero...
2015-06-22 Mikhail MaltsevUse std::swap instead of manual swaps.
2015-06-17 Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08 Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-04 Andrew MacLeodcoretypes.h: Include machmode.h...
2015-05-19 Mikhail MaltsevUse std::swap instead of explicit swaps
2015-05-09 Marc Glissere PR tree-optimization/64454 (optimize (x%5)%5)
2015-05-05 David MalcolmFix indentation issues seen by -Wmisleading-indentation
2015-04-27 Jakub Jelinekre PR tree-optimization/65875 (ICE: Segmentation fault)
2015-04-17 Jeff Lawre PR tree-optimization/47679 (Strange uninitialized...
2015-04-16 Richard Bienerre PR tree-optimization/64277 (Incorrect warning "array...
2015-04-13 Jan Hubickanonzero-3.C: New testcase.
2015-02-17 Jeff Lawtree-vrp.c (identify_jump_threads): Use last_stmt.
2015-02-16 Jeff Lawre PR tree-optimization/64823 (false "may be used unini...
2015-02-13 Jeff Lawre PR bootstrap/65060 (r220696 breaks bootstrap on...
2015-02-13 Jeff Lawre PR tree-optimization/64823 (false "may be used unini...
2015-02-02 Richard Bienertree-ssa-ccp.c (valueize_op_1): Always allow valueizing...
2015-01-29 Richard Bienerre PR tree-optimization/64853 (wrong code at -Os and...
2015-01-27 Richard Bienertree-vrp.c (update_value_range): Intersect the range...
2015-01-27 Richard Bienerre PR tree-optimization/56273 (Bogus -Warray-bounds...
2015-01-15 Prathamesh Kulkarnidojump.h: New header file.
2015-01-14 Martin Ueckertree-vrp.c (check_array_ref): Emit more warnings for...
2015-01-12 Jakub Jelinekre PR tree-optimization/64563 (ICE with "-Wall -Wextra...
2015-01-12 Jakub Jelinekre PR tree-optimization/64454 (optimize (x%5)%5)
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-12-17 Jakub Jelinekre PR tree-optimization/64322 (More optimize opportunit...
2014-12-01 Jakub Jelinekgimple.h (gimple_build_assign_stat): Remove prototype.
2014-11-29 Jakub Jelinekgimple-expr.h (create_tmp_var_raw, [...]): Add default...
2014-11-21 Jakub Jelinekre PR tree-optimization/64006 (__builtin_mul_overflow...
2014-11-20 Patrick PalkaDisable an unsafe VRP transformation when -fno-strict...
2014-11-19 David MalcolmMerger of git branch "gimple-classes-v2-option-3"
2014-11-19 Jakub Jelinekgimple.h (gimple_build_assign_with_ops): Add unary...
2014-11-14 Richard Bienergimple-fold.h (gimple_fold_stmt_to_constant_1): Add...
2014-11-12 Jakub Jelinekre PR c/59708 (clang-compatible checked arithmetic...
2014-11-12 Patrick PalkaVRP: Simplify logic for checking if any asserts need...
2014-11-01 Andrew MacLeod2014-11-01 Andrew MacLeod <amacleod@redhat,com>
2014-10-31 Richard Bienerbuiltins.c (fold_builtin_atomic_always_lock_free):...
2014-10-31 Jakub Jelinekre PR sanitizer/63697 (-fsanitize=undefined doesn't...
2014-10-29 Richard Sandiforddecl.c, [...]: Remove redundant enum from machine_mode.
2014-10-27 Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-10-23 Ian Lance Taylor* tree-vrp.c (extract_range_from_assert): Fix typo...
2014-10-09 Richard Bienerre PR tree-optimization/63445 (request: make -Wstrict...
2014-09-29 Eric Botcazoutree-vrp.c (get_single_symbol): New function.
2014-07-09 Trevor Saundersremove has_execute
2014-07-08 Jakub Jelinekre PR middle-end/61725 (__builtin_ffs(0) leads to wrong...
2014-06-23 Alan Modrare PR bootstrap/61583 (stage2 and stage3 compare failur...
2014-06-16 Richard Bienerre PR tree-optimization/61482 (ICE in set_value_range...
2014-06-06 Richard Bienercfgexpand.c (expand_gimple_cond): Remove check for...
2014-05-28 Richard Bienertree-ssa-propagate.c (add_control_edge): Print less...
2014-05-28 Richard Bienerre PR tree-optimization/61335 (wrong code with -O2...
2014-05-27 Richard Bienertree-vrp.c (vrp_evaluate_conditional_warnv_with_ops_usi...
2014-05-19 Richard Bienerre PR tree-optimization/61184 (wrong code (that hangs...
2014-05-06 Kenneth ZadeckMerge in wide-int.
2014-05-06 Richard Bienertree-pass.h (TODO_verify_ssa, [...]): Remove.
2014-04-29 Patrick Palkainvoke.texi: Fix typo.
2014-04-28 Richard Bienertree-vrp.c (vrp_var_may_overflow): Remove.
2014-04-17 Trevor Saunderspass cfun to pass::execute
2014-04-17 Trevor Saunderspass current function to opt_pass::gate ()
2014-04-17 Trevor Saundersremove has_gate
2014-03-26 Jakub Jelinektree-vrp.c (simplify_internal_call_using_ranges): If...
2014-03-12 Jakub Jelinekre PR middle-end/60482 (Loop optimization regression)
2014-01-24 Jeff Lawre PR tree-optimization/59919 (ICE in process_assert_in...
2014-01-02 Richard SandifordUpdate copyright years in gcc/
next