1. 26 Dec, 2013 6 commits
  2. 25 Dec, 2013 4 commits
    • Remove target_cpu_default/cpu_names · b97de419
      Add processor names to processor_target_table and use it instead of
      target_cpu_default and cpu_names.
      
      	PR target/59587
      	* config/i386/i386.c (struct ptt): Add a field for processor
      	name.
      	(processor_target_table): Sync with processor_type.  Add
      	processor names.
      	(cpu_names): Removed.
      	(ix86_option_override_internal): Default x_ix86_tune_string
      	to processor_target_table[TARGET_CPU_DEFAULT].name.
      	(ix86_function_specific_print): Assert arch and tune <
      	PROCESSOR_max.  Use processor_target_table to print arch and
      	tune names.
      	* config/i386/i386.h (TARGET_CPU_DEFAULT): Default to
      	PROCESSOR_GENERIC.
      	(target_cpu_default): Removed.
      	(processor_type): Reordered.
      
      From-SVN: r206202
      H.J. Lu committed
    • Revert unwanted commit. · ce2b81bf
      From-SVN: r206201
      Uros Bizjak committed
    • re PR target/59422 (Support more targets for function multi versioning) · 74924838
      gcc/
      
      2013-12-25  Allan Sandfeld Jensen  <sandfeld@kde.org>
      	    H.J. Lu  <hongjiu.lu@intel.com>
      
      	PR target/59422
      	* config/i386/i386.c (get_builtin_code_for_version): Handle
      	PROCESSOR_HASWELL, PROCESSOR_SILVERMONT, PROCESSOR_BTVER1,
      	PROCESSOR_BTVER2, PROCESSOR_BDVER3 and PROCESSOR_BDVER4.
      	Change priority of PROCESSOR_BDVER1 to P_PROC_XOP.
      	(fold_builtin_cpu): Add "ivybridge", "haswell", "bonnell",
      	"silvermont", "bobcat" and "jaguar" CPU names.  Add "sse4a",
      	"fma4", "xop" and "fma" ISA names.
      
      libgcc/
      
      2013-12-25  Allan Sandfeld Jensen  <sandfeld@kde.org>
      	    H.J. Lu  <hongjiu.lu@intel.com>
      
              PR target/59422
              * config/i386/cpuinfo.c (enum processor_types):  Add AMD_BOBCAT
      	and AMD_JAGUAR.
      	(enum processor_subtypes): Add AMDFAM15H_BDVER3, AMDFAM15H_BDVER4,
      	INTEL_COREI7_IVYBRIDGE and INTEL_COREI7_HASWELL.
      	(enum processor_features): Add  FEATURE_SSE4_A, FEATURE_FMA4,
      	FEATURE_XOP and FEATURE_FMA.
      	(get_amd_cpu): Handle AMD_BOBCAT, AMD_JAGUAR, AMDFAM15H_BDVER2 and
      	AMDFAM15H_BDVER3.
      	(get_intel_cpu): Handle INTEL_COREI7 and INTEL_COREI7_HASWELL.
              (get_available_features): Handle FEATURE_FMA, FEATURE_SSE4_A,
      	FEATURE_FMA4 and FEATURE_XOP.
      
      testsuite/
      
      2013-12-25  Allan Sandfeld Jensen  <sandfeld@kde.org>
      
      	PR target/59422
      	* gcc.target/i386/funcspec-5.c (test_fma, test_xop, test_no_fma,
      	test_no_xop, test_arch_corei7, test_arch_corei7_avx,
      	test_arch_core_avx2, test_arch_bdver1, test_arch_bdver2,
      	test_arch_bdver3, test_tune_corei7, test_tune_corei7_avx,
      	test_tune_core_avx2, test_tune_bdver1, test_tune_bdver2 and
      	test_tune_bdver3): New function prototypes.
      
      From-SVN: r206200
      Allan Sandfeld Jensen committed
    • Daily bump. · 80d69d3a
      From-SVN: r206199
      GCC Administrator committed
  3. 24 Dec, 2013 5 commits
  4. 23 Dec, 2013 13 commits
    • re PR target/59203 (config/cris/cris.c:2491: possible typo ?) · c09c8f70
      	PR target/59203
      	* config/cris/cris.c (cris_pic_symbol_type_of): Fix typo,
      	checking t1 twice instead of t1 and t2 respectively.
      
      From-SVN: r206188
      Hans-Peter Nilsson committed
    • re PR middle-end/59584 (regressions related to __builtin_stack_restore) · a13a866e
      	PR middle-end/59584
      	* config/cris/predicates.md (cris_nonsp_register_operand):
      	New define_predicate.
      	* config/cris/cris.md: Replace register_operand with
      	cris_nonsp_register_operand for destinations in all
      	define_splits where a register is set more than once.
      
      From-SVN: r206187
      Hans-Peter Nilsson committed
    • * gdbinit.in (input_line, input_filename): Define. · 2a0da5ad
      From-SVN: r206183
      Jason Merrill committed
    • re PR c++/41090 (Using static label reference in c++ class constructor produces wrong code) · 1f26ac87
      	PR c++/41090
      	Add -fdeclone-ctor-dtor.
      gcc/cp/
      	* optimize.c (can_alias_cdtor, populate_clone_array): Split out
      	from maybe_clone_body.
      	(maybe_thunk_body): New function.
      	(maybe_clone_body): Call it.
      	* mangle.c (write_mangled_name): Remove code to suppress
      	writing of mangled name for cloned constructor or destructor.
      	(write_special_name_constructor): Handle decloned constructor.
      	(write_special_name_destructor): Handle decloned destructor.
      	* method.c (trivial_fn_p): Handle decloning.
      	* semantics.c (expand_or_defer_fn_1): Clone after setting linkage.
      gcc/c-family/
      	* c.opt: Add -fdeclone-ctor-dtor.
      	* c-opts.c (c_common_post_options): Default to on iff -Os.
      gcc/
      	* cgraph.h (struct cgraph_node): Add calls_comdat_local.
      	(symtab_comdat_local_p, symtab_in_same_comdat_p): New.
      	* cif-code.def: Add USES_COMDAT_LOCAL.
      	* symtab.c (verify_symtab_base): Make sure we don't refer to a
      	comdat-local symbol from outside its comdat.
      	* cgraph.c (verify_cgraph_node): Likewise.
      	* cgraphunit.c (mark_functions_to_output): Don't mark comdat-locals.
      	* ipa.c (symtab_remove_unreachable_nodes): Likewise.
      	(function_and_variable_visibility): Handle comdat-local fns.
      	* ipa-cp.c (determine_versionability): Don't clone comdat-locals.
      	* ipa-inline-analysis.c (compute_inline_parameters): Update
      	calls_comdat_local.
      	* ipa-inline-transform.c (inline_call): Likewise.
      	(save_inline_function_body): Don't clear DECL_COMDAT_GROUP.
      	* ipa-inline.c (can_inline_edge_p): Check calls_comdat_local.
      	* lto-cgraph.c (input_overwrite_node): Read calls_comdat_local.
      	(lto_output_node): Write it.
      	* symtab.c (symtab_dissolve_same_comdat_group_list): Clear
      	DECL_COMDAT_GROUP for comdat-locals.
      include/
      	* demangle.h (enum gnu_v3_ctor_kinds):
      	Added literal gnu_v3_unified_ctor.
      	(enum gnu_v3_ctor_kinds):
      	Added literal gnu_v3_unified_dtor.
      libiberty/
      	* cp-demangle.c (cplus_demangle_fill_ctor,cplus_demangle_fill_dtor):
      	Handle unified ctor/dtor.
      	(d_ctor_dtor_name): Handle unified ctor/dtor.
      
      From-SVN: r206182
      Jason Merrill committed
    • vect-neg-store-1.c: New test. · 266d276c
      2013-12-23  Bingfeng Mei  <bmei@broadcom.com>
      
      	* gcc.dg/vect/vect-neg-store-1.c: New test.
      	* gcc.dg/vect/vect-neg-store-2.c: Ditto.
      
      From-SVN: r206181
      Bingfeng Mei committed
    • Move Bonnell and Silvermont entries before generic · 7c2539fc
      	* config/i386/i386.c (processor_target_table): Move Bonnell and
      	Silvermont entries before generic.
      
      From-SVN: r206180
      H.J. Lu committed
    • re PR middle-end/59569 (r206148 causes internal compiler error: in… · f234d260
      re PR middle-end/59569 (r206148 causes internal compiler error: in vect_create_destination_var, at tree-vect-data-refs.c:4294)
      
      2013-12-23  Bingfeng Mei  <bmei@broadcom.com>
      
      	PR middle-end/59569
      	* tree-vect-stmts.c (vectorizable_store): Skip permutation for
      	consant operand, and add a few missing \n.
      
      	* gcc.c-torture/compile/pr59569-1.c: New test.
      	* gcc.c-torture/compile/pr59569-2.c: Ditto.
      
      From-SVN: r206179
      Bingfeng Mei committed
    • Use proper Intel processor names for -march=/-mtune= · d3c11974
      gcc/
      
      	* config/i386/core2.md: Replace corei7 with nehalem.
      
      	* config/i386/driver-i386.c (host_detect_local_cpu): Use nehalem,
      	westmere, sandybridge, ivybridge, haswell, bonnell, silvermont
      	for cpu names.
      
      	* config/i386/i386-c.c (ix86_target_macros_internal): Replace
      	PROCESSOR_COREI7, PROCESSOR_COREI7_AVX, PROCESSOR_ATOM,
      	PROCESSOR_SLM with PROCESSOR_NEHALEM, PROCESSOR_SANDYBRIDGE,
      	PROCESSOR_BONNELL, PROCESSOR_SILVERMONT.  Define
      	__nehalem/__nehalem__, __sandybridge/__sandybridge__,
      	__haswell/__haswell__, __tune_nehalem__, __tune_sandybridge__,
      	__tune_haswell__, __bonnell/__bonnell__,
      	__silvermont/__silvermont__, __tune_bonnell__,
      	__tune_silvermont__.
      
      	* config/i386/i386.c (m_COREI7): Renamed to ...
      	(m_NEHALEM): This.
      	(m_COREI7_AVX): Renamed to ...
      	(m_SANDYBRIDGE): This.
      	(m_ATOM): Renamed to ...
      	(m_BONNELL): This.
      	(m_SLM): Renamed to ...
      	(m_SILVERMONT): This.
      	(m_CORE_ALL): Updated.
      	(cpu_names): Add "nehalem", "westmere", "sandybridge",
      	"ivybridge", "haswell", "broadwell", "bonnell", "silvermont".
      	(PTA_CORE2): New.
      	(PTA_NEHALEM): Likewise.
      	(PTA_WESTMERE): Likewise.
      	(PTA_SANDYBRIDGE): Likewise.
      	(PTA_IVYBRIDGE): Likewise.
      	(PTA_HASWELL): Likewise.
      	(PTA_BROADWELL): Likewise.
      	(PTA_BONNELL): Likewise.
      	(PTA_SILVERMONT): Likewise.
      	(ix86_option_override_internal): Use new PTA_XXX.  Add nehalem,
      	westmere, sandybridge, ivybridge, haswell, bonnell, silvermont.
      	(ix86_lea_outperforms): Updated.
      	(ix86_issue_rate): Likewise.
      	(ix86_adjust_cost): Likewise.
      	(ia32_multipass_dfa_lookahead): Likewise.
      	(do_reorder_for_imul): Likewise.
      	(swap_top_of_ready_list): Likewise.
      	(ix86_sched_reorder): Likewise.
      	(ix86_sched_init_global): Likewise.
      	(get_builtin_code_for_version): Likewise.
      	(processor_model): Replace M_INTEL_ATOM, M_INTEL_SLM with
      	M_INTEL_BONNELL, M_INTEL_SILVERMONT.
      	(arch_names_table): Updated.
      
      	* config/i386/i386.h (TARGET_COREI7): Removed.
      	(TARGET_COREI7_AVX): Likewise.
      	(TARGET_ATOM): Likewise.
      	(TARGET_SLM): Likewise.
      	(TARGET_NEHALEM): New.
      	(TARGET_SANDYBRIDGE): Likewise.
      	(TARGET_BONNELL): Likewise.
      	(TARGET_SILVERMONT): Likewise.
      	(target_cpu_default): Add TARGET_CPU_DEFAULT_core_avx2,
      	TARGET_CPU_DEFAULT_nehalem, TARGET_CPU_DEFAULT_westmere,
      	TARGET_CPU_DEFAULT_sandybridge, TARGET_CPU_DEFAULT_ivybridge,
      	TARGET_CPU_DEFAULT_broadwell, TARGET_CPU_DEFAULT_bonnell,
      	TARGET_CPU_DEFAULT_silvermont.  Move TARGET_CPU_DEFAULT_haswell
      	before TARGET_CPU_DEFAULT_broadwell.
      	(processor_type): Replace PROCESSOR_COREI7, PROCESSOR_COREI7_AVX,
      	PROCESSOR_ATOM, PROCESSOR_SLM with PROCESSOR_NEHALEM,
      	PROCESSOR_SANDYBRIDGE, PROCESSOR_BONNELL, PROCESSOR_SILVERMONT.
      
      	* config/i386/i386.md (cpu): Replace corei7 with nehalem.
      
      	* config/i386/x86-tune.def: Updated.
      
      	* doc/invoke.texi: Replace corei7, corei7-avx, core-avx-i,
      	core-avx2, atom, slm with nehalem, sandybridge, ivybridge,
      	haswell, bonnel, silvermont.  Add westmere.
      
      libgcc/
      
      	* config/i386/cpuinfo.c (processor_subtypes): Replace INTEL_ATOM,
      	INTEL_SLM with INTEL_BONNELL, INTEL_SILVERMONT.
      	(get_intel_cpu): Updated.
      
      Co-Authored-By: Tocar Ilya <ilya.tocar@intel.com>
      
      From-SVN: r206178
      H.J. Lu committed
    • re PR c++/59111 ([c++11] ICE on invalid usage of auto in return type) · ae8310ec
      	PR c++/59111
      cp/
      	* search.c (lookup_conversions): Return NULL_TREE if !CLASS_TYPE_P.
      testsuite/
      	* g++.dg/cpp0x/pr59111.C: New test.
      	* g++.dg/cpp1y/pr59110.C: New test.
      
      From-SVN: r206177
      Marek Polacek committed
    • mklog: Automatically insert comments in trivial cases. · b654717c
      2013-12-23  Yury Gribov  <y.gribov@samsung.com>
      
      	* mklog: Automatically insert comments in trivial cases.
      
      From-SVN: r206175
      Yury Gribov committed
    • re PR rtl-optimization/57422 (ICE: SIGSEGV in dominated_by_p with custom flags) · c64476f1
              PR rtl-optimization/57422
              * sel-sched.c (fill_vec_av_set): Assert that the fence insn
              can always be scheduled in its current form.
      
      From-SVN: r206174
      Andrey Belevantsev committed
    • re PR rtl-optimization/57422 (ICE: SIGSEGV in dominated_by_p with custom flags) · d0381b37
              PR rtl-optimization/57422
              * sel-sched.c (mark_unavailable_hard_regs): Fix typo when calling
              add_to_hard_reg_set.
      
      From-SVN: r206173
      Andrey Belevantsev committed
    • Daily bump. · cecadda4
      From-SVN: r206171
      GCC Administrator committed
  5. 22 Dec, 2013 3 commits
    • chi2_quality.h: Break out from chi2_quality.cc. · ca9431f7
      	* testsuite/20_util/hash/chi2_quality.h: Break out from
      	chi2_quality.cc.
      	* testsuite/20_util/hash/chi2_q_bit_flip_set.cc: Ditto.
      	* testsuite/20_util/hash/chi2_q_document_words.cc: Ditto.
      	* testsuite/20_util/hash/chi2_q_bit_string_set.cc: Ditto.  Increase
      	SAMPLES to 35000 for simulator targets.
      	* testsuite/20_util/hash/chi2_q_numeric_pattern_set.cc: Ditto.
      	* testsuite/20_util/hash/chi2_q_uniform_random.cc: Ditto.
      	* testsuite/20_util/hash/chi2_quality.cc: Remove.
      
      From-SVN: r206167
      Hans-Peter Nilsson committed
    • func-2a.c (dg-do): Remove target selector. · 96758521
      	* gcc.target/x86_64/abi/callabi/func-2a.c (dg-do): Remove
      	target selector.
      	* gcc.target/x86_64/abi/callabi/func-indirect-2a.c (dg-do): Ditto.
      	* gcc.target/x86_64/abi/callabi/vaarg-4a.c (dg-do): Ditto.
      	* gcc.target/x86_64/abi/callabi/vaarg-5a.c (dg-do): Ditto.
      
      From-SVN: r206166
      Uros Bizjak committed
    • Daily bump. · 005cdd8a
      From-SVN: r206165
      GCC Administrator committed
  6. 21 Dec, 2013 3 commits
  7. 20 Dec, 2013 6 commits