llvm-project/mlir/lib
Eugene Zhulenev 1fc986427b [mlir:JitRunner] Use custom shared library init/destroy functions if available
Use custom mlir runner init/destroy functions to safely init and destroy shared libraries loaded by the JitRunner.

This mechanism is ignored for Windows builds (for now) because init/destroy functions are not exported, and library unloading relies on static destructors.

Re-submit https://reviews.llvm.org/D94270 with a temporary workaround for windows

Differential Revision: https://reviews.llvm.org/D94312
2021-01-08 13:16:08 -08:00
..
Analysis [mlir] NFC: fix trivial typos 2021-01-08 02:10:12 +09:00
Bindings [mlir] NFC: fix trivial typos 2021-01-08 02:10:12 +09:00
CAPI [mlir] NFC: fix trivial typos 2021-01-08 02:10:12 +09:00
Conversion [mlir][PDL] Use ODS for defining PDL types 2021-01-08 12:32:28 -08:00
Dialect [mlir][PDL] Use ODS for defining PDL types 2021-01-08 12:32:28 -08:00
EDSC [mlir][linalg] Add vectorization for element-wise linalg ops 2020-12-03 15:31:13 -08:00
ExecutionEngine [mlir:JitRunner] Use custom shared library init/destroy functions if available 2021-01-08 13:16:08 -08:00
IR [mlir] NFC: fix trivial typos 2021-01-08 02:10:12 +09:00
Interfaces [mlir][Linalg] Define a linalg.init_tensor operation. 2020-12-17 14:45:51 -08:00
Parser [mlir][IR][NFC] Move context/location parameters of builtin Type::get methods to the start of the parameter list 2020-12-17 13:01:36 -08:00
Pass [mlir] Add error message when failing to add pass 2020-12-29 14:20:19 -08:00
Reducer [mlir] NFC: fix trivial typos 2020-10-29 04:05:22 +09:00
Rewrite [mlir][PDL] Use ODS for defining PDL types 2021-01-08 12:32:28 -08:00
Support [mlir] Add option to read reproducer options from file 2020-12-30 10:46:01 -08:00
TableGen [mlir][ODS] Fix missed rename of TypeParameter 'description' to 'summary' 2021-01-06 22:25:06 -08:00
Target [mlir] replace LLVM dialect float types with built-ins 2021-01-08 17:38:12 +01:00
Transforms [mlir] NFC: fix trivial typos 2021-01-08 02:10:12 +09:00
Translation [mlir] Print the correct tool name in mlirTranslateMain 2021-01-05 19:17:01 -08:00
CMakeLists.txt [mlir][NFC] Move around the code related to PatternRewriting to improve layering 2020-10-26 18:01:06 -07:00