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
/
SliceAnalysis.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
-6
/
+6
*
Resubmit: ReImplement the Value classes as value-typed objects wrapping an in...
River Riddle
2019-12-23
1
-1
/
+1
*
Automated rollback of commit f603a50109107b447b835dac11f0eb541288393e
MLIR Team
2019-12-23
1
-1
/
+1
*
ReImplement the Value classes as value-typed objects wrapping an internal poi...
River Riddle
2019-12-23
1
-1
/
+1
*
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
-2
/
+2
*
Refactor dependencies to expose Vector transformations as patterns - NFC
Nicolas Vasilache
2019-12-03
1
-1
/
+0
*
Unify error messages to start with lower-case.
MLIR Team
2019-09-18
1
-1
/
+1
*
NFC: Move AffineOps dialect to the Dialect sub-directory.
River Riddle
2019-08-20
1
-1
/
+1
*
Fix clang 5.0 by using type aliases for LLVM DenseSet/Map
Mehdi Amini
2019-08-03
1
-1
/
+1
*
Fix backward slice corner case
Nicolas Vasilache
2019-07-26
1
-3
/
+7
*
Fix backward slice computation to iterate through known control flow
Nicolas Vasilache
2019-07-25
1
-2
/
+15
*
Uniformize the API for the mlir::tile functions on AffineForOp and loop::ForOp
Nicolas Vasilache
2019-07-19
1
-1
/
+11
*
Add user iterators to IRObjects, i.e. Values.
River Riddle
2019-05-20
1
-10
/
+4
*
Add support for using llvm::dyn_cast/cast/isa for operation casts and rep...
River Riddle
2019-05-20
1
-1
/
+1
*
Automated rollback of changelist 247778391.
MLIR Team
2019-05-20
1
-1
/
+1
*
Add support for using llvm::dyn_cast/cast/isa for operation casts and rep...
River Riddle
2019-05-20
1
-1
/
+1
*
Cleanups and simplifications to code, noticed by inspection. NFC.
Chris Lattner
2019-05-20
1
-2
/
+0
*
Replace usages of Instruction with Operation in the /Analysis directory.
River Riddle
2019-03-29
1
-47
/
+46
*
Replace usages of Instruction with Operation in the /IR directory.
River Riddle
2019-03-29
1
-1
/
+1
*
Rename the Instruction class to Operation. This just renames the class, usage...
River Riddle
2019-03-29
1
-1
/
+1
*
Replace usages of "operator->" with "." for the AffineOps.
River Riddle
2019-03-29
1
-1
/
+1
*
Cleanups Vectorize and SliceAnalysis - NFC
Nicolas Vasilache
2019-03-29
1
-25
/
+34
*
NFC. Move all of the remaining operations left in BuiltinOps to StandardOps. ...
River Riddle
2019-03-29
1
-1
/
+0
*
Begin the process of fully removing OperationInst. This patch cleans up refer...
River Riddle
2019-03-29
1
-9
/
+7
*
Fold the functionality of OperationInst into Instruction. OperationInst still...
River Riddle
2019-03-29
1
-1
/
+1
*
Define the AffineForOp and replace ForInst with it. This patch is largely mec...
River Riddle
2019-03-29
1
-11
/
+11
*
Change the ForInst induction variable to be a block argument of the body inst...
River Riddle
2019-03-29
1
-1
/
+1
*
Standardize naming of statements -> instructions, revisting the code base to be
Chris Lattner
2019-03-29
1
-57
/
+57
*
Eliminate the using decls for MLFunction and CFGFunction standardizing on
Chris Lattner
2019-03-29
1
-2
/
+2
*
Merge Operation into OperationInst and standardize nomenclature around
Chris Lattner
2019-03-29
1
-3
/
+3
*
[MLIR][MaterializeVectors] Add a MaterializeVector pass via unrolling.
Nicolas Vasilache
2019-03-29
1
-3
/
+3
*
[MLIR][Slicing] Apply cleanups
Nicolas Vasilache
2019-03-29
1
-87
/
+43
*
[MLIR][Slicing] Add utils for computing slices.
Nicolas Vasilache
2019-03-29
1
-0
/
+243