aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorChangpeng Fang <cfang@gcc.gnu.org>2010-10-25 18:17:48 +0000
committerChangpeng Fang <cfang@gcc.gnu.org>2010-10-25 18:17:48 +0000
commit4d138338207c43831fb4de7e1183efbbcad1f517 (patch)
tree6cfafd6d2a13c221974e85bb849de2e40629140f /gcc
parent3bd6ca3f11e73f380b4bfa327fa84eb3ea7c68fa (diff)
downloadgcc-4d138338207c43831fb4de7e1183efbbcad1f517.zip
gcc-4d138338207c43831fb4de7e1183efbbcad1f517.tar.gz
gcc-4d138338207c43831fb4de7e1183efbbcad1f517.tar.bz2
Correct the Changelog entries.
* Changelog (2010-10-22 Changpeng Fang): Correct the Changelog entries. From-SVN: r165927
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog12
1 files changed, 8 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index dd70023..aaf0b36 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2010-10-25 Changpeng Fang <changpeng.fang@amd.com>
+
+ * Changelog (2010-10-22 Changpeng Fang): Correct the Changelog entries.
+
2010-10-25 Eric Botcazou <ebotcazou@adacore.com>
* configure.ac: Use $cpu_type instead of $target to define the nop.
@@ -187,8 +191,8 @@
2010-10-22 Changpeng Fang <changpeng.fang@amd.com>
- * gcc/config/i386/bdver1.md: New file.
- * gcc/config/i386/i386.md (include "bdver1.md"): Invoke the
+ * config/i386/bdver1.md: New file.
+ * config/i386/i386.md (include "bdver1.md"): Invoke the
pipeline description for bdver1.
(x86_sahf_1): Add "bdver1_decode" attribute.
(*cmpfp_i_mixed): Likewise.
@@ -228,7 +232,7 @@
(sqrtxf2): Likewise.
(sqrt_extend<mode>xf2_i387): Likewise.
(*sqrt<mode>2_sse): Likewise.
- * gcc/config/i386/sse.md (sse_cvtsi2ss): Add "bdver1_decode" attribute.
+ * config/i386/sse.md (sse_cvtsi2ss): Add "bdver1_decode" attribute.
(sse_cvtsi2ssq): Likewise.
(sse_cvtss2si): Likewise.
(sse_cvtss2si_2): Likewise.
@@ -261,7 +265,7 @@
2010-10-22 Changpeng Fang <changpeng.fang@amd.com>
- * gcc/config/i386/i386.c (processor_costs bdver1_cost): Update
+ * config/i386/i386.c (processor_costs bdver1_cost): Update
insn costs and architectural parameters for bdver1.
2010-10-22 Richard Guenther <rguenther@suse.de>