llvm-project/mlir/lib/ExecutionEngine
River Riddle 206e55cc16 NFC: Refactor Module to be value typed.
As with Functions, Module will soon become an operation, which are value-typed. This eases the transition from Module to ModuleOp. A new class, OwningModuleRef is provided to allow for owning a reference to a Module, and will auto-delete the held module on destruction.

PiperOrigin-RevId: 256196193
2019-07-02 16:43:36 -07:00
..
CMakeLists.txt ExecutionEngine: drop PassManager integration 2019-05-20 13:48:45 -07:00
ExecutionEngine.cpp NFC: Refactor Module to be value typed. 2019-07-02 16:43:36 -07:00
MemRefUtils.cpp NFC: Refactor Function to be value typed. 2019-07-01 11:39:00 -07:00
OptUtils.cpp Remove global LLVM CLI variables from library code 2019-03-29 17:50:23 -07:00