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]

Re: [graphite] Regression testing on 2009_07_15_06_50_52 git-svn


06:53 => Start run 2009_07_15_06_50_52
06:53 => GIT build
commit 2d47da29eddb694c78ba964b01348fb91dabd4de
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Wed Jul 15 04:43:57 2009 +0000

    Remove reduction_list parameter.
    
    2009-07-14  Razya Ladelsky  <razya@il.ibm.com>
    
    	* tree-ssa-loop-manip.c (rewrite_phi_with_iv): Remove
    	reduction_list parameter.
    	(rewrite_all_phi_nodes_with_iv): Same.
    	(canonicalize_loop_ivs): Same.
    	* tree-parloops.c (struct brli): Removed.
    	(build_reduction_list_info): Removed.
    	(build_new_reduction): New.
    	(analyze_reduction_list): Removed.
    	(gather_scalar_reductions): Find reductions instead of phi
    	nodes that can't be canonicalized.
    	(try_create_reduction_list): Remove reduction_list parameter.
    	(gen_parallel_loop): Same.
    	(parallelize_loops): Remove analyze_reductions variable,
    	initialization and free.
    	Change reduction_list htab initialization to reduction_info
    	elements instead of ssa names.
    	Call try_create_reduction_list and gen_parallel_loop without
    	analyzed_reduction argument.
    	* graphite-clast-to-gimple (graphite_loop_normal_form): Call
    	canonicalize_loop_ivs with one less argument.
    	* tree-flow.h (canonicalize_loop_ivs): Remove one argument.
    
    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149657
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@149657 138bc75d-0d04-0410-961f-82ee72b054a4

commit c516284135f7a284655f8a99dce6ea7e968bbfbb
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Wed Jul 15 04:43:49 2009 +0000

    Cache data dependences for original scatterings.
    
    2009-07-14  Konrad Trifunovic <konrad.trifunovic@gmail.com>
    
    	* graphite-dependences.c (new_poly_dr_pair): New.
    	(dependence_polyhedron): Renamed into dependence_polyhedron_1.
    	(new_poly_dr_pair): New.
    	(eq_poly_dr_pair_p): New.
    	(hash_poly_dr_pair_p): New.
    	* graphite-dependences.h (struct poly_dr_pair): New.
    	(eq_poly_dr_pair_p): Declared.
    	(hash_poly_dr_pair_p): Declared.
    	* graphite-poly.c (new_scop): Initialize SCOP_ORIGINAL_PDR_PAIRS.
    	(free_scop): Free SCOP_ORIGINAL_PDR_PAIRS.
    	* graphite-poly.h (struct scop): Add original_pdr_pairs field.
    	* Makefile.in (graphite-poly.o): Add dependence on
    	graphite-dependences.h.
    
    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149656
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@149656 138bc75d-0d04-0410-961f-82ee72b054a4
06:54 => Configure
06:54 => Build
07:50 => Install to /n/16/grosser/daily_git_builds/install/2009_07_15_06_50_52
07:53 => Run tests (testlogs are in /n/16/grosser/daily_git_builds/log/2009_07_15_06_50_52)
08:26 => Run compare_tests
BUILD SUCCESSFUL

Attachment: gcc.compare
Description: Text document

Attachment: g++.compare
Description: Text document


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