- 15 9月, 2013 1 次提交
-
-
由 goetz 提交于
Summary: Implement profiling for c2 jit compilation. Also enable new cppInterpreter features. Reviewed-by: kvn
-
- 19 9月, 2013 2 次提交
-
-
由 goetz 提交于
Summary: Similar to specifying functions returning constants (as ins_avoid_back_to_back()) adlc now accepts specifications with prefix ins_field_xxx(tp) and adds field xxx of type tp to the node. Reviewed-by: kvn
-
由 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
-
- 14 9月, 2013 1 次提交
-
-
由 goetz 提交于
Summary: Call OSR migration with last java frame. Reviewed-by: kvn
-
- 13 9月, 2013 1 次提交
-
-
由 goetz 提交于
Summary: On PPC, the first 13 floating point arguments to C calls are passed in floating point registers. Also, all but the first 8 arguments are passed on the stack. So there can be floating point arguments that are passed on the stack and in a register. We duplicate the regs datastructure in c_calling_convention() to represent this. Reviewed-by: kvn, cjplummer
-
- 07 9月, 2013 2 次提交
- 06 9月, 2013 2 次提交
- 05 9月, 2013 1 次提交
-
-
由 cl 提交于
-
- 30 8月, 2013 3 次提交
- 29 8月, 2013 5 次提交
- 28 8月, 2013 2 次提交
- 26 8月, 2013 3 次提交
- 24 8月, 2013 4 次提交
- 23 8月, 2013 13 次提交
-
-
由 amurillo 提交于
Reviewed-by: jcoomes
-
由 amurillo 提交于
-
由 amurillo 提交于
-
由 mgronlun 提交于
Reviewed-by: acorn, sla
-
由 poonam 提交于
-
由 poonam 提交于
-
由 jiangli 提交于
-
由 jiangli 提交于
Summary: Need to check if the constant pool mapping returns 0. Reviewed-by: coleenp, sspitsyn
-
由 jmasa 提交于
-
由 iklam 提交于
-
由 sla 提交于
-
由 jmasa 提交于
-
由 iklam 提交于
Summary: Avoid dumping C++ vtable when BUILD_WIN_SA != 1 Reviewed-by: dcubed, sla, tbell
-