Replace 8 spaces with a tabular in ChangeLog files.
From-SVN: r263886
This commit is contained in:
parent
85204e23e2
commit
92a285c1a7
32 changed files with 201 additions and 201 deletions
|
@ -9,7 +9,7 @@
|
|||
2018-08-10 Martin Liska <mliska@suse.cz>
|
||||
|
||||
* MAINTAINERS: Revert change in previous commit and
|
||||
join lines.
|
||||
join lines.
|
||||
|
||||
2018-08-10 Martin Liska <mliska@suse.cz>
|
||||
|
||||
|
@ -51,7 +51,7 @@
|
|||
|
||||
2018-06-19 Bernhard M. Wiedemann <bwiedemann@suse.de>
|
||||
|
||||
* libtool.m4: Sort output of 'find' to enable deterministic builds.
|
||||
* libtool.m4: Sort output of 'find' to enable deterministic builds.
|
||||
* ltmain.sh: Likewise.
|
||||
|
||||
2018-07-03 Segher Boessenkool <segher@kernel.crashing.org>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
2018-05-09 Joshua Watt <jpewhacker@gmail.com>
|
||||
|
||||
* ax_pthread.m4: Add file.
|
||||
* ax_pthread.m4: Add file.
|
||||
|
||||
2018-05-08 Richard Biener <rguenther@suse.de>
|
||||
|
||||
|
@ -451,7 +451,7 @@
|
|||
|
||||
* config/mh-interix: Remove as unneeded.
|
||||
* config/picflag.m4 (i[[34567]]86-*-interix3*):
|
||||
Change triplet to i[[34567]]86-*-interix[[3-9]]*.
|
||||
Change triplet to i[[34567]]86-*-interix[[3-9]]*.
|
||||
|
||||
2012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
|
||||
|
||||
|
|
|
@ -73,7 +73,7 @@
|
|||
* update-copyright.py: Skip pdt-5.f03 in gfortran.dg subdir.
|
||||
|
||||
2017-11-28 Julia Koval <julia.koval@intel.com>
|
||||
Sebastian Peryt <sebastian.peryt@intel.com>
|
||||
Sebastian Peryt <sebastian.peryt@intel.com>
|
||||
|
||||
* contrib/gcc_update: Ditto.
|
||||
|
||||
|
@ -183,8 +183,8 @@
|
|||
|
||||
2017-04-11 Damian Rouson <damian@sourceryinstitute.org>
|
||||
|
||||
* download_prerequisites (md5_check): New function emulates Linux
|
||||
'md5 --check' on macOS. Modified script for macOS compatibility.
|
||||
* download_prerequisites (md5_check): New function emulates Linux
|
||||
'md5 --check' on macOS. Modified script for macOS compatibility.
|
||||
|
||||
2017-02-06 Palmer Dabbelt <palmer@dabbelt.com>
|
||||
|
||||
|
@ -283,7 +283,7 @@
|
|||
2016-09-20 Christophe Lyon <christophe.lyon@linaro.org>
|
||||
|
||||
* compare_tests: Take ERROR messages into account when
|
||||
comparing.
|
||||
comparing.
|
||||
|
||||
2016-08-17 Martin Liska <mliska@suse.cz>
|
||||
|
||||
|
|
|
@ -1256,7 +1256,7 @@
|
|||
* tests/base/math.h: Update.
|
||||
|
||||
2007-01-05 Bruce Korb <bkorb@gnu.org>,
|
||||
Daniel Franke <franke.daniel@gmail.com>
|
||||
Daniel Franke <franke.daniel@gmail.com>
|
||||
|
||||
PR target/30008
|
||||
* fixincl.tpl (List): separate file name patterns with a NUL byte instead
|
||||
|
@ -1472,7 +1472,7 @@
|
|||
* fixincl.c: Don't include <sys/wait.h> if SEPARATE_FIX_PROC.
|
||||
|
||||
2005-05-19 Eric Botcazou <ebotcazou@libertysurf.fr>
|
||||
Joseph S. Myers <joseph@codesourcery.com>
|
||||
Joseph S. Myers <joseph@codesourcery.com>
|
||||
|
||||
PR target/19933
|
||||
PR target/21315
|
||||
|
|
|
@ -43,15 +43,15 @@
|
|||
2018-08-27 Martin Liska <mliska@suse.cz>
|
||||
|
||||
* config/i386/i386.c (ix86_expand_set_or_movmem): Dump
|
||||
selected expansion strategy.
|
||||
selected expansion strategy.
|
||||
|
||||
2018-08-27 Martin Liska <mliska@suse.cz>
|
||||
|
||||
* builtins.h (is_builtin_fn): Remove and fndecl_built_in_p.
|
||||
* builtins.c (is_builtin_fn): Likewise.
|
||||
* attribs.c (diag_attr_exclusions): Use new function
|
||||
fndecl_built_in_p and remove check for FUNCTION_DECL if
|
||||
possible.
|
||||
fndecl_built_in_p and remove check for FUNCTION_DECL if
|
||||
possible.
|
||||
(builtin_mathfn_code): Likewise.
|
||||
(fold_builtin_expect): Likewise.
|
||||
(fold_call_expr): Likewise.
|
||||
|
@ -139,21 +139,21 @@
|
|||
* ubsan.c (is_ubsan_builtin_p): Likewise.
|
||||
* varasm.c (incorporeal_function_p): Likewise.
|
||||
* tree.h (DECL_BUILT_IN): Remove and replace with
|
||||
fndecl_built_in_p.
|
||||
fndecl_built_in_p.
|
||||
(DECL_BUILT_IN_P): Transfort to fndecl_built_in_p.
|
||||
(fndecl_built_in_p): New.
|
||||
|
||||
2018-08-27 Martin Liska <mliska@suse.cz>
|
||||
|
||||
PR tree-optimization/86847
|
||||
PR tree-optimization/86847
|
||||
* tree-switch-conversion.c (switch_decision_tree::dump_case_nodes):
|
||||
Dump also subtree probability.
|
||||
Dump also subtree probability.
|
||||
(switch_decision_tree::do_jump_if_equal): New function.
|
||||
(switch_decision_tree::emit_case_nodes): Handle special
|
||||
situations in balanced tree that can be emitted much simpler.
|
||||
Fix calculation of probabilities that happen in tree expansion.
|
||||
situations in balanced tree that can be emitted much simpler.
|
||||
Fix calculation of probabilities that happen in tree expansion.
|
||||
* tree-switch-conversion.h (struct cluster): Add
|
||||
is_single_value_p.
|
||||
is_single_value_p.
|
||||
(struct simple_cluster): Likewise.
|
||||
(struct case_tree_node): Add new function has_child.
|
||||
(do_jump_if_equal): New.
|
||||
|
@ -161,41 +161,41 @@
|
|||
2018-08-27 Martin Liska <mliska@suse.cz>
|
||||
|
||||
* tree-switch-conversion.c (bit_test_cluster::find_bit_tests):
|
||||
Add new argument to bit_test_cluster constructor.
|
||||
Add new argument to bit_test_cluster constructor.
|
||||
(bit_test_cluster::emit): Set bits really number of values
|
||||
handlel by a test.
|
||||
handlel by a test.
|
||||
(bit_test_cluster::hoist_edge_and_branch_if_true): Add
|
||||
probability argument.
|
||||
probability argument.
|
||||
* tree-switch-conversion.h (struct bit_test_cluster):
|
||||
Add m_handles_entire_switch.
|
||||
Add m_handles_entire_switch.
|
||||
|
||||
2018-08-27 Martin Liska <mliska@suse.cz>
|
||||
|
||||
PR tree-optimization/86702
|
||||
PR tree-optimization/86702
|
||||
* tree-switch-conversion.c (jump_table_cluster::emit):
|
||||
Make probabilities even for values in jump table
|
||||
according to number of cases handled.
|
||||
Make probabilities even for values in jump table
|
||||
according to number of cases handled.
|
||||
(switch_decision_tree::compute_cases_per_edge): Pass
|
||||
argument to reset_out_edges_aux function.
|
||||
argument to reset_out_edges_aux function.
|
||||
(switch_decision_tree::analyze_switch_statement): Likewise.
|
||||
* tree-switch-conversion.h (switch_decision_tree::reset_out_edges_aux):
|
||||
Make it static.
|
||||
Make it static.
|
||||
|
||||
2018-08-27 Martin Liska <mliska@suse.cz>
|
||||
|
||||
* cfgexpand.c (expand_asm_stmt): Use label_to_block and pass
|
||||
cfun argument explicitly.
|
||||
cfun argument explicitly.
|
||||
* gimple-pretty-print.c (dump_gimple_switch): Likewise.
|
||||
* hsa-gen.c (gen_hsa_insns_for_switch_stmt): Use new
|
||||
function gimple_switch_default_bb.
|
||||
function gimple_switch_default_bb.
|
||||
(convert_switch_statements):
|
||||
(expand_builtins):
|
||||
* ipa-fnsummary.c (set_switch_stmt_execution_predicate):
|
||||
* stmt.c (label_to_block_fn): Use label_to_block and pass
|
||||
cfun argument explicitly and use gimple_switch_label_bb.
|
||||
cfun argument explicitly and use gimple_switch_label_bb.
|
||||
(expand_case): Likewise.
|
||||
* tree-cfg.c (lower_phi_internal_fn): Use label_to_block and pass
|
||||
cfun argument explicitly. Likewise.
|
||||
cfun argument explicitly. Likewise.
|
||||
(make_edges_bb): Likewise.
|
||||
(make_cond_expr_edges): Likewise.
|
||||
(get_cases_for_edge): Likewise.
|
||||
|
@ -221,10 +221,10 @@
|
|||
(gimple_switch_edge): Likewise.
|
||||
(gimple_switch_default_edge): Likewise.
|
||||
* tree-cfgcleanup.c (convert_single_case_switch): Use
|
||||
new gimple functions and pass new argument to label_to_block.
|
||||
new gimple functions and pass new argument to label_to_block.
|
||||
(cleanup_control_flow_bb):
|
||||
* tree-eh.c (make_eh_dispatch_edges): Use label_to_block and pass
|
||||
cfun argument explicitly.
|
||||
cfun argument explicitly.
|
||||
(make_eh_edges): Likewise.
|
||||
(redirect_eh_dispatch_edge): Likewise.
|
||||
(lower_resx): Likewise.
|
||||
|
@ -241,19 +241,19 @@
|
|||
* tree-ssa-uncprop.c (associate_equivalences_with_edges): Likewise.
|
||||
* tree-ssa-uninit.c (convert_control_dep_chain_into_preds):
|
||||
* tree-switch-conversion.c (switch_conversion::collect): Use new
|
||||
gimple functions.
|
||||
gimple functions.
|
||||
(switch_conversion::check_final_bb): Likewise.
|
||||
(switch_conversion::gather_default_values): Pass new argument
|
||||
to label_to_block.
|
||||
to label_to_block.
|
||||
(switch_conversion::build_constructors): Likewise.
|
||||
(switch_decision_tree::compute_cases_per_edge): Use new
|
||||
gimple_switch_edge function.
|
||||
gimple_switch_edge function.
|
||||
(switch_decision_tree::analyze_switch_statement): Pass new argument
|
||||
to label_to_block.
|
||||
to label_to_block.
|
||||
(switch_decision_tree::try_switch_expansion): Use
|
||||
gimple_switch_default_edge.
|
||||
gimple_switch_default_edge.
|
||||
* tree-vrp.c (find_switch_asserts): Pass new argument
|
||||
to label_to_block.
|
||||
to label_to_block.
|
||||
* vr-values.c (vr_values::vrp_visit_switch_stmt): Likewise.
|
||||
(vr_values::simplify_switch_using_ranges): Likewise.
|
||||
|
||||
|
@ -315,19 +315,19 @@
|
|||
|
||||
2018-08-27 Martin Liska <mliska@suse.cz>
|
||||
|
||||
PR gcov-profile/87069
|
||||
PR gcov-profile/87069
|
||||
* gcov.c (process_file): Record files already processed
|
||||
and warn about a file being processed multiple times.
|
||||
and warn about a file being processed multiple times.
|
||||
|
||||
2018-08-27 Martin Liska <mliska@suse.cz>
|
||||
|
||||
PR driver/83193
|
||||
PR driver/83193
|
||||
* config/aarch64/aarch64.c (aarch64_override_options_internal):
|
||||
Set default values for x_aarch64_*_string strings.
|
||||
Set default values for x_aarch64_*_string strings.
|
||||
* config/aarch64/aarch64.opt: Remove --{march,mcpu,mtune}==
|
||||
prefix. For -mabi do not print '=ABI' in help and use
|
||||
<option_value> format for -msve-vector-bits and -moverride
|
||||
options.
|
||||
prefix. For -mabi do not print '=ABI' in help and use
|
||||
<option_value> format for -msve-vector-bits and -moverride
|
||||
options.
|
||||
|
||||
2018-08-26 Jeff Law <law@redhat.com>
|
||||
|
||||
|
@ -1001,23 +1001,23 @@
|
|||
2018-08-17 Martin Liska <mliska@suse.cz>
|
||||
|
||||
* common.opt: Remove Warn, Init and Report for options with
|
||||
Ignore/Deprecated flag. Warning is done automatically for
|
||||
Deprecated flags.
|
||||
Ignore/Deprecated flag. Warning is done automatically for
|
||||
Deprecated flags.
|
||||
* config/i386/i386.opt: Likewise.
|
||||
* config/ia64/ia64.opt: Likewise.
|
||||
* config/rs6000/rs6000.opt: Likewise.
|
||||
* cppbuiltin.c (define_builtin_macros_for_compilation_flags):
|
||||
Remove usage of flag_check_pointer_bounds.
|
||||
Remove usage of flag_check_pointer_bounds.
|
||||
* lto-wrapper.c (merge_and_complain): Do not handle
|
||||
OPT_fcheck_pointer_bounds.
|
||||
OPT_fcheck_pointer_bounds.
|
||||
(append_compiler_options): Likewise.
|
||||
* opt-functions.awk: Do not handle Deprecated.
|
||||
* optc-gen.awk: Check that Var, Report and Init are not
|
||||
used for an option with Ignore/Deprecated flag.
|
||||
used for an option with Ignore/Deprecated flag.
|
||||
* opts-common.c (decode_cmdline_option): Do not report
|
||||
CL_ERR_DEPRECATED.
|
||||
CL_ERR_DEPRECATED.
|
||||
(read_cmdline_option): Report warning for OPT_SPECIAL_deprecated
|
||||
options.
|
||||
options.
|
||||
* opts.h (struct cl_option): Remove cl_deprecated flag.
|
||||
(CL_ERR_DEPRECATED): Remove error enum value.
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
2018-08-27 Martin Liska <mliska@suse.cz>
|
||||
|
||||
* gcc-interface/decl.c (update_profile): Use new function
|
||||
fndecl_built_in_p and remove check for FUNCTION_DECL if
|
||||
possible.
|
||||
fndecl_built_in_p and remove check for FUNCTION_DECL if
|
||||
possible.
|
||||
* gcc-interface/gigi.h (call_is_atomic_load): Likewise.
|
||||
* gcc-interface/utils.c (gnat_pushdecl): Likewise.
|
||||
|
||||
|
@ -296,7 +296,7 @@
|
|||
* gcc-interface/Makefile.in (xoscons): Likewise.
|
||||
|
||||
2018-07-31 Alexandre Oliva <oliva@adacore.com>
|
||||
Olivier Hainque <hainque@adacore.com>
|
||||
Olivier Hainque <hainque@adacore.com>
|
||||
|
||||
* gcc-interface/trans.c: Include debug.h.
|
||||
(file_map): New static variable.
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
2018-08-27 Martin Liska <mliska@suse.cz>
|
||||
|
||||
* c-common.c (check_function_restrict): Use new function
|
||||
fndecl_built_in_p and remove check for FUNCTION_DECL if
|
||||
possible.
|
||||
fndecl_built_in_p and remove check for FUNCTION_DECL if
|
||||
possible.
|
||||
(check_builtin_function_arguments): Likewise.
|
||||
(reject_gcc_builtin): Likewise.
|
||||
* c-warn.c (sizeof_pointer_memaccess_warning): Likewise.
|
||||
|
@ -85,8 +85,8 @@
|
|||
2018-08-17 Martin Liska <mliska@suse.cz>
|
||||
|
||||
* c.opt: Remove Warn, Init and Report for options with
|
||||
Ignore/Deprecated flag. Warning is done automatically for
|
||||
Deprecated flags.
|
||||
Ignore/Deprecated flag. Warning is done automatically for
|
||||
Deprecated flags.
|
||||
|
||||
2018-08-16 David Malcolm <dmalcolm@redhat.com>
|
||||
|
||||
|
@ -399,7 +399,7 @@
|
|||
|
||||
2018-05-11 Martin Liska <mliska@suse.cz>
|
||||
|
||||
PR sanitizer/85556
|
||||
PR sanitizer/85556
|
||||
* c-attribs.c (handle_no_sanitize_attribute): Iterate all
|
||||
TREE_LIST values.
|
||||
|
||||
|
@ -638,11 +638,11 @@
|
|||
|
||||
2018-01-18 Boris Kolpackov <boris@codesynthesis.com>
|
||||
|
||||
PR other/70268
|
||||
* c.opt (-fmacro-prefix-map): New option.
|
||||
* c-opts.c (c_common_handle_option): Handle it.
|
||||
* c-lex.c (init_c_lex): Set remap_filename cpp callback.
|
||||
* c-ppoutput.c (init_pp_output): Likewise.
|
||||
PR other/70268
|
||||
* c.opt (-fmacro-prefix-map): New option.
|
||||
* c-opts.c (c_common_handle_option): Handle it.
|
||||
* c-lex.c (init_c_lex): Set remap_filename cpp callback.
|
||||
* c-ppoutput.c (init_pp_output): Likewise.
|
||||
|
||||
2018-01-17 David Malcolm <dmalcolm@redhat.com>
|
||||
|
||||
|
@ -711,7 +711,7 @@
|
|||
Update copyright years.
|
||||
|
||||
2017-12-22 Mike Stump <mikestump@comcast.net>
|
||||
Eric Botcazou <ebotcazou@adacore.com>
|
||||
Eric Botcazou <ebotcazou@adacore.com>
|
||||
|
||||
* c-pragma.c (init_pragma): Register pragma GCC unroll.
|
||||
* c-pragma.h (enum pragma_kind): Add PRAGMA_UNROLL.
|
||||
|
@ -833,7 +833,7 @@
|
|||
* c-common.h (c_switch_covers_all_cases_p): Declare.
|
||||
|
||||
2017-11-28 Julia Koval <julia.koval@intel.com>
|
||||
Sebastian Peryt <sebastian.peryt@intel.com>
|
||||
Sebastian Peryt <sebastian.peryt@intel.com>
|
||||
|
||||
* array-notation-common.c: Delete.
|
||||
* c-cilkplus.c: Ditto.
|
||||
|
@ -1191,8 +1191,8 @@
|
|||
* c-cppbuiltin.c (c_cpp_builtins): Use opt_scalar_float_mode.
|
||||
|
||||
2017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
|
||||
Alan Hayward <alan.hayward@arm.com>
|
||||
David Sherwood <david.sherwood@arm.com>
|
||||
Alan Hayward <alan.hayward@arm.com>
|
||||
David Sherwood <david.sherwood@arm.com>
|
||||
|
||||
* c-common.c (c_common_fixed_point_type_for_size): Use new mode
|
||||
iterators.
|
||||
|
@ -1654,7 +1654,7 @@
|
|||
|
||||
2017-05-01 Xi Ruoyao <ryxi@stu.xidian.edu.cn>
|
||||
|
||||
PR c++/80038
|
||||
PR c++/80038
|
||||
* c-common.h (cilk_gimplify_call_params_in_spawned_fn): Remove
|
||||
prototype.
|
||||
(cilk_install_body_pedigree_operations): Likewise.
|
||||
|
@ -1978,8 +1978,8 @@
|
|||
2016-12-08 Martin Sebor <msebor@redhat.com>
|
||||
|
||||
PR c/78165
|
||||
* c-pretty-print (pp_c_integer_constant): Avoid formatting type
|
||||
suffix.
|
||||
* c-pretty-print (pp_c_integer_constant): Avoid formatting type
|
||||
suffix.
|
||||
|
||||
2016-12-07 Martin Sebor <msebor@redhat.com>
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
2018-08-27 Martin Liska <mliska@suse.cz>
|
||||
|
||||
* c-decl.c (locate_old_decl): Use new function
|
||||
fndecl_built_in_p and remove check for FUNCTION_DECL if
|
||||
possible.
|
||||
fndecl_built_in_p and remove check for FUNCTION_DECL if
|
||||
possible.
|
||||
(diagnose_mismatched_decls): Likewise.
|
||||
(merge_decls): Likewise.
|
||||
(warn_if_shadowing): Likewise.
|
||||
|
@ -305,7 +305,7 @@
|
|||
DEBUG_BEGIN_STMTs.
|
||||
|
||||
2017-12-22 Mike Stump <mikestump@comcast.net>
|
||||
Eric Botcazou <ebotcazou@adacore.com>
|
||||
Eric Botcazou <ebotcazou@adacore.com>
|
||||
|
||||
* c-parser.c (c_parser_while_statement): Add unroll parameter and
|
||||
build ANNOTATE_EXPR if present. Add 3rd operand to ANNOTATE_EXPR.
|
||||
|
@ -422,7 +422,7 @@
|
|||
c_switch_covers_all_cases_p returns true.
|
||||
|
||||
2017-11-28 Julia Koval <julia.koval@intel.com>
|
||||
Sebastian Peryt <sebastian.peryt@intel.com>
|
||||
Sebastian Peryt <sebastian.peryt@intel.com>
|
||||
|
||||
* Make-lang.in (c/c-array-notation.o): Remove.
|
||||
* c-array-notation.c: Delete.
|
||||
|
@ -1139,7 +1139,7 @@
|
|||
|
||||
2017-05-01 Xi Ruoyao <ryxi@stu.xidian.edu.cn>
|
||||
|
||||
PR c++/80038
|
||||
PR c++/80038
|
||||
* c-gimplify.c (c_gimplify_expr): Remove calls to
|
||||
cilk_gimplifY_call_params_in_spawned_fn.
|
||||
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
2018-08-27 Martin Liska <mliska@suse.cz>
|
||||
|
||||
* call.c (build_call_a): Use new function
|
||||
fndecl_built_in_p and remove check for FUNCTION_DECL if
|
||||
possible.
|
||||
fndecl_built_in_p and remove check for FUNCTION_DECL if
|
||||
possible.
|
||||
(build_cxx_call): Likewise.
|
||||
* constexpr.c (constexpr_fn_retval): Likewise.
|
||||
(cxx_eval_builtin_function_call): Likewise.
|
||||
|
@ -334,9 +334,9 @@
|
|||
|
||||
2018-07-31 Martin Liska <mliska@suse.cz>
|
||||
|
||||
PR c++/86653
|
||||
PR c++/86653
|
||||
* parser.c (cp_parser_condition): Initialize non_constant_p
|
||||
to false.
|
||||
to false.
|
||||
|
||||
2018-07-28 David Malcolm <dmalcolm@redhat.com>
|
||||
|
||||
|
@ -3583,7 +3583,7 @@
|
|||
2018-01-10 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
* parser.c (cp_parser_std_attribute_spec): When
|
||||
token_pair::require_open / require_close return false simply
|
||||
token_pair::require_open / require_close return false simply
|
||||
return error_mark_node, avoid duplicate cp_parser_error about
|
||||
expected '(' / ')', respectively.
|
||||
|
||||
|
|
|
@ -947,7 +947,7 @@
|
|||
* trans-intrinsic.c (conv_intrinsic_kill, conv_intrinsic_kill_sub): new
|
||||
functions.
|
||||
(gfc_conv_intrinsic_function): Use conv_intrinsic_kill.
|
||||
(gfc_conv_intrinsic_subroutine): Use conv_intrinsic_kill_sub.
|
||||
(gfc_conv_intrinsic_subroutine): Use conv_intrinsic_kill_sub.
|
||||
* trans.h: Declare gfor_fndecl_kill and gfor_fndecl_kill_sub.
|
||||
|
||||
2018-03-11 Paul Thomas <pault@gcc.gnu.org>
|
||||
|
@ -1182,7 +1182,7 @@
|
|||
* trans-stmt.c (gfc_trans_lock_unlock): Likewise.
|
||||
(gfc_trans_event_post_wait): Likewise.
|
||||
(gfc_trans_sync): Likewise.
|
||||
(gfc_trans_stop): Use size_t for character lengths, int for exit
|
||||
(gfc_trans_stop): Use size_t for character lengths, int for exit
|
||||
codes.
|
||||
|
||||
2018-02-20 Thomas Koenig <tkoenig@gcc.gnu.org>
|
||||
|
@ -1803,7 +1803,7 @@
|
|||
(gfc_interpret_character): Use gfc_charlen_t.
|
||||
* target-memory.h (gfc_encode_character): Modify prototype.
|
||||
* trans-array.c (gfc_trans_array_ctor_element): Use existing type.
|
||||
(get_array_ctor_var_strlen): Use gfc_conv_mpz_to_tree_type.
|
||||
(get_array_ctor_var_strlen): Use gfc_conv_mpz_to_tree_type.
|
||||
(trans_array_constructor): Use existing type.
|
||||
(get_array_charlen): Likewise.
|
||||
* trans-const.c (gfc_conv_mpz_to_tree_type): New function.
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
2018-08-27 Martin Liska <mliska@suse.cz>
|
||||
|
||||
* go-gcc.cc (Gcc_backend::call_expression): Use new function
|
||||
fndecl_built_in_p and remove check for FUNCTION_DECL if
|
||||
possible.
|
||||
fndecl_built_in_p and remove check for FUNCTION_DECL if
|
||||
possible.
|
||||
|
||||
2018-07-20 Martin Sebor <msebor@redhat.com>
|
||||
|
||||
|
@ -474,7 +474,7 @@
|
|||
2015-07-12 Aldy Hernandez <aldyh@redhat.com>
|
||||
|
||||
* gofrontend/backend.h: Fix double word typos.
|
||||
* gofrontend/expressions.cc: Same.
|
||||
* gofrontend/expressions.cc: Same.
|
||||
* gospec.c: Same.
|
||||
|
||||
2015-07-07 Andrew MacLeod <amacleod@redhat.com>
|
||||
|
|
|
@ -2158,7 +2158,7 @@
|
|||
|
||||
2014-12-09 David Malcolm <dmalcolm@redhat.com>
|
||||
|
||||
PR jit/64206
|
||||
PR jit/64206
|
||||
* Make-lang.in (jit_OBJS): Add jit/jit-tempdir.o.
|
||||
* jit-common.h (gcc::jit::tempdir): New forward decl.
|
||||
* jit-playback.c: Include jit-tempdir.h.
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
2018-08-27 Martin Liska <mliska@suse.cz>
|
||||
|
||||
* lto-lang.c (handle_const_attribute): Use new function
|
||||
fndecl_built_in_p and remove check for FUNCTION_DECL if
|
||||
possible.
|
||||
fndecl_built_in_p and remove check for FUNCTION_DECL if
|
||||
possible.
|
||||
* lto-symtab.c (lto_symtab_merge_p): Likewise.
|
||||
(lto_symtab_merge_decls_1): Likewise.
|
||||
(lto_symtab_merge_symbols): Likewise.
|
||||
|
@ -43,12 +43,12 @@
|
|||
2018-06-20 Martin Liska <mliska@suse.cz>
|
||||
|
||||
* lto-symtab.c (lto_symtab_merge_p): Remove not valid
|
||||
FIXME comment.
|
||||
FIXME comment.
|
||||
|
||||
2018-06-19 Martin Liska <mliska@suse.cz>
|
||||
|
||||
* lto-partition.c (add_symbol_to_partition_1): Use symbol_summary::get instead
|
||||
of get_create.
|
||||
of get_create.
|
||||
(undo_partition): Likewise.
|
||||
(lto_balanced_map): Likewise.
|
||||
|
||||
|
@ -288,11 +288,11 @@
|
|||
|
||||
2017-08-21 Richard Biener <rguenther@suse.de>
|
||||
|
||||
* lto.c (unify_scc): Truncate DIE reference queue for dropped SCCs.
|
||||
(lto_read_decls): Process TRANSLATION_UNIT_DECLs. Remove
|
||||
TYPE_DECL debug processing, register DIE references from
|
||||
prevailing SCCs with the debug machinery.
|
||||
(lto_section_with_id): Handle LTO debug sections.
|
||||
* lto.c (unify_scc): Truncate DIE reference queue for dropped SCCs.
|
||||
(lto_read_decls): Process TRANSLATION_UNIT_DECLs. Remove
|
||||
TYPE_DECL debug processing, register DIE references from
|
||||
prevailing SCCs with the debug machinery.
|
||||
(lto_section_with_id): Handle LTO debug sections.
|
||||
|
||||
2017-08-16 Nathan Sidwell <nathan@acm.org>
|
||||
|
||||
|
@ -365,7 +365,7 @@
|
|||
|
||||
2017-05-01 Xi Ruoyao <ryxi@stu.xidian.edu.cn>
|
||||
|
||||
PR c++/80038
|
||||
PR c++/80038
|
||||
* lto-lang.c (lto_init): Set in_lto_p earlier.
|
||||
|
||||
2017-04-12 Richard Biener <rguenther@suse.de>
|
||||
|
@ -524,7 +524,7 @@
|
|||
decls have no assemblernames.
|
||||
|
||||
2016-01-19 Martin Liska <mliska@suse.cz>
|
||||
Martin Jambor <mjambor@suse.cz>
|
||||
Martin Jambor <mjambor@suse.cz>
|
||||
|
||||
* lto-partition.c: Include "hsa.h"
|
||||
(add_symbol_to_partition_1): Put hsa implementations into the
|
||||
|
@ -2153,7 +2153,7 @@
|
|||
|
||||
2012-06-18 Lawrence Crowl <crowl@google.com>
|
||||
|
||||
* lto.c (do_whole_program_analysis): Rename use of TV_PHASE_CGRAPH to
|
||||
* lto.c (do_whole_program_analysis): Rename use of TV_PHASE_CGRAPH to
|
||||
TV_PHASE_OPT_GEN. Use new timevar TV_PHASE_STREAM_OUT around the call
|
||||
to lto_wpa_write_files.
|
||||
(lto_main): Rename use of TV_PHASE_CGRAPH to TV_PHASE_OPT_GEN. Move
|
||||
|
@ -2209,7 +2209,7 @@
|
|||
2012-04-16 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* lto.c (read_cgraph_and_symbols): Use FOR_EACH
|
||||
walkers to walk cgraph and varpool.
|
||||
walkers to walk cgraph and varpool.
|
||||
(materialize_cgraph): Likewise.
|
||||
* lto-partition.c (lto_1_to_1_map): Likewise.
|
||||
(lto_balanced_map): Likewise.
|
||||
|
@ -2769,7 +2769,7 @@
|
|||
2010-10-03 Andi Kleen <ak@linux.intel.com>
|
||||
|
||||
* lto.c (lto_file_finalize): Replace gcc_assert for missing section
|
||||
with fatal_error.
|
||||
with fatal_error.
|
||||
|
||||
2010-09-28 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
|
@ -2872,7 +2872,7 @@
|
|||
2010-07-10 Andi Kleen <ak@linux.intel.com>
|
||||
|
||||
PR lto/44992
|
||||
* lto.c: Include splay-tree.h
|
||||
* lto.c: Include splay-tree.h
|
||||
(lto_resolution_read): Change to walk file_ids tree and parse
|
||||
extra file_id in resolution file.
|
||||
(lto_section_with_id): Add.
|
||||
|
@ -2925,7 +2925,7 @@
|
|||
|
||||
2010-07-04 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* lto.c (read_cgraph_and_symbols): Dump cgraph before merging.
|
||||
* lto.c (read_cgraph_and_symbols): Dump cgraph before merging.
|
||||
|
||||
2010-06-13 Richard Guenther <rguenther@suse.de>
|
||||
|
||||
|
@ -3344,7 +3344,7 @@
|
|||
* lto.c (lto_resolution_read): Add more checks. Discard rest of line.
|
||||
|
||||
2009-11-04 Richard Guenther <rguenther@suse.de>
|
||||
Rafael Avila de Espindola <espindola@google.com>
|
||||
Rafael Avila de Espindola <espindola@google.com>
|
||||
|
||||
* lto-elf.c (lto_elf_build_section_table): Add the base offset.
|
||||
(lto_elf_file_open): Handle offsets in arguments name@offest.
|
||||
|
|
|
@ -2049,7 +2049,7 @@
|
|||
Merge from 'apple/trunk' branch on FSF servers.
|
||||
|
||||
2005-08-23 Stuart Hastings <stuart@apple.com>
|
||||
Ziemowit Laski <zlaski@apple.com>
|
||||
Ziemowit Laski <zlaski@apple.com>
|
||||
|
||||
Radar 4209854
|
||||
* objc-act.c (objc_decay_parm_type): New function.
|
||||
|
|
|
@ -241,7 +241,7 @@
|
|||
|
||||
* Make-lang.in (cc1objplus-dummy): Remove.
|
||||
(cc1objplus-checksum): Change to run checksum over object files
|
||||
and options only.
|
||||
and options only.
|
||||
|
||||
2010-10-04 Andi Kleen <ak@linux.intel.com>
|
||||
|
||||
|
@ -388,13 +388,13 @@
|
|||
Revert:
|
||||
|
||||
2008-02-07 Andreas Tobler <andreast-list@fgznet.ch>
|
||||
Douglas Gregor <doug.gregor@gmail.com>
|
||||
Douglas Gregor <doug.gregor@gmail.com>
|
||||
|
||||
PR bootstrap/35115
|
||||
* objcp-decl.c (objcp_comptypes): Call cp_comptypes, not comptypes.
|
||||
|
||||
2008-02-07 Andreas Tobler <andreast-list@fgznet.ch>
|
||||
Douglas Gregor <doug.gregor@gmail.com>
|
||||
Douglas Gregor <doug.gregor@gmail.com>
|
||||
|
||||
PR bootstrap/35115
|
||||
* objcp-decl.c (objcp_comptypes): Call cp_comptypes, not comptypes.
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
2018-08-27 Martin Liska <mliska@suse.cz>
|
||||
|
||||
PR tree-optimization/86847
|
||||
PR tree-optimization/86847
|
||||
* gcc.dg/tree-ssa/switch-3.c: New test.
|
||||
* gcc.dg/tree-ssa/vrp105.c: Remove.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
2018-07-26 Martin Liska <mliska@suse.cz>
|
||||
|
||||
PR lto/86548
|
||||
PR lto/86548
|
||||
* libiberty.h (make_temp_file_with_prefix): New function.
|
||||
|
||||
2018-05-30 Jan Hubicka <hubicka@ucw.cz>
|
||||
|
@ -440,8 +440,8 @@
|
|||
* libiberty.h (xasprintf): Declare.
|
||||
|
||||
2014-12-11 Uros Bizjak <ubizjak@gmail.com>
|
||||
Ben Elliston <bje@au.ibm.com>
|
||||
Manuel Lopez-Ibanez <manu@gcc.gnu.org>
|
||||
Ben Elliston <bje@au.ibm.com>
|
||||
Manuel Lopez-Ibanez <manu@gcc.gnu.org>
|
||||
|
||||
* libiberty.h (xvasprintf): Declare.
|
||||
|
||||
|
@ -631,7 +631,7 @@
|
|||
DEMANGLE_COMPONENT_TAGGED_NAME.
|
||||
|
||||
2012-10-29 Sterling Augustine <saugustine@google.com>
|
||||
Cary Coutant <ccoutant@google.com>
|
||||
Cary Coutant <ccoutant@google.com>
|
||||
|
||||
* dwarf2.h (dwarf_location_list_entry_type): New enum with fields
|
||||
DW_LLE_GNU_end_of_list_entry, DW_LLE_GNU_base_address_selection_entry,
|
||||
|
@ -1268,7 +1268,7 @@
|
|||
|
||||
* splay-tree.h (libi_uhostptr_t, libi_shostptr_t): New types,
|
||||
needed for WIN64 when a long is not wide enough for a pointer.
|
||||
(splay_tree_key, splay_tree_value): Use the new types.
|
||||
(splay_tree_key, splay_tree_value): Use the new types.
|
||||
|
||||
2007-05-07 Nathan Froyd <froydnj@codesourcery.com>
|
||||
|
||||
|
@ -1308,7 +1308,7 @@
|
|||
* ansidecl.h (ATTRIBUTE_PACKED): Define.
|
||||
|
||||
2006-11-30 Andrew Stubbs <andrew.stubbs@st.com>
|
||||
J"orn Rennecke <joern.rennecke@st.com>
|
||||
J"orn Rennecke <joern.rennecke@st.com>
|
||||
|
||||
PR driver/29931
|
||||
* libiberty.h (make_relative_prefix_ignore_links): Declare.
|
||||
|
|
|
@ -132,8 +132,8 @@
|
|||
|
||||
2004-04-25 Paolo Bonzini <bonzini@gnu.org>
|
||||
|
||||
* configure.ac: Point config.intl to the parent directory of
|
||||
${top_builddir}.
|
||||
* configure.ac: Point config.intl to the parent directory of
|
||||
${top_builddir}.
|
||||
* configure: Regenerate.
|
||||
|
||||
2004-03-10 Kelley Cook <kcook@gcc.gnu.org>
|
||||
|
|
|
@ -187,11 +187,11 @@
|
|||
|
||||
2009-04-06 Laurent GUERBY <laurent@guerby.net>
|
||||
|
||||
* Makefile.in (ADA_RTS_DIR): Define.
|
||||
* Makefile.in (gnatlib-*): Link adainclude and adalib to it.
|
||||
* Makefile.in (ADA_RTS_DIR): Define.
|
||||
* Makefile.in (gnatlib-*): Link adainclude and adalib to it.
|
||||
|
||||
2008-09-21 Laurent Guerby <laurent@guerby.net>
|
||||
Paolo Bonzini <bonzini@gnu.org>
|
||||
Paolo Bonzini <bonzini@gnu.org>
|
||||
|
||||
PR ada/5911
|
||||
* Makefile.in (all, install, mostlyclean, clean, distclean): Add
|
||||
|
|
|
@ -116,7 +116,7 @@
|
|||
* configure.tgt: Add RISC-V tuple.
|
||||
|
||||
2017-02-01 Richard Henderson <rth@redhat.com>
|
||||
Torvald Riegel <triegel@redhat.com>
|
||||
Torvald Riegel <triegel@redhat.com>
|
||||
|
||||
* acinclude.m4: Add #define FAST_ATOMIC_LDST_*.
|
||||
* auto-config.h.in: Regenerate.
|
||||
|
|
|
@ -881,11 +881,11 @@
|
|||
2012-09-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||
Ian Lance Taylor <iant@google.com>
|
||||
|
||||
* configure.ac (GCC_HEADER_STDINT): Invoke.
|
||||
* backtrace.h: If we can't find <stdint.h>, use "gstdint.h".
|
||||
* btest.c: Don't include <stdint.h>.
|
||||
* dwarf.c: Likewise.
|
||||
* configure, aclocal.m4, Makefile.in, config.h.in: Rebuild.
|
||||
* configure.ac (GCC_HEADER_STDINT): Invoke.
|
||||
* backtrace.h: If we can't find <stdint.h>, use "gstdint.h".
|
||||
* btest.c: Don't include <stdint.h>.
|
||||
* dwarf.c: Likewise.
|
||||
* configure, aclocal.m4, Makefile.in, config.h.in: Rebuild.
|
||||
|
||||
2012-09-18 Ian Lance Taylor <iant@google.com>
|
||||
|
||||
|
|
|
@ -296,10 +296,10 @@
|
|||
|
||||
2018-01-18 Boris Kolpackov <boris@codesynthesis.com>
|
||||
|
||||
PR other/70268
|
||||
* include/cpplib.h (cpp_callbacks::remap_filename): New callback.
|
||||
* macro.c (_cpp_builtin_macro_text): Call remap_filename for
|
||||
__FILE__ and __BASE_FILE__.
|
||||
PR other/70268
|
||||
* include/cpplib.h (cpp_callbacks::remap_filename): New callback.
|
||||
* macro.c (_cpp_builtin_macro_text): Call remap_filename for
|
||||
__FILE__ and __BASE_FILE__.
|
||||
|
||||
2018-01-10 Kelvin Nilsen <kelvin@gcc.gnu.org>
|
||||
|
||||
|
|
|
@ -274,7 +274,7 @@
|
|||
|
||||
2009-04-01 Ben Elliston <bje@au.ibm.com>
|
||||
|
||||
* decContext.h: Include gstdint.h instead of <stdint.h>.
|
||||
* decContext.h: Include gstdint.h instead of <stdint.h>.
|
||||
|
||||
2009-03-30 Ben Elliston <bje@au.ibm.com>
|
||||
|
||||
|
@ -621,11 +621,11 @@
|
|||
|
||||
2006-01-02 Paolo Bonzini <bonzini@gnu.org>
|
||||
|
||||
PR target/25259
|
||||
* configure.ac: Use GCC_HEADER_STDINT.
|
||||
* decContext.h: Include gstdint.h.
|
||||
* aclocal.m4: Regenerate.
|
||||
* configure: Regenerate.
|
||||
PR target/25259
|
||||
* configure.ac: Use GCC_HEADER_STDINT.
|
||||
* decContext.h: Include gstdint.h.
|
||||
* aclocal.m4: Regenerate.
|
||||
* configure: Regenerate.
|
||||
|
||||
2005-12-20 Roger Sayle <roger@eyesopen.com>
|
||||
|
||||
|
@ -681,7 +681,7 @@
|
|||
2005-11-29 Ben Elliston <bje@au.ibm.com>
|
||||
|
||||
* decimal32.h, decimal64.h, decimal128.h: New.
|
||||
* decimal32.c, decimal64.c, decimal128.c: Likewise.
|
||||
* decimal32.c, decimal64.c, decimal128.c: Likewise.
|
||||
* decContext.c, decContext.h: Likewise.
|
||||
* decUtility.c, decUtility.h: Likewise.
|
||||
* decNumber.c, decNumber.h, decNumberLocal.h: Likewise.
|
||||
|
|
|
@ -462,7 +462,7 @@
|
|||
* configure: Rebuild.
|
||||
|
||||
2012-10-30 James Greenhalgh <james.greenhalgh at arm.com>
|
||||
Marcus Shawcroft <marcus.shawcroft at arm.com>
|
||||
Marcus Shawcroft <marcus.shawcroft at arm.com>
|
||||
|
||||
* README: Add details of aarch64 port.
|
||||
* src/aarch64/ffi.c: New.
|
||||
|
@ -473,7 +473,7 @@
|
|||
* Makefile.in, configure: Rebuilt.
|
||||
|
||||
2012-10-30 James Greenhalgh <james.greenhalgh at arm.com>
|
||||
Marcus Shawcroft <marcus.shawcroft at arm.com>
|
||||
Marcus Shawcroft <marcus.shawcroft at arm.com>
|
||||
|
||||
* testsuite/lib/libffi.exp: Add support for aarch64.
|
||||
* testsuite/libffi.call/cls_struct_va1.c: New.
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
2018-08-01 Martin Liska <mliska@suse.cz>
|
||||
|
||||
* libgcov-profiler.c (__gcov_indirect_call_profiler_v2): Do not
|
||||
check that __gcov_indirect_call_callee is non-null.
|
||||
check that __gcov_indirect_call_callee is non-null.
|
||||
|
||||
2018-07-30 Christophe Lyon <christophe.lyon@linaro.org>
|
||||
|
||||
|
@ -143,30 +143,30 @@
|
|||
2018-06-07 Martin Liska <mliska@suse.cz>
|
||||
|
||||
* libgcov-driver.c: Rename cs_all to all and assign it from
|
||||
all_prg.
|
||||
all_prg.
|
||||
|
||||
2018-06-07 Martin Liska <mliska@suse.cz>
|
||||
|
||||
PR bootstrap/86057
|
||||
PR bootstrap/86057
|
||||
* libgcov-driver-system.c (replace_filename_variables): Use
|
||||
memcpy instead of mempcpy.
|
||||
memcpy instead of mempcpy.
|
||||
(allocate_filename_struct): Do not allocate filename, allocate
|
||||
prefix and set it.
|
||||
prefix and set it.
|
||||
(gcov_exit_open_gcda_file): Allocate memory for gf->filename
|
||||
here and properly copy content into it.
|
||||
here and properly copy content into it.
|
||||
* libgcov-driver.c (struct gcov_filename): Remove max_length
|
||||
field, change prefix from size_t into char *.
|
||||
field, change prefix from size_t into char *.
|
||||
(compute_summary): Do not calculate longest filename.
|
||||
(gcov_do_dump): Release memory of gf.filename after each file.
|
||||
* libgcov-util.c (compute_summary): Use new signature of
|
||||
compute_summary.
|
||||
compute_summary.
|
||||
(calculate_overlap): Likewise.
|
||||
|
||||
2018-06-05 Martin Liska <mliska@suse.cz>
|
||||
|
||||
PR gcov-profile/47618
|
||||
* libgcov-driver-system.c (replace_filename_variables): New
|
||||
function.
|
||||
function.
|
||||
(gcov_exit_open_gcda_file): Use it.
|
||||
|
||||
2018-06-05 Martin Liska <mliska@suse.cz>
|
||||
|
@ -197,15 +197,15 @@
|
|||
|
||||
2018-05-30 Rasmus Villemoes <rasmus.villemoes@prevas.dk>
|
||||
|
||||
* crtstuff.c: Remove declaration of _Jv_RegisterClasses.
|
||||
* crtstuff.c: Remove declaration of _Jv_RegisterClasses.
|
||||
|
||||
2018-05-29 Martin Liska <mliska@suse.cz>
|
||||
|
||||
PR gcov-profile/85759
|
||||
PR gcov-profile/85759
|
||||
* libgcov-driver-system.c (gcov_error): Introduce usage of
|
||||
GCOV_EXIT_AT_ERROR env. variable.
|
||||
GCOV_EXIT_AT_ERROR env. variable.
|
||||
* libgcov-driver.c (merge_one_data): Print error that we
|
||||
overwrite a gcov file with a different timestamp.
|
||||
overwrite a gcov file with a different timestamp.
|
||||
|
||||
2018-05-23 Kalamatee <kalamatee@gmail.com>
|
||||
|
||||
|
@ -789,8 +789,8 @@
|
|||
config/i386/enable-execute-stack-mingw32.c
|
||||
|
||||
2017-08-01 Jerome Lambourg <lambourg@adacore.com>
|
||||
Doug Rupp <rupp@adacore.com>
|
||||
Olivier Hainque <hainque@adacore.com>
|
||||
Doug Rupp <rupp@adacore.com>
|
||||
Olivier Hainque <hainque@adacore.com>
|
||||
|
||||
* config.host (arm-wrs-vxworks*): Rework to handle arm-wrs-vxworks7
|
||||
as well as arm-wrs-vxworks.
|
||||
|
@ -926,10 +926,10 @@
|
|||
Matthieu Sarter <matthieu.sarter.external@atos.net>
|
||||
David Edelsohn <dje.gcc@gmail.com>
|
||||
|
||||
* config/rs6000/aix-unwind.h (MD_FALLBACK_FRAME_STATE_FOR): Define
|
||||
unconditionally.
|
||||
(ucontext_for): Add 64-bit AIX 6.1, 7.1, 7.2 support. Add 32-bit
|
||||
AIX 7.2 support.
|
||||
* config/rs6000/aix-unwind.h (MD_FALLBACK_FRAME_STATE_FOR): Define
|
||||
unconditionally.
|
||||
(ucontext_for): Add 64-bit AIX 6.1, 7.1, 7.2 support. Add 32-bit
|
||||
AIX 7.2 support.
|
||||
|
||||
2017-06-02 Olivier Hainque <hainque@adacore.com>
|
||||
|
||||
|
|
|
@ -1884,7 +1884,7 @@
|
|||
* config/nvptx/affinity.c: Delete to use fallback implementation.
|
||||
|
||||
2016-11-23 Alexander Monakov <amonakov@ispras.ru>
|
||||
Jakub Jelinek <jakub@redhat.com>
|
||||
Jakub Jelinek <jakub@redhat.com>
|
||||
Dmitry Melnik <dm@ispras.ru>
|
||||
|
||||
* Makefile.am (libgomp_la_SOURCES): Add atomic.c, icv.c, icv-device.c.
|
||||
|
@ -1986,7 +1986,7 @@
|
|||
* testsuite/libgomp.hsa.c/tiling-2.c: Likewise.
|
||||
|
||||
2016-11-23 Martin Liska <mliska@suse.cz>
|
||||
Martin Jambor <mjambor@suse.cz>
|
||||
Martin Jambor <mjambor@suse.cz>
|
||||
|
||||
* plugin/hsa.h: New file.
|
||||
* plugin/hsa_ext_finalize.h: New file.
|
||||
|
@ -2036,7 +2036,7 @@
|
|||
* testsuite/Makefile.in: Likewise.
|
||||
|
||||
2016-11-15 Martin Jambor <mjambor@suse.cz>
|
||||
Alexander Monakov <amonakov@ispras.ru>
|
||||
Alexander Monakov <amonakov@ispras.ru>
|
||||
|
||||
* testsuite/libgomp.fortran/examples-4/device-1.f90 (e_57_1): Add
|
||||
mapping clauses to target constructs.
|
||||
|
@ -2426,7 +2426,7 @@
|
|||
|
||||
2016-05-16 Martin Jambor <mjambor@suse.cz>
|
||||
|
||||
* testsuite/libgomp.hsa.c/complex-align-2.c: New test.
|
||||
* testsuite/libgomp.hsa.c/complex-align-2.c: New test.
|
||||
|
||||
2016-05-02 Nathan Sidwell <nathan@codesourcery.com>
|
||||
|
||||
|
|
|
@ -17,10 +17,10 @@
|
|||
|
||||
2018-07-26 Martin Liska <mliska@suse.cz>
|
||||
|
||||
PR lto/86548
|
||||
PR lto/86548
|
||||
* make-temp-file.c (TEMP_FILE): Remove leading 'cc'.
|
||||
(make_temp_file): Call make_temp_file_with_prefix with
|
||||
first argument set to NULL.
|
||||
first argument set to NULL.
|
||||
(make_temp_file_with_prefix): Support also prefix.
|
||||
|
||||
2018-07-19 Eli Zaretskii <eliz@gnu.org>
|
||||
|
@ -929,8 +929,8 @@
|
|||
* functions.texi: Regenerate.
|
||||
|
||||
2014-12-11 Uros Bizjak <ubizjak@gmail.com>
|
||||
Ben Elliston <bje@au.ibm.com>
|
||||
Manuel Lopez-Ibanez <manu@gcc.gnu.org>
|
||||
Ben Elliston <bje@au.ibm.com>
|
||||
Manuel Lopez-Ibanez <manu@gcc.gnu.org>
|
||||
|
||||
* xvasprintf.c: New file.
|
||||
* vprintf-support.h: Likewise.
|
||||
|
|
|
@ -47,11 +47,11 @@
|
|||
|
||||
2017-01-18 Matthias Klose <doko@ubuntu.com>
|
||||
|
||||
PR libobjc/78697
|
||||
PR libobjc/78697
|
||||
* configure.ac: Allow default for --with-target-bdw-gc-include.
|
||||
* configure: Regenerate.
|
||||
|
||||
PR libobjc/78698
|
||||
PR libobjc/78698
|
||||
* configure.ac: Use the libgc.la file when available.
|
||||
* configure: Regenerate.
|
||||
|
||||
|
@ -294,7 +294,7 @@
|
|||
clang which seems to emit calls to it.
|
||||
|
||||
2011-10-08 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
PR libobjc/50428
|
||||
* sendmsg.c (__objc_send_initialize): If a class does not have an
|
||||
|
@ -2098,7 +2098,7 @@
|
|||
for noreturn.
|
||||
|
||||
2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
|
||||
Steve Ellcey <sje@cup.hp.com>
|
||||
Steve Ellcey <sje@cup.hp.com>
|
||||
|
||||
* configure: Regenerate for new libtool.
|
||||
* config.h.in: Regenerate for new libtool.
|
||||
|
@ -2346,7 +2346,7 @@
|
|||
global scope.
|
||||
|
||||
2005-09-04 Andrew Pinski <pinskia@physics.uc.edu>
|
||||
Rasmus Hahn <rassahah@neofonie.de>
|
||||
Rasmus Hahn <rassahah@neofonie.de>
|
||||
|
||||
PR libobjc/23108
|
||||
* archive.c (objc_write_type): Correct the element offset.
|
||||
|
@ -2357,7 +2357,7 @@
|
|||
* All files: Update FSF address.
|
||||
|
||||
2005-08-13 Marcin Koziej <creep@desk.pl>
|
||||
Andrew Pinski <pinskia@physics.uc.edu>
|
||||
Andrew Pinski <pinskia@physics.uc.edu>
|
||||
|
||||
PR libobjc/22492
|
||||
* exception.c (PERSONALITY_FUNCTION): Fix the PC with finally.
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
2018-08-02 Martin Liska <mliska@suse.cz>
|
||||
|
||||
PR sanitizer/86022
|
||||
PR sanitizer/86022
|
||||
* sanitizer_common/sanitizer_linux_libcdep.cc (ThreadDescriptorSize):
|
||||
Cherry-pick compiler-rt revision 338606.
|
||||
Cherry-pick compiler-rt revision 338606.
|
||||
|
||||
2018-08-01 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
|
@ -46,9 +46,9 @@
|
|||
|
||||
2018-06-13 Denis Khalikov <d.khalikov@partner.samsung.com>
|
||||
|
||||
PR sanitizer/86090
|
||||
* configure.ac: Check for lstat and readlink.
|
||||
* configure, config.h.in: Rebuild.
|
||||
PR sanitizer/86090
|
||||
* configure.ac: Check for lstat and readlink.
|
||||
* configure, config.h.in: Rebuild.
|
||||
|
||||
2018-05-31 Matthias Klose <doko@ubuntu.com>
|
||||
|
||||
|
@ -199,26 +199,26 @@
|
|||
2017-10-19 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* All source files: Merge from upstream 315899.
|
||||
* asan/Makefile.am (nodist_saninclude_HEADERS): Add
|
||||
* asan/Makefile.am (nodist_saninclude_HEADERS): Add
|
||||
include/sanitizer/tsan_interface.h.
|
||||
* asan/libtool-version: Bump the libasan SONAME.
|
||||
* asan/libtool-version: Bump the libasan SONAME.
|
||||
* lsan/Makefile.am (sanitizer_lsan_files): Add lsan_common_mac.cc.
|
||||
(lsan_files): Add lsan_linux.cc, lsan_mac.cc and lsan_malloc_mac.cc.
|
||||
* sanitizer_common/Makefile.am (sanitizer_common_files): Add
|
||||
* sanitizer_common/Makefile.am (sanitizer_common_files): Add
|
||||
sancov_flags.cc, sanitizer_allocator_checks.cc,
|
||||
sanitizer_coverage_libcdep_new.cc, sanitizer_errno.cc,
|
||||
sanitizer_file.cc, sanitizer_mac_libcdep.cc and
|
||||
sanitizer_stoptheworld_mac.cc. Remove sanitizer_coverage_libcdep.cc
|
||||
and sanitizer_coverage_mapping_libcdep.cc.
|
||||
* tsan/Makefile.am (tsan_files): Add tsan_external.cc.
|
||||
* tsan/Makefile.am (tsan_files): Add tsan_external.cc.
|
||||
* ubsan/Makefile.am (DEFS): Add -DUBSAN_CAN_USE_CXXABI=1.
|
||||
(ubsan_files): Add ubsan_init_standalone.cc and
|
||||
ubsan_signals_standalone.cc.
|
||||
* ubsan/libtool-version: Bump the libubsan SONAME.
|
||||
* asan/Makefile.in: Regenerate.
|
||||
* lsan/Makefile.in: Regenerate.
|
||||
* sanitizer_common/Makefile.in: Regenerate.
|
||||
* tsan/Makefile.in: Regenerate.
|
||||
* asan/Makefile.in: Regenerate.
|
||||
* lsan/Makefile.in: Regenerate.
|
||||
* sanitizer_common/Makefile.in: Regenerate.
|
||||
* tsan/Makefile.in: Regenerate.
|
||||
* ubsan/Makefile.in: Regenerate.
|
||||
|
||||
2017-10-05 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
@ -1029,7 +1029,7 @@
|
|||
|
||||
2013-12-19 Kostya Serebryany <kcc@google.com>
|
||||
|
||||
* sanitizer_common/sanitizer_platform_limits_posix.cc:
|
||||
* sanitizer_common/sanitizer_platform_limits_posix.cc:
|
||||
workaround for missing definition of EOWNERDEAD, backport
|
||||
from upstream r196779.
|
||||
|
||||
|
@ -1132,10 +1132,10 @@
|
|||
2013-11-15 Kostya Serebryany <kcc@google.com>
|
||||
|
||||
PR sanitizer/58994
|
||||
Backport from upstream revision 194573
|
||||
* asan/asan_interceptors.cc (COMMON_INTERCEPTOR_ENTER): Fall
|
||||
back to the original functions in the common libsanitizer
|
||||
interceptors and the __cxa_atexit() interceptor on Darwin.
|
||||
Backport from upstream revision 194573
|
||||
* asan/asan_interceptors.cc (COMMON_INTERCEPTOR_ENTER): Fall
|
||||
back to the original functions in the common libsanitizer
|
||||
interceptors and the __cxa_atexit() interceptor on Darwin.
|
||||
|
||||
2013-11-13 Peter Bergner <bergner@vnet.ibm.com>
|
||||
|
||||
|
|
|
@ -251,7 +251,7 @@
|
|||
* configure: Regenerate.
|
||||
|
||||
2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
|
||||
Steve Ellcey <sje@cup.hp.com>
|
||||
Steve Ellcey <sje@cup.hp.com>
|
||||
|
||||
* configure: Regenerate for new libtool.
|
||||
* Makefile.in: Ditto.
|
||||
|
|
|
@ -166,7 +166,7 @@
|
|||
* libvtv/configure.ac : Add ACX_LT_HOST_FLAGS. Define VTV_CYGMIN.
|
||||
* libvtv/configure.tgt : (x86_64-*-cygwin*, i?86-*-cygwin*,
|
||||
x86_64-*-mingw*)
|
||||
(i?86-*-mingw*): Add to supported targets.
|
||||
(i?86-*-mingw*): Add to supported targets.
|
||||
* libvtv/vtv_fail.cc : Skip inclusion of execinfo.h on Cygwin and MinGW.
|
||||
(log_error_message): Skip calls to backtrace and backtrace_symbols_fd
|
||||
on Cygwin and MinGW.
|
||||
|
|
|
@ -656,7 +656,7 @@
|
|||
(onload): Don't create the temporary directory.
|
||||
|
||||
2009-11-04 Richard Guenther <rguenther@suse.de>
|
||||
Rafael Avila de Espindola <espindola@google.com>
|
||||
Rafael Avila de Espindola <espindola@google.com>
|
||||
|
||||
* lto-plugin.c (plugin_file_info): Remove temp field.
|
||||
(cleanup_handler): Don't delete temporary objects.
|
||||
|
@ -692,9 +692,9 @@
|
|||
|
||||
2009-10-19 Rafael Avila de Espindola <espindola@google.com>
|
||||
|
||||
PR40790
|
||||
* configure: Regenerate.
|
||||
* configure.ac: Add AC_TYPE_UINT64_T.
|
||||
PR40790
|
||||
* configure: Regenerate.
|
||||
* configure.ac: Add AC_TYPE_UINT64_T.
|
||||
|
||||
2009-10-16 Rafael Avila de Espindola <espindola@google.com>
|
||||
|
||||
|
@ -935,7 +935,7 @@
|
|||
|
||||
2008-09-23 Rafael Espindola <espindola@google.com>
|
||||
|
||||
* plugin-api.h: Moved to include.
|
||||
* plugin-api.h: Moved to include.
|
||||
|
||||
2008-09-23 Rafael Espindola <espindola@google.com>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue