llvm/mlir
Brad Smith c643956d69 [mlir] Fix building CRunnerUtils on OpenBSD with 15.x
CRunnerUtils builds as C++11. 9c1d133c3a broke
the build on OpenBSD. aligned_alloc() was only introduced in C++17.
2022-09-12 12:54:35 +02:00
..
benchmark/python [NFC] Remove obsolete all_passes_registration from integration tests. 2022-07-16 18:18:43 -07:00
cmake/modules [CMake] Fix add_subdirectory llvm builds 2022-07-26 11:24:23 +02:00
docs [MLIR] Generic 'malloc', 'aligned_alloc' and 'free' functions 2022-07-25 15:52:51 +02:00
examples Revert "[MLIR] Generic 'malloc', 'aligned_alloc' and 'free' functions" 2022-07-18 18:07:36 +00:00
include [mlir] Fix Analysis/Presburger/Utils.cpp compilation with GCC 11 2022-08-05 01:15:24 -07:00
lib [mlir] Fix building CRunnerUtils on OpenBSD with 15.x 2022-09-12 12:54:35 +02:00
python [MLIR] Fix checks for native arch 2022-08-08 12:18:21 -07:00
test [mlir][test] Require JIT support in JIT tests 2022-08-22 11:35:40 +02:00
tools [MLIR] Fix checks for native arch 2022-08-08 12:18:21 -07:00
unittests [mlir][test] Require JIT support in JIT tests 2022-08-22 11:35:40 +02:00
utils [mlir][spirv] Rename spv.ocl to spv.cl. NFC. 2022-07-20 17:46:45 -04:00
.clang-format [mlir] Add missing newline at end of .clang-format file 2022-06-14 23:59:00 -07:00
.clang-tidy
CMakeLists.txt [MLIR] Fix checks for native arch 2022-08-08 12:18:21 -07:00
LICENSE.TXT
README.md

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.