[all-commits] [llvm/llvm-project] 2554f9: Opaque pointers: Migrate examples to use load with...
David Blaikie via All-commits
all-commits at lists.llvm.org
Sat Apr 3 14:21:30 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2554f99b554feb1a882d0dfc9eebc14a7d2d0cf3
https://github.com/llvm/llvm-project/commit/2554f99b554feb1a882d0dfc9eebc14a7d2d0cf3
Author: David Blaikie <dblaikie at gmail.com>
Date: 2021-04-03 (Sat, 03 Apr 2021)
Changed paths:
M llvm/examples/BrainF/BrainF.cpp
M llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/toy.cpp
M llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/toy.cpp
M llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/toy.cpp
M llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/toy.cpp
M llvm/examples/Kaleidoscope/Chapter8/toy.cpp
M llvm/examples/Kaleidoscope/Chapter9/toy.cpp
Log Message:
-----------
Opaque pointers: Migrate examples to use load with explicit type
Commit: 499571ea835daf786626a0db1e12f890b6cd8f8d
https://github.com/llvm/llvm-project/commit/499571ea835daf786626a0db1e12f890b6cd8f8d
Author: David Blaikie <dblaikie at gmail.com>
Date: 2021-04-03 (Sat, 03 Apr 2021)
Changed paths:
M mlir/lib/IR/OperationSupport.cpp
Log Message:
-----------
Add workaround for false positive in -Wfree-nonheap-object
Commit: 9f6649dd1249fc5f5d8631d91324ad850a0ed1f0
https://github.com/llvm/llvm-project/commit/9f6649dd1249fc5f5d8631d91324ad850a0ed1f0
Author: David Blaikie <dblaikie at gmail.com>
Date: 2021-04-03 (Sat, 03 Apr 2021)
Changed paths:
M mlir/lib/Parser/Parser.cpp
Log Message:
-----------
Add void cast to suppress -Wunused-member-variable on assert-only member
Commit: 30df6d5d6a8537d3ec7d8fe4299289a4c5a74d5c
https://github.com/llvm/llvm-project/commit/30df6d5d6a8537d3ec7d8fe4299289a4c5a74d5c
Author: David Blaikie <dblaikie at gmail.com>
Date: 2021-04-03 (Sat, 03 Apr 2021)
Changed paths:
M polly/lib/Transform/ScheduleTreeTransform.cpp
Log Message:
-----------
Preprocessor conditionalize some assert-only functions to suppress -Wunused-function
Compare: https://github.com/llvm/llvm-project/compare/b32e76c6d507...30df6d5d6a85
More information about the All-commits
mailing list