aboutsummaryrefslogtreecommitdiff
path: root/gcc/graphite-scop-detection.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-14graphite-scop-detection.c: Do not include cp/cp-tree.h.Richard Biener1-2/+1
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-11/+11
2014-11-10Makefile.in: Remove the compilation of graphite-clast-to-gimple.o.Roman Gareev1-4/+0
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+11
2014-08-18configure.ac: Eliminate ClooG installation dependency.Roman Gareev1-2/+4
2014-08-14graphite-scop-detection.c: Add inclusion of cp-tree.h.Roman Gareev1-0/+9
2014-04-30passes.c (execute_function_todo): Move TODO_verify_stmts and TODO_verify_ssa ...Richard Biener1-1/+1
2014-04-28re PR tree-optimization/60979 (ICE: in gimple_redirect_edge_and_branch_force,...Richard Biener1-2/+4
2014-04-14re PR tree-optimization/59817 (ICE in extract_affine_chrec with -O2 -ftree-lo...Richard Biener1-1/+10
2014-04-03re PR tree-optimization/60740 (ICE in extract_affine w/ -O2 -ftree-loop-linear)Richard Biener1-9/+9
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-20merge auto_vec and stack_vecTrevor Saunders1-6/+6
2013-12-09Eliminate FOR_ALL_BB macro.David Malcolm1-3/+3
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+5
2013-11-21Reword comments that mention ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-1/+1
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-3/+4
2013-11-19cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener1-2/+1
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-2/+2
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-11-01Replace some heap vectors with stack vectors.Trevor Saunders1-14/+6
2013-10-23tree-ssa-loop.h: Remove include files.Andrew MacLeod1-0/+2
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-0/+6
2013-10-21Re-factor inclusion of tree.h.Diego Novillo1-0/+1
2013-10-02graphite-scop-detection.c: Include tree-ssa-propagate,h.Andrew MacLeod1-0/+1
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+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-65/+67
2012-09-11graphite-scop-detection.c (move_sd_regions): Adjust for VEC changes.Richard Guenther1-5/+5
2012-09-07bitmap.c (bitmap_last_set_bit): Rewrite to return the correct bit.Steven Bosscher1-6/+4
2012-08-14graphite-scop-detection.c (create_sese_edges): Compute dominance info before ...Steven Bosscher1-0/+1
2012-08-07gimple.h (gimple_phi_set_result): Adjust SSA_NAME_DEF_STMT.Richard Guenther1-3/+2
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-07-02cloog.m4: Set up to work against ISL only.Richard Guenther1-3/+10
2012-03-05cfgloop.c (verify_loop_structure): Verify dominators before using them.Richard Guenther1-1/+0
2012-01-10re PR tree-optimization/50913 (ICE in scan_tree_for_params_right_scev, at gra...Richard Guenther1-12/+20
2011-09-29graphite-scop-detection.c (make_close_phi_nodes_unique): New forward declarat...Bill Schmidt1-0/+10
2011-07-26Fix PR47653: do not handle loops using wrapping semantics in graphiteSebastian Pop1-9/+9
2011-01-25Pass to dr_analyze_indices the analysis loop for subscripts.Sebastian Pop1-1/+3
2011-01-25Remove duplicate close phi nodes in the canonical close phi representation.Sebastian Pop1-1/+68
2011-01-25Free invalid postdominance info.Sebastian Pop1-0/+4
2010-12-28Do not include unnecessary .h files.Sebastian Pop1-13/+0
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-10-21basic-block.h (single_succ_edge): Use gcc_checking_assert.Nathan Froyd1-6/+2
2010-09-30Fix the description of graphite_can_represent_loop.Vladimir Kargov1-3/+3
2010-09-30Remove outermost loop parameter.Vladimir Kargov1-22/+16