aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-loop-distribution.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-30re PR tree-optimization/58223 (wrong code at -O3 on x86_64-linux-gnu)Richard Biener1-10/+11
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-17/+35
2013-04-30function.h (loops_for_fn): New inline function.Richard Biener1-2/+2
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-2/+1
2013-04-08tree-loop-distribution.c (const_with_all_bytes_same): New function.Jakub Jelinek1-32/+48
2013-04-04re PR tree-optimization/56837 (-ftree-loop-distribute-patterns generates inco...Richard Biener1-4/+8
2013-03-04re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek1-0/+3
2013-01-28re PR tree-optimization/56034 (ICE: verify_gimple failed (invalid PHI argumen...Richard Biener1-17/+55
2013-01-16re PR tree-optimization/55964 (Segmentation fault with -O -ftree-loop-distrib...Richard Biener1-55/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-2/+2
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-102/+108
2012-11-04invoke.texi (profile-use): update documentation.Jan Hubicka1-0/+4
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+1
2012-10-19re PR tree-optimization/54981 (Different code generated with / without `-g')Richard Guenther1-2/+6
2012-09-21re PR tree-optimization/54629 (ICE (segfault) in index_in_loop_nest tree-data...Jakub Jelinek1-1/+5
2012-09-19re PR tree-optimization/54132 (Incorrect loop transformation with -ftree-loop...Richard Guenther1-0/+33
2012-08-14cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther1-2/+2
2012-08-10tree-ssa-pre.c (pretemp, [...]): Remove.Richard Guenther1-2/+1
2012-08-01graphite-clast-to-gimple.c (translate_clast_user): Rename virtual operands.Richard Guenther1-1/+1
2012-07-24re PR middle-end/53616 (416.gamess in SPEC CPU 2006 miscompiled)Richard Guenther1-10/+19
2012-07-16revert: tree.h (phi_arg_d): New field.Dehao Chen1-6/+2
2012-07-10tree.h (phi_arg_d): New field.Dehao Chen1-2/+6
2012-06-06re PR tree-optimization/53081 (memcpy/memset loop recognition)Richard Guenther1-97/+170
2012-06-05tree-loop-distribution.c (struct partition_s): Add has_writes member.Richard Guenther1-25/+29
2012-06-05re PR tree-optimization/53081 (memcpy/memset loop recognition)Richard Guenther1-6/+60
2012-06-04tree-data-ref.c (stores_from_loop): Remove.Richard Guenther1-23/+57
2012-06-04tree-data-ref.c (struct rdg_vertex_info): Remove.Richard Guenther1-3/+46
2012-06-04tree-data-ref.c (have_similar_memory_accesses_1): Remove.Richard Guenther1-78/+110
2012-06-01tree-loop-distribution.c (stmt_has_scalar_dependences_outside_loop): Handle P...Richard Guenther1-2/+4
2012-06-01tree-loop-distribution.c (enum partition_kind): New enum.Richard Guenther1-143/+140
2012-05-31tree-loop-distribution.c (struct partition_s): New struct, typedef and vector...Richard Guenther1-60/+92
2012-05-31tree-loop-distribution.c (stmt_has_scalar_dependences_outside_loop): Use FOR_...Richard Guenther1-80/+18
2012-05-21tree-loop-distribution.c (can_generate_builtin): Reject volatile stmts.Richard Guenther1-1/+3
2012-05-18re PR target/53346 (Bad if conversion in cptrf2 of rnflow.f90)Richard Guenther1-2/+5
2012-03-05cfgloop.c (verify_loop_structure): Verify dominators before using them.Richard Guenther1-0/+2
2012-01-30re PR tree-optimization/52028 (wrong code with -O2 -ftree-loop-distribution)Richard Guenther1-1/+2
2012-01-03re PR tree-optimization/51070 (ICE verify_gimple failed)Richard Guenther1-3/+6
2011-11-10re PR tree-optimization/51070 (ICE verify_gimple failed)Richard Guenther1-47/+56
2011-10-11Convert standard builtin functions from being arrays to using a functional in...Michael Meissner1-1/+1
2011-09-25tree-data-ref.c (dr_analyze_innermost): Add new argument.Ira Rosen1-1/+1
2011-08-17tree.h (convert_to_ptrofftype_loc): New function.Richard Guenther1-6/+5
2011-07-19tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther1-3/+2
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-1/+1
2011-05-11re PR debug/48159 (ICE: SIGSEGV in build2_stat (tree.c:3802) with -ftree-loop...Jakub Jelinek1-3/+25
2011-01-01tree-loop-distribution.c (tree_loop_distribution): Do not use freed memory.Jan Hubicka1-2/+3
2010-12-28Do not include unnecessary .h files.Sebastian Pop1-8/+0
2010-12-23Fix PR47002: memory leaks.Sebastian Pop1-2/+17
2010-12-15Fix PR45948: add ssa defs from builtin partitions to the last partition.Sebastian Pop1-0/+98