aboutsummaryrefslogtreecommitdiff
path: root/gcc/graphite-scop-detection.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-09-30Remove redundant checks in graphite_can_represent_scev.Sebastian Pop1-2/+1
2010-09-17Add DEBUG_FUNCTION to all the dot_* debugging functions.Sebastian Pop1-2/+2
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-15/+15
2010-08-11Add loop_exits_from_bb_p.Vladimir Kargov1-1/+1
2010-08-11Partially removing cloog.h and graphite-clast-to-gimple.h where possible. Rem...Andreas Simbuerger1-1/+0
2010-04-06Avoid calling verify_ssa twice in verify_loop_closed_ssa.Sebastian Pop1-2/+2
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-02-23Fix PR43083: Do not handle regions ending with multiple edges on the exit BB.Sebastian Pop1-6/+11
2010-02-11re PR middle-end/42930 ([graphite] crash when compiling scummvm on Ubuntu 9.1...Sebastian Pop1-0/+1
2010-02-06Make calls to dot run in background.Ramakrishna Upadrasta1-2/+2
2010-01-08Remove COMPONENT_REF limitation in SCoP detection.Sebastian Pop1-70/+1
2009-12-23re PR middle-end/42181 ([graphite] -fgraphite-identity miscompiles air.f90)Sebastian Pop1-6/+24
2009-12-09re PR tree-optimization/42285 (ICE in Graphite's scan_tree_for_params for 416...Sebastian Pop1-2/+4
2009-11-30Do not abuse sese for codegenerationTobias Grosser1-19/+1
2009-11-25graphite-scop-detection.c (limit_scops): Do not build poly_bbs.Sebastian Pop1-1/+0
2009-11-25graphite-scop-detection.c (stmt_simple_memref_p): Removed.Sebastian Pop1-71/+28
2009-11-18re PR debug/41888 (ICE from '-O -ftree-loop-distribution -fgraphite-identity ...Alexandre Oliva1-0/+3
2009-08-28graphite-dependences.c (pddr_original_scattering): New.Sebastian Pop1-5/+8
2009-07-31New Graphite files.Sebastian Pop1-0/+1640