This is the mail archive of the
gcc-testresults@gcc.gnu.org
mailing list for the GCC project.
Re: [graphite] Regression testing on 2009_07_09_20_41_59 sebastian/deal
- From: Graphite GIT tester <grosser at fim dot uni-passau dot de>
- To: gcc-testresults at gcc dot gnu dot org
- Date: Thu, 9 Jul 2009 22:12:48 +0200
- Subject: Re: [graphite] Regression testing on 2009_07_09_20_41_59 sebastian/deal
20:43 => Start run 2009_07_09_20_41_59
20:43 => GIT build
commit 3c6eca7c44993912b7cc56026b482a77f7c2a0bb
Author: Sebastian Pop <sebpop@gmail.com>
Date: Thu Jul 9 13:29:46 2009 -0500
Add graphite runtime testcase
commit 803bbe5f890d00c0af41b87500945413ac22234a
Author: Sebastian Pop <sebpop@gmail.com>
Date: Sat Jul 4 01:13:06 2009 -0500
Add positivity constraints on the symbolic number of iterations.
commit 68ee4e4994b2b6ba6644bb2b3d19edba2419c70e
Author: Sebastian Pop <sebpop@gmail.com>
Date: Sat Jul 4 01:10:25 2009 -0500
Cleanup build_loop_iteration_domains.
commit b2f29152f5d7a2faa4ecdd082f1dc75b580354a5
Author: Sebastian Pop <sebpop@gmail.com>
Date: Wed Jul 8 11:45:45 2009 -0500
Add parameter type constraints to context
commit 7c087256030372f28641421c8020da015ed97bbf
Author: Sebastian Pop <sebpop@gmail.com>
Date: Thu Jul 2 14:35:25 2009 -0500
tree to GMP to tree conversions
commit 05008712d0aad03dad4545658d038c6f377dda3e
Author: Sebastian Pop <sebpop@gmail.com>
Date: Wed Jul 8 12:20:14 2009 -0500
Generate correct code for pointer arithmetic
commit ef0659a0ac9b91c387b6af24e967066fb7b7effd
Author: Sebastian Pop <sebpop@gmail.com>
Date: Wed Jul 8 13:23:30 2009 -0500
Fix scop pretty printer
commit 131b46d3e7cad70d9410b73175fa35a68f55b166
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Wed Jul 8 15:40:15 2009 +0000
Fix bootstrap.
2009-07-08 Sebastian Pop <sebastian.pop@amd.com>
* tree-parloops.c (analyze_reduction_list): Remove unused variable
to fix bootstrap.
http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149372
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@149372 138bc75d-0d04-0410-961f-82ee72b054a4
commit 5ac5e63e1c39455ac54a5c7d3d50e3a0dc34c327
Author: razya <razya@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Wed Jul 8 13:54:06 2009 +0000
2009-07-08 Razya Ladelsky <razya@il.ibm.com>
* tree-parloops.c (analyze_reduction_list): Change return
value to void.
(try_create_reduction_list): Move the call to
analyze_reduction_list to the beginining.
Call reduction_phi with analyzed_reductions as argument
instead of reduction_list.
http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149369
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@149369 138bc75d-0d04-0410-961f-82ee72b054a4
commit a09d5d120e7f23bb02b8d01ffb16942e93214c40
Author: grosser <grosser@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Wed Jul 8 12:04:59 2009 +0000
Merge from mainline (r148296:149346)
2009-07-08 Tobias Grosser <grosser@fim.uni-passau.de>
* Merge from mainline (r148296:149346)
http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149366
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@149366 138bc75d-0d04-0410-961f-82ee72b054a4
commit a8e7a61c5413fda778c05ebfc5aa5edddd0a1137
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Tue Jul 7 20:53:26 2009 +0000
Do not represent scevs containing n * m
2009-07-07 Sebastian Pop <sebastian.pop@amd.com>
* graphite-scop-detection.c (graphite_can_represent_init): New.
(graphite_can_represent_scev): Call graphite_can_represent_init:
check that the initial value does not contain multiplications of
parameters.
(stmt_has_simple_data_refs_p): New.
(stmt_simple_for_scop_p): Call stmt_simple_for_scop_p.
(is_simple_operand): Fix formatting.
* graphite-sese-to-poly.c (try_generate_gimple_bb): Fix formatting.
http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149348
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@149348 138bc75d-0d04-0410-961f-82ee72b054a4
commit 69a720457080330081bc96e76937bbba952797a0
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Tue Jul 7 19:06:51 2009 +0000
Cleanup calls to scalar evolution analysis
2009-07-07 Sebastian Pop <sebastian.pop@amd.com>
* testsuite/gcc.dg/graphite/id-13.c: New.
* graphite-sese-to-poly.c (graphite_stmt_p): Do not call
analyze_scalar_evolution, use scalar_evolution_in_region.
(scan_tree_for_params_right_scev): Add extra assert.
(parameter_index_in_region_1): Split from parameter_index_in_region.
(idx_record_params): Use scalar_evolution_in_region.
(find_params_in_bb): Same.
(find_scop_parameters): Same.
(build_loop_iteration_domains): Same.
(create_linear_expr_from_tree): Same.
* sese.c (scalar_evolution_in_region): New.
* sese.h (scalar_evolution_in_region): Declared.
(defined_in_sese_p): New.
* tree-scalar-evolution.c (compute_overall_effect_of_inner_loop): Not
static anymore.
* tree-scalar-evolution.h (compute_overall_effect_of_inner_loop):
Declared.
http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149344
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@149344 138bc75d-0d04-0410-961f-82ee72b054a4
commit b9609bb2d6a5f9977e8b8f5132f2db4dc9243f73
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Tue Jul 7 19:06:46 2009 +0000
Clean up Makefile
2009-07-07 Sebastian Pop <sebastian.pop@amd.com>
* Makefile.in: Replace dependences on tree-chrec.h with SCEV_H.
TREE_DATA_REF_H also implies SCEV_H.
http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149343
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@149343 138bc75d-0d04-0410-961f-82ee72b054a4
commit e15c2b486f5b10b15bd837e46157a5c728bc8e20
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Tue Jul 7 19:06:38 2009 +0000
Added {print,debug}_scop_params.
2009-07-07 Sebastian Pop <sebastian.pop@amd.com>
* graphite-poly.c (print_scop_params): New.
(print_scop): Call print_scop_params.
(debug_scop_params): New.
* graphite-poly.h (print_scop_params, debug_scop_params): Declared.
http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149342
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@149342 138bc75d-0d04-0410-961f-82ee72b054a4
commit d0b60d7cae755cbd22320e5ab92eed817b6dddf4
Author: lifeng <lifeng@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Tue Jul 7 13:06:00 2009 +0000
Enhance autopar's testcases.
2009-07-07 Li Feng <nemokingdom@gmail.com>
* testsuite/gcc.dg/graphite/graphite_autopar/force-parallel-4.c: New.
* testsuite/gcc.dg/graphite/graphite_autopar/force-parallel-5.c: New.
* testsuite/gcc.dg/graphite/graphite_autopar/force-parallel-6.c: New.
* testsuite/gcc.dg/graphite/graphite_autopar/force-parallel-7.c: New.
* testsuite/gcc.dg/graphite/graphite_autopar/force-parallel-8.c: New.
* testsuite/gcc.dg/graphite/graphite_autopar/force-parallel-9.c: New.
http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149324
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@149324 138bc75d-0d04-0410-961f-82ee72b054a4
commit c50bfe3dcfc997e0a8ed1dbf27209747384a71f7
Author: lifeng <lifeng@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Tue Jul 7 12:55:45 2009 +0000
Dump information for dependency checking and update testcases.
2009-07-07 Li Feng <nemokingdom@gmail.com>
* graphite-clast-to-gimple.c (mark_loops_parallel): Dump information
for dependency checking part.
* testsuite/gcc.dg/graphite/graphite_autopar/force-parallel-1.c: Add
tests for dependency checking.
* testsuite/gcc.dg/graphite/graphite_autopar/force-parallel-2.c: Ditto.
* testsuite/gcc.dg/graphite/graphite_autopar/force-parallel-3.c: Ditto.
* testsuite/gcc.dg/graphite/graphite_autopar/graphite_autopar.exp: Add
flag -fdump-tree-graphite-all for autopar testsuites.
http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149322
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@149322 138bc75d-0d04-0410-961f-82ee72b054a4
commit 8ae8928019577cb4de1ad4f5824474a706d170a8
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Mon Jul 6 22:33:55 2009 +0000
Move canonicalize_loop_ivs to tree-ssa-loop-manip.c
2009-07-06 Sebastian Pop <sebastian.pop@amd.com>
* Makefile.in (tree-ssa-loop-manip.o): Depends on langhooks.h.
* tree-parloops.c (rewrite_phi_with_iv, rewrite_all_phi_nodes_with_iv,
canonicalize_loop_ivs): Moved...
* tree-ssa-loop-manip.c: ... here. Include langhooks.h.
http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149299
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@149299 138bc75d-0d04-0410-961f-82ee72b054a4
commit bdd4193f3614fef053fe6f01ac61db0584ec577a
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Mon Jul 6 22:33:50 2009 +0000
Analyze reductions earlier
2009-07-06 Sebastian Pop <sebastian.pop@amd.com>
* tree-parloops.c (try_create_reduction_list): Pass an extra
argument analyzed_reductions. Call analyze_reduction_list.
(gen_parallel_loop): Do not call analyze_reduction_list.
(parallelize_loops): Init and finalize analyzed_reductions.
http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149298
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@149298 138bc75d-0d04-0410-961f-82ee72b054a4
commit 84097ec7b7044175b22b1283604a344cffccbc4a
Author: lifeng <lifeng@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Mon Jul 6 01:05:57 2009 +0000
Added flag -fno-loop-strip-mine for autopar testcase.
2009-07-06 Li Feng <nemokingdom@gmail.com>
* testsuite/gcc.dg/graphite/graphite_autopar/graphite_autopar.exp: Added
flag -fno-loop-strip-mine for autopar testcase.
http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149269
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@149269 138bc75d-0d04-0410-961f-82ee72b054a4
commit fa511ac95b6bfae6bc3562ddfcba625945d4afbf
Author: lifeng <lifeng@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Sat Jul 4 14:12:53 2009 +0000
Fix unmatched dimension when building dependence polyhedron.
2009-07-04 Li Feng <nemokingdom@gmail.com>
* graphite-dependences.c (graphite_carried_dependence_level_k): Use
transformed scattering dimension instead of unmatch orignal when
calling dependence_polyhedron.
http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149230
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@149230 138bc75d-0d04-0410-961f-82ee72b054a4
20:44 => Configure
20:44 => Build
21:37 => Install to /n/16/grosser/daily_git_builds/install/2009_07_09_20_41_59
21:39 => Run tests (testlogs are in /n/16/grosser/daily_git_builds/log/2009_07_09_20_41_59)
22:11 => Run compare_tests
BUILD SUCCESSFUL