aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bytecode/Reader/Analyzer.cpp
Commit message (Expand)AuthorAgeFilesLines
* I bet pinski knows why g++ accepts this stuffDuraid Madina2005-12-261-0/+1
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-051-1/+0
* Remove trailing whitespaceMisha Brukman2005-04-211-84/+84
* Don't print a bunch of metrics that are meaningless for external functionsChris Lattner2004-10-151-17/+20
* Print the dependent libraries when dumping bytecode.Reid Spencer2004-09-111-0/+2
* Correctly compute the number of compaction tables.Reid Spencer2004-08-271-1/+1
* Rearrange output a little to make it nicer.Reid Spencer2004-08-241-17/+17
* Bytecode Analyzer Cleanup:Reid Spencer2004-08-211-162/+266
* Packed types, brought to you by Brad JonesBrian Gaeke2004-08-201-0/+21
* Make getGlobalTableValue not use getTypeSlot, this speeds up the bc readerChris Lattner2004-08-041-7/+3
* bug 122:Reid Spencer2004-07-181-3/+1
* Make the VBRSavings percentage make sense (as a fraction of the totalReid Spencer2004-07-101-3/+2
* 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