History log of /openjdk9/hotspot/src/cpu/ppc/vm/register_ppc.hpp
Revision Date Author Comments
# 11719:faaed259df37 23-Jun-2016 goetz

8160245: C1: Clean up platform #defines in c1_LIR.hpp.
Summary: Also add fnoreg on x86, LIR_Address constructor without scale, clean up templateInterpreterGenerator.hpp and remove PPC32 special cases.
Reviewed-by: coleenp, thartmann


# 11422:f8f067457966 23-May-2016 mdoerr

8154156: PPC64: improve array copy stubs by using vector instructions
Reviewed-by: goetz, mdoerr
Contributed-by: Gustavo Romero <gromero@linux.vnet.ibm.com>


# 10049:73443d24e529 20-Jan-2016 goetz

8147937: Adapt SAP copyrights to new company name.
Reviewed-by: simonis, stuefe


# 10014:7c1c2a79f981 13-Jan-2016 mdoerr

8146978: PPC64: Fix build after integration of C++ interpreter removal
Reviewed-by: goetz


# 9898:2794bc7859f5 07-Jan-2016 jprovino

Merge


# 9832:3c92df474305 10-Dec-2015 goetz

8145117: PPC64: Remove cpp interpreter implementation
Reviewed-by: coleenp, mdoerr


# 9751:4a24de859a87 04-Dec-2015 mdoerr

8144019: PPC64 C1: Introduce Client Compiler
Reviewed-by: goetz


# 6760:22b98ab2a69f 04-Jul-2014 goetz

8049325: Introduce and clean up umbrella headers for the files in the cpu subdirectories.
Summary: Introduce and clean up umbrella headers for the files in the cpu subdirectories.
Reviewed-by: lfoltan, coleenp, dholmes


# 6118:58cf34613a72 09-Mar-2014 goetz

8036976: PPC64: implement the template interpreter
Reviewed-by: kvn, coleenp
Contributed-by: axel.siebenborn@sap.com, martin.doerr@sap.com


# 5999:67fa91961822 10-Dec-2013 goetz

8029940: PPC64 (part 122): C2 compiler port
Reviewed-by: kvn


# 5962:ec28f9c041ff 02-Aug-2013 goetz

8019972: PPC64 (part 9): platform files for interpreter only VM.
Summary: With this change the HotSpot core build works on Linux/PPC64. The VM succesfully executes simple test programs.
Reviewed-by: kvn