aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vrp.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-07-08re PR middle-end/61725 (__builtin_ffs(0) leads to wrong code generation)Jakub Jelinek1-3/+6
2014-06-24re PR bootstrap/61583 (stage2 and stage3 compare failure due to value range l...Alan Modra1-1/+2
2014-06-16re PR tree-optimization/61482 (ICE in set_value_range, at tree-vrp.c:453 when...Richard Biener1-17/+12
2014-06-06cfgexpand.c (expand_gimple_cond): Remove check for current_loops.Richard Biener1-3/+1
2014-05-28tree-ssa-propagate.c (add_control_edge): Print less vertical space.Richard Biener1-14/+27
2014-05-28re PR tree-optimization/61335 (wrong code with -O2 -fbounds-check)Richard Biener1-0/+6
2014-05-27tree-vrp.c (vrp_evaluate_conditional_warnv_with_ops_using_ranges): Try using ...Richard Biener1-6/+7
2014-05-19re PR tree-optimization/61184 (wrong code (that hangs) by LTO on x86_64-linux...Richard Biener1-12/+7
2014-05-06Merge in wide-int.Kenneth Zadeck1-410/+344
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-3/+1
2014-04-29invoke.texi: Fix typo.Patrick Palka1-2/+2
2014-04-28tree-vrp.c (vrp_var_may_overflow): Remove.Richard Biener1-72/+26
2014-04-17pass cfun to pass::executeTrevor Saunders1-1/+1
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-7/+1
2014-04-17remove has_gateTrevor Saunders1-1/+0
2014-03-26tree-vrp.c (simplify_internal_call_using_ranges): If only one range is range_...Jakub Jelinek1-15/+42
2014-03-12re PR middle-end/60482 (Loop optimization regression)Jakub Jelinek1-6/+3
2014-01-24re PR tree-optimization/59919 (ICE in process_assert_insertions_for, at tree-...Jeff Law1-3/+12
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-17re PR middle-end/35545 (tracer pass is run too late)Jan Hubicka1-2/+2
2013-12-16internal-fn.c: Include stringpool.h and tree-ssanames.h.Jakub Jelinek1-0/+65
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-4/+4
2013-12-09Eliminate last_basic_block macro.David Malcolm1-5/+5
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm1-1/+1
2013-12-04common.opt: Split up -fisolate-erroneous-paths into -fisolate-erroneous-paths...Jeff Law1-1/+1
2013-12-04Implement -fsanitize=signed-integer-overflow.Marek Polacek1-0/+41
2013-12-02re PR tree-optimization/59358 (Infinite loop generated with >=O2)Jakub Jelinek1-2/+4
2013-11-28tree-core.h (tree_base): Document use of static_flag for SSA_NAME.Richard Sandiford1-31/+8
2013-11-26re PR tree-optimization/59014 (wrong code at -Os and above on x86_64-linux-gnu)Jakub Jelinek1-3/+7
2013-11-26re PR tree-optimization/59245 (ICE on valid code at -O3 on x86_64-linux-gnu i...Richard Biener1-4/+8
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+6
2013-11-19cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener1-2/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-2/+2
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-1/+1
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+2
2013-11-08Re-factor tree.h - Part 1.Diego Novillo1-18/+0
2013-11-07tree-vrp.c (find_assert_locations): Pre-seed live bitmaps for loop latches fr...Jakub Jelinek1-0/+28
2013-11-06tree.c (drop_tree_overflow): New function.Richard Biener1-21/+16
2013-11-05Makefile.in (OBJS): Add gimple-ssa-isolate-paths.oJeff Law1-51/+0
2013-11-04re PR tree-optimization/58978 (ICE: Segmentation fault)Jakub Jelinek1-3/+4
2013-10-31tree-vrp.c (maybe_set_nonzero_bits): New function.Jakub Jelinek1-2/+59
2013-10-31tree-cfg.c (assert_unreachable_fallthru_edge_p): New function.Jakub Jelinek1-9/+68
2013-10-23tree-ssa-loop.h: Remove include files.Andrew MacLeod1-0/+2
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-0/+8
2013-10-18tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod1-0/+1
2013-10-16tree-core.h (tree_code_name): Remove.Paulo Matos1-1/+1
2013-10-11tree-vrp.c (infer_nonnull_range): Use is_gimple_call, ignore internal calls.Jakub Jelinek1-1/+1
2013-10-09re PR c/20318 (RFE: add attribute to specify that a function never returns NULL)Marc Glisse1-5/+6