aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-niter.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-07tree-ssa-loop-niter.c: Include tree-ssanames.h.Jakub Jelinek1-4/+72
2013-10-23tree-ssa-loop.h: Remove include files.Andrew MacLeod1-0/+2
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+6
2013-10-16re PR tree-optimization/58697 (wrong code (segfaults) at -O3)Andrew MacLeod1-0/+21
2013-10-09tree-flow.h: Move some protoypes.Andrew MacLeod1-110/+6
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-06-20re PR tree-optimization/57584 (ice: SSA corruption: Unable to coalesce ssa_na...Richard Biener1-0/+7
2013-05-27re PR tree-optimization/57343 (wrong code on x86_64-linux at -Os and above)Richard Biener1-6/+14
2013-05-08re PR tree-optimization/57200 (aggressive-loop-optimizations notes appear eve...Paolo Carlini1-4/+5
2013-03-14re PR tree-optimization/53265 (Warn when undefined behavior implies smaller i...Jakub Jelinek1-2/+59
2013-03-05re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek1-13/+6
2013-02-27re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek1-0/+1
2013-01-31re PR middle-end/53073 (464.h264ref in SPEC CPU 2006 miscompiled)Richard Biener1-1/+2
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-09re PR tree-optimization/55875 (IVopts caused miscompilation)Jan Hubicka1-31/+85
2012-12-21re PR bootstrap/54659 (Bootstrap with --disable-nls broken under Windows)Richard Biener1-1/+0
2012-12-18re PR middle-end/55555 (miscompilation at -O2 (number_of_iterations))Richard Biener1-1/+6
2012-12-12re PR fortran/55633 (FAIL: gfortran.dg/g77/f90-intrinsic-bit.f -Os executio...Jakub Jelinek1-2/+12
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-3/+3