test/success/2010_04_06_05_20_50
tag590b2fca43a13ea68268640b32d54510b7893777
object 0b6d352c4669c9b98bad71ea4818bf08bc8c7170
authorTobias Grosser <grosser@fim.uni-passau.de>
Tue, 6 Apr 2010 06:12:42 +0000 (6 08:12 +0200)
/n/16/grosser/daily_git_builds/log/2010_04_06_05_20_50/gcc.compare
Could not find both files
/n/16/grosser/daily_git_builds/log/2010_04_06_05_20_50/g++.compare
Could not find both files
/n/16/grosser/daily_git_builds/log/2010_04_06_05_20_50/gfortran.compare
Could not find both files
/n/16/grosser/daily_git_builds/log/2010_04_06_05_20_50/info.log
05:22 => Start run 2010_04_06_05_20_50
05:22 => GIT build
commit 0b6d352c4669c9b98bad71ea4818bf08bc8c7170
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/0b6d352c4669c9b98bad71ea4818bf08bc8c7170
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Tue Apr 6 03:16:04 2010 +0000

    Use build_nonstandard_integer_type.

    2010-04-05  Sebastian Pop  <sebastian.pop@amd.com>

     PR middle-end/43519
     * graphite-clast-to-gimple.c (max_signed_precision_type): Use
     build_nonstandard_integer_type.
     (gcc_type_for_interval): Same.

    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157977
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@157977 138bc75d-0d04-0410-961f-82ee72b054a4

commit cb547c374602cec0e891c1542ef47720673b1bbb
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/cb547c374602cec0e891c1542ef47720673b1bbb
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Tue Apr 6 03:15:58 2010 +0000

    Use POINTER_PLUS_EXPR for pointer types.

    2010-04-04  Sebastian Pop  <sebastian.pop@amd.com>

     PR middle-end/43519
     * graphite-clast-to-gimple.c (graphite_create_new_loop_guard): Use
     POINTER_PLUS_EXPR for pointer types.

     * gcc.dg/graphite/id-19.c: New.

    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157976
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@157976 138bc75d-0d04-0410-961f-82ee72b054a4

commit 230d768346b881636e105fcd5c4c2920fb8bde27
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/230d768346b881636e105fcd5c4c2920fb8bde27
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Mon Apr 5 06:58:46 2010 +0000

    Compute min and max bounds for IVs and infer types.

    2010-04-04  Sebastian Pop  <sebastian.pop@amd.com>

     PR middle-end/43519
     * Makefile.in (graphite-clast-to-gimple.o): Depends on langhooks.h.
     * graphite-clast-to-gimple.c: Include langhooks.h.
     (max_signed_precision_type): New.
     (max_precision_type): Takes two types as arguments.
     (precision_for_value): New.
     (precision_for_interval): New.
     (gcc_type_for_interval): New.
     (gcc_type_for_value): New.
     (gcc_type_for_clast_term): New.
     (gcc_type_for_clast_red): New.
     (gcc_type_for_clast_bin): New.
     (gcc_type_for_clast_expr): Split up into several functions.
     (gcc_type_for_clast_eq): Rewritten.
     (compute_bounds_for_level): New.
     (compute_type_for_level_1): New.
     (compute_type_for_level): New.
     (gcc_type_for_cloog_iv): Removed.
     (gcc_type_for_iv_of_clast_loop): Rewritten.
     (graphite_create_new_loop): Compute the lower and upper bound types
     with gcc_type_for_clast_expr.
     (graphite_create_new_loop_guard): Same.
     (find_cloog_iv_in_expr): Removed.
     (compute_cloog_iv_types_1): Removed.
     (compute_cloog_iv_types): Removed.
     (gloog): Do not call compute_cloog_iv_types.
     * graphite-sese-to-poly.c (new_gimple_bb): Do not initialize
     GBB_CLOOG_IV_TYPES.
     (free_data_refs_aux): Do not free GBB_CLOOG_IV_TYPES.
     * sese.h (struct gimple_bb): Removed field cloog_iv_types.
     (GBB_CLOOG_IV_TYPES): Removed.

     * gcc.dg/graphite/run-id-pr42644.c: Call abort.

    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157963
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@157963 138bc75d-0d04-0410-961f-82ee72b054a4

