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
/
examples
/
toy
/
Ch4
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MLIR] Fix broken link locations after move to monorepo
Daniel Galvez
2020-01-14
1
-1
/
+1
*
[mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...
River Riddle
2020-01-11
3
-12
/
+11
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
4
-30
/
+28
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
17
-221
/
+68
*
NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...
River Riddle
2019-12-22
4
-31
/
+33
*
NFC: Use this-> to appease GCC bug related to template lambda.
River Riddle
2019-12-17
1
-1
/
+1
*
NFC: Use TypeSwitch to simplify existing code.
River Riddle
2019-12-17
1
-14
/
+10
*
Fix minor spelling tweaks.
shanshanpt
2019-12-09
1
-1
/
+1
*
Minor spelling tweaks
Kazuaki Ishizaki
2019-12-09
1
-1
/
+1
*
NFC: Remove unnecessarily guarded tablegen includes.
River Riddle
2019-11-22
3
-9
/
+0
*
Add support for nested symbol references.
River Riddle
2019-11-11
1
-1
/
+1
*
Fix segfault (nullptr dereference) when passing a non-existent file to the To...
Mehdi Amini
2019-11-09
1
-0
/
+2
*
NFC: Tidy up the implementation of operations in the Toy tutorial
River Riddle
2019-11-06
2
-40
/
+50
*
NFC: Uniformize parser naming scheme in Toy tutorial to camelCase and tidy a ...
River Riddle
2019-11-06
6
-218
/
+204
*
NFC: Use #ifndef in various .td files instead of #ifdef and #else
Lei Zhang
2019-10-31
2
-10
/
+5
*
Convert the Canonicalize and CSE passes to generic Operation Passes.
River Riddle
2019-10-24
1
-3
/
+4
*
NFC: Remove references to the toy.generic attribute.
River Riddle
2019-10-23
1
-7
/
+1
*
Cleanup and rewrite Ch-4.md.
River Riddle
2019-10-21
2
-1
/
+7
*
NFC: Fix remaining usages of MulOp as matrix multiplication.
River Riddle
2019-10-21
1
-20
/
+1
*
Fix minor spelling tweaks (NFC)
Kazuaki Ishizaki
2019-10-20
2
-4
/
+4
*
Add SourceMgrDiagnosticHandler to toy
Jacques Pienaar
2019-10-19
1
-3
/
+5
*
NFC: Remove trivial builder get methods.
River Riddle
2019-10-17
2
-8
/
+8
*
Fix invalid transpose in example and add proper verification.
River Riddle
2019-10-16
2
-4
/
+19
*
Add Ch.5 of the toy tutorial.
River Riddle
2019-10-16
2
-5
/
+10
*
Add support for inlining toy call operations.
River Riddle
2019-10-16
6
-7
/
+67
*
Fix typo in tutorial.
reinerp
2019-10-16
1
-1
/
+1
*
Code cleanups on Ch.4
River Riddle
2019-10-16
7
-92
/
+121
*
Update Chapter 4 of the Toy tutorial
Sana Damani
2019-10-16
17
-1358
/
+1005
*
Fix typos, NFC.
Christian Sigg
2019-10-04
3
-7
/
+7
*
NFC: Pass OperationState by reference instead of by pointer.
River Riddle
2019-09-20
2
-35
/
+35
*
Unify error messages to start with lower-case.
MLIR Team
2019-09-18
3
-12
/
+12
*
Refactor the pass manager to support operations other than FuncOp/ModuleOp.
River Riddle
2019-09-02
1
-1
/
+1
*
NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.
River Riddle
2019-08-19
2
-2
/
+2
*
Change from llvm::make_unique to std::make_unique
Jacques Pienaar
2019-08-17
3
-24
/
+22
*
Express ownership transfer in PassManager API through std::unique_ptr (NFC)
Mehdi Amini
2019-08-12
3
-2
/
+7
*
NFC: Update FuncOp::addEntryBlock to return the newly inserted block.
River Riddle
2019-08-07
1
-3
/
+1
*
NFC: Implement OwningRewritePatternList as a class instead of a using directive.
River Riddle
2019-08-05
1
-3
/
+3
*
NFC: Remove redundant call to registerPassManagerCLOptions from MLIR tutorial
Smit Hinsu
2019-07-12
1
-3
/
+0
*
Rename FunctionAttr to SymbolRefAttr.
River Riddle
2019-07-12
1
-0
/
+1
*
NFC: Replace Module::getNamedFunction with lookupSymbol<FuncOp>.
River Riddle
2019-07-12
1
-4
/
+6
*
NFC: Rename Module to ModuleOp.
River Riddle
2019-07-10
2
-2
/
+2
*
Update ModuleOp::create(...) to take a Location instead of a context.
River Riddle
2019-07-10
1
-1
/
+1
*
NFC: Rename Function to FuncOp.
River Riddle
2019-07-10
2
-11
/
+11
*
NFC: Remove `Module::getFunctions` in favor of a general `getOps<T>`.
River Riddle
2019-07-08
1
-1
/
+2
*
Replace the implementation of Function and Module with FuncOp and ModuleOp.
River Riddle
2019-07-03
1
-2
/
+3
*
NFC: Move the Function/Module/Operation::verify methods out-of-line.
River Riddle
2019-07-02
3
-4
/
+7
*
NFC: Refactor Module to be value typed.
River Riddle
2019-07-02
4
-13
/
+12
*
NFC: Refactor Function to be value typed.
River Riddle
2019-07-01
2
-40
/
+42
*
Move the emitError/Warning/Remark utility methods out of MLIRContext and into...
River Riddle
2019-06-25
3
-29
/
+21
*
NFC: Uniformize the return of the LocationAttr 'get' methods to 'Location'.
River Riddle
2019-06-25
1
-1
/
+1
[next]