aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-niter.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-15/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-9/+8
2015-10-27cfg.c (free_edge): Add function argument and use it instead of cfun.Richard Biener1-2/+2
2015-09-21[PR middle-end/60832] Do not convert widest_int to tree just for printing it.Manuel López-Ibáñez1-4/+5
2015-09-20switch from gimple to gimple*Trevor Saunders1-28/+28
2015-09-17tree-ssa-loop-niter.c (tree_simplify_using_condition_1): New parameter.Bin Cheng1-132/+63
2015-08-21tree-ssa-loop-niter.c (simplify_using_initial_conditions): Break loop if EXPR...Bin Cheng1-0/+4
2015-08-19remove more useless typedefsTrevor Saunders1-2/+2
2015-08-18tree-ssa-loop-niter.c (refine_value_range_using_guard): New.Bin Cheng1-22/+290
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-18/+5
2015-06-26re PR bootstrap/66638 (profiledbootstrap failure on x86-64 with LTO)Bin Cheng1-1/+15
2015-06-23re PR tree-optimization/66449 (ICE: in build2_stat, at tree.c:4376 with -O3)Bin Cheng1-1/+6
2015-06-22Use std::swap instead of manual swaps.Mikhail Maltsev1-6/+4
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-10Revert "[PR64164] Drop copyrename, use coalescible partition as base when opt...Alexandre Oliva1-5/+1
2015-06-09[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva1-1/+5
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-06-02re PR tree-optimization/48052 (loop not vectorized if index is "unsigned int")Bin Cheng1-61/+227
2015-04-30Fix spurious semicolonsDavid Malcolm1-1/+1
2015-03-18re PR middle-end/64491 (incorrect warning: loop exit may only be reached afte...Andrew Stubbs1-45/+0
2015-02-13re PR tree-optimization/64705 (Bad code generation of sieve on x86-64 because...Bin Cheng1-8/+10
2015-01-28re PR tree-optimization/64277 (Incorrect warning "array subscript is above ar...Ilya Enkovich1-2/+17
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-4/+15
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-11fold-const.c (fold_negate_expr): Add ANY_INTEGRAL_TYPE_P check.Marek Polacek1-1/+2
2014-11-20* tree-ssa-loop-niter.c (maybe_lower_iteration_bound): Fix typo.Marek Polacek1-1/+1
2014-11-20Warn on undefined loop exit.Andrew Stubbs1-0/+46
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-10/+15
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-1/+10
2014-08-26re PR c++/62175 (Internal compiler error in gimplify_modify_expr gimplify.c:4...Richard Biener1-0/+3
2014-08-07remove pointer-set.[ch]Trevor Saunders1-1/+0
2014-08-07convert the rest of the users of pointer_map to hash_mapTrevor Saunders1-22/+14
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-5/+6
2014-06-17genopinit.c (main): Use vec<>::qsort method.Richard Biener1-2/+1
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-1/+1
2014-05-06Merge in wide-int.Kenneth Zadeck1-136/+124
2014-01-09Makefile.in (TREE_FLOW_H): Remove.Steve Ellcey1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-11re PR tree-optimization/59417 (ICE in determine_value_range, at tree-ssa-loop...Jakub Jelinek1-1/+9
2013-12-02re PR tree-optimization/59139 (internal compiler error: in get_val_for, at tr...Richard Biener1-3/+4
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+5
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-2/+2
2013-11-19cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener1-4/+2
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-14gimplify-be.h: New file.Andrew MacLeod1-0/+1
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1