aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-im.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-30function.h (loops_for_fn): New inline function.Richard Biener1-8/+8
2013-04-23This patch extracts approved portions of the hash_table patches to the...Lawrence Crowl1-29/+33
2013-04-16re PR tree-optimization/56756 (ICE: verify_ssa failed (definition in block n ...Richard Biener1-6/+34
2013-03-25tree-ssa-loop-im.c (struct mem_ref): Use bitmap_head instead of bitmap.Richard Biener1-77/+80
2013-03-25tree-ssa-loop-im.c (struct depend): Remove.Richard Biener1-29/+11
2013-03-22tree-ssa-loop-im.c (struct mem_ref): Remove indep_ref and dep_ref members.Richard Biener1-21/+0
2013-03-22tree-ssa-loop-im.c (memory_references): Drop all_refs_in_loop.Richard Biener1-16/+0
2013-03-22tree-ssa-loop-im.c (memory_references): Add refs_stored_in_loop bitmaps.Richard Biener1-82/+93
2013-03-22tree-ssa-loop-im.c (struct mem_ref_locs): Remove.Richard Biener1-148/+113
2013-03-21re PR middle-end/39326 (Segmentation fault with -O1, out of memory with -O2)Richard Biener1-38/+42
2013-03-21re PR middle-end/39326 (Segmentation fault with -O1, out of memory with -O2)Richard Biener1-6/+41
2013-03-21tree-ssa-loop-im.c (can_sm_ref_p): Do not test whether ref is stored in the l...Richard Biener1-7/+3
2013-03-18re PR middle-end/39326 (Segmentation fault with -O1, out of memory with -O2)Richard Biener1-34/+46
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-12-08* tree-ssa-loop-im.c (for_each_index) <CONST_DECL>: New case.Eric Botcazou1-0/+1
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-89/+68
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-2/+2
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-1/+1
2012-10-01tree.h (copy_mem_ref_info): Delete.Eric Botcazou1-15/+8
2012-09-18statistics.h (CXX_MEM_STAT_INFO): New define.Richard Guenther1-3/+3
2012-09-11re PR middle-end/54149 (write introduction incorrect wrt the C11 memory model)Aldy Hernandez1-3/+8
2012-08-21tree-ssa-loop-im.c (tree_ssa_lim_finalize): Properly free the affine expansio...Richard Guenther1-1/+1
2012-08-17re PR middle-end/54146 (Very slow compile with attribute((flatten)))Steven Bosscher1-23/+14
2012-08-16re PR middle-end/54146 (Very slow compile with attribute((flatten)))Richard Guenther1-5/+7
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-15/+9
2012-08-10tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther1-3/+0
2012-08-02tree-flow.h (make_rename_temp): Remove.Richard Guenther1-2/+2
2012-08-02tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther1-4/+1
2012-08-01tree-flow.h (struct gimple_df): Remove syms_to_rename member, add ssa_renamin...Richard Guenther1-3/+21
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-3/+0
2012-07-16revert: tree.h (phi_arg_d): New field.Dehao Chen1-1/+1
2012-07-10tree.h (phi_arg_d): New field.Dehao Chen1-1/+1
2012-06-01tree-ssa-loop-im.c (execute_sm): Do not check flag_tm.Aldy Hernandez1-1/+1
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-05-31re PR tree-optimization/52558 (write introduction incorrect wrt the C++11 mem...Aldy Hernandez1-12/+209
2012-05-02coretypes.h (gimple_seq, [...]): Typedef as gimple.Michael Matz1-1/+1
2012-02-28re PR middle-end/51752 (trans-mem: publication safety violated)Aldy Hernandez1-1/+24
2011-12-05re PR tree-optimization/50904 (pessimization when -fno-protect-parens is enab...Richard Guenther1-202/+79
2011-10-20tree-ssa-loop-im.c (stmt_cost): Add WIDEN_*, FMA_EXPR and rotates to the set ...Richard Guenther1-0/+8
2011-09-01expr.c (expand_expr_real_2): Move COND_EXPR and VEC_COND_EXPR handling here, ...Richard Guenther1-5/+3
2011-08-23Makefile.in (tree-data-ref.o): Add tree-affine.h dependency.Richard Guenther1-28/+1
2011-07-12re PR tree-optimization/49712 (internal compiler error: in gen_lsm_tmp_name, ...Jakub Jelinek1-0/+1
2011-05-14tree-ssa-loop-im.c (SET_ALWAYS_EXECUTED_IN): New macro.Eric Botcazou1-6/+5
2011-02-18re PR tree-optimization/47737 (wrong code with -funswitch-loops -fno-tree-dom...Richard Guenther1-13/+20
2011-02-01re PR tree-optimization/47559 (ICE: verify_stmts failed: statement marked for...Richard Guenther1-0/+4
2010-12-10re PR tree-optimization/46864 (ICE: verify_stmts failed: statement marked for...Jakub Jelinek1-1/+1
2010-10-31* tree-ssa-loop-im.c (rewrite_reciprocal): Use build_one_cst.Nathan Froyd1-13/+1
2010-09-06tree.def (MISALIGNED_INDIRECT_REF): Remove.Richard Guenther1-2/+0