llvm-capstone/mlir/lib
Dimitry Andric 19ee94d36b [mlir] Avoid including <alloca.h> on FreeBSD and NetBSD
Instead, include `<cstdlib>` which is the canonical header containing
the declaration of `alloca()`.

Reviewed By: bondhugula

Differential Revision: https://reviews.llvm.org/D107699

(cherry picked from commit ab4b4684a2)
2021-08-10 01:01:42 -07:00
..
Analysis [mlir] Added new RegionBranchTerminatorOpInterface and adapted uses of hasTrait<ReturnLike>. 2021-07-26 06:39:31 +02:00
Bindings/Python Re-engineer MLIR python build support. 2021-07-27 15:54:58 +00:00
CAPI Remove libMLIRPublicAPI DSO. 2021-07-20 17:58:28 -07:00
Conversion [mlir][Complex]: Add lowerings for AddOp and SubOp from Complex dialect to 2021-07-23 12:43:45 +02:00
Dialect [PDL] Fix the builders for OperationOp and PatternOp 2021-07-27 23:59:14 +00:00
ExecutionEngine [mlir] Avoid including <alloca.h> on FreeBSD and NetBSD 2021-08-10 01:01:42 -07:00
Interfaces [mlir] Change ABI breaking use of NDEBUG to LLVM_ENABLE_ABI_BREAKING_CHECKS 2021-08-03 09:14:57 +02:00
IR [mlir] Fix RankedTensorType::walkImmediateSubElements method 2021-07-26 11:49:25 +03:00
Parser Defend early against operation created without a registered dialect 2021-07-15 03:52:32 +00:00
Pass Fix mismatch between the provisioning of asyncExecutors and the actual thread count currently in the context (NFC) 2021-07-16 06:51:06 +00:00
Reducer [mlir-reduce] Fix the memory leak and recycle unused modules. 2021-07-08 20:03:47 +08:00
Rewrite [mlir] Add support for filtering patterns based on debug names and labels 2021-06-02 12:05:25 -07:00
Support [mlir] Fix various issues in TimerImpl. 2021-07-22 03:44:48 +00:00
TableGen [mlir-tblgen] Support binding multi-results of NativeCodeCall 2021-07-21 11:23:22 +08:00
Target [mlir][openacc] Initial translation for DataOp to LLVM IR 2021-07-27 22:04:04 -04:00
Tools PR51018: Remove explicit conversions from SmallString to StringRef to future-proof against C++23 2021-07-08 13:37:57 -07:00
Transforms [mlir] split type conversion to two lines for GCC's sake 2021-07-26 14:15:47 +02:00
Translation [mlir] avoid exposing mutable DialectRegistry from MLIRContext 2021-02-10 12:07:34 +01:00
CMakeLists.txt Re-engineer MLIR python build support. 2021-07-27 15:54:58 +00:00