git: openjdk/babylon: code-reflection: Renamed hat-core -> core and wrap to wraps
Gary Frost
gfrost at openjdk.org
Sat Jun 28 13:25:08 UTC 2025
Changeset: d75354fb
Branch: code-reflection
Author: Gary Frost <gfrost at openjdk.org>
Date: 2025-06-28 13:24:31 +0000
URL: https://git.openjdk.org/babylon/commit/d75354fb0cdce34d96aef7361d945a80dfdfba49
Renamed hat-core -> core and wrap to wraps
! hat/backends/ffi/cuda/pom.xml
! hat/backends/ffi/hip/pom.xml
! hat/backends/ffi/mock/pom.xml
! hat/backends/ffi/opencl/pom.xml
! hat/backends/ffi/pom.xml
! hat/backends/ffi/shared/pom.xml
! hat/backends/ffi/spirv/pom.xml
! hat/backends/java/mt/pom.xml
! hat/backends/java/pom.xml
! hat/backends/java/seq/pom.xml
! hat/backends/pom.xml
= hat/core/.gitignore
= hat/core/pom.xml
= hat/core/src/main/java/hat/Accelerator.java
= hat/core/src/main/java/hat/ComputeContext.java
= hat/core/src/main/java/hat/KernelContext.java
= hat/core/src/main/java/hat/NDRange.java
= hat/core/src/main/java/hat/OpsAndTypes.java
= hat/core/src/main/java/hat/backend/Backend.java
= hat/core/src/main/java/hat/backend/BackendAdaptor.java
= hat/core/src/main/java/hat/backend/DebugBackend.java
= hat/core/src/main/java/hat/backend/codebuilders/C99HATComputeBuilder.java
= hat/core/src/main/java/hat/backend/codebuilders/C99HATKernelBuilder.java
= hat/core/src/main/java/hat/backend/codebuilders/HATCodeBuilder.java
= hat/core/src/main/java/hat/backend/codebuilders/HATCodeBuilderWithContext.java
= hat/core/src/main/java/hat/backend/java/JavaBackend.java
= hat/core/src/main/java/hat/backend/java/WorkStealer.java
= hat/core/src/main/java/hat/buffer/ArgArray.java
= hat/core/src/main/java/hat/buffer/Buffer.java
= hat/core/src/main/java/hat/buffer/BufferAllocator.java
= hat/core/src/main/java/hat/buffer/BufferTracker.java
= hat/core/src/main/java/hat/buffer/ChessState.java
= hat/core/src/main/java/hat/buffer/F32Array.java
= hat/core/src/main/java/hat/buffer/F32Array2D.java
= hat/core/src/main/java/hat/buffer/ImageIfaceBuffer.java
= hat/core/src/main/java/hat/buffer/KernelContext.java
= hat/core/src/main/java/hat/buffer/S08x3RGBImage.java
= hat/core/src/main/java/hat/buffer/S32Array.java
= hat/core/src/main/java/hat/buffer/S32Array2D.java
= hat/core/src/main/java/hat/buffer/S32RGBAImage.java
= hat/core/src/main/java/hat/buffer/SchemaBuilder.java
= hat/core/src/main/java/hat/buffer/U16GreyImage.java
= hat/core/src/main/java/hat/callgraph/CallGraph.java
= hat/core/src/main/java/hat/callgraph/ComputeCallGraph.java
= hat/core/src/main/java/hat/callgraph/ComputeEntrypoint.java
= hat/core/src/main/java/hat/callgraph/Entrypoint.java
= hat/core/src/main/java/hat/callgraph/KernelCallGraph.java
= hat/core/src/main/java/hat/callgraph/KernelEntrypoint.java
= hat/core/src/main/java/hat/ifacemapper/AbstractSegmentMapper.java
= hat/core/src/main/java/hat/ifacemapper/BoundSchema.java
= hat/core/src/main/java/hat/ifacemapper/BufferState.java
= hat/core/src/main/java/hat/ifacemapper/ByteCodeGenerator.java
= hat/core/src/main/java/hat/ifacemapper/MappableIface.java
= hat/core/src/main/java/hat/ifacemapper/MapperCache.java
= hat/core/src/main/java/hat/ifacemapper/MapperUtil.java
= hat/core/src/main/java/hat/ifacemapper/Schema.java
= hat/core/src/main/java/hat/ifacemapper/SegmentInterfaceMapper.java
= hat/core/src/main/java/hat/ifacemapper/SegmentMapper.java
= hat/core/src/main/java/hat/ifacemapper/accessor/AccessorInfo.java
= hat/core/src/main/java/hat/ifacemapper/accessor/Accessors.java
= hat/core/src/main/java/hat/ifacemapper/accessor/ArrayInfo.java
= hat/core/src/main/java/hat/ifacemapper/accessor/Cardinality.java
= hat/core/src/main/java/hat/ifacemapper/accessor/LayoutInfo.java
= hat/core/src/main/java/hat/ifacemapper/accessor/ScalarInfo.java
= hat/core/src/main/java/hat/ifacemapper/accessor/ValueType.java
= hat/core/src/main/java/hat/ifacemapper/component/Util.java
= hat/core/src/main/java/hat/opcodebuilders/OpCodeBuilder.java
= hat/core/src/main/java/hat/opcodebuilders/StyledOpCodeBuilder.java
= hat/core/src/main/java/hat/optools/BinaryArithmeticOrLogicOperation.java
= hat/core/src/main/java/hat/optools/BinaryLogicalOpWrapper.java
= hat/core/src/main/java/hat/optools/BinaryOpWrapper.java
= hat/core/src/main/java/hat/optools/BinaryTestOpWrapper.java
= hat/core/src/main/java/hat/optools/BlockWrapper.java
= hat/core/src/main/java/hat/optools/BodyWrapper.java
= hat/core/src/main/java/hat/optools/CodeElementWrapper.java
= hat/core/src/main/java/hat/optools/ConstantOpWrapper.java
= hat/core/src/main/java/hat/optools/ConvOpWrapper.java
= hat/core/src/main/java/hat/optools/FieldAccessOpWrapper.java
= hat/core/src/main/java/hat/optools/FieldLoadOpWrapper.java
= hat/core/src/main/java/hat/optools/FieldStoreOpWrapper.java
= hat/core/src/main/java/hat/optools/ForOpWrapper.java
= hat/core/src/main/java/hat/optools/FuncCallOpWrapper.java
= hat/core/src/main/java/hat/optools/FuncOpWrapper.java
= hat/core/src/main/java/hat/optools/IfOpWrapper.java
= hat/core/src/main/java/hat/optools/InvokeOpWrapper.java
= hat/core/src/main/java/hat/optools/JavaBreakOpWrapper.java
= hat/core/src/main/java/hat/optools/JavaContinueOpWrapper.java
= hat/core/src/main/java/hat/optools/JavaLabeledOpWrapper.java
= hat/core/src/main/java/hat/optools/LambdaOpWrapper.java
= hat/core/src/main/java/hat/optools/LoadOpWrapper.java
= hat/core/src/main/java/hat/optools/LogicalOpWrapper.java
= hat/core/src/main/java/hat/optools/LoopOpWrapper.java
= hat/core/src/main/java/hat/optools/ModuleOpWrapper.java
= hat/core/src/main/java/hat/optools/OpWrapper.java
= hat/core/src/main/java/hat/optools/ReturnOpWrapper.java
= hat/core/src/main/java/hat/optools/RootSet.java
= hat/core/src/main/java/hat/optools/StoreOpWrapper.java
= hat/core/src/main/java/hat/optools/StructuralOpWrapper.java
= hat/core/src/main/java/hat/optools/TernaryOpWrapper.java
= hat/core/src/main/java/hat/optools/TupleOpWrapper.java
= hat/core/src/main/java/hat/optools/UnaryArithmeticOrLogicOpWrapper.java
= hat/core/src/main/java/hat/optools/UnaryOpWrapper.java
= hat/core/src/main/java/hat/optools/VarAccessOpWrapper.java
= hat/core/src/main/java/hat/optools/VarDeclarationOpWrapper.java
= hat/core/src/main/java/hat/optools/VarFuncDeclarationOpWrapper.java
= hat/core/src/main/java/hat/optools/VarLoadOpWrapper.java
= hat/core/src/main/java/hat/optools/VarOpWrapper.java
= hat/core/src/main/java/hat/optools/VarStoreOpWrapper.java
= hat/core/src/main/java/hat/optools/WhileOpWrapper.java
= hat/core/src/main/java/hat/optools/YieldOpWrapper.java
= hat/core/src/main/java/hat/text/CodeBuilder.java
= hat/core/src/main/java/hat/text/JavaCodeBuilder.java
= hat/core/src/main/java/hat/text/TerminalColors.java
= hat/core/src/main/java/hat/text/TextBuilder.java
= hat/core/src/main/java/hat/util/Result.java
= hat/core/src/main/java/hat/util/StreamCounter.java
= hat/core/src/main/java/hat/util/ui/SevenSegmentDisplay.java
= hat/core/src/main/test/hat/CustomOpTest.java
= hat/core/src/main/test/hat/SquaresTest.java
= hat/core/src/main/test/logger/HATTestNGLogger.java
! hat/docs/hat-01-01-project-layout.md
! hat/docs/hat-01-03-building-hat.md
! hat/examples/blackscholes/pom.xml
! hat/examples/experiments/pom.xml
! hat/examples/heal/pom.xml
! hat/examples/life/pom.xml
! hat/examples/mandel/pom.xml
! hat/examples/nbody/pom.xml
! hat/examples/pom.xml
! hat/examples/squares/pom.xml
! hat/examples/violajones/pom.xml
! hat/hat/HAT.java
! hat/hat/bld.java
! hat/hat/run.java
! hat/hat/sanity.java
! hat/hat/tst
! hat/intellij/.idea/compiler.xml
! hat/intellij/.idea/modules.xml
! hat/intellij/backend_ffi_cuda.iml
! hat/intellij/backend_ffi_mock.iml
! hat/intellij/backend_ffi_opencl.iml
! hat/intellij/backend_ffi_shared.iml
! hat/intellij/backend_ffi_spirv.iml
! hat/intellij/backend_java_mt.iml
! hat/intellij/backend_java_seq.iml
! hat/intellij/backend_jextracted_opencl.iml
! hat/intellij/backend_jextracted_shared.iml
! hat/intellij/blackscholes.iml
! hat/intellij/chess.iml
! hat/intellij/clwrap.iml
+ hat/intellij/core.iml
! hat/intellij/experiments.iml
! hat/intellij/glwrap.iml
- hat/intellij/hat-core.iml
! hat/intellij/heal.iml
! hat/intellij/life.iml
! hat/intellij/mandel.iml
! hat/intellij/nbody.iml
! hat/intellij/squares.iml
! hat/intellij/view.iml
! hat/intellij/violajones.iml
! hat/pom.xml
= hat/wraps/clwrap/pom.xml
= hat/wraps/clwrap/src/main/java/wrap/clwrap/CLPlatform.java
= hat/wraps/clwrap/src/main/java/wrap/clwrap/CLStatusPtr.java
= hat/wraps/clwrap/src/main/java/wrap/clwrap/CLWrapComputeContext.java
= hat/wraps/clwrap/src/main/java/wrap/clwrap/Squares.java
= hat/wraps/glwrap/pom.xml
= hat/wraps/glwrap/src/main/java/wrap/glwrap/Fonts.java
= hat/wraps/glwrap/src/main/java/wrap/glwrap/GLCallbackEventHandler.java
= hat/wraps/glwrap/src/main/java/wrap/glwrap/GLEventHandler.java
= hat/wraps/glwrap/src/main/java/wrap/glwrap/GLFuncEventHandler.java
= hat/wraps/glwrap/src/main/java/wrap/glwrap/GLStatusPtr.java
= hat/wraps/glwrap/src/main/java/wrap/glwrap/GLTexture.java
= hat/wraps/glwrap/src/main/java/wrap/glwrap/GLWindow.java
= hat/wraps/pom.xml
= hat/wraps/wrap/pom.xml
= hat/wraps/wrap/src/main/java/wrap/ArenaHolder.java
= hat/wraps/wrap/src/main/java/wrap/LayoutBuilder.java
= hat/wraps/wrap/src/main/java/wrap/Scalar.java
= hat/wraps/wrap/src/main/java/wrap/Sequence.java
= hat/wraps/wrap/src/main/java/wrap/Wrap.java
More information about the babylon-dev
mailing list