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


01:31 => Start run 2009_07_10_01_30_31
01:31 => GIT build
commit dc7f373ac454ed67b9aa9e1f1674bf28fdfaa3d0
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Thu Jul 9 22:25:15 2009 +0000

    Add graphite runtime testcase
    
    2009-07-09  Sebastian Pop  <sebastian.pop@amd.com>
    
    	* testsuite/gcc.dg/graphite/graphite.exp: Added a rule to execute
    	run-id-*.c files.
    	* testsuite/gcc.dg/graphite/run-id-1.c: New.
    
    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149446
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@149446 138bc75d-0d04-0410-961f-82ee72b054a4

commit 6dcc2fb898dee63e48a099915dedfc31840d7744
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Thu Jul 9 22:25:09 2009 +0000

    Add positivity constraints on the symbolic number of iterations.
    
    2009-07-09  Sebastian Pop  <sebastian.pop@amd.com>
    
    	* graphite-sese-to-poly.c (build_loop_iteration_domains): Add the
    	positivity constraint on the symbolic number of iterations.
    
    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149445
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@149445 138bc75d-0d04-0410-961f-82ee72b054a4

commit f467ef07212209307daeae9fc8c3897909b0ccb2
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Thu Jul 9 22:25:04 2009 +0000

    Cleanup build_loop_iteration_domains.
    
    2009-07-09  Sebastian Pop  <sebastian.pop@amd.com>
    
    	* graphite-sese-to-poly.c (build_loop_iteration_domains): Rewrite.
    
    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149444
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@149444 138bc75d-0d04-0410-961f-82ee72b054a4

commit f022d3637810503fc224660039caf57335727601
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Thu Jul 9 22:24:59 2009 +0000

    Add parameter type constraints to context
    
    2009-07-09  Sebastian Pop  <sebastian.pop@amd.com>
    	    Tobias Grosser  <grosser@fim.uni-passau.de>
    
    	* graphite-clast-to-gimple.c (build_scop_context): Removed.
    	(build_cloog_prog): Directly use SCOP_CONTEXT.
    	* graphite-poly.c (new_scop): Initialize SCOP_CONTEXT.
    	(free_scop): Free SCOP_CONTEXT.
    	(print_scop_context): New.
    	(print_scop): Call print_scop_context.
    	(debug_scop_context): New.
    	* graphite-poly.h (print_scop_context, debug_scop_context): Declared.
    	(struct scop): Added field context.
    	(SCOP_CONTEXT): New.
    	* graphite-sese-to-poly.c (add_param_constraints): New.
    	(build_scop_context): New.
    	(build_poly_scop): Call build_scop_context.
    
    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149443
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@149443 138bc75d-0d04-0410-961f-82ee72b054a4

commit 8924fae64c81140b212fe86c23c15085bbef1930
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Thu Jul 9 22:24:54 2009 +0000

    Tree to GMP to tree conversions.
    
    2009-07-09  Sebastian Pop  <sebastian.pop@amd.com>
    
    	* graphite-clast-to-gimple.c (gmp_cst_to_tree): Moved...
    	* graphite-ppl.c (ppl_set_inhomogeneous_gmp, ppl_set_coef_gmp): New.
    	(ppl_set_inhomogeneous, ppl_set_coef): Moved...
    	* graphite-ppl.h: Include double-int.h and tree.h.
    	(ppl_set_inhomogeneous_gmp, ppl_set_coef_gmp): Declared.
    	(ppl_set_inhomogeneous, ppl_set_coef): ...here.
    	(gmp_cst_to_tree): ...here.  Reimplemented using mpz_get_double_int.
    	(tree_int_to_gmp, ppl_set_inhomogeneous_tree, ppl_set_coef_tree): New.
    
    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149442
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@149442 138bc75d-0d04-0410-961f-82ee72b054a4

commit a3e6a4d02f3fa86b7db43abff35fa5d0706f4918
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Thu Jul 9 22:24:50 2009 +0000

    Generate correct code for pointer arithmetic
    
    2009-07-09  Sebastian Pop  <sebastian.pop@amd.com>
    
    	* graphite-clast-to-gimple.c (clast_to_gcc_expression_red): Generate
    	POINTER_PLUS_EXPR for pointer types.
    	(clast_to_gcc_expression): Same.
    
    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149441
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@149441 138bc75d-0d04-0410-961f-82ee72b054a4

commit 9adfa3e445cfaa7a2709fb2f34d74777873ffd98
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Thu Jul 9 22:24:37 2009 +0000

    Fix scop pretty printer
    
    2009-07-09  Sebastian Pop  <sebastian.pop@amd.com>
    
    	* graphite-poly.c (print_scattering_function): Early return when
    	PBB_TRANSFORMED_SCATTERING is not initialized.
    	(print_pbb_domain): Early return when PBB_DOMAIN is not initialized.
    
    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149440
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@149440 138bc75d-0d04-0410-961f-82ee72b054a4
01:31 => Configure
01:31 => Build


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