1. 30 Sep, 2011 20 commits
    • re PR c++/44473 (iterators already defined for std::vector when using std::decimal) · ac6fb7a4
      gcc/cp
      	PR c++/44473
      	* mangle.c (write_type): Handle CV qualifiers for decimal classes.
      gcc/testsuite
      	PR c++/44473
      	* g++.dg/dfp/44473-1.C: New test.
      	* g++.dg/dfp/44473-2.C: New test.
      	* g++.dg/dfp/mangle-1.C: New test.
      	* g++.dg/dfp/mangle-2.C: New test.
      	* g++.dg/dfp/mangle-3.C: New test.
      	* g++.dg/dfp/mangle-4.C: New test.
      	* g++.dg/dfp/mangle-5.C: New test.
      
      From-SVN: r179399
      Janis Johnson committed
    • Add missing ','. · 06ef8c2e
      2011-09-30  H.J. Lu  <hongjiu.lu@intel.com>
      
      	* doc/extend.texi: Add missing ','.
      
      From-SVN: r179397
      H.J. Lu committed
    • Use 64bit integer for LTO symbol ID. · ad7715f3
      gcc/lto
      
      2011-09-30  H.J. Lu  <hongjiu.lu@intel.com>
      	    Andi Kleen  <ak@linux.intel.com>
      
      	PR lto/50568
      	* lto.c (lto_splay_tree_delete_id): New.
      	(lto_splay_tree_compare_ids): Likewise.
      	(lto_splay_tree_lookup): Likewise.
      	(lto_splay_tree_id_equal_p): Likewise.
      	(lto_splay_tree_insert): Likewise.
      	(lto_splay_tree_new): Likewise.
      	(lto_resolution_read): Change id to unsigned HOST_WIDE_INT.
      	Use lto_splay_tree_id_equal_p and lto_splay_tree_lookup.
      	(create_subid_section_table): Use lto_splay_tree_lookup and
      	lto_splay_tree_insert.
      	(lto_file_read): Use lto_splay_tree_new.
      
      lto-plugin/
      
      2011-09-30  H.J. Lu  <hongjiu.lu@intel.com>
      	    Andi Kleen  <ak@linux.intel.com>
      
      	PR lto/50568
      	* lto-plugin.c (sym_aux): Change id to unsigned long long.
      	(plugin_symtab): Likewise.
      	(dump_symtab): Likewise.
      	(resolve_conflicts): Likewise.
      	(process_symtab): Likewise.
      
      Co-Authored-By: Andi Kleen <ak@linux.intel.com>
      
      From-SVN: r179395
      H.J. Lu committed
    • c6x-common.c (c6x_option_optimization_table): Enable -fmodulo-sched at -O2 and above. · 11e69edc
      	* common/config/c6x/c6x-common.c (c6x_option_optimization_table):
      	Enable -fmodulo-sched at -O2 and above.
      	* config/c6x/c6x.md (doloop_end): New expander.
      	(mvilc, sploop, spkernel, loop_end): New patterns.
      	(loop_end with memory destination splitter): New.
      	* config/c6x/c6x.c: Include "hw-doloop.h".
      	(enum unitreqs): New.
      	(unit_req_table): New typedef.
      	(unit_reqs): New static variable.
      	(unit_req_factor, get_unit_reqs, count_unit_reqs, merge_unit_reqs,
      	res_mii, split_delayed_nonbranch, undo_split_delayed_nonbranch,
      	hwloop_pattern_reg, bb_earliest_end_cycle, filter_insns_above,
      	hwloop_optimize, hwloop_fail, c6x_hwloops): New static functions.
      	(struct c6x_sched_context): New member last_scheduled_iter0.
      	(init_sched_state): Initialize it.
      	(c6x_variable_issue): Update it.
      	(sploop_max_uid_iter0): New static variable.
      	(c6x_sched_reorder_1): Be careful about issuing sploop.
      	(c6x_reorg): Call c6x_hwlooops before the final schedule.
      
      From-SVN: r179393
      Bernd Schmidt committed
    • re PR target/50566 ([avr]: Add support for better logging similar to -mdeb) · fe780c13
      	PR target/50566
      	* config/avr/avr-protos.h (avr_log_t): New field address_cost.
      	* config/avr/avr.c (avr_address_cost): Use it.
      	* config/avr/avr-log.c (avr_log_set_avr_log): Initialize it.
      	(avr_log_vadump): Unknown %-codes finish printing.
      
      From-SVN: r179391
      Georg-Johann Lay committed
    • re PR inline-asm/50571 (Undesirable folding in "m" constrained asm operands) · 38384150
      	PR inline-asm/50571
      	* gimple-fold.c (fold_stmt_1) <case GIMPLE_ASM>: If
      	input constraints allow mem and not reg, pass true instead of
      	false as second argument to maybe_fold_reference.
      
      	* gcc.dg/pr50571.c: New test.
      
      From-SVN: r179389
      Jakub Jelinek committed
    • re PR tree-optimization/46309 (optimization a==3||a==1) · 0ccb5dbf
      	PR tree-optimization/46309
      	* fold-const.c (make_range, merge_ranges): Remove prototypes.
      	(make_range_step): New function.
      	(make_range): Use it.
      	* tree.h (make_range_step): New prototypes.
      	* Makefile.in (tree-ssa-reassoc.o): Depend on $(DIAGNOSTIC_CORE_H).
      	* tree-ssa-reassoc.c: Include diagnostic-core.h.
      	(struct range_entry): New type.
      	(init_range_entry, range_entry_cmp, update_range_test,
      	optimize_range_tests): New functions.
      	(reassociate_bb): Call optimize_range_tests.
      
      	* gcc.dg/pr46309.c: New test.
      
      From-SVN: r179388
      Jakub Jelinek committed
    • tree-ssa-structalias.c (find_func_aliases_for_builtin_call): Handle… · 915afed6
      tree-ssa-structalias.c (find_func_aliases_for_builtin_call): Handle BUILT_IN_STRDUP and BUILT_IN_STRNDUP.
      
      	* tree-ssa-structalias.c (find_func_aliases_for_builtin_call): Handle
      	BUILT_IN_STRDUP and BUILT_IN_STRNDUP.
      	* tree-ssa-alias.c (call_may_clobber_ref_p_1): Likewise.  Fix
      	handling of BUILT_IN_STRNCAT and BUILT_IN_STRNCAT_CHK.
      	(ref_maybe_used_by_call_p_1): Fix handling of BUILT_IN_STRCAT,
      	BUILT_IN_STRNCAT, BUILT_IN_STRCAT_CHK and BUILT_IN_STRNCAT_CHK.
      
      	* gcc.dg/strlenopt-21.c: New test.
      
      Co-Authored-By: Richard Guenther <rguenther@suse.de>
      
      From-SVN: r179387
      Jakub Jelinek committed
    • Split out LTO's writing of top level asm nodes in preparation of extending what... · 49f836ba
      Split out LTO's writing of top level asm nodes in preparation of extending
      what needs to be written out when top level asm-s get enhanced to accept a
      limited set of input operands.
      
      gcc/
      2011-09-30  Jan Beulich  <jbeulich@suse.com>
      
      	* lto-cgraph.c (output_cgraph): Remove processing of
      	'cgraph_asm_nodes', call lto_output_toplevel_asms() instead.
      	(input_cgraph_1): Remove loop calling cgraph_add_asm_node(), call
      	lto_input_toplevel_asms() instead.
      	* lto-section-in.c (lto_section_name): Add "asm" entry.
      	* lto-streamer-in.c (lto_input_toplevel_asms): New.
      	* lto-streamer-out.c (lto_output_toplevel_asms): New.
      	* lto-streamer.h (LTO_minor_version): Bump.
      	(enum lto_section_type): Add LTO_section_asm.
      	(struct lto_asm_header): New.
      	(lto_input_toplevel_asms, lto_output_toplevel_asms): Declare.
      	* tree-streamer.h (streamer_write_string_cst): Declare.
      	* tree-streamer-out.c (write_string_cst): Rename to
      	streamer_write_string_cst and make global. Handle incoming string
      	being NULL.
      	(streamer_write_tree_header): Adjust call to renamed function.
      
      From-SVN: r179386
      Jan Beulich committed
    • sched-ebb.c (schedule_ebb): No longer static. · 7043b893
      	* sched-ebb.c (schedule_ebb): No longer static.  Remove declaration.
      	New arg modulo_scheduling.  All callers changed.  Move note handling
      	code here from schedule_ebbs.
      	(schedule_ebbs_finish, schedule_ebbs_init): New functions, broken
      	out of schedule_ebbs.
      	(schedule_ebbs): Call them.  Remove note handling code moved to
      	schedule_ebb.
      	* sched-int.h (schedule_ebb, schedule_ebbs_init,
      	schedule_ebbs_finish): Declare.
      
      From-SVN: r179385
      Bernd Schmidt committed
    • Partial reversion of r179358. · a912d7d9
      
      ada:
      	Partial reversion of r179358.
      
      	* gcc-interface/Makefile.in (Darwin): Partial reversion of previous
      	change to powerpc section.
      
      From-SVN: r179384
      Iain Sandoe committed
    • haifa-sched.c (modulo_ii, [...]): New static variables. · 06d7e8e7
      	* haifa-sched.c (modulo_ii, modulo_max_states, modulo_n_insns,
      	modulo_insns_scheduled, modulo_iter0_max_uid, modulo_backtracks_left,
      	modulo_last_stage): New static variables.
      	(set_modulo_params, discard_delay_pairs_above): New functions.
      	(struct delay_pair): New member stages.
      	(htab_i2_traverse, htab_i1_traverse): New static functions.
      	(record_delay_slot_pair): New arg stages.  All callers changed.
      	Record it.
      	(pair_delay): Take stages into account.
      	(add_delay_dependencies): Don't do so for stage pairs.
      	(struct sched_block_state): New member modulo_epilogue.
      	(save_backtrack_point): Don't set SHADOW_P for stage pairs.
      	(unschedule_insns_until): Decrease modulo_insns_scheduled.
      	Set HARD_DEP without using or.
      	(resolve_dependencies): New static function.
      	(prune_ready_list): New arg modulo_epilogue_p.  All callers changed.
      	If it is true, allow only insns with INSN_EXACT_TICK set.
      	(schedule_block): Return bool, always true for normal scheduling,
      	true or false depending on modulo scheduling success otherwise.
      	Add bookkeeping for modulo scheduling, and call resolve_dependencies
      	on everything left over after a modulo schedule.
      	(haifa_sched_init): Remove check_cfg call.  Clear modulo_ii.
      	* sched-int.h (schedule_block, record_delay_slot_pair): Adjust
      	declarations.
      	(set_modulo_params, discard_delay_pairs_above): Declare.
      	* params.def (PARAM_MAX_MODULO_BACKTRACK_ATTEMPS): New.
      	* doc/invoke.texi (--param): Document it.
      
      From-SVN: r179383
      Bernd Schmidt committed
    • re PR tree-optimization/50574 (gcc.c-torture/execute/vector-compare-1.c FAILs on SPARC) · ccb3dd5a
      2011-09-30  Richard Guenther  <rguenther@suse.de>
      
      	PR middle-end/50574
      	* tree-cfg.c (verify_gimple_comparison): Compare component
      	mode sizes for vector comparisons.
      
      From-SVN: r179382
      Richard Guenther committed
    • SMS: Support instructions with REG_INC_NOTE · d8edf83d
      From-SVN: r179381
      Revital Eres committed
    • SMS: Avoid generating redundant reg-moves · 442b891d
      From-SVN: r179380
      Revital Eres committed
    • hw-doloop.c (scan_loop): Compute register usage only for non-debug insns. · f27a3d37
      	* hw-doloop.c (scan_loop): Compute register usage only for non-debug
      	insns.
      
      From-SVN: r179379
      Bernd Schmidt committed
    • re PR target/50099 (ICE: internal compiler error: in extract_insn, at… · 8d4f1548
      re PR target/50099 (ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust)
      
      
      Fix PR target/50099
      
      From-SVN: r179378
      Ramana Radhakrishnan committed
    • Commit for Matthew Gretton-Dann fix for the test. · 8a58edc2
      From-SVN: r179377
      Matthew Gretton-Dann committed
    • Add sparc VIS 2.0 builtins, intrinsics, and option to control them. · c4728c6b
      gcc/
      
      	* config/sparc/sparc.opt (VIS2): New option.
      	* doc/invoke.texi: Document it.
      	* config/sparc/sparc.md (UNSPEC_EDGE8N, UNSPEC_EDGE8LN,
      	UNSPEC_EDGE16N, UNSPEC_EDGE16LN, UNSPEC_EDGE32N,
      	UNSPEC_EDGE32LN, UNSPEC_BSHUFFLE): New unspecs.
      	(define_attr type): New insn type 'edgen'.
      	(bmask<P:mode>_vis, bshuffle<V64I:mode>_vis, edge8n<P:mode>_vis,
      	edge8ln<P:mode>_vis, edge16n<P:mode>_vis, edge16ln<P:mode>_vis,
      	edge32n<P:mode>_vis, edge32ln<P:mode>_vis): New insn VIS 2.0
      	patterns.
      	* niagara.md: Handle edgen.
      	* niagara2.md: Likewise.
      	* ultra1_2.md: Likewise.
      	* ultra3.md: Likewise.
      	* config/sparc/sparc-c.c (sparc_target_macros): Define __VIS__
      	to 0x200 when TARGET_VIS2.
      	* config/sparc/sparc.c (sparc_option_override): Set MASK_VIS2 by
      	default when targetting capable cpus.  TARGET_VIS2 implies
      	TARGET_VIS, clear and it when TARGET_FPU is disabled.
      	(sparc_vis_init_builtins): Emit new VIS 2.0 builtins.
      	(sparc_expand_builtin): Fix predicate indexing when builtin returns
      	void.
      	(sparc_fold_builtin): Do not eliminate bmask when result is ignored.
      	* config/sparc/visintrin.h (__vis_bmask, __vis_bshuffledi,
      	__vis_bshufflev2si, __vis_bshufflev4hi, __vis_bshufflev8qi,
      	__vis_edge8n, __vis_edge8ln, __vis_edge16n, __vis_edge16ln,
      	__vis_edge32n, __vis_edge32ln): New VIS 2.0 interfaces.
      	* doc/extend.texi: Document new VIS 2.0 builtins.
      
      gcc/testsuite/
      
      	* gcc.target/sparc/bmaskbshuf.c: New test.
      	* gcc.target/sparc/edgen.c: New test.
      
      From-SVN: r179376
      David S. Miller committed
    • Daily bump. · 3aaedee0
      From-SVN: r179375
      GCC Administrator committed
  2. 29 Sep, 2011 20 commits
    • More sparc pixel-compare insn pattern cleanups. · 424dcc4f
      	* config/sparc/sparc.md (VIS pixel-compare insn): There is only one
      	code iterator used, so just use <code>.  There are two mode iterators
      	so explicitly use <GCM:gcm_name>.
      
      From-SVN: r179366
      David S. Miller committed
    • frvbegin.c: Fix location of unwind-dw2-fde.h header file. · 0fad9ab9
      	* config/frv/frvbegin.c: Fix location of unwind-dw2-fde.h header
      	file.
      	* config/frv/frvend.c: Likewise.
      	* config/frv/frv.c (frv_function_prologue): Move misplaced
      	CALL_ARG_LOCATION notes back to their proper locations.
      
      Co-Authored-By: Bernd Schmidt <bernds@codesourcery.com>
      
      From-SVN: r179363
      Nick Clifton committed
    • hashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&)): Remove noexcept from declaration too. · b24a9835
      2011-09-29  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* include/bits/hashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&)):
      	Remove noexcept from declaration too.
      
      From-SVN: r179360
      Paolo Carlini committed
    • re PR target/50566 ([avr]: Add support for better logging similar to -mdeb) · ab758510
      	PR target/50566
      	* config/avr/avr-log.c (avr_log_vadump): Use %b to print bool.
      	* config/avr/avr.c (avr_rtx_costs_1): New static function, renamed
      	from avr_rtx_costs.
      	(avr_legitimate_address_p): Use avr_edump to print log information
      	filtered by avr_log.
      	(extra_constraint_Q): Ditto.
      	(avr_legitimize_address): Ditto.
      	(avr_rtx_costs): Ditto.  Rewrite as wrapper for avr_rtx_costs_1.
      	(final_prescan_insn): Use avr_log.rtx_costs as filter.
      
      From-SVN: r179359
      Georg-Johann Lay committed
    • Makefile.in (Darwin): Factor LIBGNAT_TARGET_PAIRS across the port. · 39ffb1f9
      
      ada:
      
      	* gcc-interface/Makefile.in (Darwin): Factor LIBGNAT_TARGET_PAIRS
      	across the port.
      
      From-SVN: r179358
      Iain Sandoe committed
    • arm-protos.h (arm_modes_tieable_p): Declare. · 2af8e257
      gcc/
      	* config/arm/arm-protos.h (arm_modes_tieable_p): Declare.
      	* config/arm/arm.h (MODES_TIEABLE_P): Use it.
      	* config/arm/arm.c (arm_modes_tieable_p): New function.  Allow
      	NEON vector and structure modes to be tied.
      
      From-SVN: r179355
      Richard Sandiford committed
    • graphite-scop-detection.c (make_close_phi_nodes_unique): New forward declaration. · 99e2796b
      2011-09-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
      
      	* graphite-scop-detection.c (make_close_phi_nodes_unique):  New
      	forward declaration.
      	(remove_duplicate_close_phi): Detect and repair creation of
      	duplicate close-phis for a containing loop.
      
      From-SVN: r179351
      Bill Schmidt committed
    • Use urandom in gcc.c too · 44a22bdb
      gcc also takes generates a random number in some special circumstances,
      so teach it about /dev/urandom too.
      
      gcc/:
      
      2011-09-27   Andi Kleen <ak@linux.intel.com>
      
      	* gcc.c (get_local_tick). Rename to get_random_number.
              Read from /dev/urandom.
      	Add getpid call.
      	(compare_debug_dump_opt_spec_function): Drop getpid call.
      
      From-SVN: r179349
      Andi Kleen committed
    • Use urandom to get random seed · 35f2a89d
      When available use /dev/urandom to get the random seem. This will lower the probability
      of collisions.
      
      On other systems it will fallback to the old methods.
      
      Passes bootstrap + testsuite on x86_64. Ok?
      
      gcc/:
      
      2011-09-26   Andi Kleen <ak@linux.intel.com>
      
      	* toplev.c (init_local_tick): Try reading random seed from /dev/urandom
      
      From-SVN: r179348
      Andi Kleen committed
    • Change random seeds to 64bit and drop re-crcing · dde8b360
      I had some trouble with random build failures in a large LTO project
      and it turned out to be random seed collisions in a highly parallel build
      (thanks to Honza for suggesting that)
      
      There were multiple problems:
      - The way to generate the random seed is not very random (milliseconds time plus pid)
      and prone to collisions on highly parallel builds
      - It's only 32bit
      - Several users take the existing ascii seed and re-CRC32 it again, which
      doesn't exactly improve it.
      
      This patch changes that to:
      - Always use 64bit seeds as numbers (no re-crcing)
      - Change all users to use HOST_WIDE_INT
      - When the user specifies a random seed it's still crc32ed, but only in
      this case.
      
      Passes bootstrap + testsuite on x86_64-linux.
      
      gcc/cp:
      
      2011-09-26   Andi Kleen <ak@linux.intel.com>
      
      	* repo.c (finish_repo): Use HOST_WIDE_INT_PRINT_HEX_PURE.
      
      gcc/:
      
      2011-09-26   Andi Kleen <ak@linux.intel.com>
      
      	* hwint.h (HOST_WIDE_INT_PRINT_HEX_PURE): Add.
      	* lto-streamer.c (lto_get_section_name): Remove crc32_string.
       	Handle numerical random seed.
      	* lto-streamer.h (lto_file_decl_data): Change id to unsigned HOST_WIDE_INT.
      	* toplev.c (random_seed): Add.
      	(init_random_seed): Change for numerical random seed.
      	(get_random_seed): Return as HOST_WIDE_INT.
      	(set_random_seed): Crc32 existing string.
      	* toplev.h (get_random_seed): Change to numercal return.
      	* tree.c (get_file_function_name): Remove CRC. Handle numerical random seed.
      
      gcc/lto/:
      
      2011-09-26   Andi Kleen <ak@linux.intel.com>
      
      	* lto.c (lto_resolution_read): Remove id dumping.
      	(lto_section_with_id): Turn id HOST_WIDE_ID.
      	(create_subid_section_table): Dito.
      
      From-SVN: r179347
      Andi Kleen committed
    • re PR fortran/50547 (dummy procedure argument of PURE shall be PURE) · 4056cc1b
      2011-09-29  Janus Weil  <janus@gcc.gnu.org>
      
      	PR fortran/50547
      	* resolve.c (resolve_formal_arglist): Fix pureness check for dummy
      	functions.
      
      	PR fortran/50553
      	* symbol.c (check_conflict): Forbid TARGET attribute for statement
      	functions.
      
      
      2011-09-29  Janus Weil  <janus@gcc.gnu.org>
      
      	PR fortran/50547
      	* gfortran.dg/pure_formal_proc_3.f90: New.
      
      	PR fortran/50553
      	* gfortran.dg/stfunc_7.f90: New.
      
      From-SVN: r179345
      Janus Weil committed
    • re PR target/50566 ([avr]: Add support for better logging similar to -mdeb) · 6c7dfafe
      	PR target/50566
      	* config.gcc (extra_objs): Add avr-log.o for $target in:
      	avr-*-rtems*, avr-*-*.
      	* config/avr/t-avr (avr-log.o): New rule to compile...
      	* config/avr/avr-log.c: ...this new file.
      	* config/avr/avr.opt (mlog=): New option.
      	* config/avr/avr-protos.h (avr_edump, avr_fdump): New macros.
      	(avr_log_set_caller_e, avr_log_set_caller_f): New prototypes.
      	(avr_log_set_avr_log): New prototype.
      	(avr_log_t): New typedef.
      	(avr_log): New declaration.
      	* config/avr/avr.c (avr_option_override): Call avr_log_set_avr_log.
      
      From-SVN: r179344
      Georg-Johann Lay committed
    • The commands of the $(TOOLS_ZIP) rule include copying of two subtrees from the… · aec7773c
      The commands of the $(TOOLS_ZIP) rule include copying of two subtrees from the source tree (asm/ and classes/).
      
      The commands of the $(TOOLS_ZIP) rule include copying of two subtrees from the
      source tree (asm/ and classes/). If the source tree is read-only, the use of
      cp's -p option here prevents the trees from getting deleted later in the rule
      if they (or at least their directories) don't get marked writable.
      
      Committed as obvious.
      
      libjava/classpath/
      2011-09-29  Jan Beulich  <jbeulich@suse.com>
      
      	* tools/Makefile.am (TOOLS_ZIP): Make writable the copied subtrees
      	asm/ and classes/.
      	* tools/Makefile.in: Re-generate.
      
      From-SVN: r179343
      Jan Beulich committed
    • expr.c (do_store_flag): Expand vector comparison by building an appropriate VEC_COND_EXPR. · d246ab4f
      2011-09-29  Artjoms Sinkarovs <artyom.shinkaroff@gmail.com>
      
      	* expr.c (do_store_flag): Expand vector comparison by
      	building an appropriate VEC_COND_EXPR.
      	* c-typeck.c (build_binary_op): Typecheck vector comparisons.
      	(c_objc_common_truthvalue_conversion): Adjust.
      	* tree-vect-generic.c (do_compare): Helper function.
      	(expand_vector_comparison): Check if hardware supports
      	vector comparison of the given type or expand vector
      	piecewise.
      	(expand_vector_operation): Treat comparison as binary
      	operation of vector type.
      	(expand_vector_operations_1): Adjust.
      
      	* gcc.c-torture/execute/vector-compare-1.c: New testcase.
      	* gcc.c-torture/execute/vector-compare-2.c: Likewise.
      	* gcc.dg/vector-compare-1.c: Likewise.
      	* gcc.dg/vector-compare-2.c: Likewise.
      
      From-SVN: r179342
      Artjoms Sinkarovs committed
    • tree.c (build_opaque_vector_type): Make opaque vectors variant types of the… · 7c99ecef
      tree.c (build_opaque_vector_type): Make opaque vectors variant types of the corresponding non-opaque type.
      
      2011-09-29  Richard Guenther  <rguenther@suse.de>
      
      	* tree.c (build_opaque_vector_type): Make opaque vectors
      	variant types of the corresponding non-opaque type.  Make
      	sure to share opaque vector types properly.
      
      From-SVN: r179341
      Richard Guenther committed
    • ChangeLog: Fix whitespace. · 9b0c7202
      	* ChangeLog: Fix whitespace.
      	* testsuite/ChangeLog: Ditto.
      
      From-SVN: r179338
      Uros Bizjak committed
    • Remove unnecessary sparc code attr. · 580bd500
      	* config/sparc/sparc.md (gcond_name): Delete unnecessary code attr.
      	(VIS pixel-compare insn): Just use <gcond:name>.
      
      From-SVN: r179335
      David S. Miller committed
    • Add sparc 3D array addressing VIS intrinsics. · 1ec01ab2
      gcc/
      
      	* config/sparc/sparc.md (UNSPEC_ARRAY8, UNSPEC_ARRAY16,
      	UNSPEC_ARRAY32): New unspec.
      	(define_attr type): New type 'array'.
      	(array{8,16,32}<P:mode>_vis): New patterns.
      	* config/sparc/ultra1_2.md: Add reservations for 'array'.
      	* config/sparc/ultra3.md: Likewise.
      	* config/sparc/niagara.md: Likewise.
      	* config/sparc/niagara2.md: Likewise.
      	* config/sparc/sparc.c (sparc_vis_init_builtins): Build new
      	array builtins.
      	* config/sparc/visintrin.h (__vis_array8, __vis_array16,
      	__vis_array32): New.
      	* doc/extend.texi: Document new VIS builtins.
      
      gcc/testsuite/
      
      	* gcc.target/sparc/array.c: New test.
      
      From-SVN: r179334
      David S. Miller committed
    • darwin9.h (STACK_CHECK_STATIC_BUILTIN): Enable for Darwin >= 9. · 8f931eff
      
      gcc:
      
      	* config/darwin9.h (STACK_CHECK_STATIC_BUILTIN): Enable for
      	Darwin >= 9.
      
      From-SVN: r179332
      Iain Sandoe committed
    • predcom-1.c: Explicitly turn on loop unroll and set max unroll times to 8. · 655cd20f
      2011-09-29  Jiangning Liu  <jiangning.liu@arm.com>
      
      	* gcc/testsuite/gcc.dg/tree-ssa/predcom-1.c: Explicitly turn on
      	loop unroll and set max unroll times to 8.
      	* gcc/testsuite/gcc.dg/tree-ssa/predcom-2.c: Likewise.
      	* gcc/testsuite/gcc.dg/tree-ssa/predcom-3.c: Likewise.
      	* gcc/testsuite/gcc.dg/tree-ssa/predcom-4.c: Likewise.
      	* gcc/testsuite/gcc.dg/tree-ssa/predcom-5.c: Likewise.
      
      From-SVN: r179330
      Jiangning Liu committed