llvm-project/mlir/lib
Benjamin Kramer 48a1a993fb [mlir] Fall back to posix_memalign for aligned_alloc on MacOS
aligned_alloc was added in MacOS 10.15, some users want to support older
versions. The runtime functions makes this easy, so just put in a call
to posix_memalign, which provides the same functionality.
2022-07-26 11:29:37 +02:00
..
Analysis [mlir] SCCP add missing pessimistic setting 2022-07-25 17:41:17 -07:00
AsmParser [mlir][Parser] Fix memory leak when failing to parse a forward declared block 2022-07-25 17:29:49 -07:00
Bindings/Python [mlir][python] Fix issue in diagnostic note initialization 2022-07-22 16:56:14 -04:00
CAPI [mlir] Refactor the Parser library in preparation for an MLIR binary format 2022-07-25 16:33:01 -07:00
Conversion [mlir] Use value_or (NFC) 2022-07-25 23:00:56 -07:00
Dialect [mlir][Math] Add constant folder for Exp2Op. 2022-07-26 08:48:48 +08:00
ExecutionEngine [mlir] Fall back to posix_memalign for aligned_alloc on MacOS 2022-07-26 11:29:37 +02:00
IR [mlir][NFC] Remove TypeRange's constructors that cause ambiguity 2022-07-25 15:38:05 -06:00
Interfaces Use callables directly in any_of, count_if, etc (NFC) 2022-07-23 00:28:31 -07:00
Parser [mlir] Refactor the Parser library in preparation for an MLIR binary format 2022-07-25 16:33:01 -07:00
Pass Remove redundant string initialization (NFC) 2022-07-24 12:27:11 -07:00
Reducer [mlir] Add asserts when changing various MLIRContext configurations 2022-04-15 21:49:03 -07:00
Rewrite [mlir] (NFC) run clang-format on all files 2022-07-14 13:32:13 -07:00
Support [mlir] Remove unneeded cl::ZeroOrMore for ListOption variables. NFC 2022-06-30 19:04:44 -07:00
TableGen Use isa instead of dyn_cast (NFC) 2022-07-25 23:00:58 -07:00
Target Revert "[MLIR] Generic 'malloc', 'aligned_alloc' and 'free' functions" 2022-07-18 18:07:36 +00:00
Tools [mlir] Refactor the Parser library in preparation for an MLIR binary format 2022-07-25 16:33:01 -07:00
Transforms [mlir] (NFC) run clang-format on all files 2022-07-14 13:32:13 -07:00
CMakeLists.txt [mlir] Refactor the Parser library in preparation for an MLIR binary format 2022-07-25 16:33:01 -07:00