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
/
ViewFunctionGraph.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove extra qualification
Jacques Pienaar
2019-03-29
1
-4
/
+2
*
Make FunctionPass::getFunction() return a reference to the function, instead of
Chris Lattner
2019-03-29
1
-2
/
+2
*
Remove const from mlir::Block.
Chris Lattner
2019-03-29
1
-2
/
+2
*
Continue pushing const out of the core IR types - in this case, remove const
Chris Lattner
2019-03-29
1
-10
/
+8
*
Change Pass:getFunction() to return pointer instead of ref - NFC
Uday Bondhugula
2019-03-29
1
-1
/
+1
*
Remove PassResult and have the runOnFunction/runOnModule functions return voi...
River Riddle
2019-03-29
1
-2
/
+1
*
Port all of the existing passes over to the new pass manager infrastructure. ...
River Riddle
2019-03-29
1
-10
/
+7
*
Define a PassID class to use when defining a pass. This allows for the type u...
River Riddle
2019-03-29
1
-3
/
+1
*
NFC: Refactor the files related to passes.
River Riddle
2019-03-29
1
-1
/
+1
*
Update and generalize various passes to work on both CFG and ML functions,
Chris Lattner
2019-03-29
1
-1
/
+1
*
Rename BasicBlock and StmtBlock to Block, and make a pass cleaning it up. I ...
Chris Lattner
2019-03-29
1
-5
/
+5
*
Eliminate the using decls for MLFunction and CFGFunction standardizing on
Chris Lattner
2019-03-29
1
-10
/
+9
*
Minor renamings: Trim the "Stmt" prefix off
Chris Lattner
2019-03-29
1
-0
/
+105