index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mlir
/
lib
/
ExecutionEngine
/
ExecutionEngine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mlir][orc] unbreak MLIR ExecutionEngine after ORC changes
Alex Zinenko
2020-01-30
1
-3
/
+3
*
Make helper functions static or move them into anonymous namespaces. NFC.
Benjamin Kramer
2020-01-14
1
-1
/
+1
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
1
-13
/
+4
*
NFC: Cleanup non-conforming usages of namespaces.
River Riddle
2019-12-18
1
-5
/
+2
*
NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...
River Riddle
2019-12-18
1
-10
/
+9
*
Fix MLIR Build after LLVM upstream JIT changes (getMainJITDylib removed)
Mehdi Amini
2019-12-05
1
-1
/
+4
*
Print reason why dynamic library could not be loaded during execution.
Christian Sigg
2019-10-28
1
-1
/
+2
*
Don't leak TargetMachine in ExecutionEngine::setupTargetTriple
MLIR Team
2019-09-10
1
-2
/
+2
*
Set mlir-cpu-runner JIT codegen opt level correctly
Uday Bondhugula
2019-09-07
1
-0
/
+3
*
Wrap debug dump in LLVM_DEBUG
Mehdi Amini
2019-09-07
1
-4
/
+7
*
Use transform function on llvm::Module in the ExecutionEngine
Nicolas Vasilache
2019-09-04
1
-0
/
+3
*
Add mechanism to dump JIT-compiled objects to files
Jacques Pienaar
2019-08-30
1
-9
/
+32
*
Reduce reliance on custom grown Jit implementation - NFC
Nicolas Vasilache
2019-08-21
1
-207
/
+118
*
Change from llvm::make_unique to std::make_unique
Jacques Pienaar
2019-08-17
1
-6
/
+6
*
ExecutionEngine: fix after upstream LLVM ORC update
Alex Zinenko
2019-08-15
1
-5
/
+6
*
Fix ExecutionEngine post-update in upstream LLVM
Alex Zinenko
2019-08-04
1
-1
/
+3
*
NFC: Rename Module to ModuleOp.
River Riddle
2019-07-10
1
-1
/
+1
*
NFC: Refactor Module to be value typed.
River Riddle
2019-07-02
1
-2
/
+2
*
ExecutionEngine: drop PassManager integration
Alex Zinenko
2019-05-20
1
-41
/
+1
*
Cleanup linalg integration test
Nicolas Vasilache
2019-05-20
1
-10
/
+43
*
Pipe Linalg to a cblas call via mlir-cpu-runner
Nicolas Vasilache
2019-05-20
1
-6
/
+51
*
ExecutionEngine: update to reflect LLVM API changes
Alex Zinenko
2019-04-23
1
-1
/
+1
*
Expose `setupTargetTriple` as a public static method on ExecutionEngine
Mehdi Amini
2019-04-11
1
-1
/
+1
*
ExecutionEngine: allow for running MLIR passes during JIT-compilation
Alex Zinenko
2019-04-07
1
-7
/
+11
*
Deduplicate constant folding logic in ConstantFold and GreedyPatternRewri...
Lei Zhang
2019-04-05
1
-1
/
+1
*
Address some errors from g++
Jacques Pienaar
2019-03-29
1
-3
/
+3
*
Continue pushing const out of the IR types - removing the notion of a 'const
Chris Lattner
2019-03-29
1
-1
/
+1
*
Move `createConvertToLLVMIRPass()` to its own header matching the target libr...
Mehdi Amini
2019-03-29
1
-0
/
+1
*
Update the PassManager infrastructure to return Status instead of bool.
River Riddle
2019-03-29
1
-1
/
+1
*
Remove PassResult and have the runOnFunction/runOnModule functions return voi...
River Riddle
2019-03-29
1
-1
/
+1
*
Add support for registering pass pipelines to the PassRegistry. This is done ...
River Riddle
2019-03-29
1
-9
/
+10
*
Port all of the existing passes over to the new pass manager infrastructure. ...
River Riddle
2019-03-29
1
-27
/
+15
*
NFC: Refactor the files related to passes.
River Riddle
2019-03-29
1
-1
/
+1
*
Reimplement LLVM IR translation to use the MLIR LLVM IR dialect
Alex Zinenko
2019-03-29
1
-1
/
+4
*
Cleanups in ExecutionEngine.
Alex Zinenko
2019-03-29
1
-5
/
+2
*
ExecutionEngine: provide a hook for LLVM IR passes
Alex Zinenko
2019-03-29
1
-6
/
+34
*
Fix use of llvm::Module::getOrInsertFunction after the upstream opaque pointe...
River Riddle
2019-03-29
1
-2
/
+3
*
Add a C API for EDSCs in other languages + python
Nicolas Vasilache
2019-03-29
1
-2
/
+2
*
Add a simple arity-agnostic invocation of JIT-compiled functions.
Nicolas Vasilache
2019-03-29
1
-0
/
+12
*
Use a unique_ptr instead of manual deletion for PIMPL idiom (NFC)
Mehdi Amini
2019-03-29
1
-5
/
+3
*
Simple CPU runner
Alex Zinenko
2019-03-29
1
-0
/
+299