commit ea46682413aa6602624fb9fd6908090f79335dcc
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/ea46682413aa6602624fb9fd6908090f79335dcc
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Fri Apr 2 18:17:15 2010 +0000

    Revert previous commit.

    2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>

     Reverted this commit: as at this point the loop closed SSA form
     is under a canonical form respecting the single argument condition.
     * graphite-sese-to-poly.c (scalar_close_phi_node_p): Loop
     close phi nodes may have more than one argument.

    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157948
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@157948 138bc75d-0d04-0410-961f-82ee72b054a4

commit 96d6dce7acdd0e3c9ab9549992d5809b9586ad59
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/96d6dce7acdd0e3c9ab9549992d5809b9586ad59
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Thu Apr 1 19:04:07 2010 +0000

    Add extra checks for places assuming one argument loop close SSA form.

    2010-04-01  Sebastian Pop  <sebastian.pop@amd.com>

     * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Assert that
     gimple_phi_num_args of the loop close SSA phi node is equal to 1.
     (detect_commutative_reduction): Same.

    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157929
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@157929 138bc75d-0d04-0410-961f-82ee72b054a4

commit 63ed29e04ffd95cf1e40a6dceb9dbcbea2df7312
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/63ed29e04ffd95cf1e40a6dceb9dbcbea2df7312
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Wed Mar 31 19:10:29 2010 +0000

    Loop close phi nodes may have more than one argument.

    2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>

     * graphite-sese-to-poly.c (scalar_close_phi_node_p): Loop
     close phi nodes may have more than one argument.

    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157891
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@157891 138bc75d-0d04-0410-961f-82ee72b054a4

commit f3705fb0edc065082e1649ea44baf24778aed435
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/f3705fb0edc065082e1649ea44baf24778aed435
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Tue Mar 30 16:56:49 2010 +0000

    Fix PR43464: copyprop should maintain loop close phi nodes with multiple arguments.

    2010-03-30  Richard Guenther  <rguenther@suse.de>
         Zdenek Dvorak  <ook@ucw.cz>
         Sebastian Pop  <sebastian.pop@amd.com>

     PR middle-end/43464
     * tree-ssa-copy.c (init_copy_prop): Handle loop close phi nodes
     with multiple arguments.
     (execute_copy_prop): Remove call to rewrite_into_loop_closed_ssa.

    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157828
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@157828 138bc75d-0d04-0410-961f-82ee72b054a4

commit 751beb57754a2e7666071a351c25fbc229002faa
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/751beb57754a2e7666071a351c25fbc229002faa
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Tue Mar 23 22:22:45 2010 +0000

    Add a verbosity parameter to clean up the comments of pretty printers.

    2010-03-23  Sebastian Pop  <sebastian.pop@amd.com>

     * graphite-dependences.c (print_pddr): Call print_pdr with an
     extra argument.
     * graphite-poly.c (debug_pdr): Add an extra argument for the
     verbosity level.
     (print_pdr): Same.
     (print_pbb_domain): Same.
     (print_pbb): Same.
     (print_scop_context): Same.
     (print_scop): Same.
     (print_cloog): Same.
     (debug_pbb_domain): Same.
     (debug_pbb): Same.
     (print_pdrs): Same.
     (debug_pdrs): Same.
     (debug_scop_context): Same.
     (debug_scop): Same.
     (debug_cloog): Same.
     (print_scop_params): Same.
     (debug_scop_params): Same.
     (print_iteration_domain): Same.
     (print_iteration_domains): Same.
     (debug_iteration_domain): Same.
     (debug_iteration_domains): Same.
     (print_scattering_function): Same.
     (print_scattering_functions): Same.
     (debug_scattering_function): Same.
     (debug_scattering_functions): Same.
     * graphite-poly.h (debug_pdr): Update declaration.
     (print_pdr): Same.
     (print_pbb_domain): Same.
     (print_pbb): Same.
     (print_scop_context): Same.
     (print_scop): Same.
     (print_cloog): Same.
     (debug_pbb_domain): Same.
     (debug_pbb): Same.
     (print_pdrs): Same.
     (debug_pdrs): Same.
     (debug_scop_context): Same.
     (debug_scop): Same.
     (debug_cloog): Same.
     (print_scop_params): Same.
     (debug_scop_params): Same.
     (print_iteration_domain): Same.
     (print_iteration_domains): Same.
     (debug_iteration_domain): Same.
     (debug_iteration_domains): Same.
     (print_scattering_function): Same.
     (print_scattering_functions): Same.
     (debug_scattering_function): Same.
     (debug_scattering_functions): Same.

    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157680
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@157680 138bc75d-0d04-0410-961f-82ee72b054a4

