[all-commits] [llvm/llvm-project] 035a6b: Fix a few warnings from GCC (NFC)
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Fri Oct 23 17:36:19 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 035a6b95c3125e1b044d1b43f819fac93a56dc5c
https://github.com/llvm/llvm-project/commit/035a6b95c3125e1b044d1b43f819fac93a56dc5c
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2020-10-24 (Sat, 24 Oct 2020)
Changed paths:
M mlir/include/mlir/CAPI/IR.h
M mlir/lib/TableGen/TypeDef.cpp
M mlir/lib/Transforms/Bufferize.cpp
Log Message:
-----------
Fix a few warnings from GCC (NFC)
Commit: 3a4b832b1ba8a58cfd12d66474ccb0cb322c24c4
https://github.com/llvm/llvm-project/commit/3a4b832b1ba8a58cfd12d66474ccb0cb322c24c4
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2020-10-24 (Sat, 24 Oct 2020)
Changed paths:
M mlir/tools/mlir-cpu-runner/CMakeLists.txt
Log Message:
-----------
Topologically sort the library to link to mlir-cpu-runner which is required with some linkers like BFD (NFC)
Commit: e7021232e66f4a8e21f2bcd77d9841d1fb414245
https://github.com/llvm/llvm-project/commit/e7021232e66f4a8e21f2bcd77d9841d1fb414245
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2020-10-24 (Sat, 24 Oct 2020)
Changed paths:
M mlir/examples/standalone/standalone-opt/standalone-opt.cpp
M mlir/examples/toy/Ch2/toyc.cpp
M mlir/examples/toy/Ch3/toyc.cpp
M mlir/examples/toy/Ch4/toyc.cpp
M mlir/examples/toy/Ch5/toyc.cpp
M mlir/examples/toy/Ch6/toyc.cpp
M mlir/examples/toy/Ch7/toyc.cpp
M mlir/include/mlir/IR/Dialect.h
M mlir/include/mlir/IR/MLIRContext.h
M mlir/include/mlir/InitAllDialects.h
M mlir/lib/CAPI/IR/IR.cpp
M mlir/lib/Dialect/SPIRV/Serialization/TranslateRegistration.cpp
M mlir/lib/ExecutionEngine/JitRunner.cpp
M mlir/lib/IR/Dialect.cpp
M mlir/lib/IR/MLIRContext.cpp
M mlir/lib/Support/MlirOptMain.cpp
M mlir/lib/Translation/Translation.cpp
M mlir/test/EDSC/builder-api-test.cpp
M mlir/test/SDBM/sdbm-api-test.cpp
M mlir/tools/mlir-cpu-runner/mlir-cpu-runner.cpp
M mlir/tools/mlir-cuda-runner/mlir-cuda-runner.cpp
M mlir/tools/mlir-linalg-ods-gen/mlir-linalg-ods-gen.cpp
M mlir/tools/mlir-opt/mlir-opt.cpp
M mlir/tools/mlir-reduce/mlir-reduce.cpp
M mlir/tools/mlir-rocm-runner/mlir-rocm-runner.cpp
M mlir/tools/mlir-vulkan-runner/mlir-vulkan-runner.cpp
M mlir/unittests/Dialect/Quant/QuantizationUtilsTest.cpp
M mlir/unittests/Dialect/SPIRV/DeserializationTest.cpp
M mlir/unittests/Dialect/SPIRV/SerializationTest.cpp
M mlir/unittests/IR/AttributeTest.cpp
M mlir/unittests/IR/DialectTest.cpp
M mlir/unittests/IR/OperationSupportTest.cpp
M mlir/unittests/Pass/AnalysisManagerTest.cpp
M mlir/unittests/SDBM/SDBMTest.cpp
M mlir/unittests/TableGen/OpBuildGen.cpp
M mlir/unittests/TableGen/StructsGenTest.cpp
Log Message:
-----------
Remove global dialect registration
This has been deprecated for >1month now and removal was announced in:
https://llvm.discourse.group/t/rfc-revamp-dialect-registration/1559/11
Differential Revision: https://reviews.llvm.org/D86356
Compare: https://github.com/llvm/llvm-project/compare/48d8af982516...e7021232e66f
More information about the All-commits
mailing list