1. 14 1月, 2013 1 次提交
  2. 20 12月, 2012 1 次提交
    • K
      8004835: Improve AES intrinsics on x86 · 32ef56e0
      kvn 提交于
      Summary: Enable AES intrinsics on non-AVX cpus, group together aes instructions in crypto stubs.
      Reviewed-by: roland, twisti
      32ef56e0
  3. 01 12月, 2012 1 次提交
  4. 07 11月, 2012 1 次提交
  5. 25 10月, 2012 1 次提交
  6. 17 7月, 2012 1 次提交
    • K
      7181494: cleanup avx and vectors code · 6e8f41f1
      kvn 提交于
      Summary: renamed mach nodes which use scalar AVX instructions, added integer vectors shuffling instructions
      Reviewed-by: twisti
      6e8f41f1
  7. 15 6月, 2012 1 次提交
  8. 20 9月, 2012 2 次提交
  9. 19 2月, 2012 1 次提交
  10. 02 1月, 2012 1 次提交
  11. 15 12月, 2011 1 次提交
  12. 26 9月, 2011 1 次提交
  13. 17 8月, 2011 1 次提交
  14. 29 6月, 2011 1 次提交
  15. 20 4月, 2011 1 次提交
  16. 26 5月, 2011 1 次提交
  17. 12 4月, 2011 1 次提交
    • K
      7035713: 3DNow Prefetch Instruction Support · 603ddc4e
      kvn 提交于
      Summary: The upcoming processors from AMD are the first that support 3dnow prefetch without supporting the 3dnow instruction set.
      Reviewed-by: kvn
      Contributed-by: tom.deneau@amd.com
      603ddc4e
  18. 06 4月, 2011 1 次提交
  19. 30 3月, 2011 1 次提交
    • K
      7032133: Enable sse4.2 for new AMD processors · bcadf8a6
      kvn 提交于
      Summary: New AMD processors support sse4.2. Enable corresponding instructions in Hotspot.
      Reviewed-by: kvn
      Contributed-by: eric.caspole@amd.com
      bcadf8a6
  20. 18 3月, 2011 1 次提交
  21. 24 11月, 2010 1 次提交
  22. 25 8月, 2010 1 次提交
    • T
      6978355: renaming for 6961697 · ffaef974
      twisti 提交于
      Summary: This is the renaming part of 6961697 to keep the actual changes small for review.
      Reviewed-by: kvn, never
      ffaef974
  23. 20 8月, 2010 1 次提交
  24. 30 6月, 2010 1 次提交
  25. 28 5月, 2010 1 次提交
  26. 02 11月, 2009 1 次提交
  27. 06 5月, 2009 1 次提交
  28. 01 4月, 2009 1 次提交
    • C
      6761600: Use sse 4.2 in intrinsics · ccf9e3df
      cfang 提交于
      Summary: Use SSE 4.2 in intrinsics for String.{compareTo/equals/indexOf} and Arrays.equals.
      Reviewed-by: kvn, never, jrose
      ccf9e3df
  29. 14 3月, 2009 1 次提交
  30. 24 2月, 2009 1 次提交
  31. 15 10月, 2008 1 次提交
  32. 27 8月, 2008 1 次提交
  33. 03 7月, 2008 1 次提交
    • X
      6719955: Update copyright year · b85ed448
      xdono 提交于
      Summary: Update copyright year for files that have been modified in 2008
      Reviewed-by: ohair, tbell
      b85ed448
  34. 24 6月, 2008 1 次提交
    • K
      6708714: Optimize long LShift on 32-bits x86 · ee28ef86
      kvn 提交于
      Summary: For small (1-3 bits) left long shifts in 32-bits VM use sets of add+addc instructions instead of shld+shl on new AMD cpus.
      Reviewed-by: never
      Contributed-by: shrinivas.joshi@amd.com
      ee28ef86
  35. 20 3月, 2008 1 次提交
    • K
      6662967: Optimize I2D conversion on new x86 · 96c627b1
      kvn 提交于
      Summary: Use CVTDQ2PS and CVTDQ2PD for integer values conversions to float and double values on new AMD cpu.
      Reviewed-by: sgoldman, never
      96c627b1
  36. 01 12月, 2007 1 次提交