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
/
Transforms
/
Utils
/
FoldUtils.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...
River Riddle
2020-01-11
1
-3
/
+3
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
1
-3
/
+3
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
1
-13
/
+4
*
NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...
River Riddle
2019-12-22
1
-4
/
+4
*
NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...
River Riddle
2019-12-18
1
-4
/
+3
*
Add a new dialect interface for the OperationFolder `OpFolderDialectInterface`.
River Riddle
2019-09-01
1
-5
/
+13
*
NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.
River Riddle
2019-08-19
1
-1
/
+1
*
NFC: Standardize the terminology used for parent ops/regions/etc.
River Riddle
2019-08-09
1
-2
/
+2
*
NFC: Remove Region::getContainingFunction as Functions are now Operations.
River Riddle
2019-07-04
1
-3
/
+2
*
Update the OperationFolder to find a valid insertion point when materializing...
River Riddle
2019-06-25
1
-41
/
+58
*
Add a new dialect hook 'materializeConstant' to create a constant operation t...
River Riddle
2019-06-22
1
-78
/
+119
*
Add utility 'create' methods to OperationFolder that will create an operation...
River Riddle
2019-06-09
1
-1
/
+1
*
NFC: Rename FuncBuilder to OpBuilder and refactor to take a top level region ...
River Riddle
2019-06-09
1
-1
/
+1
*
NFC: Rename FoldHelper to OperationFolder and split a large function in two.
River Riddle
2019-06-09
1
-27
/
+48
*
Unify the 'constantFold' and 'fold' hooks on an operation into just 'fold...
River Riddle
2019-05-20
1
-0
/
+170