aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vrp.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-25re PR tree-optimization/48795 (-Warray-bounds false positive)Richard Biener1-22/+3
2016-02-16re PR testsuite/69586 (FAIL: gcc.dg/uninit-21.c for target defaulting to shor...Richard Biener1-1/+1
2016-01-23tree-ssanames.c (release_free_names_and_compact_live_names): Replace "the the...Jakub Jelinek1-2/+2
2016-01-18re PR middle-end/68542 (10% 481.wrf performance regression)Yuri Rumyantsev1-2/+3
2016-01-12re PR tree-optimization/68911 (wrong code with -O1 -ftree-vrp)Bin Cheng1-0/+21
2016-01-11re PR tree-optimization/69214 (ICE (segfault) at -Os on x86_64-linux-gnu in "...Jakub Jelinek1-3/+4
2016-01-09re PR middle-end/50865 (Invalid code generation for INT64_MIN % 1 on x86_64)Jakub Jelinek1-16/+23
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-23re PR tree-optimization/68455 (ICE: tree check: expected integer_cst, have pl...Marek Polacek1-1/+1
2015-11-23[Patch] Drop constant overflow flag in adjust_range_with_scev when possibleJiong Wang1-0/+11
2015-11-19[Patch, vrp] Allow VRP type conversion folding only for widenings upto word modeSenthil Kumar Selvaraj1-1/+2
2015-11-19re PR tree-optimization/68431 (Regression in GCC-6.0.0's optimizer)Marek Polacek1-1/+1
2015-11-17Use combined_fn in tree-vrp.cRichard Sandiford1-27/+19
2015-11-16Remove first_pass_instance from pass_vrpTom de Vries1-6/+14
2015-11-11[Patch] PR tree-optimization/68234 Improve range info for loop Phi nodeRichard Biener1-14/+25
2015-11-06[PATCH] Allow vrp to thread across backedges using FSM threaderJeff Law1-5/+9
2015-11-05target.def (goacc.dim_limit): New hook.Nathan Sidwell1-3/+27
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-3/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-7/+7
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-11/+9
2015-10-27cfg.c (free_edge): Add function argument and use it instead of cfun.Richard Biener1-1/+1
2015-10-08Make tree_expr_nonnegative_warnv_p recurse into SSA namesRichard Sandiford1-77/+0
2015-10-05remove gimple_location_ptr ()Trevor Saunders1-2/+3
2015-10-01remove many typedefsTrevor Saunders1-128/+126
2015-09-20switch from gimple to gimple*Trevor Saunders1-54/+55
2015-09-18[PATCH] avail_expr_stack is no longer file scopedJeff Law1-1/+2
2015-09-17Split up optabs.[hc]Richard Sandiford1-9/+1
2015-09-16[PATCH] Pass in avail_expr_stack and setup edge_infos earlierJeff Law1-1/+1
2015-09-13tree-vrp.c: remove typedefs that hide pointernessTrevor Saunders1-12/+10
2015-09-04[PATCH] Minor cleanup of const_and_copies stackJeff Law1-1/+1
2015-08-19remove more useless typedefsTrevor Saunders1-2/+2
2015-08-13tree.c (nonnull_arg_p): Move from ...Richard Biener1-62/+0
2015-08-12tree-vrp.c (simplify_min_or_max_using_ranges): New.Nathan Sidwell1-1/+55
2015-08-11* tree-vrp.c (simplify_abs_using_ranges): Simplify.Nathan Sidwell1-21/+9
2015-08-05re PR c/16351 (NULL dereference warnings)Manuel López-Ibáñez1-1/+1
2015-07-16re PR tree-optimization/66894 (wrong code at -Os and above on x86_64-linux-gnu)Richard Biener1-4/+2
2015-07-14re PR tree-optimization/66863 (wrong code at -Os and above on x86_64-linux-gnu)Richard Biener1-1/+11
2015-07-13Fix double word typos.Aldy Hernandez1-3/+3
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-18/+5
2015-06-30tree-vrp.c (register_edge_assert_for_2): Also register asserts for dominating...Richard Biener1-14/+24
2015-06-29re PR tree-optimization/64130 (vrp: handle non zero constant divided by range...Kugan Vivekanandarajah1-2/+21
2015-06-22Use std::swap instead of manual swaps.Mikhail Maltsev1-25/+5
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-19Use std::swap instead of explicit swapsMikhail Maltsev1-4/+1
2015-05-09re PR tree-optimization/64454 (optimize (x%5)%5)Marc Glisse1-15/+49
2015-05-05Fix indentation issues seen by -Wmisleading-indentationDavid Malcolm1-6/+6
2015-04-27re PR tree-optimization/65875 (ICE: Segmentation fault)Jakub Jelinek1-5/+13