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_10_18_54_17 git-svn


18:55 => Start run 2009_07_10_18_54_17
18:55 => GIT build
commit 4f8a24b4e6f76c0e835240ed05aabaadf537e8b0
Author: grosser <grosser@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Fri Jul 10 16:41:51 2009 +0000

    Move from NNC_Polyhedron to C_Polyhedron.
    
    As discussed in
    http://groups.google.com/group/gcc-graphite/t/877b73d30c8bae2e, we do not
    need non necessarily closed (NNC) polyhedron in Graphite. To improve
    performance switch back to C_Polyhedron.
    
    Converted everything with s/_NNC_/_C_/g and replaced every strict
    inequality a < b or a > b with a + 1 <= b or a >= b + 1.
    
    2009-07-10  Tobias Grosser  <grosser@fim.uni-passau.de>
    
    	* graphite-dependences.c (map_into_dep_poly, map_dr_into_dep_poly,
    	build_pairwise_constraint, dr_equality_constraints,
    	build_pairwise_scheduling_equality,
    	build_pairwise_scheduling_inequality, lexicographically_gt_p,
    	build_lexicographically_gt_constraint, dependence_polyhedron,
    	graphite_legal_transform_dr, graphite_carried_dependence_level_k):
    	Move from NNC_Polyhedron to C_Polyhedron.
    	* graphite-interchange.c (compute_array_size_poly,
    	gather_access_strides): Dito.
    	* graphite-poly.c (apply_poly_transforms, new_poly_dr, free_poly_bb,
    	free_scop, pbb_number_of_iterations): Dito.
    	* graphite-poly.h (struct poly_dr, pdr_nb_subscripts, struct poly_bb,
    	pbb_dim_iter_domain, struct scop): Dito.
    	* graphite-ppl.c (new_Constraint_System_from_Cloog_Matrix,
    	new_Cloog_Domain_from_ppl_Polyhedron,
    	new_Cloog_Domain_from_ppl_Pointset_Powerset, ppl_set_coef_gmp,
    	ppl_insert_dimensions_pointset, ppl_insert_dimensions_pointset,
    	ppl_strip_loop, ppl_strip_loop, ppl_print_polyhedron_matrix,
    	ppl_print_powerset_matrix, debug_ppl_polyhedron_matrix,
    	debug_ppl_powerset_matrix, ppl_read_polyhedron_matrix): Dito.
    	* graphite-ppl.h (ppl_Pointset_Powerset_C_Polyhedron_t,
    	new_C_Polyhedron_from_Cloog_Matrix, ppl_print_powerset_matrix,
    	debug_ppl_powerset_matrix, ppl_insert_dimensions_pointset): Dito.
    	* graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons,
    	build_loop_iteration_domains, ppl_constraint_type_from_tree_code,
    	add_condition_to_domain, add_condition_to_pbb, build_scop_context,
    	build_scop_iteration_domain, build_poly_dr): Dito
    
    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149490
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@149490 138bc75d-0d04-0410-961f-82ee72b054a4
18:55 => Configure
18:55 => Build
20:19 => Install to /n/16/grosser/daily_git_builds/install/2009_07_10_18_54_17
20:21 => Run tests (testlogs are in /n/16/grosser/daily_git_builds/log/2009_07_10_18_54_17)
20:54 => Run compare_tests
BUILD SUCCESSFUL

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]