Skip to content
Success

Changes

Summary

  1. Improve readability of X86 CPU model and processor macros (commit: 9d8a6a4) (details)
  2. Add recognition of modern Intel processors to port library and compiler (commit: 428863c) (details)
Commit 9d8a6a4ed296a212007c899c32760d3a76ae75f3 by Daryl Maier
Improve readability of X86 CPU model and processor macros

Add underscores for improved readability.

Signed-off-by: Daryl Maier <maier@ca.ibm.com>
(commit: 9d8a6a4)
The file was modified include_core/omrport.h (diff)
The file was modified compiler/x/env/OMRCPU.cpp (diff)
The file was modified compiler/x/codegen/IntegerMultiplyDecomposer.cpp (diff)
The file was modified port/common/omrsysinfo_helpers.c (diff)
The file was modified compiler/x/codegen/OMRCodeGenerator.cpp (diff)
Commit 428863c577ba2cc845f2296e6509045aac9342a4 by Daryl Maier
Add recognition of modern Intel processors to port library and compiler

* Cascade Lake
* Ice Lake
* Sapphire Rapids
* Emerald Rapids

Signed-off-by: Daryl Maier <maier@ca.ibm.com>
(commit: 428863c)
The file was modified compiler/x/codegen/OMRCodeGenerator.hpp (diff)
The file was modified compiler/x/env/OMRCPU.cpp (diff)
The file was modified compiler/env/ProcessorInfo.hpp (diff)
The file was modified compiler/x/codegen/OMRCodeGenerator.cpp (diff)
The file was modified include_core/omrport.h (diff)
The file was modified port/common/omrsysinfo_helpers.c (diff)