1. f70c22b Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() by Chris Lattner · 21 years ago
  2. 1cf5024 Implement tracking of bytecode instruction size and the number of long by Reid Spencer · 21 years ago
  3. 8a9a370 Revert an unneeded interface change to Instruction.h by Reid Spencer · 21 years ago
  4. 7c7680a Remove tabs. by Reid Spencer · 21 years ago
  5. cbb22e2 Implement detailed function level data collection and reporting. by Reid Spencer · 21 years ago
  6. 2467a06 Adjust prototypes to new Handler interface. by Reid Spencer · 21 years ago
  7. ab5fce2 Make the parser deal with functions instead of just function types. by Reid Spencer · 21 years ago
  8. 00c28a7 Implemented the bulk of the functionality. Cleaned up the code. by Reid Spencer · 21 years ago
  9. 525f228 Cleanup alignment of output. by Reid Spencer · 21 years ago
  10. edc3b58 Implement analysis output. Don't dump function details unless requested. by Reid Spencer · 21 years ago
  11. 649ee57 Implement some rudimentary analysis. by Reid Spencer · 21 years ago
  12. 0545b3e Clean up indentation of file body output. by Reid Spencer · 21 years ago
  13. a670c41 Move parsing details to Parser.cpp. by Reid Spencer · 21 years ago
  14. 926572c Bring some things out of header files that belong only in this file. by Reid Spencer · 21 years ago
  15. 5e8868d Fix the bug that was preventing the parser from working on all bytecode by Reid Spencer · 21 years ago
  16. b7041b0 Make it #include Parser.h instead of AnalyzerInternals.h since it only by Reid Spencer · 21 years ago
  17. aee4f5b Adjust what's included to compensate for changes in Parser.h by Reid Spencer · 21 years ago
  18. 29dba0c Merged BytecodeHandler.h into Parser.h since the parser and the handler by Reid Spencer · 21 years ago
  19. dac69c8 Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This tool by Reid Spencer · 21 years ago