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
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make helper functions static or move them into anonymous namespaces. NFC.
Benjamin Kramer
2020-01-14
4
-10
/
+14
*
[mlir] Update the CallGraph for nested symbol references, and simplify Callab...
River Riddle
2020-01-13
1
-56
/
+25
*
[mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...
River Riddle
2020-01-11
10
-49
/
+49
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
8
-116
/
+116
*
Resubmit: ReImplement the Value classes as value-typed objects wrapping an in...
River Riddle
2019-12-23
4
-6
/
+6
*
Automated rollback of commit f603a50109107b447b835dac11f0eb541288393e
MLIR Team
2019-12-23
4
-6
/
+6
*
ReImplement the Value classes as value-typed objects wrapping an internal poi...
River Riddle
2019-12-23
4
-6
/
+6
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
16
-208
/
+64
*
NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...
River Riddle
2019-12-22
10
-139
/
+139
*
NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...
River Riddle
2019-12-18
5
-20
/
+20
*
NFC: Use TypeSwitch to simplify existing code.
River Riddle
2019-12-17
1
-5
/
+4
*
Roll-forward initial liveness analysis including test cases.
Alexander Belyaev
2019-12-11
2
-0
/
+383
*
Automated rollback of commit 98fbf41044d3364dbaf18db81b9e8d9520d14761
Alexander Belyaev
2019-12-11
2
-383
/
+0
*
Add initial liveness analysis including test cases.
Marcel Koester
2019-12-11
2
-0
/
+383
*
Minor spelling tweaks
Kazuaki Ishizaki
2019-12-09
1
-1
/
+1
*
Replace spurious SmallVector constructions with ValueRange
Uday Bondhugula
2019-12-09
1
-3
/
+2
*
NFC - update doc, comments, vim syntax file
Uday Bondhugula
2019-12-06
1
-1
/
+1
*
NFC - fix name / comments - isAccessInvariant
Uday Bondhugula
2019-12-04
1
-3
/
+18
*
Refactor dependencies to expose Vector transformations as patterns - NFC
Nicolas Vasilache
2019-12-03
3
-14
/
+10
*
Make isValidSymbol more powerful
Uday Bondhugula
2019-11-22
1
-1
/
+1
*
Unify vector op names with other dialects.
Jean-Michel Gorius
2019-11-22
2
-4
/
+3
*
Implement unrolling of vector ops to finer-grained vector ops as a pattern.
Nicolas Vasilache
2019-11-20
1
-7
/
+7
*
Fix 'the the' typo.
Alexander Belyaev
2019-11-20
1
-1
/
+1
*
Fix Affine Loop Fusion test case reported on github.
Andy Davis
2019-11-18
1
-1
/
+3
*
Move VectorOps to Tablegen - (almost) NFC
Nicolas Vasilache
2019-11-14
1
-1
/
+1
*
Add support for nested symbol references.
River Riddle
2019-11-11
1
-1
/
+3
*
Replace some remnant uses of "inst" with "op".
Sean Silva
2019-11-06
3
-11
/
+10
*
Fix minor spelling tweaks (NFC)
Kazuaki Ishizaki
2019-10-20
7
-21
/
+21
*
Add missing include to StringMap in Verifier and DialectConversion.
Jacques Pienaar
2019-10-19
1
-0
/
+2
*
NFC: Remove trivial builder get methods.
River Riddle
2019-10-17
1
-1
/
+1
*
Add support for canonicalizing callable regions during inlining.
River Riddle
2019-10-10
1
-11
/
+31
*
Fix typos, NFC.
Christian Sigg
2019-10-04
2
-3
/
+3
*
Add a pair of hooks to DominanceInfo.
Eric Schweitz
2019-10-01
1
-0
/
+11
*
Add InferTypeOpTrait & enable generating its member function definition
Jacques Pienaar
2019-09-29
2
-0
/
+33
*
Add initial callgraph support.
River Riddle
2019-09-23
1
-0
/
+212
*
Add interfaces for call-like/callable operations.
River Riddle
2019-09-23
2
-1
/
+38
*
Fix a number of Clang-Tidy warnings.
Christian Sigg
2019-09-23
1
-1
/
+1
*
Upgrade/fix/simplify store to load forwarding
Uday Bondhugula
2019-09-21
2
-48
/
+18
*
Fix nested dominance relationship between parent results and child operations.
River Riddle
2019-09-18
1
-1
/
+7
*
Unify error messages to start with lower-case.
MLIR Team
2019-09-18
2
-2
/
+2
*
Add rewrite pattern to compose maps into affine load/stores
Uday Bondhugula
2019-09-17
2
-3
/
+3
*
Add missing CMake dependency from libAnalysis to the Vector dialect
Mehdi Amini
2019-09-17
1
-2
/
+2
*
Clean up build trip count analysis method - avoid mutating IR
Uday Bondhugula
2019-09-14
2
-42
/
+59
*
NFC: Finish replacing FunctionPassBase/ModulePassBase with OpPassBase.
River Riddle
2019-09-13
3
-6
/
+7
*
Integer set + operands / affine if op canonicalization
Uday Bondhugula
2019-09-05
1
-1
/
+1
*
Utility to normalize memrefs with non-identity layout maps
Uday Bondhugula
2019-09-03
1
-1
/
+70
*
Add support for early exit walk methods.
River Riddle
2019-08-30
1
-19
/
+16
*
Refactor the 'walk' methods for operations.
River Riddle
2019-08-29
1
-1
/
+1
*
NFC: Move AffineOps dialect to the Dialect sub-directory.
River Riddle
2019-08-20
10
-10
/
+10
*
Move Linalg and VectorOps dialects to the Dialect subdir - NFC
Nicolas Vasilache
2019-08-19
2
-2
/
+2
[next]