aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vrp.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-08re PR tree-optimization/58480 (Use attribute((nonnull)) to optimize callers)Marc Glisse1-15/+55
2013-10-03re PR c++/19476 (Missed null checking elimination with new)Marc Glisse1-12/+12
2013-10-02tree-flow.h: Remove some prototypes.Andrew MacLeod1-1/+0
2013-09-30basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford1-1/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-3/+3
2013-09-25tree-flow.h (thread_through_all_blocks): Prototype moved into tree-ssa-thread...Jeff Law1-0/+1
2013-09-24gimple-pretty-print.c: Various whitespace tweaks.Christophe Lyon1-38/+38
2013-09-24tree-vrp.c (vrp_finalize): Check for SSA name presence.Richard Biener1-1/+2
2013-09-23gimple-pretty-print.c (dump_ssaname_info): New function.Kugan Vivekanandarajah1-3/+44
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-09-03revert: tree-vrp.c (check_array_ref): Bail out on zero-length arrays.Meador Inge1-3/+2
2013-08-30tree-vrp.c (check_array_ref): Bail out on zero-length arrays.Meador Inge1-2/+3
2013-08-29re PR tree-optimization/57685 (GCC stuck in an infinite loop)Richard Biener1-4/+8
2013-08-21tree-vrp.c (simplify_stmt_for_jump_threading): Try to simplify assignments too.Jeff Law1-8/+20
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-20/+38
2013-07-06re PR target/29776 (result of ffs/clz/ctz/popcount/parity are already sign-ex...Jakub Jelinek1-14/+178