1. 08 1月, 2012 1 次提交
    • K
      7125896: Eliminate nested locks · 7c16759e
      kvn 提交于
      Summary: Nested locks elimination done before lock nodes expansion by looking for outer locks of the same object.
      Reviewed-by: never, twisti
      7c16759e
  2. 20 12月, 2011 2 次提交
  3. 15 12月, 2011 1 次提交
  4. 22 11月, 2011 1 次提交
  5. 26 10月, 2011 1 次提交
  6. 16 11月, 2011 1 次提交
  7. 17 8月, 2011 1 次提交
  8. 12 8月, 2011 1 次提交
  9. 03 8月, 2011 1 次提交
  10. 28 7月, 2011 1 次提交
    • K
      7069452: Cleanup NodeFlags · 3fceb92c
      kvn 提交于
      Summary: Remove flags which duplicate information in Node::NodeClasses.
      Reviewed-by: never
      3fceb92c
  11. 22 7月, 2011 1 次提交
    • K
      7063628: Use cbcond on T4 · 6ed3c318
      kvn 提交于
      Summary: Add new short branch instruction to Hotspot sparc assembler.
      Reviewed-by: never, twisti, jrose
      6ed3c318
  12. 05 5月, 2011 1 次提交
  13. 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
  14. 25 3月, 2011 1 次提交
  15. 27 2月, 2011 1 次提交
  16. 10 2月, 2011 1 次提交
  17. 03 12月, 2010 1 次提交
  18. 07 11月, 2010 1 次提交
  19. 03 11月, 2010 1 次提交
  20. 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
  21. 20 8月, 2010 1 次提交
  22. 03 6月, 2010 1 次提交
  23. 28 5月, 2010 1 次提交
  24. 25 5月, 2010 1 次提交
  25. 27 4月, 2010 1 次提交
  26. 20 2月, 2010 1 次提交
  27. 04 2月, 2010 1 次提交
  28. 05 1月, 2010 1 次提交
  29. 16 9月, 2009 1 次提交
  30. 15 9月, 2009 1 次提交
  31. 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
  32. 13 5月, 2009 1 次提交
  33. 06 5月, 2009 1 次提交
  34. 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
  35. 27 3月, 2009 1 次提交
  36. 14 3月, 2009 2 次提交
  37. 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
  38. 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