aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode/Reader/Analyzer.cpp
AgeCommit message (Expand)Author
2004-09-11Print the dependent libraries when dumping bytecode.Reid Spencer
2004-08-27Correctly compute the number of compaction tables.Reid Spencer
2004-08-24Rearrange output a little to make it nicer.Reid Spencer
2004-08-21Bytecode Analyzer Cleanup:Reid Spencer
2004-08-20Packed types, brought to you by Brad JonesBrian Gaeke
2004-08-04Make getGlobalTableValue not use getTypeSlot, this speeds up the bc readerChris Lattner
2004-07-18bug 122:Reid Spencer
2004-07-10Make the VBRSavings percentage make sense (as a fraction of the totalReid Spencer
2004-07-05Finalize bytecode dumping. The "handleFinish" method was getting calledReid Spencer
2004-07-04Excise tabs.Reid Spencer
2004-06-29Merge Dumper.cpp and AnalyzerWrappers.cpp into this file. Also, adjust theReid Spencer
2004-06-11Implement tracking of bytecode instruction size and the number of longReid Spencer
2004-06-11Revert an unneeded interface change to Instruction.hReid Spencer
2004-06-10Implement detailed function level data collection and reporting.Reid Spencer
2004-06-10Implemented the bulk of the functionality. Cleaned up the code.Reid Spencer
2004-06-09Implement some rudimentary analysis.Reid Spencer
2004-06-07Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This toolReid Spencer