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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MLIR] Fix broken link locations after move to monorepo
Daniel Galvez
2020-01-14
1
-1
/
+1
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
1
-4
/
+4
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
9
-117
/
+36
*
NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...
River Riddle
2019-12-22
1
-4
/
+4
*
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
-7
/
+0
*
Add support for nested symbol references.
River Riddle
2019-11-11
1
-1
/
+1
*
NFC: Tidy up the implementation of operations in the Toy tutorial
River Riddle
2019-11-06
1
-24
/
+13
*
NFC: Uniformize parser naming scheme in Toy tutorial to camelCase and tidy a ...
River Riddle
2019-11-06
3
-144
/
+146
*
NFC: Use #ifndef in various .td files instead of #ifdef and #else
Lei Zhang
2019-10-31
2
-10
/
+5
*
Cleanup and rewrite Ch-4.md.
River Riddle
2019-10-21
1
-1
/
+6
*
Fix minor spelling tweaks (NFC)
Kazuaki Ishizaki
2019-10-20
1
-3
/
+3
*
Fix invalid transpose in example and add proper verification.
River Riddle
2019-10-16
1
-0
/
+3
*
Add support for inlining toy call operations.
River Riddle
2019-10-16
1
-1
/
+26
*
Code cleanups on Ch.4
River Riddle
2019-10-16
4
-47
/
+46
*
Update Chapter 4 of the Toy tutorial
Sana Damani
2019-10-16
8
-321
/
+357
*
Fix typos, NFC.
Christian Sigg
2019-10-04
2
-6
/
+6
*
NFC: Pass OperationState by reference instead of by pointer.
River Riddle
2019-09-20
1
-9
/
+9
*
Change from llvm::make_unique to std::make_unique
Jacques Pienaar
2019-08-17
1
-21
/
+19
*
Express ownership transfer in PassManager API through std::unique_ptr (NFC)
Mehdi Amini
2019-08-12
1
-1
/
+3
*
NFC: Refactor Module to be value typed.
River Riddle
2019-07-02
1
-3
/
+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
*
Change the asmprinter to use pretty syntax for dialect types when it can,
Chris Lattner
2019-04-07
1
-4
/
+4
*
Add Chapter 4 for the Toy tutorial: shape inference, function specializat...
Mehdi Amini
2019-04-05
6
-0
/
+1413