This is the mail archive of the gcc-testresults@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[graphite] Regression testing on 2009_07_29_03_31_47 git-svn


03:33 => Start run 2009_07_29_03_31_47
03:33 => GIT build
commit 23fc0bc426e845851bf5a05024b1bbfcbbf355d5
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/23fc0bc426e845851bf5a05024b1bbfcbbf355d5
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Tue Jul 28 21:54:55 2009 +0000

    Rewrite reductions out of SSA.
    
    2009-07-28  Sebastian Pop  <sebastian.pop@amd.com>
    
    	* graphite-sese-to-poly.c (loop_entry_phi_arg): New.
    	(remove_simple_copy_phi): New.
    	(remove_invariant_phi): New.
    	(simple_copy_phi_p): New.
    	(reduction_phi_p): New.
    	(gsi_for_ssa_name_def): New.
    	(insert_out_of_ssa_copy): New.
    	(insert_out_of_ssa_copy_on_edge): New.
    	(create_zero_dim_array): New.
    	(scalar_close_phi_node_p): New.
    	(rewrite_close_phi_out_of_ssa): New.
    	(rewrite_phi_out_of_ssa): New.
    	(rewrite_reductions_out_of_ssa): New.
    	(build_poly_scop): Call rewrite_reductions_out_of_ssa.
    
    	* testsuite/gcc.dg/graphite/id-11.c: New.
    	* testsuite/gcc.dg/graphite/id-15.c: New.
    	* testsuite/gcc.dg/graphite/interchange-1.c: Un-XFAIL.
    	* testsuite/gcc.dg/graphite/interchange-2.c: Un-XFAIL.
    	* testsuite/gcc.dg/graphite/interchange-3.c: Un-XFAIL.
    	* testsuite/gcc.dg/graphite/interchange-4.c: Un-XFAIL.
    	* testsuite/gcc.dg/graphite/interchange-7.c: Un-XFAIL.
    	* testsuite/gcc.dg/graphite/scop-matmult.c: Un-XFAIL.
    	* testsuite/gfortran.dg/graphite/id-13.f: New.
    	* testsuite/gfortran.dg/graphite/id-5.f: New.
    
    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150187
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@150187 138bc75d-0d04-0410-961f-82ee72b054a4

commit 52b6327dc16942cae4eafff68fa900ac5820c43d
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/52b6327dc16942cae4eafff68fa900ac5820c43d
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Tue Jul 28 21:54:48 2009 +0000

    Don't filter out reductions.
    
    2009-07-28  Sebastian Pop  <sebastian.pop@amd.com>
    
    	* graphite-clast-to-gimple.c (graphite_loop_normal_form): Do not
    	check that nb_reductions_in_loop is zero.
    	* graphite-scop-detection.c (harmful_stmt_in_bb): Don't filter out
    	reduction phi nodes.
    	(nb_reductions_in_loop): Removed.
    	(graphite_can_represent_loop): Do not call nb_reductions_in_loop.
    	* graphite-sese-to-poly.c (phi_node_is_iv): Removed.
    	(bb_contains_non_iv_scalar_phi_nodes): Removed.
    	(scop_contains_non_iv_scalar_phi_nodes): Removed.
    	(build_poly_scop): Do not call scop_contains_non_iv_scalar_phi_nodes.
    
    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150186
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@150186 138bc75d-0d04-0410-961f-82ee72b054a4
03:33 => Configure
03:33 => Build


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]