commit 71e04b36b996254efdc644c70f1ba86c40b79b97
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/71e04b36b996254efdc644c70f1ba86c40b79b97
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Tue Mar 23 22:22:40 2010 +0000

    Print SCoPs under CLooG format.

    2010-03-23  Sebastian Pop  <sebastian.pop@amd.com>

     * graphite-poly.c (print_scattering_function_1): New.
     (print_scattering_function): Call it.
     (print_scop_params): Remove spaces at the end of lines.
     (print_cloog): New.
     (debug_cloog): New.
     * graphite-poly.h (print_cloog): Declared.
     (debug_cloog): Declared.

    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157679
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@157679 138bc75d-0d04-0410-961f-82ee72b054a4

commit 5e840d2d4b99553e86dea10aed631e07d3c16013
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/5e840d2d4b99553e86dea10aed631e07d3c16013
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Tue Mar 23 22:22:34 2010 +0000

    Revert previous fix for PR43464.

    2010-03-23  Sebastian Pop  <sebastian.pop@amd.com>

     * tree-ssa-copy.c: Revert this previous change:
     (init_copy_prop): Loop closed phi nodes cancontain more than one
     argument.
     (execute_copy_prop): Revert the previous change: do not call
     rewrite_into_loop_closed_ssa.

    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157678
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@157678 138bc75d-0d04-0410-961f-82ee72b054a4

commit 3a9dbbd408dde018ac8e832fe97ce685a4ec8006
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/3a9dbbd408dde018ac8e832fe97ce685a4ec8006
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Mon Mar 22 01:28:51 2010 +0000

    Fix PR43464: loop close phi nodes can contain more than one argument.

    2010-03-21  Sebastian Pop  <sebastian.pop@amd.com>
         Richard Guenther  <rguenther@suse.de>

     PR middle-end/43464
     * tree-ssa-copy.c (init_copy_prop): Loop closed phi nodes can
     contain more than one argument.
     (execute_copy_prop): Revert the previous change: do not call
     rewrite_into_loop_closed_ssa.

     * gcc.dg/graphite/id-pr43464.c: Remove compile warning.
     * gcc.dg/graphite/id-pr43464-1.c: New.

    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157617
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@157617 138bc75d-0d04-0410-961f-82ee72b054a4

commit fd98a1565b38a805c09ac07eaea58da136e4dbe8
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/fd98a1565b38a805c09ac07eaea58da136e4dbe8
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Sun Mar 21 07:32:43 2010 +0000

    Fix PR43464: update loop close SSA once copy prop is done.

    2010-03-21  Sebastian Pop  <sebastian.pop@amd.com>

     PR middle-end/43464
     * tree-ssa-copy.c (execute_copy_prop): Call rewrite_into_loop_closed_ssa
     and verify_loop_closed_ssa when copy prop is executed in the LNO.

     * gcc.dg/graphite/id-pr43464.c: New.

    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157602
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@157602 138bc75d-0d04-0410-961f-82ee72b054a4

