Skip to content

Changes

Summary

  1. Fix string literal conversion warnings in compiler/compile (commit: ea2a8ff) (details)
  2. Fix string literal conversion warnings in compiler/runtime (commit: 3e551ee) (details)
  3. Fix string literal conversion warnings in compiler/control (commit: caa4316) (details)
  4. Fix string literal conversion warnings in compiler/ras (commit: 573e419) (details)
  5. Fix string literal conversion warnings in compiler/infra (commit: f148db8) (details)
  6. Fix string literal conversion warnings in compiler/codegen (commit: f2b7406) (details)
  7. Fix string literal conversion warnings in compiler/p (commit: c83f38f) (details)
  8. Fix string literal conversion warnings in compiler/il (commit: e204492) (details)
  9. Fix string literal conversion warnings in compiler/optimizer (commit: 4ea4731) (details)
Commit ea2a8ff9d13368aac6224dcc1a1e466ea799da91 by Dylan Tuttle
Fix string literal conversion warnings in compiler/compile

Fix string literal conversion warnings in compiler/compile

Signed-off-by: Dylan Tuttle <jdylantuttle@gmail.com>
(commit: ea2a8ff)
The file was modified compiler/optimizer/ValuePropagationCommon.cpp (diff)
The file was modified compiler/compile/OMRSymbolReferenceTable.cpp (diff)
The file was modified compiler/compile/OMRSymbolReferenceTable.hpp (diff)
Commit 3e551ee6463d481a4ad6190b19f77b79e13cc1bf by Dylan Tuttle
Fix string literal conversion warnings in compiler/runtime

Fix string literal conversion warnings in compiler/runtime

Signed-off-by: Dylan Tuttle <jdylantuttle@gmail.com>
(commit: 3e551ee)
The file was modified compiler/runtime/OMRCodeCache.hpp (diff)
The file was modified compiler/runtime/OMRRuntimeAssumptions.hpp (diff)
The file was modified compiler/runtime/OMRCodeCache.cpp (diff)
Commit caa4316a34369192ad8f22fd26742b08b58913cf by Dylan Tuttle
Fix string literal conversion warnings in compiler/control

Fix string literal conversion warnings in compiler/control

Signed-off-by: Dylan Tuttle <jdylantuttle@gmail.com>
(commit: caa4316)
The file was modified compiler/control/OMROptions.cpp (diff)
The file was modified compiler/control/CompileMethod.cpp (diff)
The file was modified compiler/control/OptionsUtil.hpp (diff)
The file was modified compiler/control/OMROptions.hpp (diff)
Commit 573e419474da366caa5ed8d8606e6e929c62d279 by Dylan Tuttle
Fix string literal conversion warnings in compiler/ras

Fix string literal conversion warnings in compiler/ras

Signed-off-by: Dylan Tuttle <jdylantuttle@gmail.com>
(commit: 573e419)
The file was modified compiler/ras/ILValidationRules.cpp (diff)
The file was modified compiler/ras/OptionsDebug.cpp (diff)
The file was modified compiler/ras/LimitFile.cpp (diff)
The file was modified compiler/ras/Debug.hpp (diff)
The file was modified compiler/ras/Tree.cpp (diff)
The file was modified compiler/ras/Debug.cpp (diff)
Commit f148db8ff573b3c5a494dcea4236c9844d1cd914 by Dylan Tuttle
Fix string literal conversion warnings in compiler/infra

Fix string literal conversion warnings in compiler/infra
and related functions

Signed-off-by: Dylan Tuttle <jdylantuttle@gmail.com>
(commit: f148db8)
The file was modified compiler/optimizer/Inliner.cpp (diff)
The file was modified compiler/infra/Statistics.hpp (diff)
The file was modified compiler/ras/LimitFile.cpp (diff)
The file was modified compiler/infra/SimpleRegex.cpp (diff)
The file was modified compiler/ras/Debug.hpp (diff)
The file was modified compiler/infra/InterferenceGraph.cpp (diff)
The file was modified compiler/infra/SimpleRegex.hpp (diff)
The file was modified compiler/il/OMRResolvedMethodSymbol.cpp (diff)
The file was modified compiler/infra/InterferenceGraph.hpp (diff)
Commit f2b74067bd717b2c6b95bafe728f598ee2217610 by Dylan Tuttle
Fix string literal conversion warnings in compiler/codegen

Fix string literal conversion warnings in compiler/codegen

Signed-off-by: Dylan Tuttle <jdylantuttle@gmail.com>
(commit: f2b7406)
The file was modified compiler/codegen/Relocation.hpp (diff)
The file was modified compiler/codegen/StorageInfo.hpp (diff)
The file was modified compiler/codegen/Relocation.cpp (diff)
The file was modified compiler/codegen/CodeGenRA.cpp (diff)
The file was modified compiler/codegen/StorageInfo.cpp (diff)
The file was modified compiler/codegen/OMRCodeGenerator.hpp (diff)
Commit c83f38f04fab2f92ded389fa566f4e2528a231a1 by Dylan Tuttle
Fix string literal conversion warnings in compiler/p

Fix string literal conversion warnings in compiler/p

Signed-off-by: Dylan Tuttle <jdylantuttle@gmail.com>
(commit: c83f38f)
The file was modified compiler/p/codegen/PPCHelperCallSnippet.cpp (diff)
Commit e2044927361508f3727e5a9221303871c69816ab by Dylan Tuttle
Fix string literal conversion warnings in compiler/il

Fix string literal conversion warnings in compiler/il

Signed-off-by: Dylan Tuttle <jdylantuttle@gmail.com>
(commit: e204492)
The file was modified compiler/il/OMRBlock.hpp (diff)
Commit 4ea473120952bd1cf87435485b4d9aff194c56c2 by Dylan Tuttle
Fix string literal conversion warnings in compiler/optimizer

Fix string literal conversion warnings in compiler/optimizer

Signed-off-by: Dylan Tuttle <jdylantuttle@gmail.com>
(commit: 4ea4731)
The file was modified compiler/optimizer/LoopReplicator.cpp (diff)
The file was modified compiler/optimizer/OrderBlocks.hpp (diff)
The file was modified compiler/optimizer/OMRValuePropagation.cpp (diff)
The file was modified compiler/optimizer/Inliner.cpp (diff)
The file was modified compiler/optimizer/LocalOpts.cpp (diff)
The file was modified compiler/optimizer/LocalOpts.hpp (diff)
The file was modified compiler/optimizer/OrderBlocks.cpp (diff)
The file was modified compiler/optimizer/ValuePropagationCommon.cpp (diff)
The file was modified compiler/optimizer/Inliner.hpp (diff)