Commit 034afd02 by Uros Bizjak

* ChangeLog: Fix whitespace.

From-SVN: r244276
parent 942136a4
...@@ -26,8 +26,7 @@ ...@@ -26,8 +26,7 @@
(sem_item_optimizer::dump_cong_classes): Likewise. (sem_item_optimizer::dump_cong_classes): Likewise.
(sem_item_optimizer::merge_classes): Likewise. (sem_item_optimizer::merge_classes): Likewise.
* ipa-icf.h (congruence_class_hash): Rename from * ipa-icf.h (congruence_class_hash): Rename from
congruence_class_group_hash. Remove declaration of congruence_class_group_hash. Remove declaration of m_classes_vec.
m_classes_vec.
2017-01-10 Andrew Senkevich <andrew.senkevich@intel.com> 2017-01-10 Andrew Senkevich <andrew.senkevich@intel.com>
...@@ -148,7 +147,8 @@ ...@@ -148,7 +147,8 @@
* config/aarch64/aarch64-cores.def: Add thunderx2t99. Change vulcan * config/aarch64/aarch64-cores.def: Add thunderx2t99. Change vulcan
to reference thunderx2t99 for the tuning structure to reference thunderx2t99 for the tuning structure
* config/aarch64/aarch64-cost-tables.h (vulcan_extra_costs): Rename to ... * config/aarch64/aarch64-cost-tables.h (vulcan_extra_costs):
Rename to ...
(thunderx2t99_extra_costs): This. (thunderx2t99_extra_costs): This.
* config/aarch64/aarch64-tune.md: Regenerate. * config/aarch64/aarch64-tune.md: Regenerate.
* config/aarch64/aarch64.c (vulcan_addrcost_table): Rename to ... * config/aarch64/aarch64.c (vulcan_addrcost_table): Rename to ...
...@@ -181,8 +181,7 @@ ...@@ -181,8 +181,7 @@
2017-01-09 Martin Liska <mliska@suse.cz> 2017-01-09 Martin Liska <mliska@suse.cz>
PR pch/78970 PR pch/78970
* gcc.c (driver_handle_option): Handle OPT_E and set * gcc.c (driver_handle_option): Handle OPT_E and set have_E.
have_E.
(lookup_compiler): Do not show error message with have_E. (lookup_compiler): Do not show error message with have_E.
2017-01-09 Jakub Jelinek <jakub@redhat.com> 2017-01-09 Jakub Jelinek <jakub@redhat.com>
...@@ -226,7 +225,6 @@ ...@@ -226,7 +225,6 @@
2017-01-08 Sandra Loosemore <sandra@codesourcery.com> 2017-01-08 Sandra Loosemore <sandra@codesourcery.com>
PR other/16519 PR other/16519
* doc/invoke.texi (Option Summary): Move -pthread to Linker Options * doc/invoke.texi (Option Summary): Move -pthread to Linker Options
and Preprocessor Options. and Preprocessor Options.
(Options for Linking): Document -pthread here.... (Options for Linking): Document -pthread here....
...@@ -256,7 +254,6 @@ ...@@ -256,7 +254,6 @@
2017-01-07 Sandra Loosemore <sandra@codesourcery.com> 2017-01-07 Sandra Loosemore <sandra@codesourcery.com>
PR preprocessor/54124 PR preprocessor/54124
* doc/cppopts.texi: Reformat -d subtable to list the full name * doc/cppopts.texi: Reformat -d subtable to list the full name
of the options. Add cross-reference to the docs for the general of the options. Add cross-reference to the docs for the general
compiler -d options. compiler -d options.
...@@ -266,7 +263,6 @@ ...@@ -266,7 +263,6 @@
2017-01-07 Sandra Loosemore <sandra@codesourcery.com> 2017-01-07 Sandra Loosemore <sandra@codesourcery.com>
PR preprocessor/13498 PR preprocessor/13498
* doc/cpp.texi (Search Path): Rewrite to remove obsolete and * doc/cpp.texi (Search Path): Rewrite to remove obsolete and
redudant material, and reflect new command-line options. redudant material, and reflect new command-line options.
(System Headers): Likewise. (System Headers): Likewise.
...@@ -275,8 +271,8 @@ ...@@ -275,8 +271,8 @@
* doc/cppdiropts.texi: Merge documentation of -I, -iquote, * doc/cppdiropts.texi: Merge documentation of -I, -iquote,
-isystem, and -idirafter. Copy-edit. -isystem, and -idirafter. Copy-edit.
* doc/cppopts.texi: Copy-edit. Remove contradiction about * doc/cppopts.texi: Copy-edit. Remove contradiction about
default for -ftrack-macro-expansion. Delete obsolete and default for -ftrack-macro-expansion. Delete obsolete and
badly-formatted implementation details about -fdebug-cpp output. badly-formatted implementation details about -fdebug-cpp output.
* doc/cppwarnopts.texi: Copy-edit. * doc/cppwarnopts.texi: Copy-edit.
...@@ -346,8 +342,7 @@ ...@@ -346,8 +342,7 @@
* system.h (GCC_DIAGNOSTIC_PUSH_IGNORED, GCC_DIAGNOSTIC_POP, * system.h (GCC_DIAGNOSTIC_PUSH_IGNORED, GCC_DIAGNOSTIC_POP,
GCC_DIAGNOSTIC_STRINGIFY): Define. GCC_DIAGNOSTIC_STRINGIFY): Define.
* read-rtl.c (rtx_reader::read_rtx_code): Avoid -Wsign-compare * read-rtl.c (rtx_reader::read_rtx_code): Avoid -Wsign-compare warning.
warning.
2017-01-06 Andre Vieira <andre.simoesdiasvieira@arm.com> 2017-01-06 Andre Vieira <andre.simoesdiasvieira@arm.com>
...@@ -498,8 +493,7 @@ ...@@ -498,8 +493,7 @@
2017-01-06 David Malcolm <dmalcolm@redhat.com> 2017-01-06 David Malcolm <dmalcolm@redhat.com>
* passes.c (execute_one_pass): Split out pass-skipping logic * passes.c (execute_one_pass): Split out pass-skipping logic into...
into...
(determine_pass_name_match): ...this new function and... (determine_pass_name_match): ...this new function and...
(should_skip_pass_p): ...this new function. (should_skip_pass_p): ...this new function.
...@@ -541,8 +535,7 @@ ...@@ -541,8 +535,7 @@
* Makefile.in (OBJS): Add read-md.o, read-rtl.o, * Makefile.in (OBJS): Add read-md.o, read-rtl.o,
read-rtl-function.o, and selftest-rtl.o. read-rtl-function.o, and selftest-rtl.o.
* config/aarch64/aarch64.c: Include selftest.h and * config/aarch64/aarch64.c: Include selftest.h and selftest-rtl.h.
selftest-rtl.h.
(selftest::aarch64_test_loading_full_dump): New function. (selftest::aarch64_test_loading_full_dump): New function.
(selftest::aarch64_run_selftests): New function. (selftest::aarch64_run_selftests): New function.
(TARGET_RUN_TARGET_SELFTESTS): Wire it up to (TARGET_RUN_TARGET_SELFTESTS): Wire it up to
...@@ -579,8 +572,7 @@ ...@@ -579,8 +572,7 @@
* read-md.h (md_reader::md_reader): Add new param "compact". * read-md.h (md_reader::md_reader): Add new param "compact".
(md_reader::read_file): New method. (md_reader::read_file): New method.
(md_reader::is_compact): New accessor. (md_reader::is_compact): New accessor.
(md_reader::read_name): Convert return type from void to (md_reader::read_name): Convert return type from void to file_location.
file_location.
(md_reader::read_name_or_nil): New decl. (md_reader::read_name_or_nil): New decl.
(md_reader::read_name_1): New decl. (md_reader::read_name_1): New decl.
(md_reader::m_compact): New field. (md_reader::m_compact): New field.
...@@ -590,8 +582,7 @@ ...@@ -590,8 +582,7 @@
(rtx_reader::read_rtx_operand): Make virtual and convert return (rtx_reader::read_rtx_operand): Make virtual and convert return
type from void to rtx. type from void to rtx.
(rtx_reader::read_until): New decl. (rtx_reader::read_until): New decl.
(rtx_reader::handle_any_trailing_information): New virtual (rtx_reader::handle_any_trailing_information): New virtual function.
function.
(rtx_reader::postprocess): New virtual function. (rtx_reader::postprocess): New virtual function.
(rtx_reader::finalize_string): New virtual function. (rtx_reader::finalize_string): New virtual function.
(rtx_reader::m_in_call_function_usage): New field. (rtx_reader::m_in_call_function_usage): New field.
......
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