aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-niter.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-48/+43
2012-11-05const-1.c: Update.Jan Hubicka1-23/+8
2012-11-05tree-ssa-loop-niter.c (find_loop_niter): Remove just_once_each_iteration_p.Jan Hubicka1-4/+1
2012-11-03loop-38.c: Correct testcase.Jan Hubicka1-1/+1
2012-11-02tree-ssa-loop-niter.c (double_int_cmp, [...]): New functions.Jan Hubicka1-0/+220
2012-11-02re PR tree-optimization/55079 (false positive -Warray-bounds (also seen at -O...Jan Hubicka1-0/+6
2012-10-30tree-ssa-loop-niter.c (number_of_iterations_exit): New parameter EVERY_ITERAT...Jan Hubicka1-16/+23
2012-10-23re PR tree-optimization/54937 (Invalid loop bound estimate)Jan Hubicka1-9/+110
2012-10-14tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Do not predict l...Jan Hubicka1-1/+3
2012-10-08loop-unswitch.c (unswitch_single_loop): Use estimated_loop_iterations_int to ...Jan Hubicka1-3/+20
2012-09-07Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl1-37/+35
2012-08-16revert: re PR bootstrap/54281 (Fails to bootstrap with --disable-nls)Diego Novillo1-0/+1
2012-08-16re PR middle-end/54146 (Very slow compile with attribute((flatten)))Richard Guenther1-1/+4
2012-08-16re PR bootstrap/54281 (Fails to bootstrap with --disable-nls)Diego Novillo1-1/+0
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-3/+1
2012-06-04Update Copyright years.Jakub Jelinek1-1/+1
2012-06-04re PR tree-optimization/53550 (ICE with -O{1,2,3} -fprefetch-loop-arrays in b...Jakub Jelinek1-2/+3