aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-manip.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-31re PR tree-optimization/56150 (ICE segfault in do_pre / tail_merge_optimize)Richard Biener1-3/+4
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-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-15/+15
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-1/+1
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-1/+1
2012-09-05re PR tree-optimization/46590 (long compile time with -O2 and many loops)Richard Guenther1-1/+7
2012-08-23tree-ssa-loop-manip.c (add_exit_phis_var): Allow virtual operands.Richard Guenther1-10/+7
2012-08-17re PR middle-end/54146 (Very slow compile with attribute((flatten)))Steven Bosscher1-1/+1
2012-08-16re PR middle-end/54146 (Very slow compile with attribute((flatten)))Steven Bosscher1-51/+185
2012-08-14cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther1-5/+5
2012-08-13Fix patch merge error in previous commit.Steven Bosscher1-1/+1
2012-08-13tree-ssa-pre.c (do_regular_insertion): Add FIXME markers at points of potenti...Steven Bosscher1-15/+24
2012-08-10tree-ssa-pre.c (pretemp, [...]): Remove.Richard Guenther1-5/+10
2012-08-10tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther1-6/+5
2012-08-08re PR middle-end/54146 (Very slow compile with attribute((flatten)))Steven Bosscher1-5/+3
2012-08-07gimple.h (gimple_phi_set_result): Adjust SSA_NAME_DEF_STMT.Richard Guenther1-6/+2
2012-08-02tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther1-12/+3
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-3/+2
2012-07-16revert: tree.h (phi_arg_d): New field.Dehao Chen1-9/+6
2012-07-10tree.h (phi_arg_d): New field.Dehao Chen1-6/+9
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-05-31Makefile.in: Fix many dependencies.Steven Bosscher1-1/+0
2012-03-05cfgloop.c (verify_loop_structure): Verify dominators before using them.Richard Guenther1-1/+0
2011-08-17tree.h (convert_to_ptrofftype_loc): New function.Richard Guenther1-3/+3
2011-07-27Fix PR49471: canonicalize_loop_ivs should not generate unsigned types.Sebastian Pop1-3/+21
2010-12-14re PR middle-end/46885 (ICE: in gsi_insert_seq_nodes_after, at gimple-iterato...Jakub Jelinek1-1/+4
2010-11-17timevar.def (TV_IPA_OPT, [...]): New.Michael Matz1-0/+4
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-1/+1
2010-06-14re PR debug/43650 ("-fcompare-debug failure" with "-O2 -fpeel-loops -fgraphit...Alexandre Oliva1-2/+2
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-1/+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-2/+0
2010-04-06Avoid calling verify_ssa twice in verify_loop_closed_ssa.Sebastian Pop1-5/+7
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+2
2010-03-31canonicalize_loop_ivs should add the IV bump in loop->header.Sebastian Pop1-5/+7
2009-11-25Remove trailing white spaces.H.J. Lu1-13/+13
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-0/+6
2009-07-30Add source_location support to PHI arguments.Andrew MacLeod1-6/+8
2009-07-30ssa-loop-manip.c: Include langhooks.h.Razya Ladelsky1-0/+130
2009-07-10re PR tree-optimization/40496 (ICE in verify_stmts with -fprefetch-loop-arrays)Richard Guenther1-2/+11
2009-03-27gimplify.c (mark_addressable): Export.Richard Guenther1-0/+2
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-70/+83
2008-04-27re PR tree-optimization/18754 (unrolling happens too late/SRA does not happen...Richard Guenther1-2/+8
2008-03-11re PR tree-optimization/31358 (IV-OPTs produces a weird MEM_REF)Andrew Pinski1-1/+1
2007-09-15tree-parloops.c: New file.Zdenek Dvorak1-2/+4
2007-08-04tree-ssa-threadupdate.c (thread_through_all_blocks): Use loops' state accesso...Zdenek Dvorak1-3/+3
2007-07-26re PR tree-optimization/32087 (ICE with FORTRAN and -fprefetch-loop-arrays)Steve Ellcey1-2/+3