aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bytecode/Reader/Analyzer.cpp
AgeCommit message (Expand)AuthorFilesLines
2004-10-15Don't print a bunch of metrics that are meaningless for external functionsChris Lattner1-17/+20
2004-09-11Print the dependent libraries when dumping bytecode.Reid Spencer1-0/+2
2004-08-27Correctly compute the number of compaction tables.Reid Spencer1-1/+1
2004-08-24Rearrange output a little to make it nicer.Reid Spencer1-17/+17
2004-08-21Bytecode Analyzer Cleanup:Reid Spencer1-162/+266
2004-08-20Packed types, brought to you by Brad JonesBrian Gaeke1-0/+21
2004-08-04Make getGlobalTableValue not use getTypeSlot, this speeds up the bc readerChris Lattner1-7/+3
2004-07-18bug 122:Reid Spencer1-3/+1
2004-07-10Make the VBRSavings percentage make sense (as a fraction of the totalReid Spencer1-3/+2
2004-07-05Finalize bytecode dumping. The "handleFinish" method was getting calledReid Spencer1-17/+18
2004-07-04Excise tabs.Reid Spencer1-32/+31
2004-06-29Merge Dumper.cpp and AnalyzerWrappers.cpp into this file. Also, adjust theReid Spencer1-63/+377
2004-06-11Implement tracking of bytecode instruction size and the number of longReid Spencer1-0/+8
2004-06-11Revert an unneeded interface change to Instruction.hReid Spencer1-1/+1
2004-06-10Implement detailed function level data collection and reporting.Reid Spencer1-138/+88
2004-06-10Implemented the bulk of the functionality. Cleaned up the code.Reid Spencer1-17/+70
2004-06-09Implement some rudimentary analysis.Reid Spencer1-3/+47
2004-06-07Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This toolReid Spencer1-0/+242