aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bytecode/Reader/Analyzer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Finalize bytecode dumping. The "handleFinish" method was getting calledReid Spencer2004-07-051-17/+18
* Excise tabs.Reid Spencer2004-07-041-32/+31
* Merge Dumper.cpp and AnalyzerWrappers.cpp into this file. Also, adjust theReid Spencer2004-06-291-63/+377
* Implement tracking of bytecode instruction size and the number of longReid Spencer2004-06-111-0/+8
* Revert an unneeded interface change to Instruction.hReid Spencer2004-06-111-1/+1
* Implement detailed function level data collection and reporting.Reid Spencer2004-06-101-138/+88
* Implemented the bulk of the functionality. Cleaned up the code.Reid Spencer2004-06-101-17/+70
* Implement some rudimentary analysis.Reid Spencer2004-06-091-3/+47
* Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This toolReid Spencer2004-06-071-0/+242