1. 21 May, 2013 11 commits
  2. 20 May, 2013 15 commits
  3. 19 May, 2013 7 commits
    • tuple (get): Implement N3670. · b5a8fed6
      	* include/std/tuple (get): Implement N3670.
      	* include/std/utility (get): Likewise.
      	* testsuite/20_util/pair/get.cc: Move to ...
      	* testsuite/20_util/pair/astuple/get.cc: Here.
      	* testsuite/20_util/pair/astuple/astuple.cc: New.
      	* testsuite/20_util/pair/astuple/constexpr_get.cc: New.
      	* testsuite/20_util/pair/astuple/constexpr_get_by_type.cc: New.
      	* testsuite/20_util/pair/astuple/get_by_type.cc: New.
      	* testsuite/20_util/pair/astuple/get_by_type_neg.cc: New.
      	* testsuite/20_util/pair/astuple/get_neg.cc: New.
      	* testsuite/20_util/tuple/element_access/constexpr_get_by_type.cc: New.
      	* testsuite/20_util/tuple/element_access/get2_by_type.cc: New.
      	* testsuite/20_util/tuple/element_access/get_by_type.cc: New.
      
      From-SVN: r199082
      Jonathan Wakely committed
    • 2013-05-19 Paolo Carlini <paolo.carlini@oracle.com> · eeb71f0c
      	* Revert last commit.
      
      From-SVN: r199081
      Paolo Carlini committed
    • mips.h (BASE_INSN_LENGTH, [...]): New macros. · da734fa1
      gcc/
      	* config/mips/mips.h (BASE_INSN_LENGTH, NOP_INSN_LENGTH): New macros.
      	* config/mips/mips.c (mips_symbol_insns, mips_address_insns)
      	(mips_const_insns, mips_split_const_insns, mips_load_store_insns)
      	(mips_idiv_insns): Update the comments to say that the returned
      	instruction counts are in units of BASE_INSN_LENGTH.
      	(mips_adjust_insn_length): Multiply the mips_load_label_num_insns
      	by BASE_INSN_LENGTH rather than 4.  Add the jump separately,
      	using 2 rather than 4 as the length of indirect MIPS16 and
      	microMIPS jumps.  Use NOP_INSN_LENGTH rather than 4 as the
      	length of a NOP.  Don't divide MIPS16 lengths by 2.
      	(mips16_split_long_branches): Assume a branch is long if the
      	length is greater than 4 rather than 8.
      	* config/mips/mips.md (length): Give MIPS16 lengths directly,
      	rather than multiplying them by 2.  Multiply instruction counts
      	by BASE_INSN_LENGTH rather than 4.
      	(*jump_mips16, tls_get_tp_mips16_<mode>)
      	(*tls_get_tp_mips16_call_<mode>): Divide lengths by 2.
      
      From-SVN: r199080
      Richard Sandiford committed
    • * ChangeLog: Remove merge marker. · e2420687
      From-SVN: r199079
      Uros Bizjak committed
    • mips.md (extended_mips16): Remove branch case. · 13719e8b
      gcc/
      	* config/mips/mips.md (extended_mips16): Remove branch case.
      	(length): Remove duplicated extended_mips16 test.
      
      From-SVN: r199078
      Richard Sandiford committed
    • t-sde: Don't build 64-bit microMIPS multilibs. · c3850d14
      gcc/
      	* config/mips/t-sde: Don't build 64-bit microMIPS multilibs.
      
      From-SVN: r199077
      Richard Sandiford committed
    • Daily bump. · b0a7990a
      From-SVN: r199075
      GCC Administrator committed
  4. 18 May, 2013 7 commits