From: Uros Bizjak Date: Fri, 13 Mar 2015 07:33:51 +0000 (+0100) Subject: ChangeLog: Fix whitespace. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=10ac6596183f0ffa298688791bac6a232f351214;p=gcc.git ChangeLog: Fix whitespace. * ChangeLog: Fix whitespace. * testsuite/ChangeLog: Ditto. From-SVN: r221407 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1cc9905f554..5692ea46ce0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -88,7 +88,7 @@ 2015-03-11 Sandra Loosemore - * doc/invoke.texi (-fgnu89-inline): Remove discussion about + * doc/invoke.texi (-fgnu89-inline): Remove discussion about old GCC versions. (-fabi-compat-version): Likewise. (-ffriend-injection): Likewise. @@ -143,7 +143,8 @@ 2015-03-11 Junmo Park - * 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. 2015-03-11 Richard Biener @@ -165,8 +166,7 @@ 2015-03-10 Jan Hubicka - * ipa-icf.c (sem_function::equals_wpa): Move here some checks - from ... + * ipa-icf.c (sem_function::equals_wpa): Move here some checks from ... (sem_function::equals_wpa): ... here. 2015-03-10 Marek Polacek @@ -197,8 +197,8 @@ * config/i386/intelmic-mkoffload.c: Include intelmic-offload.h instead of libgomp-plugin.h. - (find_target_compiler): Support a case when the path to gcc is specified - in the PATH env var, so COLLECT_GCC doesn't contain a path. + (find_target_compiler): Support a case when the path to gcc is + specified in the PATH env var, so COLLECT_GCC doesn't contain a path. (generate_host_descr_file): Use GOMP_DEVICE_INTEL_MIC from intelmic-offload.h instead of OFFLOAD_TARGET_TYPE_INTEL_MIC from libgomp-plugin.h. @@ -401,7 +401,7 @@ (growth_likely_positive): Reorganize to call can_remove_if_no_direct_calls_p later. * cgraph.h (will_be_removed_from_program_if_no_direct_calls_p, - will_be_removed_from_program_if_no_direct_calls_p): Add + will_be_removed_from_program_if_no_direct_calls_p): Add will_inline parameter. * cgraph.c (cgraph_node::can_remove_if_no_direct_calls_p, cgraph_node::will_be_removed_from_program_if_no_direct_calls_p): @@ -770,7 +770,7 @@ paragraph. 2015-03-03 Martin Jambor - Eric Botcazou + Eric Botcazou * tree-sra.c (ipa_sra_check_caller_data): New type. (has_caller_p): Removed. @@ -882,7 +882,7 @@ * doc/invoke.texi (Options for Code Generation Conventions): Fix URL of DSO paper. -2015-03-02 Jan Hubicka +2015-03-02 Jan Hubicka PR ipa/65130 * ipa-inline.c (check_callers): Looks for recursion. @@ -891,7 +891,7 @@ summary of inline clones. (do_estimate_growth_1): Fix recursion check. -2015-03-02 Jan Hubicka +2015-03-02 Jan Hubicka PR ipa/64988 * ipa-inline-transform.c (clone_inlined_nodes): Do not dissolve @@ -925,7 +925,7 @@ (chkp_fini): Clean pass local data to avoid wrong reusage. 2015-02-28 Martin Liska - Jan Hubicka + Jan Hubicka * ipa-icf.c (sem_variable::equals): Improve debug output; get variable constructor. @@ -964,7 +964,7 @@ (sem_function): Update prototype of hash_stmt 2015-02-28 Martin Liska - Jan Hubicka + Jan Hubicka PR ipa/65245 * ipa-icf-gimple.c (func_checker::compare_function_decl): @@ -995,7 +995,7 @@ target; also match flag_ipa_devirt. 2015-03-01 Martin Liska - Jan Hubicka + Jan Hubicka * ipa-icf-gimple.c (func_checker::compare_variable_decl): Validate variable alignment. @@ -1019,8 +1019,7 @@ 2015-02-28 Jan Hubicka PR ipa/65236 - * cgraphunit.c (cgraph_node::expand_thunk): Enable return slot - opt. + * cgraphunit.c (cgraph_node::expand_thunk): Enable return slot opt. 2015-02-28 Xingxing Pan @@ -1336,7 +1335,7 @@ as split condition; force split via '#' in output pattern. 2015-02-25 Richard Biener - Kai Tietz + Kai Tietz PR tree-optimization/61917 * tree-vect-loop.c (vectorizable_reduction): Allow @@ -1387,8 +1386,7 @@ 2015-02-24 DJ Delorie - * config/rl78/rl78-protos.h (rl78_split_movsi): Accept a mode as - well. + * config/rl78/rl78-protos.h (rl78_split_movsi): Accept a mode as well. * config/rl78/rl78-expand.md (movsf): New, same as movsi. * config/rl78/rl78.c (rl78_split_movsi): Accept a mode, use it instead of hardcoding SImode. @@ -1504,8 +1502,7 @@ 2015-02-20 Vladimir Makarov PR target/64172 - * ira-color.c (color_pass): Prevent splitting multi-register - pseudos. + * ira-color.c (color_pass): Prevent splitting multi-register pseudos. 2015-02-20 Richard Biener @@ -1536,16 +1533,16 @@ 2015-02-20 Bernd Schmidt - * cgraph.h (clone_function_name_1): Declare. - * cgraphclones.c (clone_function_name_1): New function. - (clone_function_name): Use it. - * lto-partition.c: Include "stringpool.h". - (must_not_rename, maybe_rewrite_identifier, - validize_symbol_for_target): New static functions. - (privatize_symbol_name): Use must_not_rename. - (promote_symbol): Call validize_symbol_for_target. - (lto_promote_cross_file_statics): Likewise. - (lto_promote_statics_nonwpa): Likewise. + * cgraph.h (clone_function_name_1): Declare. + * cgraphclones.c (clone_function_name_1): New function. + (clone_function_name): Use it. + * lto-partition.c: Include "stringpool.h". + (must_not_rename, maybe_rewrite_identifier) + (validize_symbol_for_target): New static functions. + (privatize_symbol_name): Use must_not_rename. + (promote_symbol): Call validize_symbol_for_target. + (lto_promote_cross_file_statics): Likewise. + (lto_promote_statics_nonwpa): Likewise. 2015-02-20 Georg-Johann Lay @@ -2347,7 +2344,7 @@ * ipa-visibility.c (update_visibility_by_resolution_info): Only assert when not in lto mode. -2015-02-09 Zhouyi Zhou +2015-02-09 Zhouyi Zhou * ira-color.c (setup_left_conflict_sizes_p): Simplify initialization/assignment of conflict_size. @@ -5809,7 +5806,7 @@ (*sub_si_multp2_uxtw, *sub_uxt_multp2) (*sub_uxtsi_multp2_uxtw): Add stack pointer sources. -2015-01-13 Andrew Pinski +2015-01-13 Andrew Pinski * config/aarch64/aarch64.c (fusion_load_store): Check dest mode instead of src mode. @@ -5820,7 +5817,7 @@ * lto-streamer-out.c (tree_is_indexable): Guard for NULL DECL_CONTEXT. -2015-01-13 Andrew Pinski +2015-01-13 Andrew Pinski * config/aarch64/aarch64.c (aarch64_operands_ok_for_ldpstp): Reject volatile mems. diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 5302dbd13ba..4a776eec092 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -134,7 +134,7 @@ 2015-03-10 Ilya Enkovich - * gcc/testsuite/lib/mpx-dg.exp (mpx_link_flags): New. + * lib/mpx-dg.exp (mpx_link_flags): New. (mpx_init): New. (mpx_finish): New. * gcc.target/i386/mpx/alloca-1-lbv.c: New. @@ -688,7 +688,8 @@ 2015-02-27 Pat Haugen - * 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 @@ -3393,7 +3394,7 @@ 2015-01-12 Jan Hubicka PR ipa/63470 - * testsuite/g++.dg/ipa/pr63470.C: New testcase. + * g++.dg/ipa/pr63470.C: New testcase. 2015-01-11 Janus Weil