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
/
Ch3
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
-6
/
+5
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
4
-28
/
+26
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
12
-156
/
+48
*
NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...
River Riddle
2019-12-22
4
-29
/
+31
*
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
2
-4
/
+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
-36
/
+43
*
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
1
-4
/
+2
*
Convert the Canonicalize and CSE passes to generic Operation Passes.
River Riddle
2019-10-24
1
-1
/
+1
*
NFC: Remove references to the toy.generic attribute.
River Riddle
2019-10-23
1
-7
/
+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
-0
/
+18
*
Add Ch.5 of the toy tutorial.
River Riddle
2019-10-16
1
-2
/
+7
*
Fix typo in tutorial.
reinerp
2019-10-16
1
-1
/
+1
*
NFC: Various code cleanups for Ch3.
River Riddle
2019-10-16
3
-50
/
+56
*
NFC: Split out ToyOpsIncGen into a separate CMakeLists.txt.
River Riddle
2019-10-15
3
-5
/
+7
*
Update Chapter 3 to demonstrate pattern match and rewrite optimizations
Sana Damani
2019-10-15
12
-907
/
+804
*
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
2
-7
/
+7
*
NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.
River Riddle
2019-08-19
1
-1
/
+1
*
Change from llvm::make_unique to std::make_unique
Jacques Pienaar
2019-08-17
2
-23
/
+21
*
NFC: Update FuncOp::addEntryBlock to return the newly inserted block.
River Riddle
2019-08-07
1
-3
/
+1
*
Rename FunctionAttr to SymbolRefAttr.
River Riddle
2019-07-12
1
-0
/
+1
*
NFC: Rename Module to ModuleOp.
River Riddle
2019-07-10
1
-1
/
+1
*
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
1
-5
/
+5
*
NFC: Move the Function/Module/Operation::verify methods out-of-line.
River Riddle
2019-07-02
2
-2
/
+4
*
NFC: Refactor Module to be value typed.
River Riddle
2019-07-02
3
-10
/
+9
*
NFC: Refactor Function to be value typed.
River Riddle
2019-07-01
1
-13
/
+15
*
Move the emitError/Warning/Remark utility methods out of MLIRContext and into...
River Riddle
2019-06-25
2
-21
/
+15
*
NFC: Uniformize the return of the LocationAttr 'get' methods to 'Location'.
River Riddle
2019-06-25
1
-1
/
+1
*
Replace usages of 'UniquedFilename' with 'Identifier' and remove it. Identifi...
River Riddle
2019-06-19
1
-3
/
+2
*
NFC: Rename FuncBuilder to OpBuilder and refactor to take a top level region ...
River Riddle
2019-06-09
1
-2
/
+2
*
Remove the explicit "friend Operation" statement from each of the derived...
River Riddle
2019-05-20
1
-8
/
+0
*
Add explicit friendship with Operation to each derived op class to ensure...
River Riddle
2019-05-06
1
-0
/
+8
*
Fix typo (transpose -> reshape).
Guangda Lai
2019-04-23
1
-1
/
+1
*
Toy tutorial Chapter 5: Lowering to Linalg and LLVM
Mehdi Amini
2019-04-08
1
-1
/
+1
*
Fix bug in Toy tutorial where IR emission stopped after any `print`
Mehdi Amini
2019-04-08
1
-1
/
+1
*
Change the asmprinter to use pretty syntax for dialect types when it can,
Chris Lattner
2019-04-07
2
-5
/
+5
*
NFC: Fix a few typos in the tutorials and one in the comment of FunctionA...
River Riddle
2019-04-05
1
-1
/
+1
[next]