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
/
ConvertToCFG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add static pass registration
Jacques Pienaar
2019-03-29
1
-0
/
+8
*
Introduce memref bound checking.
Uday Bondhugula
2019-03-29
1
-1
/
+1
*
Add function attributes for ExtFunction, CFGFunction and MLFunction.
Feng Liu
2019-03-29
1
-2
/
+3
*
Add PassResult and have passes return PassResult to indicate failure/success.
Jacques Pienaar
2019-03-29
1
-2
/
+3
*
Add location specifier to MLIR Functions, and:
Chris Lattner
2019-03-29
1
-2
/
+2
*
Two unrelated API cleanups: remove the location processing stuff from custom op
Chris Lattner
2019-03-29
1
-1
/
+1
*
Push location information more tightly into the IR, providing space for every
Chris Lattner
2019-03-29
1
-1
/
+1
*
Implement a module-level symbol table for functions, enforcing uniqueness of
Chris Lattner
2019-03-29
1
-1
/
+1
*
Move Pass.{h,cpp} from lib/IR/ to lib/Transforms/.
Uday Bondhugula
2019-03-29
1
-1
/
+1
*
Prepare for implementation of TensorFlow passes:
Chris Lattner
2019-03-29
1
-12
/
+15
*
Implement a proper function list in module, which auto-maintain the parent
Chris Lattner
2019-03-29
1
-21
/
+15
*
Scaffolding for convertToCFG pass that replaces all instances of ML functions...
Tatiana Shpeisman
2019-03-29
1
-0
/
+166