- 05 3月, 2013 1 次提交
-
-
由 shade 提交于
Reviewed-by: kvn, vlivanov
-
- 23 1月, 2013 1 次提交
-
-
由 kvn 提交于
Summary: Use SSE4.2 and AVX2 instructions for encodeArray intrinsic. Reviewed-by: roland
-
- 28 11月, 2012 1 次提交
-
-
由 bharadwaj 提交于
Summary: keep an (almost) accurate running count of the reachable (live) flow graph nodes. Reviewed-by: kvn, twisti, jrose, vlivanov
-
- 09 10月, 2012 1 次提交
-
-
由 roland 提交于
Summary: support of compress class pointers in the compilers. Reviewed-by: kvn, twisti
-
- 28 9月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: Deleted placement new operator of Node - node(size_t, Compile *, int). Reviewed-by: kvn, twisti Contributed-by: bharadwaj.yadavalli@oracle.com
-
- 15 6月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: Increase vector size up to 256-bits for YMM AVX registers on x86. Reviewed-by: never, twisti, roland
-
- 25 1月, 2012 1 次提交
-
-
由 roland 提交于
Summary: Block::schedule_local() may write beyond end of ready_cnt array Reviewed-by: never, kvn
-
- 14 9月, 2011 1 次提交
-
-
由 roland 提交于
Summary: abstracted way to declare that the MachNode has the effect of a call (kills caller save registers, preserves callee save registers) Reviewed-by: twisti, never
-
- 28 7月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Remove flags which duplicate information in Node::NodeClasses. Reviewed-by: never
-
- 07 7月, 2011 1 次提交
-
-
由 jcoomes 提交于
Reviewed-by: dholmes, never, jwilhelm, kvn
-
- 06 4月, 2011 2 次提交
- 25 3月, 2011 1 次提交
-
-
由 roland 提交于
Summary: Enables cross building of a c2 VM. Support masking of shift counts when the processor architecture mandates it. Reviewed-by: kvn, never
-
- 24 11月, 2010 1 次提交
-
-
由 stefank 提交于
Summary: Replaced MakeDeps and the includeDB files with more standardized solutions. Reviewed-by: coleenp, kvn, kamg
-
- 25 8月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: This is the renaming part of 6961697 to keep the actual changes small for review. Reviewed-by: kvn, never
-
- 12 8月, 2010 1 次提交
-
-
由 kvn 提交于
Summary: Recompile without subsuming loads if RA try to clone a node with anti_dependence. Reviewed-by: never
-
- 04 8月, 2010 1 次提交
-
-
由 kvn 提交于
Summary: Added more checks into ResourceObj and growableArray to verify correctness of allocation type. Reviewed-by: never, coleenp, dholmes
-
- 03 6月, 2010 1 次提交
-
-
由 kvn 提交于
Summary: Hoist DecodeN instruction above null check Reviewed-by: never, twisti
-
- 28 5月, 2010 1 次提交
-
-
由 trims 提交于
Summary: Change all the Sun copyrights to Oracle copyright Reviewed-by: ohair
-
- 08 1月, 2010 1 次提交
-
-
由 kvn 提交于
Summary: Add missing check that value is used in memory expression in instructions with embedded load. Reviewed-by: never, jrose
-
- 05 1月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: C2 implementation for invokedynamic support. Reviewed-by: kvn, never
-
- 10 12月, 2009 1 次提交
-
-
由 kvn 提交于
Summary: Add missing checks for MemBar nodes in EA. Reviewed-by: never
-
- 01 4月, 2009 1 次提交
-
-
由 cfang 提交于
Summary: Use SSE 4.2 in intrinsics for String.{compareTo/equals/indexOf} and Arrays.equals. Reviewed-by: kvn, never, jrose
-
- 13 3月, 2009 1 次提交
-
-
由 kvn 提交于
Summary: Use zero based compressed oops if java heap is below 32gb and unscaled compressed oops if java heap is below 4gb. Reviewed-by: never, twisti, jcoomes, coleenp
-
- 10 3月, 2009 1 次提交
-
-
由 xdono 提交于
Summary: Update copyright for files that have been modified in 2009, up to 03/09 Reviewed-by: katleman, tbell, ohair
-
- 26 1月, 2009 1 次提交
-
-
由 twisti 提交于
Summary: Renaming LoadC to LoadUS would round up the planned introduction of LoadUB and LoadUI. Reviewed-by: phh, kvn
-
- 11 9月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: add missing implicit null check cases. Reviewed-by: never
-
- 29 7月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: Escape Analysis fixes. Reviewed-by: never, rasbold
-
- 03 7月, 2008 1 次提交
-
-
由 xdono 提交于
Summary: Update copyright year for files that have been modified in 2008 Reviewed-by: ohair, tbell
-
- 06 6月, 2008 1 次提交
-
-
由 ysr 提交于
Summary: First mercurial integration of the code for the Garbage-First garbage collector. Reviewed-by: apetrusenko, iveresov, jmasa, sgoldman, tonyp, ysr
-
- 30 5月, 2008 1 次提交
-
-
由 rasbold 提交于
Summary: Intrinsify java/util/Arrays.equals(char[], char[]) Reviewed-by: kvn, never
-
- 22 5月, 2008 1 次提交
-
-
由 kvn 提交于
6703890: Compressed Oops: add LoadNKlass node to generate narrow oops (32-bits) compare instructions Summary: Add LoadNKlass and CMoveN nodes, use CmpN and ConN nodes to generate narrow oops compare instructions. Reviewed-by: never, rasbold
-
- 24 4月, 2008 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, rasbold, sgoldman, jrose
-
- 14 4月, 2008 1 次提交
-
-
由 coleenp 提交于
Summary: Compressed oops in instances, arrays, and headers. Code contributors are coleenp, phh, never, swamyv Reviewed-by: jmasa, kamg, acorn, tbell, kvn, rasbold
-
- 01 12月, 2007 1 次提交
-
-
由 duke 提交于
-