commit 26c5f8c79f82622fcfafbb33f534df4718d872c1
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/26c5f8c79f82622fcfafbb33f534df4718d872c1
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Thu Mar 18 03:58:19 2010 +0000

    Merge from mainline (157009:157519).

    2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>

     * Merge from mainline (157009:157519).

    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157534
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@157534 138bc75d-0d04-0410-961f-82ee72b054a4

commit 265a9c3381a90cd2863624b42193ad711da8094d
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/265a9c3381a90cd2863624b42193ad711da8094d
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Wed Mar 17 15:28:12 2010 +0000

    canonicalize_loop_ivs should add the IV bump in loop->header.

    2010-03-16  Sebastian Pop  <sebastian.pop@amd.com>

     * graphite-sese-to-poly.c (graphite_loop_normal_form): Add the IV bump
     in loop->header.
     * tree-flow.h (canonicalize_loop_ivs): Updated declaration.
     * tree-parloops.c (gen_parallel_loop): Add the IV bump in loop->latch.
     * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Add a new parameter
     to switch between adding the IV bump in loop->latch or in loop->header.

    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157518
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@157518 138bc75d-0d04-0410-961f-82ee72b054a4

commit f150e85e4084e5891af20fca5584c8b299533913
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/f150e85e4084e5891af20fca5584c8b299533913
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Wed Mar 17 15:28:07 2010 +0000

    Add pass_copy_prop after Graphite.

    2010-03-16  Sebastian Pop  <sebastian.pop@amd.com>

     * passes.c (init_optimization_passes): Add pass_copy_prop
     after Graphite.

    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157517
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@157517 138bc75d-0d04-0410-961f-82ee72b054a4

commit 2c4e4973b8a23e84d9c5278973c158127a923b4f
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/2c4e4973b8a23e84d9c5278973c158127a923b4f
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Wed Mar 17 15:28:02 2010 +0000

    Make print_scop output the scoplib format.

    2010-03-16  Sebastian Pop  <sebastian.pop@amd.com>

     * graphite-poly.c (print_scattering_function): Pretty print following
     the scoplib format.
     (print_pdr): Same.
     (print_pbb_domain): Same.
     (dump_gbb_cases): Same.
     (dump_gbb_conditions): Same.
     (print_pdrs): Same.
     (print_pbb): Same.
     (print_scop_params): Same.
     (print_scop_context): Same.
     (print_scop): Same.
     (print_pbb_body): New.
     (lst_indent_to): New.
     (print_lst): Start new lines with a #.
     * graphite-poly.h (pbb_bb): New.
     (pbb_index): Use pbb_bb.
     * graphite-ppl.c (ppl_print_powerset_matrix): Print the number of
     disjuncts.
     * tree-data-ref.c (dump_data_reference): Start new lines with a #.

    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157516
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@157516 138bc75d-0d04-0410-961f-82ee72b054a4

commit bb493d144bb451e32d74d6a94b2129a39d10ff45
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/bb493d144bb451e32d74d6a94b2129a39d10ff45
Author: aldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Tue Mar 16 20:05:30 2010 +0000

            * graphite-sese-to-poly.c (split_reduction_stmt): Skip debug
            statements before splitting block.

    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157495
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@157495 138bc75d-0d04-0410-961f-82ee72b054a4

commit c76eac335abe2e297dfb3136a13eaaf847f47706
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/c76eac335abe2e297dfb3136a13eaaf847f47706
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Sat Mar 13 17:49:24 2010 +0000

    Add testcase for PR43351.

    2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>

     PR middle-end/43351
     * gcc.dg/graphite/id-pr43351.c

    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157442
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@157442 138bc75d-0d04-0410-961f-82ee72b054a4

