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
/
Ch2
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
1
-3
/
+2
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
3
-27
/
+25
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
10
-130
/
+40
*
NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...
River Riddle
2019-12-22
3
-28
/
+30
*
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
1
-2
/
+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
-46
/
+53
*
NFC: Uniformize parser naming scheme in Toy tutorial to camelCase and tidy a ...
River Riddle
2019-11-06
6
-215
/
+201
*
NFC: Use #ifndef in various .td files instead of #ifdef and #else
Lei Zhang
2019-10-31
1
-4
/
+2
*
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
3
-5
/
+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
*
NFC: Remove NoSideEffect traits from all ops except for ConstantOp.
River Riddle
2019-10-16
1
-4
/
+4
*
NFC: Split out ToyOpsIncGen into a separate CMakeLists.txt.
River Riddle
2019-10-15
3
-5
/
+6
*
Merge Ch3 of the Toy tutorial into chapter 2.
River Riddle
2019-10-14
6
-88
/
+526
*
Fix typos, NFC.
Christian Sigg
2019-10-04
1
-3
/
+3
*
Unify error messages to start with lower-case.
MLIR Team
2019-09-18
1
-4
/
+4
*
Update Ch.2 of the Toy tutorial.
River Riddle
2019-08-27
4
-220
/
+205
*
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
-3
/
+3
*
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
*
Remove std::move of trivially-copyable type.
Jacques Pienaar
2019-07-08
1
-1
/
+1
*
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
-12
/
+11
*
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
1
-13
/
+10
*
NFC: Uniformize the return of the LocationAttr 'get' methods to 'Location'.
River Riddle
2019-06-25
1
-1
/
+1
*
NFC: Remove the 'context' parameter from OperationState.
River Riddle
2019-06-22
1
-8
/
+8
*
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
*
Fix unused variable warning in the Toy tutorial (NFC)
Mehdi Amini
2019-05-10
1
-1
/
+0
*
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
1
-1
/
+1
*
NFC: Fix a few typos in the tutorials and one in the comment of FunctionA...
River Riddle
2019-04-05
1
-1
/
+1
*
Chapter 3 for Toy tutorial: introduction of a dialect
Mehdi Amini
2019-04-03
1
-6
/
+0
*
Rename UnknownType to OpaqueType (NFC)
Mehdi Amini
2019-04-03
1
-2
/
+2
*
Fix Toy tutorial gcc 7 build (NFC)
Mehdi Amini
2019-04-02
1
-8
/
+2
*
Chapter 2 of the Toy tutorial
Mehdi Amini
2019-04-02
8
-0
/
+1968