- 10 10月, 2012 1 次提交
-
-
由 mikael 提交于
Summary: Update copyright year to 2012 for relevant files Reviewed-by: dholmes, coleenp
-
- 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
-
- 13 6月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: keep intermediate node alive till the end of the graph construction using dummy hook node trick Reviewed-by: kvn, twisti Contributed-by: vladimir.x.ivanov@oracle.com
-
- 24 11月, 2010 1 次提交
-
-
由 stefank 提交于
Summary: Replaced MakeDeps and the includeDB files with more standardized solutions. Reviewed-by: coleenp, kvn, kamg
-
- 03 11月, 2010 1 次提交
-
-
由 kvn 提交于
Summary: Use hardware DIV instruction for long division by constant when it is faster than code with multiply. Reviewed-by: never
-
- 28 5月, 2010 1 次提交
-
-
由 trims 提交于
Summary: Change all the Sun copyrights to Oracle copyright Reviewed-by: ohair
-
- 09 1月, 2010 1 次提交
-
-
由 kvn 提交于
Summary: Remove AND operation only if mask is equal to shift. Reviewed-by: never
-
- 07 5月, 2009 1 次提交
-
-
由 twisti 提交于
Summary: The CR's test crashes with SIGSEGV when running with "-server -Xcomp" using using 32bit jvm. Reviewed-by: kvn, never, rasbold
-
- 28 2月, 2009 1 次提交
-
-
由 twisti 提交于
Summary: I have collected some typos I have found while looking at the code. Reviewed-by: kvn, 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
-
- 14 10月, 2008 1 次提交
-
-
由 rasbold 提交于
Summary: suppress constant folding of double divides and multiplications on ia32 Reviewed-by: never
-
- 02 10月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: Fix loop's probability. Add optimizations to avoid spilling. Change InlineSmallCode to product flag. Reviewed-by: never
-
- 28 8月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: The result of step_through_mergemem() and remove_dead_region() is not checked in some cases. Reviewed-by: never
-
- 15 8月, 2008 1 次提交
-
-
由 rasbold 提交于
Summary: delay transform call until uses of t2 are constructed Reviewed-by: never
-
- 03 7月, 2008 1 次提交
-
-
由 xdono 提交于
Summary: Update copyright year for files that have been modified in 2008 Reviewed-by: ohair, tbell
-
- 07 5月, 2008 1 次提交
-
-
由 rasbold 提交于
Summary: Transform long division by constant into multiply Reviewed-by: never, kvn
-
- 30 4月, 2008 1 次提交
-
-
由 jrose 提交于
Summary: rework Value method for ModD and ModF, to DTRT for infinities Reviewed-by: sgoldman, kvn, rasbold
-
- 01 12月, 2007 1 次提交
-
-
由 duke 提交于
-