Commit 10ac6596 by Uros Bizjak

ChangeLog: Fix whitespace.

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

From-SVN: r221407
parent 060cfff4
...@@ -143,7 +143,8 @@ ...@@ -143,7 +143,8 @@
2015-03-11 Junmo Park <junmoz.park@samsung.com> 2015-03-11 Junmo Park <junmoz.park@samsung.com>
* config/arm/cortex-a57.md (cortex_a57_crypto_simple): Add crypto_sha256_fast. * config/arm/cortex-a57.md (cortex_a57_crypto_simple): Add
crypto_sha256_fast.
(cortex_a57_crypto_complex): Add crypto_sha256_slow. (cortex_a57_crypto_complex): Add crypto_sha256_slow.
2015-03-11 Richard Biener <rguenther@suse.de> 2015-03-11 Richard Biener <rguenther@suse.de>
...@@ -165,8 +166,7 @@ ...@@ -165,8 +166,7 @@
2015-03-10 Jan Hubicka <hubicka@ucw.cz> 2015-03-10 Jan Hubicka <hubicka@ucw.cz>
* ipa-icf.c (sem_function::equals_wpa): Move here some checks * ipa-icf.c (sem_function::equals_wpa): Move here some checks from ...
from ...
(sem_function::equals_wpa): ... here. (sem_function::equals_wpa): ... here.
2015-03-10 Marek Polacek <polacek@redhat.com> 2015-03-10 Marek Polacek <polacek@redhat.com>
...@@ -197,8 +197,8 @@ ...@@ -197,8 +197,8 @@
* config/i386/intelmic-mkoffload.c: Include intelmic-offload.h instead * config/i386/intelmic-mkoffload.c: Include intelmic-offload.h instead
of libgomp-plugin.h. of libgomp-plugin.h.
(find_target_compiler): Support a case when the path to gcc is specified (find_target_compiler): Support a case when the path to gcc is
in the PATH env var, so COLLECT_GCC doesn't contain a path. specified in the PATH env var, so COLLECT_GCC doesn't contain a path.
(generate_host_descr_file): Use GOMP_DEVICE_INTEL_MIC from (generate_host_descr_file): Use GOMP_DEVICE_INTEL_MIC from
intelmic-offload.h instead of OFFLOAD_TARGET_TYPE_INTEL_MIC from intelmic-offload.h instead of OFFLOAD_TARGET_TYPE_INTEL_MIC from
libgomp-plugin.h. libgomp-plugin.h.
...@@ -1019,8 +1019,7 @@ ...@@ -1019,8 +1019,7 @@
2015-02-28 Jan Hubicka <hubicka@ucw.cz> 2015-02-28 Jan Hubicka <hubicka@ucw.cz>
PR ipa/65236 PR ipa/65236
* cgraphunit.c (cgraph_node::expand_thunk): Enable return slot * cgraphunit.c (cgraph_node::expand_thunk): Enable return slot opt.
opt.
2015-02-28 Xingxing Pan <xxingpan@marvell.com> 2015-02-28 Xingxing Pan <xxingpan@marvell.com>
...@@ -1387,8 +1386,7 @@ ...@@ -1387,8 +1386,7 @@
2015-02-24 DJ Delorie <dj@redhat.com> 2015-02-24 DJ Delorie <dj@redhat.com>
* config/rl78/rl78-protos.h (rl78_split_movsi): Accept a mode as * config/rl78/rl78-protos.h (rl78_split_movsi): Accept a mode as well.
well.
* config/rl78/rl78-expand.md (movsf): New, same as movsi. * config/rl78/rl78-expand.md (movsf): New, same as movsi.
* config/rl78/rl78.c (rl78_split_movsi): Accept a mode, use it * config/rl78/rl78.c (rl78_split_movsi): Accept a mode, use it
instead of hardcoding SImode. instead of hardcoding SImode.
...@@ -1504,8 +1502,7 @@ ...@@ -1504,8 +1502,7 @@
2015-02-20 Vladimir Makarov <vmakarov@redhat.com> 2015-02-20 Vladimir Makarov <vmakarov@redhat.com>
PR target/64172 PR target/64172
* ira-color.c (color_pass): Prevent splitting multi-register * ira-color.c (color_pass): Prevent splitting multi-register pseudos.
pseudos.
2015-02-20 Richard Biener <rguenther@suse.de> 2015-02-20 Richard Biener <rguenther@suse.de>
...@@ -1540,8 +1537,8 @@ ...@@ -1540,8 +1537,8 @@
* cgraphclones.c (clone_function_name_1): New function. * cgraphclones.c (clone_function_name_1): New function.
(clone_function_name): Use it. (clone_function_name): Use it.
* lto-partition.c: Include "stringpool.h". * lto-partition.c: Include "stringpool.h".
(must_not_rename, maybe_rewrite_identifier, (must_not_rename, maybe_rewrite_identifier)
validize_symbol_for_target): New static functions. (validize_symbol_for_target): New static functions.
(privatize_symbol_name): Use must_not_rename. (privatize_symbol_name): Use must_not_rename.
(promote_symbol): Call validize_symbol_for_target. (promote_symbol): Call validize_symbol_for_target.
(lto_promote_cross_file_statics): Likewise. (lto_promote_cross_file_statics): Likewise.
......
...@@ -134,7 +134,7 @@ ...@@ -134,7 +134,7 @@
2015-03-10 Ilya Enkovich <ilya.enkovich@intel.com> 2015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
* gcc/testsuite/lib/mpx-dg.exp (mpx_link_flags): New. * lib/mpx-dg.exp (mpx_link_flags): New.
(mpx_init): New. (mpx_init): New.
(mpx_finish): New. (mpx_finish): New.
* gcc.target/i386/mpx/alloca-1-lbv.c: New. * gcc.target/i386/mpx/alloca-1-lbv.c: New.
...@@ -688,7 +688,8 @@ ...@@ -688,7 +688,8 @@
2015-02-27 Pat Haugen <pthaugen@us.ibm.com> 2015-02-27 Pat Haugen <pthaugen@us.ibm.com>
* gcc.dg/vect/pr59354.c: Move vector producing code to separate function. * gcc.dg/vect/pr59354.c: Move vector producing code to
separate function.
2015-02-27 Jan Hubicka <hubicka@ucw.cz> 2015-02-27 Jan Hubicka <hubicka@ucw.cz>
...@@ -3393,7 +3394,7 @@ ...@@ -3393,7 +3394,7 @@
2015-01-12 Jan Hubicka <hubicka@ucw.cz> 2015-01-12 Jan Hubicka <hubicka@ucw.cz>
PR ipa/63470 PR ipa/63470
* testsuite/g++.dg/ipa/pr63470.C: New testcase. * g++.dg/ipa/pr63470.C: New testcase.
2015-01-11 Janus Weil <janus@gcc.gnu.org> 2015-01-11 Janus Weil <janus@gcc.gnu.org>
......
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