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
/
OpStats.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
1
-13
/
+4
*
NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...
River Riddle
2019-12-18
1
-2
/
+2
*
NFC: Remove `Module::getFunctions` in favor of a general `getOps<T>`.
River Riddle
2019-07-08
1
-2
/
+2
*
NFC: Refactor Function to be value typed.
River Riddle
2019-07-01
1
-1
/
+1
*
NFC: Switch std::vector to SmallVector. This fixes a compiler error on MS...
River Riddle
2019-06-01
1
-1
/
+1
*
Replace usages of Instruction with Operation in the /Analysis directory.
River Riddle
2019-03-29
1
-2
/
+1
*
Rename the Instruction class to Operation. This just renames the class, usage...
River Riddle
2019-03-29
1
-1
/
+1
*
Remove PassResult and have the runOnFunction/runOnModule functions return voi...
River Riddle
2019-03-29
1
-3
/
+2
*
Port all of the existing passes over to the new pass manager infrastructure. ...
River Riddle
2019-03-29
1
-8
/
+5
*
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
*
Remove InstWalker and move all instruction walking to the api facilities on F...
River Riddle
2019-03-29
1
-11
/
+6
*
Begin the process of fully removing OperationInst. This patch cleans up refer...
River Riddle
2019-03-29
1
-2
/
+2
*
Fold the functionality of OperationInst into Instruction. OperationInst still...
River Riddle
2019-03-29
1
-1
/
+1
*
Rewrite OpStats to use llvm formatting utilities.
River Riddle
2019-03-29
1
-29
/
+25
*
Make PrintOpStatsPass a module pass
Feng Liu
2019-03-29
1
-10
/
+5
*
Extend InstVisitor and Walker to handle arbitrary CFG functions, expand the
Chris Lattner
2019-03-29
1
-18
/
+6
*
Standardize naming of statements -> instructions, revisting the code base to be
Chris Lattner
2019-03-29
1
-6
/
+6
*
Eliminate the using decls for MLFunction and CFGFunction standardizing on
Chris Lattner
2019-03-29
1
-4
/
+4
*
Merge Operation into OperationInst and standardize nomenclature around
Chris Lattner
2019-03-29
1
-2
/
+2
*
Eliminate the Instruction, BasicBlock, CFGFunction, MLFunction, and ExtFuncti...
Chris Lattner
2019-03-29
1
-3
/
+3
*
Move print op stats pass to analysis.
Jacques Pienaar
2019-03-29
1
-0
/
+126