- 16 1月, 2020 1 次提交
-
-
由 ddong 提交于
Summary: Correct the obsolete version of UseOldInlining and AutoShutdownNMT, and delete UseOldInlining in c2_globals.hpp Reviewed-by: phh
-
- 20 8月, 2019 1 次提交
-
-
由 thartmann 提交于
Summary: Weakened too strong assert. Reviewed-by: kvn, roland --HG-- extra : rebase_source : ad2511a886c7c243487bcb8c02289900400e2b93
-
- 30 8月, 2019 1 次提交
-
-
由 rrich 提交于
Reviewed-by: thartmann, mdoerr --HG-- extra : rebase_source : 506ba6f67cb248fb78906f8e66a5679f1b69e571
-
- 08 10月, 2019 1 次提交
-
-
由 thartmann 提交于
Summary: Bail out of superword optimization if loop was removed (i.e., if zero-trip Opaque1Node was removed). Reviewed-by: kvn, roland --HG-- extra : rebase_source : c0aaf50465968cd558ac8f12e9f4577cbc2774c2
-
- 11 1月, 2016 1 次提交
-
-
由 roland 提交于
Summary: partial peel can leave a pinned node between predicates and loop and prevent some loop predication Reviewed-by: kvn, phh, andrew
-
- 18 6月, 2015 1 次提交
-
-
由 ascarpino 提交于
Reviewed-by: kvn, jrose, phh
-
- 28 10月, 2019 1 次提交
-
-
由 fyang 提交于
Summary: Duplicate cmp node in empty loop if it has other users Reviewed-by: neliasso, thartmann Contributed-by: wanghuang3@huawei.com, xietuo@huawei.com
-
- 14 2月, 2019 1 次提交
-
-
由 neliasso 提交于
Reviewed-by: kvn
-
- 15 6月, 2018 1 次提交
-
-
由 kvn 提交于
Summary: convert the assert into compilation check which will skip superword optimization Reviewed-by: roland, thartmann
-
- 14 12月, 2018 1 次提交
-
-
由 roland 提交于
Reviewed-by: thartmann, kvn
-
- 28 9月, 2018 1 次提交
-
-
由 roland 提交于
Reviewed-by: kvn --HG-- extra : rebase_source : 51bb75f94058cf96cda1ea902645358e4c3a41fe
-
- 21 1月, 2019 1 次提交
-
-
由 fyang 提交于
Reviewed-by: thartmann Contributed-by: jitao8@huawei.com
-
- 19 8月, 2019 1 次提交
-
-
由 neliasso 提交于
Reviewed-by: kvn, thartmann --HG-- extra : rebase_source : e1af5b86db38ac1b7ed27b4f39be267bb8b27d0e
-
- 21 5月, 2019 1 次提交
-
-
由 roland 提交于
Reviewed-by: neliasso, rkennke, dlong
-
- 25 7月, 2019 1 次提交
-
-
由 shade 提交于
Reviewed-by: andrew, phh
-
- 25 5月, 2016 1 次提交
-
-
由 gziemski 提交于
Summary: Implement _lh_array_tag_type_value as const, not enum. Reviewed-by: vlivanov, minqi
-
- 02 5月, 2019 1 次提交
-
-
由 rraghavan 提交于
Summary: Avoided collecting unaligned stores in Initialize node by making can_capture_store return false for same Reviewed-by: dlong, kvn, vlivanov
-
- 18 6月, 2019 1 次提交
-
-
由 ogatak 提交于
Reviewed-by: mdoerr, goetz Contributed-by: NBruno Rosa <bruno.rosa@eldorado.org.br>, Gustavo Serra Scalet <gustavo.scalet@eldorado.org.br>, Igor Nunes <igor.nunes@eldorado.org.br>, Martin Doerr <martin.doerr@sap.com>
-
- 30 4月, 2019 1 次提交
-
-
由 thartmann 提交于
Summary: Guard against regions degraded to copies. Reviewed-by: kvn
-
- 10 4月, 2019 1 次提交
-
-
由 sgehwolf 提交于
Reviewed-by: shade, roland
-
- 24 10月, 2018 1 次提交
-
-
由 roland 提交于
Reviewed-by: neliasso, kvn
-
- 22 10月, 2018 1 次提交
-
-
由 dbuck 提交于
Reviewed-by: kvn
-
- 15 10月, 2018 1 次提交
-
-
由 thartmann 提交于
8172850: Anti-dependency on membar causes crash in register allocator due to invalid instruction scheduling Summary: Regression test and additional asserts. The problem is fixed by 8087341. Reviewed-by: kvn
-
- 29 3月, 2018 1 次提交
-
-
由 shshahma 提交于
8164480: Crash with assert(handler_address == SharedRuntime::compute_compiled_exc_handler(..) failed: Must be the same Summary: Exception checking code needs to handle pre-allocated exceptions. Reviewed-by: thartmann, kvn
-
- 14 10月, 2017 1 次提交
-
-
由 kevinw 提交于
Summary: Don't split if all edges will be moved to new phi Reviewed-by: kvn
-
- 29 11月, 2017 1 次提交
-
-
由 zgu 提交于
Summary: Fixed memory counting in compiler (C2) Reviewed-by: adinn, cjplummer, kvn
-
- 07 9月, 2017 1 次提交
-
-
由 dbuck 提交于
Reviewed-by: kvn
-
- 01 9月, 2017 1 次提交
-
-
由 shshahma 提交于
Summary: CCP computes wrong type for CountedLoop iv Phi Reviewed-by: kvn
-
- 11 8月, 2017 1 次提交
-
-
由 dbuck 提交于
Summary: Change TypeF:eq and TypeD:eq to compare NaN values using a bitwise comparison. Reviewed-by: kvn Contributed-by: NStefan Anzinger <stefan.anzinger@oracle.com>
-
- 09 11月, 2017 1 次提交
-
-
由 roland 提交于
Reviewed-by: kvn
-
- 02 6月, 2017 1 次提交
-
-
由 rraghavan 提交于
Summary: Added required explicit NULL checks Reviewed-by: thartmann, kvn
-
- 22 5月, 2017 4 次提交
-
-
由 thartmann 提交于
Summary: Fixed a missing null check on the return value of AddPNode::Ideal_base_and_offset() found by Parfait. Reviewed-by: kvn
-
由 thartmann 提交于
Summary: Fixed a missing null check on n->in(0) found by Parfait. Reviewed-by: kvn
-
由 thartmann 提交于
Summary: Fixed a missing null check on the return value of MachNodeGenerator() found by Parfait. Reviewed-by: kvn
-
由 thartmann 提交于
Summary: Fixed a missing null check on the return value of InitializeNode::allocation() found by Parfait. Reviewed-by: zmajo
-
- 30 3月, 2017 2 次提交
- 09 3月, 2017 1 次提交
-
-
由 zmajo 提交于
Summary: Check values returned by ciMethodData::bci_to_data() where necessary. Reviewed-by: kvn
-
- 25 7月, 2017 1 次提交
-
-
由 dbuck 提交于
Summary: Require equal bases when unaliasing offsets for raw accesses Reviewed-by: thartmann, kvn
-
- 16 2月, 2017 1 次提交
-
-
由 roland 提交于
Reviewed-by: kvn
-