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
/
Support
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mlir] Make code blocks more consistent
Jacques Pienaar
2019-12-31
1
-1
/
+1
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
6
-78
/
+24
*
NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...
River Riddle
2019-12-18
3
-28
/
+27
*
mlir-translate: support -verify-diagnostics
Alex Zinenko
2019-11-07
1
-21
/
+17
*
Drop MemRefUtils from the ExecutionEngine
Alex Zinenko
2019-10-23
1
-1
/
+0
*
Add missing include to llvm Allocator.h
Mehdi Amini
2019-10-19
1
-2
/
+1
*
Use llvm.func to define functions with wrapped LLVM IR function type
Alex Zinenko
2019-10-10
1
-13
/
+5
*
Add Instance Specific Pass Options.
MLIR Team
2019-10-08
1
-1
/
+2
*
Fix JitRunner.cpp Error creation pattern and reactivate tests.
Nicolas Vasilache
2019-09-27
1
-7
/
+13
*
Drop support for memrefs from JitRunner
Alex Zinenko
2019-09-26
1
-104
/
+9
*
Let mlir-translate support -split-input-file
Lei Zhang
2019-09-23
3
-38
/
+71
*
Add interfaces for call-like/callable operations.
River Riddle
2019-09-23
1
-1
/
+1
*
Support file-to-file translation in mlir-translate
Lei Zhang
2019-09-17
1
-1
/
+7
*
Change MLIR translation functions signature
Lei Zhang
2019-09-17
1
-27
/
+22
*
Refactor pass pipeline command line parsing to support explicit pipeline stri...
River Riddle
2019-09-13
1
-25
/
+25
*
Set mlir-cpu-runner JIT codegen opt level correctly
Uday Bondhugula
2019-09-07
1
-16
/
+38
*
Refactor the pass manager to support operations other than FuncOp/ModuleOp.
River Riddle
2019-09-02
2
-2
/
+2
*
Add missing lowering to CFG in mlir-cpu-runner + related cleanup
Mehdi Amini
2019-09-01
1
-1
/
+3
*
Add mechanism to dump JIT-compiled objects to files
Jacques Pienaar
2019-08-30
1
-0
/
+15
*
Avoid assigning to an unchecked Error.
River Riddle
2019-08-21
1
-10
/
+14
*
JitRunner: support entry functions returning void
Alex Zinenko
2019-08-20
1
-31
/
+50
*
NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.
River Riddle
2019-08-19
1
-1
/
+1
*
InitLLVM already initializes PrettyStackTraceProgram
Jacques Pienaar
2019-08-18
1
-2
/
+0
*
Change from llvm::make_unique to std::make_unique
Jacques Pienaar
2019-08-17
1
-2
/
+2
*
Enable TTI for host TargetMachine in JitRunner
Diego Caballero
2019-08-08
1
-1
/
+13
*
Add TTI pass initialization to pass managers.
Diego Caballero
2019-08-05
1
-2
/
+2
*
Fully qualify DenseMap.
Jacques Pienaar
2019-08-02
1
-1
/
+2
*
Merge TypeUtilities library into the IR library
Alex Zinenko
2019-07-20
2
-75
/
+0
*
Add helper to get flattened tuple types
Geoffrey Martin-Noble
2019-07-19
1
-0
/
+6
*
Move shared cpu runner library to Support/JitRunner.
Stephan Herhut
2019-07-16
2
-0
/
+345
*
NFC: Rename Module to ModuleOp.
River Riddle
2019-07-10
1
-1
/
+1
*
NFC: Rename Function to FuncOp.
River Riddle
2019-07-10
1
-1
/
+0
*
NFC: Make the 'disable-pass-threading' flag a PassManagerOption.
River Riddle
2019-07-08
1
-4
/
+4
*
Make TranslateFromMLIRFunction type return LogicalResult instead of bool
Alex Zinenko
2019-07-04
1
-1
/
+1
*
NFC: Move the Function/Module/Operation::verify methods out-of-line.
River Riddle
2019-07-02
1
-1
/
+2
*
NFC: Refactor Module to be value typed.
River Riddle
2019-07-02
2
-6
/
+6
*
Split out TranslateClParser and add new parse method that reuses SourceMgr.
Jacques Pienaar
2019-06-26
2
-0
/
+113
*
Split out mlir-opt main into separate file.
Jacques Pienaar
2019-06-24
2
-0
/
+165
*
Add definition for OperandElementTypeIterator and ResultElementTypeIterator
Lei Zhang
2019-06-22
1
-0
/
+14
*
Remove unnecessary StandardOps dependency
Geoffrey Martin-Noble
2019-06-09
1
-1
/
+1
*
Add free standing getElementTypeOrSelf member.
Jacques Pienaar
2019-06-09
2
-0
/
+60
*
Remove unnecessary C++ specifier in CPP files. NFC.
Jacques Pienaar
2019-05-20
2
-2
/
+2
*
Refactor Attribute uniquing to use StorageUniquer instead of being hard c...
River Riddle
2019-05-06
1
-0
/
+26
*
Refactor the generic storage object uniquing functionality from TypeUniqu...
River Riddle
2019-05-06
2
-0
/
+182
*
Add build files and update README.
Jacques Pienaar
2019-03-30
1
-0
/
+7
*
Extract openInputFile() into Support/FileUtilities
Lei Zhang
2019-03-29
1
-2
/
+19
*
Create the Support library.
Alex Zinenko
2019-03-29
1
-0
/
+39