1. 15 9月, 2009 1 次提交
  2. 26 6月, 2009 1 次提交
    • T
      5057225: Remove useless I2L conversions · 3ef748a2
      twisti 提交于
      Summary: The optimizer should be told to normalize (AndL (ConvI2L x) 0xFF) to (ConvI2L (AndI x 0xFF)), and then the existing matcher rule will work for free.
      Reviewed-by: kvn
      3ef748a2
  3. 13 5月, 2009 1 次提交
  4. 06 5月, 2009 1 次提交
  5. 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
  6. 27 3月, 2009 1 次提交
  7. 14 3月, 2009 2 次提交
  8. 10 3月, 2009 1 次提交
    • X
      6814575: Update copyright year · 58e87f34
      xdono 提交于
      Summary: Update copyright for files that have been modified in 2009, up to 03/09
      Reviewed-by: katleman, tbell, ohair
      58e87f34
  9. 09 3月, 2009 1 次提交
    • T
      6797305: Add LoadUB and LoadUI opcode class · 2def9745
      twisti 提交于
      Summary: Add a LoadUB (unsigned byte) and LoadUI (unsigned int) opcode class so we have these load optimizations in the first place and do not need to handle them in the matcher.
      Reviewed-by: never, kvn
      2def9745
  10. 05 3月, 2009 1 次提交
  11. 28 2月, 2009 1 次提交
    • T
      6810672: Comment typos · 460de015
      twisti 提交于
      Summary: I have collected some typos I have found while looking at the code.
      Reviewed-by: kvn, never
      460de015
  12. 26 1月, 2009 1 次提交
  13. 25 12月, 2008 1 次提交
  14. 08 11月, 2008 1 次提交
  15. 29 10月, 2008 1 次提交
  16. 11 10月, 2008 1 次提交
  17. 27 8月, 2008 1 次提交
  18. 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
  19. 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
  20. 30 5月, 2008 1 次提交
  21. 14 4月, 2008 1 次提交
  22. 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
  23. 01 12月, 2007 1 次提交