aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-loop-distribution.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-12-10Fix PR43023: fuse_partitions_with_similar_memory_accesses.Sebastian Pop1-107/+84
2010-12-02Fix PR45199: do not aggregate memory accesses to the same array for -ftree-lo...Sebastian Pop1-29/+15
2010-11-09re PR tree-optimization/46355 (ICE: SIGSEGV in create_preheader (cfgloopmanip...Richard Guenther1-1/+6
2010-11-09re PR tree-optimization/46177 (ICE: in prop_phis, at tree-loop-distribution.c...Richard Guenther1-29/+6
2010-11-02re PR tree-optimization/46177 (ICE: in prop_phis, at tree-loop-distribution.c...Richard Guenther1-14/+7
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-14/+14
2010-08-19cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p.Nathan Froyd1-12/+5
2010-08-02Add -ftree-loop-distribute-patterns enabled at -O3.Sebastian Pop1-13/+32
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther1-1/+1
2010-06-26re PR tree-optimization/44393 (ICE: verify_ssa failed: no immediate_use list ...Richard Guenther1-16/+18
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-3/+0
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-1/+1
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-4/+0
2010-04-18fold-const.c (fold_comparison): Use ssizetype.Eric Botcazou1-6/+3
2010-04-06Always execute verify_loop_closed_ssa at LNO level.Sebastian Pop1-1/+1
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+2
2010-03-10re PR tree-optimization/43236 (-ftree-loop-distribution produces wrong code i...Alexander Monakov1-0/+4
2010-03-02Fix PR42640: Correctly initialize the value of the new induction variable.Sebastian Pop1-2/+2