Commit 65efa7e7 by Uros Bizjak

ChangeLog: Fix ChangeLog.

	* ChangeLog: Fix ChangeLog.
	* testsuite/ChangeLog: Ditto.

From-SVN: r203198
parent 40e8355f
2013-10-03 Jan Hubicka <jh@suse.cz> 2013-10-03 Jan Hubicka <jh@suse.cz>
* i386.c (ix86_issue_rate): Pentium4, Nocona has issue rate of 2. * config/i386/i386.c (ix86_issue_rate): Pentium4, Nocona has issue
Core2, Corei7 and Haswell has issue rate of 4. rate of 2. Core2, Corei7 and Haswell has issue rate of 4.
(ix86_adjust_cost): Remove ATOM case; fix core2/corei7/Haswell case. (ix86_adjust_cost): Remove ATOM case; fix core2/corei7/Haswell case.
2013-10-03 Jan Hubicka <jh@suse.cz> 2013-10-03 Jan Hubicka <jh@suse.cz>
* i386.c (ix86_option_override_internal): Do not enable * config/i386/i386.c (ix86_option_override_internal): Do not enable
accumulate-outgoing-args when producing unwind info. accumulate-outgoing-args when producing unwind info.
2013-10-03 Wei Mi <wmi@google.com> 2013-10-03 Wei Mi <wmi@google.com>
...@@ -17,23 +17,23 @@ ...@@ -17,23 +17,23 @@
2013-10-03 Rong Xu <xur@google.com> 2013-10-03 Rong Xu <xur@google.com>
* ipa-inline-analysis.c (find_foldable_builtin_expect): Find * ipa-inline-analysis.c (find_foldable_builtin_expect): Find
the candidate of builtin_expect such that we should fix the the candidate of builtin_expect such that we should fix the
size/time estimation. size/time estimation.
(estimate_function_body_sizes): Do the acutally size/time fix-up (estimate_function_body_sizes): Do the acutally size/time fix-up
for builtin_expect. for builtin_expect.
2013-10-03 Rong Xu <xur@google.com> 2013-10-03 Rong Xu <xur@google.com>
* predict.c (tree_predict_by_opcode): Get the probability * predict.c (tree_predict_by_opcode): Get the probability
for builtin_expect from param builtin_expect_probability. for builtin_expect from param builtin_expect_probability.
* params.def (BUILTIN_EXPECT_PROBABILITY): New parameter. * params.def (BUILTIN_EXPECT_PROBABILITY): New parameter.
* predict.def (PRED_BUILTIN_EXPECT_RELAXED): Fix comments. * predict.def (PRED_BUILTIN_EXPECT_RELAXED): Fix comments.
* doc/invoke.texi: Add documentation for builtin-expect-probability. * doc/invoke.texi: Add documentation for builtin-expect-probability.
* gcc.target/i386/cold-attribute-2.c: Fix the test by using original * gcc.target/i386/cold-attribute-2.c: Fix the test by using original
probability. probability.
* gcc.dg/tree-ssa/ipa-split-5.c: Ditto. * gcc.dg/tree-ssa/ipa-split-5.c: Ditto.
* gcc.dg/tree-ssa/ipa-split-6.c: Ditto. * gcc.dg/tree-ssa/ipa-split-6.c: Ditto.
2013-10-03 Marc Glisse <marc.glisse@inria.fr> 2013-10-03 Marc Glisse <marc.glisse@inria.fr>
...@@ -179,7 +179,7 @@ ...@@ -179,7 +179,7 @@
(nfms<mode>4_fpr): Likewise. (nfms<mode>4_fpr): Likewise.
2013-10-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com> 2013-10-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
Richard Earnshaw <richard.earnshaw@arm.com> Richard Earnshaw <richard.earnshaw@arm.com>
* config/arm/aarch-common-protos.h (struct alu_cost_table): New. * config/arm/aarch-common-protos.h (struct alu_cost_table): New.
(struct mult_cost_table): Likewise. (struct mult_cost_table): Likewise.
...@@ -254,8 +254,7 @@ ...@@ -254,8 +254,7 @@
PR target/58587 PR target/58587
* config/rs6000/rs6000-cpus.def (ISA_2_6_MASKS_SERVER): Turn off * config/rs6000/rs6000-cpus.def (ISA_2_6_MASKS_SERVER): Turn off
setting -mvsx-timode by default until the underlying problem is setting -mvsx-timode by default until the underlying problem is fixed.
fixed.
(RS6000_CPU, power7 defaults): Likewise. (RS6000_CPU, power7 defaults): Likewise.
2013-10-02 Uros Bizjak <ubizjak@gmail.com> 2013-10-02 Uros Bizjak <ubizjak@gmail.com>
......
...@@ -14,6 +14,13 @@ ...@@ -14,6 +14,13 @@
PR c++/33911 PR c++/33911
* g++.dg/ext/attribute47.C: New. * g++.dg/ext/attribute47.C: New.
2013-10-03 Rong Xu <xur@google.com>
* gcc.target/i386/cold-attribute-2.c: Fix the test by using original
probability.
* gcc.dg/tree-ssa/ipa-split-5.c: Ditto.
* gcc.dg/tree-ssa/ipa-split-6.c: Ditto.
2013-10-03 Marek Polacek <polacek@redhat.com> 2013-10-03 Marek Polacek <polacek@redhat.com>
PR c++/58510 PR c++/58510
......
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