commit 4b16f82e422a90181facffcaaf030f6e87e6715b
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/4b16f82e422a90181facffcaaf030f6e87e6715b
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Sat Mar 13 17:27:15 2010 +0000

    Fix PR43354: Correctly handle default definitions.

    2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>

     PR middle-end/43354
     * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Do not
     call insert_out_of_ssa_copy for default definitions.
     * gfortran.dg/graphite/id-pr43354.f: New.

    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157429
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@157429 138bc75d-0d04-0410-961f-82ee72b054a4

commit 414b67b405df5de09bfdafd4bb11a61fd19c7662
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/414b67b405df5de09bfdafd4bb11a61fd19c7662
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Sat Mar 13 17:27:09 2010 +0000

    Add testcase from PR43349.

    2010-03-11  Sebastian Pop  <sebastian.pop@amd.com>

     PR middle-end/43349
     * gfortran.dg/graphite/pr43349.f: New.

    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157428
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@157428 138bc75d-0d04-0410-961f-82ee72b054a4

commit 250a9ae0092cfdf1ec2c362aa54b0888f7ad207c
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/250a9ae0092cfdf1ec2c362aa54b0888f7ad207c
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Thu Mar 11 14:14:22 2010 +0000

    Use ssizetype when long_long_integer_type_node is NULL.

    2010-03-11  Sebastian Pop  <sebastian.pop@amd.com>

     * graphite-clast-to-gimple.c (my_long_long): Defined.
     (gcc_type_for_cloog_iv): Use it instead of long_long_integer_type_node.
     * graphite-sese-to-poly.c (my_long_long): Defined.
     (scop_ivs_can_be_represented): Use it.

    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157387
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@157387 138bc75d-0d04-0410-961f-82ee72b054a4

