aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode/Analyzer
AgeCommit message (Expand)Author
2004-06-29Analyzer moved to ../Reader directory.Reid Spencer
2004-06-17Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner
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-10Remove tabs.Reid Spencer
2004-06-10Implement detailed function level data collection and reporting.Reid Spencer
2004-06-10Adjust prototypes to new Handler interface.Reid Spencer
2004-06-10Make the parser deal with functions instead of just function types.Reid Spencer
2004-06-10Implemented the bulk of the functionality. Cleaned up the code.Reid Spencer
2004-06-09Cleanup alignment of output.Reid Spencer
2004-06-09Implement analysis output. Don't dump function details unless requested.Reid Spencer
2004-06-09Implement some rudimentary analysis.Reid Spencer
2004-06-09Clean up indentation of file body output.Reid Spencer
2004-06-09Move parsing details to Parser.cpp.Reid Spencer
2004-06-09Bring some things out of header files that belong only in this file.Reid Spencer
2004-06-08Fix the bug that was preventing the parser from working on all bytecodeReid Spencer
2004-06-08Make it #include Parser.h instead of AnalyzerInternals.h since it onlyReid Spencer
2004-06-08Adjust what's included to compensate for changes in Parser.hReid Spencer
2004-06-08Merged BytecodeHandler.h into Parser.h since the parser and the handlerReid Spencer
2004-06-07Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This toolReid Spencer