- 02 6月, 2017 1 次提交
-
-
由 rraghavan 提交于
Summary: Added required explicit NULL checks Reviewed-by: thartmann, kvn
-
- 27 1月, 2016 1 次提交
-
-
由 thartmann 提交于
Summary: Emit CastII to make narrow ConvI2L dependent on the corresponding range check. Reviewed-by: kvn, roland
-
- 21 12月, 2015 1 次提交
-
-
由 thartmann 提交于
Summary: is_scaled_iv_plus_offset() should handle AddI nodes with scaled iv as second input. Reviewed-by: kvn
-
- 02 12月, 2014 1 次提交
-
-
由 roland 提交于
Summary: dead backbranch in main loop results in erroneous array access Reviewed-by: kvn, iveresov
-
- 24 11月, 2014 1 次提交
-
-
由 vlivanov 提交于
Reviewed-by: kvn, roland
-
- 04 6月, 2015 1 次提交
-
-
由 roland 提交于
8078866: compiler/eliminateAutobox/6934604/TestIntBoxing.java assert(p_f->Opcode() == Op_IfFalse) failed Summary: Bail out from range check elimination if pre loop is not found Reviewed-by: kvn
-
- 03 2月, 2016 1 次提交
-
-
由 roland 提交于
Summary: Array.fill intrinsification code doesn't mark replaced control as dead Reviewed-by: kvn
-
- 27 1月, 2016 1 次提交
-
-
由 thartmann 提交于
Summary: Emit CastII to make narrow ConvI2L dependent on the corresponding range check. Reviewed-by: kvn, roland
-
- 16 4月, 2014 1 次提交
-
-
由 kvn 提交于
Summary: Added missing calls to record_for_igvn() in loop opts. Added verification of def-use domination. Reviewed-by: iveresov
-
- 21 3月, 2014 1 次提交
-
-
由 kvn 提交于
Summary: Use RTM for inflated locks and stack locks. Reviewed-by: iveresov, twisti, roland, dcubed
-
- 23 1月, 2014 1 次提交
-
-
由 rbackman 提交于
Reviewed-by: kvn, iveresov
-
- 25 12月, 2013 1 次提交
-
-
由 mikael 提交于
Summary: Copyright year updated for files modified during 2013 Reviewed-by: twisti, iveresov
-
- 05 11月, 2013 1 次提交
-
-
由 iveresov 提交于
Summary: Make all raw loads strictly respect control dependencies, make sure RCE doesn't move raw loads, add verification of G1 pre-barriers. Reviewed-by: kvn, roland
-
- 30 10月, 2013 1 次提交
-
-
由 rbackman 提交于
Reviewed-by: duke
-
- 27 9月, 2013 1 次提交
-
-
由 rbackman 提交于
Reviewed-by: kvn, twisti
-
- 19 9月, 2013 1 次提交
-
-
由 goetz 提交于
Summary: Some platforms, as ppc and s390x/zArch require that 32-bit ints are passed as 64-bit values to C functions. This change adds support to adapt the signature and to issue proper casts to c2-compiled stubs. The functions are used in generate_native_wrapper(). Adapt signature used by the compiler as in PhaseIdealLoop::intrinsify_fill(). Reviewed-by: kvn
-
- 15 8月, 2013 1 次提交
-
-
由 kvn 提交于
Summary: Replace MAX_UNROLL constant with new C2 LoopMaxUnroll flag. Reviewed-by: roland
-
- 20 3月, 2013 1 次提交
-
-
由 morris 提交于
Summary: add guarantee() to insert_pre_post_loops() Reviewed-by: kvn
-
- 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
-
- 10 10月, 2012 1 次提交
-
-
由 mikael 提交于
Summary: Update copyright year to 2012 for relevant files Reviewed-by: dholmes, coleenp
-
- 09 10月, 2012 2 次提交
- 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
-
- 20 9月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: Remove incorrect code in OptimizeFill optimization. Reviewed-by: roland, twisti
-
- 30 8月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: Do not remove safepoints during peeling optimization. Reviewed-by: twisti
-
- 13 6月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: replace frequent C2 optimizer code patterns with new methods calls Reviewed-by: kvn, twisti Contributed-by: vladimir.x.ivanov@oracle.com
-
- 08 9月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: restore unrolling code for CaffeineMark. Reviewed-by: never
-
- 11 8月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Use cl->is_valid_counted_loop() check. Reviewed-by: never
-
- 30 7月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Removed predicate cloning from loop peeling optimization and from split fall-in paths. Reviewed-by: never
-
- 29 6月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: take into account memory dependencies when clonning nodes in clone_up_backedge_goo(). Reviewed-by: never
-
- 21 6月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Keep 'ne' test in Counted loop when we can't guarantee during compilation that init < limit. Reviewed-by: never
-
- 22 5月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: New limit for unrolled loop should be set only for zero trip guard and loop iteration test. Reviewed-by: never
-
- 17 5月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Fix problems in new RCE code. Reviewed-by: never
-
- 11 5月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Generate Opaque2 node only during first unroll. Reviewed-by: never
-
- 06 5月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Separate limit by Opaque2 node when calculating new limit for unrolled loop. Reviewed-by: never
-
- 05 5月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Fix integer overflow problem in the code generated by loop optimizer. Reviewed-by: never
-
- 29 4月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Use unrolled_count() to limit unrolling and use the stride check only for initial stride value. Reviewed-by: never
-
- 09 4月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Add new policy for one iteration loops (mostly formal pre- loops). Reviewed-by: never
-
- 06 4月, 2011 1 次提交
-
-
由 trims 提交于
7010070: Update all 2010 Oracle-changed OpenJDK files to have the proper copyright dates - second pass Summary: Update the copyright to be 2010 on all changed files in OpenJDK Reviewed-by: ohair
-