commit e7ca91973f89c2dd2f49b1779628cc7ba95ecef8
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/e7ca91973f89c2dd2f49b1779628cc7ba95ecef8
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Wed Mar 10 16:22:52 2010 +0000

    Fix documentation of the new parameters.

    2010-03-10  Sebastian Pop  <sebastian.pop@amd.com>

     * doc/invoke.texi: Fix documentation of graphite-max-nb-scop-params,
     graphite-max-bbs-per-function, and loop-block-tile-size.
     * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Replace "maximal"
     with "maximum".
     (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Same.

    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157343
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@157343 138bc75d-0d04-0410-961f-82ee72b054a4

commit 0a480b0722d266724eae67326cfd743ac434896a
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/0a480b0722d266724eae67326cfd743ac434896a
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Wed Mar 10 16:22:42 2010 +0000

    Cleanup: remove FIXMEs, add new function.

    2010-03-10  Sebastian Pop  <sebastian.pop@amd.com>

     * graphite-clast-to-gimple.c (gcc_type_for_iv_of_clast_loop): Remove
     forward declaration.
     * graphite-sese-to-poly.c (reduction_phi_p): Remove FIXME comment.
     (add_upper_bounds_from_estimated_nit): New.
     (build_loop_iteration_domains): Use it.

    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157342
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@157342 138bc75d-0d04-0410-961f-82ee72b054a4

commit 71a457ff06a5151a64c300890d6dd53af508dc58
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/71a457ff06a5151a64c300890d6dd53af508dc58
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Tue Mar 9 19:39:32 2010 +0000

    Document PARAM_LOOP_BLOCK_TILE_SIZE.

    2010-03-09  Sebastian Pop  <sebastian.pop@amd.com>

     * doc/invoke.texi (PARAM_LOOP_BLOCK_TILE_SIZE): Document.

    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157323
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@157323 138bc75d-0d04-0410-961f-82ee72b054a4

commit 20e6dbd88a5cad9d355bae0b3253fa3978159e09
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/20e6dbd88a5cad9d355bae0b3253fa3978159e09
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Tue Mar 9 19:39:27 2010 +0000

    Fix PR43306: correct evolution_function_right_is_integer_cst.

    2010-03-09  Sebastian Pop  <sebastian.pop@amd.com>

     PR middle-end/43306
     * tree-chrec.c (evolution_function_right_is_integer_cst): CHREC_RIGHT
     should be an INTEGER_CST.  Also handle CASE_CONVERT.
     * gcc.dg/graphite/pr43306.c: New.

    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157322
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@157322 138bc75d-0d04-0410-961f-82ee72b054a4

commit 21d872bbcc1c03a9a3781f7f91d7552fe6ac3094
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/21d872bbcc1c03a9a3781f7f91d7552fe6ac3094
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Tue Mar 9 19:39:23 2010 +0000

    Add PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION.

    2010-03-09  Sebastian Pop  <sebastian.pop@amd.com>

     * graphite.c (graphite_initialize): To bound the number of bbs per
     function, use PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION.
     * params.def (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Declared.
     * doc/invoke.texi: Document it.

    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157321
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@157321 138bc75d-0d04-0410-961f-82ee72b054a4

commit 957b723b227af68fd585689e03d8a265a5c2e041
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/957b723b227af68fd585689e03d8a265a5c2e041
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Tue Mar 9 19:39:17 2010 +0000

    Make build_poly_scop not return a bool.

    2010-03-09  Sebastian Pop  <sebastian.pop@amd.com>

     * graphite-sese-to-poly.c (build_poly_scop): Do not return bool.
     * graphite-sese-to-poly.h (build_poly_scop): Same.

    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157320
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@157320 138bc75d-0d04-0410-961f-82ee72b054a4

commit fb3b57068931aae846ff1920f21c60b60229f489
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/fb3b57068931aae846ff1920f21c60b60229f489
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Tue Mar 9 19:39:12 2010 +0000

    Limit the number of parameters per SCoP.

    2010-03-09  Sebastian Pop  <sebastian.pop@amd.com>

     * graphite-sese-to-poly.c (build_poly_scop): Limit scops following
     the number of parameters in the scop.  Use as an upper bound
     PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS.
     * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Declared.
     * doc/invoke.texi: Document it.

    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157319
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@157319 138bc75d-0d04-0410-961f-82ee72b054a4

commit 49015c096edcf8754be479135b03579b76b949fd
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/49015c096edcf8754be479135b03579b76b949fd
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Sat Mar 6 07:23:30 2010 +0000

    Use {lower,upper}_bound_in_type.

    2010-03-05  Sebastian Pop  <sebastian.pop@amd.com>

     * graphite-sese-to-poly.c (add_param_constraints): Use
     lower_bound_in_type and upper_bound_in_type.

    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157255
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@157255 138bc75d-0d04-0410-961f-82ee72b054a4

commit 00b6d19dfa5661b731e351483ce86e80a7f73ee0
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/00b6d19dfa5661b731e351483ce86e80a7f73ee0
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Fri Mar 5 23:54:14 2010 +0000

    Use sizetype instead of unsigned_type_node.

    2010-03-05  Sebastian Pop  <sebastian.pop@amd.com>

     * graphite-sese-to-poly.c (add_param_constraints): Use sizetype
     instead of unsigned_type_node.

    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157249
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@157249 138bc75d-0d04-0410-961f-82ee72b054a4

commit 4bbeb41dba935aaa270cb921481e3528a45e5edf
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/4bbeb41dba935aaa270cb921481e3528a45e5edf
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Fri Mar 5 23:48:43 2010 +0000

    Fix PR43065: Insert bounds on pointer type parameters.

    2010-03-05  Sebastian Pop  <sebastian.pop@amd.com>
         Reza Yazdani  <reza.yazdani@amd.com>

     PR middle-end/43065
     * graphite-sese-to-poly.c (add_param_constraints): Insert bounds
     on pointer type parameters.

     * gcc.dg/graphite/run-id-4.c: New.

    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157248
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@157248 138bc75d-0d04-0410-961f-82ee72b054a4

commit 93413fa075b62eabb520a88a64eb0ff0a97a8584
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/93413fa075b62eabb520a88a64eb0ff0a97a8584
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Fri Mar 5 23:04:17 2010 +0000

    Add testcase from PR43065.

    2010-03-04  Sebastian Pop  <sebastian.pop@amd.com>

     PR middle-end/43065
     * gcc.dg/graphite/run-id-3.c: New.

    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157247
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@157247 138bc75d-0d04-0410-961f-82ee72b054a4

commit 7928d9160a4b9dcb2016d9bc9c70623ccaf43be4
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/7928d9160a4b9dcb2016d9bc9c70623ccaf43be4
Author: grosser <grosser@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Fri Mar 5 14:51:16 2010 +0000

    Add forgotten ChangeLog entries.

    Eric pointed out that my ChangeLog was incorrect. As I forgot to
    commit
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/it at all, here the corrected ChangeLogs for the last commit.

    gcc/
    2010-03-05  Tobias Grosser  <grosser@fim.uni-passau.de>
         Ramakrishna Upadrasta <Ramakrishna.Upadrasta@inria.fr>

     * graphite-clast-to-gimple.c (clast_to_gcc_expression): Also
     handle conversions from pointer to integers.
     (gcc_type_for_cloog_iv): Choose the smalles signed integer as an
     induction variable, to be able to work with code generated by
     CLooG.
     * graphite-sese-to-poly.c (scop_ivs_can_be_represented): New.
     (build_poly_scop): Bail out if we cannot codegen a loop.

    gcc/testsuite/
    2010-03-05  Tobias Grosser  <grosser@fim.uni-passau.de>

     * gcc.dg/graphite/id-18.c: New.
     * gcc.dg/graphite/run-id-pr42644.c: New.

    libgomp/
    2010-03-05  Tobias Grosser  <grosser@fim.uni-passau.de>

     * testsuite/libgomp.graphite/force-parallel-1.c: Adjust.
     * testsuite/libgomp.graphite/force-parallel-2.c: Adjust.

    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157242
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@157242 138bc75d-0d04-0410-961f-82ee72b054a4

commit fcb3007efe2ce525fca68bd42e1f65855bcef22e
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/fcb3007efe2ce525fca68bd42e1f65855bcef22e
Author: grosser <grosser@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Fri Mar 5 14:30:16 2010 +0000

    Fix type problems in loop ivs.

    Fix pr42644.
    Fix pr42130 (dealII).

    2010-03-03  Tobias Grosser  <grosser@fim.uni-passau.de>

     * gcc/graphite-clast-to-gimple.c (clast_to_gcc_expression): Also
     handle conversions from pointer to integers.
     (gcc_type_for_cloog_iv): Choose the smalles signed integer as an
     induction variable, to be able to work with code generated by
     CLooG.
     * gcc/graphite-sese-to-poly.c (scop_ivs_can_be_represented): New.
     (build_poly_scop): Bail out if we cannot codegen a loop.
     * gcc/testsuite/gcc.dg/graphite/id-18.c: New.
     * gcc/testsuite/gcc.dg/graphite/run-id-pr42644.c: New.
     * libgomp/testsuite/libgomp.graphite/force-parallel-1.c: Adjust.
     * libgomp/testsuite/libgomp.graphite/force-parallel-2.c: Adjust.

    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157241
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@157241 138bc75d-0d04-0410-961f-82ee72b054a4

commit e20727989d370784228088837ab72d1dbde61b0e
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/e20727989d370784228088837ab72d1dbde61b0e
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Thu Mar 4 12:31:43 2010 +0000

    Do not short-cut code generation with gloog_error.

    2010-03-04  Tobias Grosser  <grosser@fim.uni-passau.de>

     * graphite-clast-to-gimple.c (translate_clast): Do not short-cut
     code generation with gloog_error.

    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157223
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@157223 138bc75d-0d04-0410-961f-82ee72b054a4

commit f923196536c18033a4c00784639ca2101bf1d120
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/f923196536c18033a4c00784639ca2101bf1d120
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Thu Mar 4 12:31:37 2010 +0000

    Fold convert SSA_NAMEs in the scalar expander.

    2010-03-04  Sebastian Pop  <sebastian.pop@amd.com>

     * sese.c (expand_scalar_variables_ssa_name): Add new argument for type.
     Call fold_convert on all the returned values.
     (expand_scalar_variables_expr): Pass to expand_scalar_variables_ssa_name
     the type of the resulting expression.

    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157222
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@157222 138bc75d-0d04-0410-961f-82ee72b054a4

commit 1fb40e0cd6bfcf878c3a08c268b87dd569fc79af
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/1fb40e0cd6bfcf878c3a08c268b87dd569fc79af
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Thu Mar 4 12:31:31 2010 +0000

    Cleanup.

    2010-03-04  Sebastian Pop  <sebastian.pop@amd.com>

     * graphite-ppl.c (ppl_min_for_le_polyhedron): Renamed
     ppl_min_for_le_pointset.  Use ppl_Pointset_Powerset_C_Polyhedron_minimize.
     * graphite-ppl.h (ppl_min_for_le_polyhedron): Update declaration.

    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157221
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@157221 138bc75d-0d04-0410-961f-82ee72b054a4

commit b6c73e0f2c466fa989d90636d5642e83e06f3c52
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/b6c73e0f2c466fa989d90636d5642e83e06f3c52
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Thu Mar 4 12:31:24 2010 +0000

    Cleanup data dep polyhedron construction.

    2010-03-04  Sebastian Pop  <sebastian.pop@amd.com>

     * graphite-dependences.c (map_into_dep_poly): Removed.
     (dependence_polyhedron_1): Use combine_context_id_scat.

    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157220
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@157220 138bc75d-0d04-0410-961f-82ee72b054a4

commit 6b79475d77c0417bed2d828a171d9546deee315e
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/6b79475d77c0417bed2d828a171d9546deee315e
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Thu Mar 4 12:31:18 2010 +0000

    New function combine_context_id_scat.

    2010-03-04  Sebastian Pop  <sebastian.pop@amd.com>

     * graphite-poly.h (struct poly_scattering): Add layout documentation.
     (struct poly_bb): Same.
     (combine_context_id_scat): New.

    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157219
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@157219 138bc75d-0d04-0410-961f-82ee72b054a4

commit dabbeefbc5fecfaa7498b1240b47bee6b66cc7fe
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/dabbeefbc5fecfaa7498b1240b47bee6b66cc7fe
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Tue Mar 2 11:51:21 2010 +0000

    Fix PR42326: handle default definitions.

    2010-03-02  Sebastian Pop  <sebastian.pop@amd.com>

     PR middle-end/42326
     * sese.c (name_defined_in_loop_p): Return false for default
     definitions.

     * gcc.dg/graphite/pr42326.c: New.

    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157162
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@157162 138bc75d-0d04-0410-961f-82ee72b054a4
05:23 => Configure
05:23 => Build
06:44 => Install to /n/16/grosser/daily_git_builds/install/2010_04_06_05_20_50
06:47 => Run tests (testlogs are in /n/16/grosser/daily_git_builds/log/2010_04_06_05_20_50)
08:10 => Run compare_tests
BUILD SUCCESSFUL
/n/16/grosser/daily_git_builds/log/2010_04_06_05_20_50/libffi.compare
Could not find both files
/n/16/grosser/daily_git_builds/log/2010_04_06_05_20_50/libgomp.compare
Could not find both files
/n/16/grosser/daily_git_builds/log/2010_04_06_05_20_50/libjava.compare
Could not find both files
/n/16/grosser/daily_git_builds/log/2010_04_06_05_20_50/libmudflap.compare
Could not find both files
/n/16/grosser/daily_git_builds/log/2010_04_06_05_20_50/libstdc++.compare
Could not find both files
/n/16/grosser/daily_git_builds/log/2010_04_06_05_20_50/objc.compare
Could not find both files