OSDN Git Service

2009-01-05 Harsha Jagasia <harsha.jagasia@amd.com>
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 Jan 2009 21:03:45 +0000 (21:03 +0000)
committerspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 Jan 2009 21:03:45 +0000 (21:03 +0000)
commit57c0fd3ceae9cf8acb6f29faa72d663a24fa6069
tree64647e1b99479b8f262929b8c381f1c409440a7e
parent3eca0eced77c5bf9b4ebd4a9b3c0e91778f3043d
2009-01-05  Harsha Jagasia  <harsha.jagasia@amd.com>

PR tree-optimization/38510
* graphite.c (recompute_all_dominators): Call mark_irreducible_loops.
(translate_clast): Call recompute_all_dominators before
graphite_verify.
(gloog): Call recompute_all_dominators before graphite_verify.

2009-01-05  Harsha Jagasia  <harsha.jagasia@amd.com>
    Jan Sjodin <jan.sjodin@amd.com>

PR tree-optimization/38500
* graphite.c (create_sese_edges): Call fix_loop_structure after
splitting blocks.

2009-01-05  Harsha Jagasia  <harsha.jagasia@amd.com>

PR tree-optimization/38510
* gcc.dg/graphite/pr38510.c: New.

2009-01-05  Harsha Jagasia  <harsha.jagasia@amd.com>
    Jan Sjodin <jan.sjodin@amd.com>

PR tree-optimization/38500
* gcc.dg/graphite/pr38500.c: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@143094 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/graphite.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/graphite/pr38500.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/graphite/pr38510.c [new file with mode: 0644]