1. 19 9月, 2013 2 次提交
    • G
      8024922: PPC64 (part 116): Extend adlc to generate fields into nodes. · 7ac26907
      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
      7ac26907
    • G
      8024342: PPC64 (part 111): Support for C calling conventions that require 64-bit ints. · 05fa054c
      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
      05fa054c
  2. 14 9月, 2013 1 次提交
  3. 13 9月, 2013 1 次提交
    • G
      8024344: PPC64 (part 112): C argument in register AND stack slot. · 5bff05b0
      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
      5bff05b0
  4. 07 9月, 2013 2 次提交
  5. 06 9月, 2013 2 次提交
  6. 05 9月, 2013 1 次提交
  7. 30 8月, 2013 3 次提交
  8. 29 8月, 2013 5 次提交
  9. 28 8月, 2013 2 次提交
  10. 26 8月, 2013 3 次提交
  11. 24 8月, 2013 4 次提交
  12. 23 8月, 2013 14 次提交