Commit ca427758 by Uros Bizjak

ChangeLog: Move testsuite entries ...

	* ChangeLog: Move testsuite entries ...
	* testsuite/ChangeLog: ... here.

From-SVN: r192270
parent be06a8b0
...@@ -12,15 +12,11 @@ ...@@ -12,15 +12,11 @@
when it is invariant in the entire loop nest. when it is invariant in the entire loop nest.
* tree-ssa-loop-prefetch.c (dump_mem_details): New function to dump * tree-ssa-loop-prefetch.c (dump_mem_details): New function to dump
base, step and delta values of memeory reference analysed for base, step and delta values of memeory reference analysed for
prefetching. prefetching.
* tree-ssa-loop-prefetch.c (dump_mem_ref): Call dump_mem_details * tree-ssa-loop-prefetch.c (dump_mem_ref): Call dump_mem_details
to print base, step and delta values of memory reference. to print base, step and delta values of memory reference.
* cfgloop.h (loop_outermost): New function that returns outermost * cfgloop.h (loop_outermost): New function that returns outermost
loop for a given loop in a loop nest. loop for a given loop in a loop nest.
* testsuite/gcc.dg/pr53397-1.c: New test case
Checks we are prefecthing for loop invariant steps
* testsuite/gcc.dg/pr53397-2.c: New test case
Checks we are not prefecthing for loop variant steps
2012-10-09 Richard Guenther <rguenther@suse.de> 2012-10-09 Richard Guenther <rguenther@suse.de>
...@@ -61,8 +57,7 @@ ...@@ -61,8 +57,7 @@
2012-10-09 Nick Clifton <nickc@redhat.com> 2012-10-09 Nick Clifton <nickc@redhat.com>
PR rtl-optimization/54739 PR rtl-optimization/54739
* config/mcore/mcore.md: (anddi3, iordi3, xordi3): Delete * config/mcore/mcore.md: (anddi3, iordi3, xordi3): Delete patterns.
patterns.
PR target/54661 PR target/54661
* config/mcore/mcore.c (mcore_output_movedouble): Fix typo. * config/mcore/mcore.c (mcore_output_movedouble): Fix typo.
...@@ -89,7 +84,7 @@ ...@@ -89,7 +84,7 @@
* config/i386/atom.md: Likewise. * config/i386/atom.md: Likewise.
* config/i386/ppro.md: Likewise. * config/i386/ppro.md: Likewise.
* config/i386/bdver1.md: Likewise. * config/i386/bdver1.md: Likewise.
* config/i386/sse.md (sse3_h<plusminus_insn>v2df3): split into... * config/i386/sse.md (sse3_h<plusminus_insn>v2df3): Split into...
(sse3_haddv2df3): ... expander. (sse3_haddv2df3): ... expander.
(*sse3_haddv2df3): ... define_insn. Accept permuted operands. (*sse3_haddv2df3): ... define_insn. Accept permuted operands.
(sse3_hsubv2df3): ... define_insn. (sse3_hsubv2df3): ... define_insn.
......
...@@ -3,6 +3,12 @@ ...@@ -3,6 +3,12 @@
PR c++/53763 PR c++/53763
* g++.dg/cpp0x/decltype43.C: New. * g++.dg/cpp0x/decltype43.C: New.
2012-10-09 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
PR middle-end/53397
* gcc.dg/pr53397-1.c: New test case.
* gcc.dg/pr53397-2.c: New test case.
2012-10-09 Paolo Carlini <paolo.carlini@oracle.com> 2012-10-09 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/54194 PR c++/54194
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment