1. 20 Jul, 2014 2 commits
  2. 19 Jul, 2014 2 commits
  3. 12 Jul, 2014 1 commit
  4. 24 Jun, 2014 1 commit
  5. 06 Jun, 2014 1 commit
  6. 04 Jun, 2014 1 commit
    • libgo: Merge from revision 18783:00cce3a34d7e of master library. · bae90c98
      This revision was committed January 7, 2014.  The next
      revision deleted runtime/mfinal.c.  That will be done in a
      subsequent merge.
      
      This merge changes type descriptors to add a zero field,
      pointing to a zero value for that type.  This is implemented
      as a common variable.
      
      	* go-gcc.cc (Gcc_backend::implicit_variable): Add is_common and
      	alignment parameters.  Permit init parameter to be NULL.
      
      From-SVN: r211249
      Ian Lance Taylor committed
  7. 17 Apr, 2014 3 commits
  8. 16 Apr, 2014 1 commit
  9. 03 Mar, 2014 1 commit
  10. 08 Jan, 2014 1 commit
  11. 06 Jan, 2014 1 commit
  12. 28 Dec, 2013 1 commit
  13. 27 Dec, 2013 1 commit
    • re PR go/59506 (net FAILs (timeout) on alpha) · afc8adc8
      	PR go/59506
      
      net: use DialTimeout in TestSelfConnect
      
      Backported from master repository.
      
      This avoids problems with systems that take a long time to
      find out nothing is listening, while still testing for the
      self-connect misfeature since a self-connect should be fast.
      With this we may be able to remove the test for non-Linux
      systems.
      
      Tested (on GNU/Linux) by editing selfConnect in
      tcpsock_posix.go to always return false and verifying that
      TestSelfConnect then fails with and without this change.
      
      Idea from Uros Bizjak.
      
      From-SVN: r206224
      Ian Lance Taylor committed
  14. 25 Dec, 2013 2 commits
    • 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
  15. 12 Dec, 2013 2 commits
  16. 11 Dec, 2013 1 commit
  17. 30 Nov, 2013 2 commits
  18. 27 Nov, 2013 1 commit
  19. 25 Nov, 2013 1 commit
  20. 24 Nov, 2013 1 commit
  21. 19 Nov, 2013 1 commit
  22. 14 Nov, 2013 3 commits
  23. 11 Nov, 2013 3 commits
  24. 06 Nov, 2013 1 commit
  25. 17 Oct, 2013 1 commit
  26. 07 Oct, 2013 1 commit
  27. 04 Oct, 2013 1 commit
  28. 02 Oct, 2013 1 commit
  29. 01 Oct, 2013 1 commit