1. 20 Oct, 2013 2 commits
    • mips.h (ISA_HAS_WSBH): Define. · 0f37323c
      gcc/
      	* config/mips/mips.h (ISA_HAS_WSBH): Define.
      	* config/mips/mips.md (UNSPEC_WSBH, UNSPEC_DSBH, UNSPEC_DSHD): New
      	constants.
      	(bswaphi2, bswapsi2, bswapdi2, wsbh, dsbh, dshd): New patterns.
      
      gcc/testsuite/
      	* gcc.target/mips/bswap-1.c, gcc.target/mips/bswap-2.c,
      	gcc.target/mips/bswap-3.c, gcc.target/mips/bswap-4.c,
      	gcc.target/mips/bswap-5.c, gcc.target/mips/bswap-6.c: New tests.
      
      From-SVN: r203870
      Richard Sandiford committed
    • Daily bump. · 4cd940de
      From-SVN: r203869
      GCC Administrator committed
  2. 19 Oct, 2013 16 commits
  3. 18 Oct, 2013 19 commits
  4. 17 Oct, 2013 3 commits
    • p8vector-fp.c: New test for floating point scalar operations when... · bbeb4553
      2013-10-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
      
      	* gcc.target/powerpc/p8vector-fp.c: New test for floating point
      	scalar operations when using -mupper-regs-sf and -mupper-regs-df.
      	* gcc.target/powerpc/ppc-target-1.c: Update tests to allow either
      	VSX scalar operations or the traditional floating point form of
      	the instruction.
      	* gcc.target/powerpc/ppc-target-2.c: Likewise.
      	* gcc.target/powerpc/recip-3.c: Likewise.
      	* gcc.target/powerpc/recip-5.c: Likewise.
      	* gcc.target/powerpc/pr72747.c: Likewise.
      	* gcc.target/powerpc/vsx-builtin-3.c: Likewise.
      
      From-SVN: r203800
      Michael Meissner committed
    • builtin-apply2.c: Skip test on arm hardfloat ABI targets. · 92fd70fb
      2013-10-17  Charles Bayis  <charles.baylis@linaro.org>
      
      	* gcc.dg/builtin-apply2.c: Skip test on arm hardfloat ABI targets.
      	* gcc.dg/tls/pr42894.c: Remove dg-options for arm*-*-* targets.
      	* gcc.target/arm/thumb-ltu.c: Remove dg-skip-if and require
      	effective target arm_thumb1_ok.
      	* lib/target-supports.exp
      	(check_effective_target_arm_fp16_ok_nocache): Don't force
      	-mfloat-abi=soft when building for hardfloat target.
      
      From-SVN: r203799
      Charles Baylis committed
    • regex.h (regex_token_iterator<>::regex_token_iterator): Fix initialization… · ab1c993b
      regex.h (regex_token_iterator<>::regex_token_iterator): Fix initialization orders in initialization list and add explicit braces for...
      
      2013-10-17  Tim Shen  <timshen91@gmail.com>
      
      	* include/bits/regex.h (regex_token_iterator<>::regex_token_iterator):
      	Fix initialization orders in initialization list and add explicit braces
      	for potentially ambiguous(actually not) `else` branch to eliminate
      	warnings.
      	* include/bits/regex_automaton.h (_NFA<>::_NFA): Likewise.
      	* include/bits/regex_compiler.h (_CharMatcher<>::_CharMatcher,
      	_BracketMatcher<>::_BracketMatcher): Likewise.
      	* include/bits/regex_compiler.tcc (_Compiler<>::_Compiler,
      	_Compiler<>::_M_atom): Likewise.
      	* include/bits/regex_executor.h (_Executor<>::_Executor): Likewise.
      	* include/bits/regex_executor.tcc (_DFSExecutor<>::_M_dfs,
      	_Executor<>::_M_word_boundry): Likewise.
      	* include/bits/regex_scanner.tcc (_Scanner<>::_Scanner,
      	_Scanner<>::_M_eat_class): Likewise.
      	* include/bits/regex.tcc (__regex_algo_impl<>,
      	regex_iterator<>::operator++): Likewise, and remove unused typedef.
      
      From-SVN: r203798
      Tim Shen committed