aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vrp.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-17re PR tree-optimization/47679 (Strange uninitialized warning after SRA)Jeff Law1-9/+6
2015-04-16re PR tree-optimization/64277 (Incorrect warning "array subscript is above ar...Richard Biener1-51/+27
2015-04-13nonzero-3.C: New testcase.Jan Hubicka1-0/+15
2015-02-17tree-vrp.c (identify_jump_threads): Use last_stmt.Jeff Law1-4/+1
2015-02-16re PR tree-optimization/64823 (false "may be used uninitialized", missed jump...Jeff Law1-3/+10
2015-02-13re PR bootstrap/65060 (r220696 breaks bootstrap on Linux/x86-32)Jeff Law1-9/+2
2015-02-13re PR tree-optimization/64823 (false "may be used uninitialized", missed jump...Jeff Law1-2/+9
2015-02-02tree-ssa-ccp.c (valueize_op_1): Always allow valueizing default-defs.Richard Biener1-1/+2
2015-01-29re PR tree-optimization/64853 (wrong code at -Os and above on x86_64-linux-gnu)Richard Biener1-3/+3
2015-01-27tree-vrp.c (update_value_range): Intersect the range with old recorded SSA na...Richard Biener1-0/+17
2015-01-27re PR tree-optimization/56273 (Bogus -Warray-bounds warning)Richard Biener1-1/+1
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-2/+12
2015-01-13tree-vrp.c (check_array_ref): Emit more warnings for warn_array_bounds >= 2.Martin Uecker1-1/+2
2015-01-12re PR tree-optimization/64563 (ICE with "-Wall -Wextra" at -Os and above on x...Jakub Jelinek1-1/+1
2015-01-12re PR tree-optimization/64454 (optimize (x%5)%5)Jakub Jelinek1-5/+35
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-17re PR tree-optimization/64322 (More optimize opportunity for constant folding)Jakub Jelinek1-0/+10