1. 15 Feb, 2010 9 commits
    • Add support for vpermil2p* in XOP. · 02edd2f6
      2010-02-13  Sebastian Pop  <sebastian.pop@amd.com>
      
      	* config/i386/i386-builtin-types.def
      	(V2DF_FTYPE_V2DF_V2DF_V2DI_INT): Declared.
      	(V4DF_FTYPE_V4DF_V4DF_V4DI_INT): Declared.
      	(V4SF_FTYPE_V4SF_V4SF_V4SI_INT): Declared.
      	(V8SF_FTYPE_V8SF_V8SF_V8SI_INT): Declared.
      	* config/i386/i386.c (enum ix86_builtins): Add IX86_BUILTIN_VPERMIL2PD,
      	IX86_BUILTIN_VPERMIL2PS, IX86_BUILTIN_VPERMIL2PD256, and
      	IX86_BUILTIN_VPERMIL2PS256.
      	(MULTI_ARG_4_DF2_DI_I): Defined.
      	(MULTI_ARG_4_DF2_DI_I1): Defined.
      	(MULTI_ARG_4_SF2_SI_I): Defined.
      	(MULTI_ARG_4_SF2_SI_I1): Defined.
      	(bdesc_multi_arg): Add __builtin_ia32_vpermil2pd,
      	__builtin_ia32_vpermil2ps, __builtin_ia32_vpermil2pd256, and
      	__builtin_ia32_vpermil2ps256.
      	(ix86_expand_multi_arg_builtin): Handle MULTI_ARG_4_DF2_DI_I,
      	MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
      	MULTI_ARG_4_SF2_SI_I1.  Handle builtins with 4 arguments.
      	(ix86_expand_args_builtin): Handle MULTI_ARG_4_DF2_DI_I,
      	MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
      	MULTI_ARG_4_SF2_SI_I1.  Handle CODE_FOR_xop_vpermil2v2df3,
      	CODE_FOR_xop_vpermil2v4sf3, CODE_FOR_xop_vpermil2v4df3, and
      	CODE_FOR_xop_vpermil2v8sf3.
      	* config/i386/i386.md (UNSPEC_VPERMIL2): Declared.
      	* config/i386/sse.md (xop_vpermil2<mode>3): New insn pattern.
      	* config/i386/xopintrin.h (_mm_permute2_pd): New.
      	(_mm256_permute2_pd): New.
      	(_mm_permute2_ps): New.
      	(_mm256_permute2_ps): New.
      
      	* gcc.target/i386/sse-14.c: Add tests for _mm_permute2_pd,
      	_mm256_permute2_pd, _mm_permute2_ps, and _mm256_permute2_ps.
      	* gcc.target/i386/xop-vpermil2pd-1.c: New.
      	* gcc.target/i386/xop-vpermil2pd-256-1.c: New.
      	* gcc.target/i386/xop-vpermil2ps-1.c: New.
      	* gcc.target/i386/xop-vpermil2ps-256-1.c: New.
      
      From-SVN: r156778
      Sebastian Pop committed
    • stl_algo.h (__median): Move... · d5c59224
      2010-02-15  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* include/bits/stl_algo.h (__median): Move...
      	* include/ext/algorithm: ... here, being an SGI extension.
      
      From-SVN: r156776
      Paolo Carlini committed
    • h8300.c: (h8300_push_pop): Use bool type for boolean parameters. · ac447f25
              * config/h8300/h8300.c: (h8300_push_pop): Use bool type for
              boolean parameters.  Use emit_jump_insn when emitting a pop
              instruction containing a return insn.
              (push): Use 'true' rather than '1' as second parameter to F.
              (h8300_expand_prologue): Likewise.
              Use 'true' and 'false' for boolean parameters to
              h8300_push_pop.
              (h8300_expand_epilogue): Likewise.
      
      From-SVN: r156774
      Nick Clifton committed
    • sysv.S (__ARM_ARCH__): Define for processor __ARM_ARCH_7EM__. · 694d3cfd
      2010-02-15  Matthias Klose  <doko@ubuntu.com>
      
              * src/arm/sysv.S (__ARM_ARCH__): Define for processor
              __ARM_ARCH_7EM__.
      
      From-SVN: r156771
      Matthias Klose committed
    • re PR tree-optimization/43068 (ICE: in estimate_operator_cost, at… · 313333a6
      re PR tree-optimization/43068 (ICE: in estimate_operator_cost, at tree-inline.c:3141 with -freorder-blocks -ftracer)
      
      2010-02-15  Richard Guenther  <rguenther@suse.de>
      
      	PR middle-end/43068
      	* cgraphunit.c (thunk_adjust): Skip adjusting by fixed_offset
      	if that is zero.
      
      	* g++.dg/torture/pr43068.C: New testcase.
      
      From-SVN: r156770
      Richard Guenther committed
    • configure.ac: Delete config.cache files in sub-directories when deleting Makefiles. · ff78880a
              * configure.ac: Delete config.cache files in sub-directories when
              deleting Makefiles.
              * configure: Regenerate.
      
      From-SVN: r156769
      Nick Clifton committed
    • mn10300.h (FUNCTION_ARG_REGNO_P): Revert previous delta. · 653958e8
              * config/mn10300/mn10300.h (FUNCTION_ARG_REGNO_P): Revert previous
              delta.
      
      From-SVN: r156767
      Nick Clifton committed
    • re PR c++/43024 (ICE on template code with -O2 or -O3, regression from 4.4.2) · 9b48e39c
      	PR c++/43024
      	* g++.dg/opt/ice1.C: New.
      
      From-SVN: r156766
      Volker Reichelt committed
    • Daily bump. · 60e25d41
      From-SVN: r156765
      GCC Administrator committed
  2. 14 Feb, 2010 7 commits
  3. 13 Feb, 2010 2 commits
  4. 12 Feb, 2010 9 commits
  5. 11 Feb, 2010 13 commits