1,036,387 commits found in 77 milliseconds
LLVM /project a428025 — mlir/lib/Bindings/Python DialectQuant.cpp DialectLLVM.cpp, mlir/test/python/dialects pdl_types.py [mlir][Python] port dialect extensions to use core PyConcreteType, PyConcreteAttribute
LLVM /project a7ab82c — mlir/include/mlir/Bindings/Python IRAttributes.h IRTypes.h, mlir/lib/Bindings/Python IRAttributes.cpp IRTypes.cpp [mlir][Python] move IRTypes and IRAttributes to public headers
LLVM /project b6965b6 — mlir/include/mlir/Bindings/Python IRCore.h NanobindUtils.h, mlir/lib/Bindings/Python IRCore.cpp IRModule.h fix after rebase
[mlir][Python] create MLIRPythonSupport
LLVM /project b23ceb1 — mlir/include/mlir/Bindings/Python IRCore.h, mlir/lib/Bindings/Python Rewrite.cpp IRCore.cpp fix after rebase
LLVM /project 81adfec — clang/lib/Analysis UnsafeBufferUsage.cpp, clang/test/SemaCXX warn-unsafe-buffer-usage-libc-functions.cpp Merge branch 'main' into users/evelez7/clang-doc-nested-records LLVM /project 829091a — mlir/include/mlir/Bindings/Python IRCore.h, mlir/lib/Bindings/Python Rewrite.cpp IRCore.cpp fix after rebase
LLVM /project 16d6ecc — llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/google BUILD.gn, llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/misc BUILD.gn [gn build] Port 92f16356340d
LLVM /project 5f0ec87 — llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/readability BUILD.gn [gn build] Port 7c0420dc8484
LLVM /project 81b4664 — clang/include/clang/Analysis/Analyses UnsafeBufferUsageGadgets.def, clang/lib/Analysis UnsafeBufferUsage.cpp [-Wunsafe-buffer-usage] Add check for custom printf/scanf functions (#173096)
This commit adds support for functions annotated with
`__attribute__((__format__(__printf__, ...)))` (or `__scanf__`). These
functions will be treated the same way as printf/scanf functions in the
standard C library by `-Wunsafe-buffer-usage`
rdar://143233737 [SelectionDAG] Fix operand of BRCOND in visitSPDescriptorParent (#174230)
The first operand should be a chain, but `GuardVal.getOperand(0)` isn't
always a chain (i.e. if `TLI.emitStackGuardXorFP()` is called). Use
`getControlRoot()` instead like in other places when creating terminator
nodes.
Extracted from #168421. LLVM /project 7eed4d2 — llvm/utils/TableGen GlobalISelEmitter.cpp FastISelEmitter.cpp, llvm/utils/TableGen/Common CodeGenDAGPatterns.h [TableGen] Use TreePatternNode::getSimpleType instead of getType. NFC (#174231)
These were the only uses of getType. Both of these calls are after
HwMode has been expanded so we can use getSimpleType like other code.
Remove getType since it is now unused.
While there, simplify the hasBFloatType to use getScalarType for the
scalar and vector case. gate standalone
fix after rebase
LLVM /project e329192 — mlir/include/mlir/Bindings/Python IRCore.h, mlir/lib/Bindings/Python IRCore.cpp MainModule.cpp move impls
LLVM /project a363212 — mlir/include/mlir/Bindings/Python IRCore.h, mlir/lib/Bindings/Python Pass.cpp jakub's suggestion
Reflect rename in bazel file
LLVM /project bc3e9d0 — mlir/cmake/modules AddMLIRPython.cmake, mlir/docs/Bindings Python.md address
jpienaar comments
LLVM /project e409c78 — mlir/include/mlir/Bindings/Python IRCore.h, mlir/lib/Bindings/Python MainModule.cpp IRCore.cpp factor out more impls
remove stray newline
LLVM /project f08c628 — mlir/include/mlir/Bindings/Python IRCore.h, mlir/lib/Bindings/Python IRCore.cpp MainModule.cpp move impls
try twolevel_namespace
LLVM /project d1579d4 — mlir/cmake/modules AddMLIRPython.cmake, mlir/docs/Bindings Python.md address comments
parameteriez add_mlir_python_modules
fix empty _mlir_python_support_libs
address comments
LLVM /project 0ad08fb — mlir/cmake/modules AddMLIRPython.cmake, mlir/examples/standalone/python CMakeLists.txt try moving MLIR_BINDINGS_PYTHON_NB_DOMAIN compile defn
comments
LLVM /project 17301f8 — mlir/include/mlir/Bindings/Python IRCore.h, mlir/lib/Bindings/Python IRCore.cpp MainModule.cpp remove registerError
LLVM /project ffb9a71 — mlir/include/mlir/Bindings/Python IRCore.h, mlir/lib/Bindings/Python MainModule.cpp Rewrite.cpp works
LLVM /project 7efba23 — mlir/cmake/modules AddMLIRPython.cmake, mlir/include/mlir/Bindings/Python Globals.h globals doesn't work