summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Analysis/OpStats.cpp
Commit message (Expand)AuthorAgeFilesLines
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-231-13/+4
* NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...River Riddle2019-12-181-2/+2
* NFC: Remove `Module::getFunctions` in favor of a general `getOps<T>`.River Riddle2019-07-081-2/+2
* NFC: Refactor Function to be value typed.River Riddle2019-07-011-1/+1
* NFC: Switch std::vector to SmallVector. This fixes a compiler error on MS...River Riddle2019-06-011-1/+1
* Replace usages of Instruction with Operation in the /Analysis directory.River Riddle2019-03-291-2/+1
* Rename the Instruction class to Operation. This just renames the class, usage...River Riddle2019-03-291-1/+1
* Remove PassResult and have the runOnFunction/runOnModule functions return voi...River Riddle2019-03-291-3/+2
* Port all of the existing passes over to the new pass manager infrastructure. ...River Riddle2019-03-291-8/+5
* Define a PassID class to use when defining a pass. This allows for the type u...River Riddle2019-03-291-3/+1
* NFC: Refactor the files related to passes.River Riddle2019-03-291-1/+1
* Remove InstWalker and move all instruction walking to the api facilities on F...River Riddle2019-03-291-11/+6
* Begin the process of fully removing OperationInst. This patch cleans up refer...River Riddle2019-03-291-2/+2
* Fold the functionality of OperationInst into Instruction. OperationInst still...River Riddle2019-03-291-1/+1
* Rewrite OpStats to use llvm formatting utilities.River Riddle2019-03-291-29/+25
* Make PrintOpStatsPass a module passFeng Liu2019-03-291-10/+5
* Extend InstVisitor and Walker to handle arbitrary CFG functions, expand theChris Lattner2019-03-291-18/+6
* Standardize naming of statements -> instructions, revisting the code base to beChris Lattner2019-03-291-6/+6
* Eliminate the using decls for MLFunction and CFGFunction standardizing onChris Lattner2019-03-291-4/+4
* Merge Operation into OperationInst and standardize nomenclature aroundChris Lattner2019-03-291-2/+2
* Eliminate the Instruction, BasicBlock, CFGFunction, MLFunction, and ExtFuncti...Chris Lattner2019-03-291-3/+3
* Move print op stats pass to analysis.Jacques Pienaar2019-03-291-0/+126
OpenPOWER on IntegriCloud