- 23 3月, 2020 1 次提交
-
-
由 fyang 提交于
Reviewed-by: kvn Contributed-by: hedongbo@huawei.com
-
- 07 9月, 2017 1 次提交
-
-
由 dbuck 提交于
Reviewed-by: kvn
-
- 26 7月, 2016 2 次提交
- 16 9月, 2015 1 次提交
-
-
由 zmajo 提交于
Reviewed-by: kvn, vlivanov Contributed-by: vlad.ureche@gmail.com
-
- 10 12月, 2015 1 次提交
-
-
由 vlivanov 提交于
Reviewed-by: roland
-
- 04 12月, 2015 1 次提交
-
-
由 aeriksso 提交于
Reviewed-by: kvn
-
- 18 2月, 2015 1 次提交
-
-
由 iveresov 提交于
Summary: Check for overflow when inverting the loop during the counted loop conversion Reviewed-by: kvn
-
- 21 12月, 2015 1 次提交
-
-
由 thartmann 提交于
8144487: PhaseIdealLoop::build_and_optimize() must restore major_progress flag if skip_loop_opts is true Summary: Restore the major_progress flag before calling igvn.optimize(). Reviewed-by: kvn
-
- 03 2月, 2016 1 次提交
-
-
由 roland 提交于
Summary: Array.fill intrinsification code doesn't mark replaced control as dead Reviewed-by: kvn
-
- 23 5月, 2014 1 次提交
-
-
由 drchase 提交于
8043029: Change 8037816 breaks HS build with older GCC versions which don't support diagnostic pragmas 8043164: Format warning in traceStream.hpp Summary: Backport of main fix + two corrections, enables clang compilation, turns on format attributes, corrects/mutes warnings Reviewed-by: kvn, coleenp, iveresov, twisti
-
- 03 5月, 2014 1 次提交
-
-
由 kvn 提交于
8039298: assert(base == NULL || t_adr->isa_rawptr() || !phase->type(base)->higher_equal(TypePtr::NULL_PTR)) Summary: Convert the assert into the runtime check to skip IGVN optimizations for problematic memory nodes. Eliminate dead nodes more aggressively. Reviewed-by: twisti, iveresov
-
- 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
-
- 19 10月, 2013 1 次提交
-
-
由 roland 提交于
Summary: type information gets lost because replace_in_map() doesn't update parent maps Reviewed-by: kvn, twisti
-
- 10 6月, 2013 1 次提交
-
-
由 sla 提交于
Reviewed-by: acorn, coleenp, sla Contributed-by: NKaren Kinnear <karen.kinnear@oracle.com>, Bengt Rutisson <bengt.rutisson@oracle.com>, Calvin Cheung <calvin.cheung@oracle.com>, Erik Gahlin <erik.gahlin@oracle.com>, Erik Helin <erik.helin@oracle.com>, Jesper Wilhelmsson <jesper.wilhelmsson@oracle.com>, Keith McGuigan <keith.mcguigan@oracle.com>, Mattias Tobiasson <mattias.tobiasson@oracle.com>, Markus Gronlund <markus.gronlund@oracle.com>, Mikael Auno <mikael.auno@oracle.com>, Nils Eliasson <nils.eliasson@oracle.com>, Nils Loodin <nils.loodin@oracle.com>, Rickard Backman <rickard.backman@oracle.com>, Staffan Larsen <staffan.larsen@oracle.com>, Stefan Karlsson <stefan.karlsson@oracle.com>, Yekaterina Kantserova <yekaterina.kantserova@oracle.com>
-
- 27 3月, 2013 1 次提交
-
-
由 kvn 提交于
Summary: always transform AddP nodes in IdealKit by calling _gvn.transform(). Reviewed-by: roland, twisti
-
- 12 2月, 2013 1 次提交
-
-
由 roland 提交于
Summary: Add support for expensive nodes. Reviewed-by: kvn
-
- 09 10月, 2012 1 次提交
-
-
由 vlivanov 提交于
Summary: Replace all occurrences of long with jlong in C2 code. 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
-
- 30 8月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: Do not remove safepoints during peeling optimization. Reviewed-by: twisti
-
- 21 8月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: Added asm encoding and mach nodes for vector arithmetic instructions on x86. Reviewed-by: roland
-
- 15 6月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: Increase vector size up to 256-bits for YMM AVX registers on x86. Reviewed-by: never, twisti, roland
-
- 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
-
- 30 1月, 2012 1 次提交
-
-
由 brutisso 提交于
Summary: Changed "return false" to "return NULL" Reviewed-by: dholmes, rottenha Contributed-by: dbhole@redhat.com
-
- 13 1月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: Don't split CMove node if it's control edge is different from split region. Reviewed-by: never
-
- 09 11月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Use dead nodes elimination code in PhaseIdealLoop before executing EA. Reviewed-by: never, twisti
-
- 17 11月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Try to eliminate allocations and related locks immediately after escape analysis. Reviewed-by: never
-
- 11 11月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Exact limit of empty loop calculated incorrectly. Reviewed-by: iveresov, never
-
- 10 9月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Revert changes which caused regression. 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
-
- 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
-
- 05 5月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Fix integer overflow problem in the code generated by loop optimizer. Reviewed-by: never
-
- 09 4月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Add new policy for one iteration loops (mostly formal pre- loops). Reviewed-by: never
-
- 03 4月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Clone loop predicate for clonned loops Reviewed-by: never
-
- 27 3月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn
-
- 22 3月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Add predicates when loop head bytecode is parsed instead of when back branch bytecode is parsed. Reviewed-by: never
-
- 08 2月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Add ResourceMark into PhaseIdealLoop::build_and_optimize(). Reviewed-by: never
-
- 24 11月, 2010 1 次提交
-
-
由 stefank 提交于
Summary: Replaced MakeDeps and the includeDB files with more standardized solutions. Reviewed-by: coleenp, kvn, kamg
-
- 28 8月, 2010 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn
-