- 14 3月, 2009 1 次提交
-
-
由 twisti 提交于
Summary: bitCount() should use POPC on SPARC processors where POPC is implemented directly in hardware. Reviewed-by: kvn, never
-
- 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
-
- 09 3月, 2009 1 次提交
-
-
由 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
-
- 04 3月, 2009 1 次提交
-
-
由 kvn 提交于
Summary: Set MIN_BLOCK_FREQUENCY block's frequency when calculated block's frequency is NaN Reviewed-by: never
-
- 28 2月, 2009 2 次提交
- 27 2月, 2009 1 次提交
-
-
由 kvn 提交于
Summary: Replace the control edge of a pinned node before scheduling. Reviewed-by: never
-
- 24 2月, 2009 1 次提交
-
-
由 kvn 提交于
Summary: Mark inputs for an address expression as shared if there are other uses besides address expressions. Reviewed-by: never
-
- 20 2月, 2009 1 次提交
-
-
由 kvn 提交于
Summary: Add missing checks for SCMemProj node in Escape analysis code. Reviewed-by: never
-
- 19 2月, 2009 1 次提交
-
-
由 kvn 提交于
Summary: Add checks for DecodeN nodes into AutoBox elimination code. Reviewed-by: never
-
- 16 2月, 2009 1 次提交
-
-
由 twisti 提交于
6805724: ModLNode::Ideal() generates functionally incorrect graph when divisor is any (2^k-1) constant. Summary: C2, ModLNode::Ideal() generates functionally incorrect graph when divisor is any (2^k-1) constant. Reviewed-by: rasbold
-
- 14 2月, 2009 1 次提交
-
-
由 twisti 提交于
Summary: This patch adds a comment pointing to the Hacker's Delight version of the algorithm plus a verbatim copy of it. Furthermore it adds inline comments. Reviewed-by: kvn, jrose
-
- 07 2月, 2009 1 次提交
-
-
由 kvn 提交于
Summary: Move the CreateEx up before each round of IFG construction Reviewed-by: never, phh
-
- 06 2月, 2009 2 次提交
- 05 2月, 2009 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn
-
- 03 2月, 2009 1 次提交
-
-
由 twisti 提交于
Summary: The C2 compiler leads to wrong results on solaris-i486 (32-bit) for a testcase given in the CR. Reviewed-by: never, rasbold
-
- 26 1月, 2009 1 次提交
-
-
由 twisti 提交于
Summary: Renaming LoadC to LoadUS would round up the planned introduction of LoadUB and LoadUI. Reviewed-by: phh, kvn
-
- 22 1月, 2009 1 次提交
-
-
由 kvn 提交于
Summary: Fix the assert in TypeKlassPtr::cast_to_ptr_type(). Reviewed-by: never
-
- 15 1月, 2009 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn
-
- 14 1月, 2009 2 次提交
- 08 1月, 2009 1 次提交
-
-
由 kvn 提交于
Summary: Add the missing check for CreateEx. Add new notproduct flag VerifyRegisterAllocator. Reviewed-by: never
-
- 25 12月, 2008 1 次提交
-
-
由 xlu 提交于
Summary: Fixed the wrong cast between types since more restrictions are imposed by gcc 4.3.2 Reviewed-by: jcoomes, acorn, phh, never
-
- 19 12月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: Relax the assert for Sparc. Reviewed-by: never
-
- 17 12月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: Restore the code which sets a control edge for a klass load node. Reviewed-by: never
-
- 16 12月, 2008 1 次提交
-
-
由 xdono 提交于
Summary: Update copyright for files that have been modified starting July 2008 to Dec 2008 Reviewed-by: katleman, ohair, tbell
-
- 04 12月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: Create new "eliminated" BoxLock node for monitor debug info when corresponding locks are eliminated. Reviewed-by: never
-
- 19 11月, 2008 3 次提交
-
-
由 kvn 提交于
6773078: UseCompressedOops: assert(kid == 0L || s->_leaf->in(0) == 0L,"internal operands have no control") Summary: Don't set the control edge of a klass load node. Reviewed-by: never
-
由 kvn 提交于
Summary: Don't use the invariant local information if there are irreducible loops. Reviewed-by: never
-
由 kvn 提交于
Summary: Removed lines in adm64.make with interpret.o and moved few constant strings from header files. Reviewed-by: never
-
- 08 11月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: Inline biased locking code in C2 ideal graph during macro nodes expansion Reviewed-by: never
-
- 07 11月, 2008 2 次提交
- 31 10月, 2008 1 次提交
-
-
由 never 提交于
Reviewed-by: rasbold, jrose
-
- 29 10月, 2008 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, rasbold
-
- 14 10月, 2008 1 次提交
-
-
由 rasbold 提交于
Summary: suppress constant folding of double divides and multiplications on ia32 Reviewed-by: never
-
- 04 10月, 2008 1 次提交
-
-
由 never 提交于
Reviewed-by: rasbold, kvn
-
- 03 10月, 2008 1 次提交
-
-
由 xdono 提交于
Summary: Update for files that have been modified starting July 2008 Reviewed-by: ohair, tbell
-
- 02 10月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: Fix loop's probability. Add optimizations to avoid spilling. Change InlineSmallCode to product flag. Reviewed-by: never
-