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


00:02 => Start run 2009_06_27_00_00_48
00:02 => GIT build
commit 341ae4f14b0e6f3928e519ee5d4146ffe372147b
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Fri Jun 26 21:59:55 2009 +0000

    Make the type of lower and upper bound of loops signed long int.
    
    2009-06-26  Sebastian Pop  <sebastian.pop@amd.com>
    
    	* graphite-clast-to-gimple.c (graphite_create_new_loop): Make the
    	type of lower and upper bound of loops signed long int.
    
    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=148995
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@148995 138bc75d-0d04-0410-961f-82ee72b054a4

commit 85936b3e06fba1d20d2386f2993da63ac7d33a51
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Fri Jun 26 21:59:51 2009 +0000

    Gimplify the loop exit expression outside the loop.
    
    2009-06-26  Sebastian Pop  <sebastian.pop@amd.com>
    
    	* cfgloopmanip.c (create_empty_loop_on_edge): Gimplify the loop exit
    	expression outside the loop.
    
    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=148994
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@148994 138bc75d-0d04-0410-961f-82ee72b054a4

commit 281db6a3299d973c5424d38fe431e42ccbf726b8
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Fri Jun 26 21:59:48 2009 +0000

    Add testcase that should not be interchanged
    
    2009-06-26  Sebastian Pop  <sebastian.pop@amd.com>
    
    	* gcc.dg/graphite/interchange-8.c: New.
    
    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=148993
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@148993 138bc75d-0d04-0410-961f-82ee72b054a4

commit eab138e838b0a7b5eaa9dcfdaf4ab0da96f81368
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Fri Jun 26 21:59:43 2009 +0000

    XFAIL interchange tests
    
    2009-06-26  Sebastian Pop  <sebastian.pop@amd.com>
    
    	* gcc.dg/graphite/interchange-0.c: XFailed.
    	* gcc.dg/graphite/interchange-5.c: XFailed.
    	* gcc.dg/graphite/interchange-6.c: XFailed.
    
    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=148992
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@148992 138bc75d-0d04-0410-961f-82ee72b054a4

commit 404876f25e092fc732fdebbaeeded0119fa33c03
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Fri Jun 26 21:59:39 2009 +0000

    Fix computation of array size
    
    2009-06-26  Sebastian Pop  <sebastian.pop@amd.com>
    
    	* graphite-interchange.c (compute_array_size_poly): The end of the
    	recursion should return 1.
    
    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=148991
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@148991 138bc75d-0d04-0410-961f-82ee72b054a4

commit c4dd0273beaf0e713c27081f744af9fda4cf3a14
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Fri Jun 26 21:59:35 2009 +0000

    Record data sizes
    
    2009-06-26  Sebastian Pop  <sebastian.pop@amd.com>
    
    	* graphite-interchange.c (compute_array_size_cstr): Allow the
    	subscript multiplier to be -1.
    	(compute_array_size): Use PDR_DATA_CONTAINER and not PDR_ACCESSES.
    	* graphite-poly.c (new_poly_dr): Takes an extra argument for the
    	data_container.  Initializes PDR_DATA_CONTAINER.
    	(print_pdr_access_layout): New.
    	(print_pdr): Call print_pdr_access_layout.  Print PDR_DATA_CONTAINER.
    	* graphite-poly.h (struct poly_dr): Adjust comment.  Add a new field
    	data_container.
    	(PDR_DATA_CONTAINER): New.
    	(new_poly_dr): Update declaration.
    	* graphite-sese-to-poly.c (pdr_add_data_dimensions): New.
    	(build_poly_dr): Call pdr_add_data_dimensions.
    
    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=148990
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@148990 138bc75d-0d04-0410-961f-82ee72b054a4

commit 9e3f7ca0ffdfe915ec7ae5d8e6efa2da5409a9b6
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Fri Jun 26 21:59:31 2009 +0000

    Cleanup build_poly_dr
    
    2009-06-26  Sebastian Pop  <sebastian.pop@amd.com>
    
    	* graphite-poly.h (struct poly_dr): Fix comment.
    	* graphite-sese-to-poly.c (pdr_add_alias_set): New.
    	(pdr_add_memory_accesses): New.
    	(build_poly_dr): Call pdr_add_memory_accesses and pdr_add_alias_set.
    
    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=148989
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@148989 138bc75d-0d04-0410-961f-82ee72b054a4

commit 77bd5a8d1ac501837e2bfa4a82fd246b37e4fbd7
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Fri Jun 26 21:59:26 2009 +0000

    Add debugging utilities for PDRS.
    
    2009-06-26  Sebastian Pop  <sebastian.pop@amd.com>
    
    	* graphite-poly.c (print_pdrs, debug_pdrs): New.
    	(print_pbb): Add call to print_pdrs.
    	* graphite-poly.h (print_pdrs, debug_pdrs): Declared.
    
    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=148988
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@148988 138bc75d-0d04-0410-961f-82ee72b054a4
00:02 => Configure
00:02 => Build
00:55 => Install to /n/16/grosser/daily_git_builds/install/2009_06_27_00_00_48
00:57 => Run tests (testlogs are in /n/16/grosser/daily_git_builds/log/2009_06_27_00_00_48)


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