summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bytecode/Analyzer
Commit message (Expand)AuthorAgeFilesLines
* Analyzer moved to ../Reader directory.Reid Spencer2004-06-297-2573/+0
* Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner2004-06-172-5/+5
* Implement tracking of bytecode instruction size and the number of longReid Spencer2004-06-112-0/+16
* Revert an unneeded interface change to Instruction.hReid Spencer2004-06-111-1/+1
* Remove tabs.Reid Spencer2004-06-101-2/+2
* Implement detailed function level data collection and reporting.Reid Spencer2004-06-102-148/+104
* Adjust prototypes to new Handler interface.Reid Spencer2004-06-101-69/+30
* Make the parser deal with functions instead of just function types.Reid Spencer2004-06-102-38/+42
* Implemented the bulk of the functionality. Cleaned up the code.Reid Spencer2004-06-107-560/+590
* Cleanup alignment of output.Reid Spencer2004-06-091-14/+14
* Implement analysis output. Don't dump function details unless requested.Reid Spencer2004-06-091-1/+20
* Implement some rudimentary analysis.Reid Spencer2004-06-091-3/+47
* Clean up indentation of file body output.Reid Spencer2004-06-091-9/+10
* Move parsing details to Parser.cpp.Reid Spencer2004-06-091-25/+0
* Bring some things out of header files that belong only in this file.Reid Spencer2004-06-091-0/+21
* Fix the bug that was preventing the parser from working on all bytecodeReid Spencer2004-06-081-5/+5
* Make it #include Parser.h instead of AnalyzerInternals.h since it onlyReid Spencer2004-06-081-1/+1
* Adjust what's included to compensate for changes in Parser.hReid Spencer2004-06-081-0/+11
* Merged BytecodeHandler.h into Parser.h since the parser and the handlerReid Spencer2004-06-082-303/+376
* Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This toolReid Spencer2004-06-0710-0/+2462
OpenPOWER on IntegriCloud