aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-im.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-06Merge in wide-int.Kenneth Zadeck1-2/+2
2014-04-23re PR tree-optimization/60903 (ICE: in verify_loop_structure, at cfgloop.c:16...Richard Biener1-14/+10
2014-04-17pass cfun to pass::executeTrevor Saunders1-10/+10
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-7/+1
2014-04-17remove has_gateTrevor Saunders1-1/+0
2014-01-17re PR tree-optimization/46590 (long compile time with -O2 and many loops)Richard Biener1-52/+109
2014-01-13re PR tree-optimization/59387 (wrong code (hangs) at -Os on x86_64-linux-gnu)Jakub Jelinek1-62/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-3/+3
2013-12-09Eliminate last_basic_block macro.David Malcolm1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-2/+7
2013-11-19cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener1-3/+2
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm1-1/+1
2013-11-17gimple.h: Reorder prototypes to match .c declaration order...Andrew MacLeod1-0/+1
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+2
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-07gimplify.c (gimple_regimplify_operands): Do not set SSA_NAME_DEF_STMT.Aldy Hernandez1-2/+0
2013-11-06gimple.h (block_in_transaction): Move to basic-block.h and rename.Andrew MacLeod1-1/+1
2013-10-23tree-ssa-loop.h: Remove include files.Andrew MacLeod1-0/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+8
2013-10-17re PR tree-optimization/58143 (wrong code at -O3)Richard Biener1-1/+76
2013-10-09tree-flow.h: Move some protoypes.Andrew MacLeod1-208/+67
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-9/+9
2013-09-17compare-elim.c (find_comparison_dom_walker): New classTrevor Saunders1-36/+30
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
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