1. dd8cec5 avoid creating a temporary string when reading the symbol table for a by Chris Lattner · 18 years ago
  2. 91c4af2 Compaction tables don't exist any more. by Reid Spencer · 18 years ago
  3. c6d0b16 move AnalyzeBytecodeFile out of ReaderWrappers.cpp into Analyzer.cpp. Now by Chris Lattner · 19 years ago
  4. 4f9ff5a remove dead ivars, thanks to Reid for noticing this! by Chris Lattner · 19 years ago
  5. 7b6040b remove the handleVBR32/handleVBR64 callbacks. They are very fine-grained. by Chris Lattner · 19 years ago
  6. 63cf59e Eliminate std::vectors from the bcanalyzer interface. by Chris Lattner · 19 years ago
  7. ef9b9a7 For PR411: by Reid Spencer · 19 years ago
  8. d2bb887 Bye, Bye Compaction Tables. The benefit compaction tables provides doesn't by Reid Spencer · 19 years ago
  9. aacc35a For PR761: by Reid Spencer · 19 years ago
  10. 7f70559 * PIC codegen for X86/Linux has been implemented by Anton Korobeynikov · 19 years ago
  11. 78d033e For PR411: by Reid Spencer · 19 years ago
  12. c6d416a Remove an extraneous { at the end of a block. by Reid Spencer · 19 years ago
  13. d798a51 Discard code that supported old bytecode formats. This makes the Bytecode by Reid Spencer · 19 years ago
  14. e03f09c Remove some dead code. by Reid Spencer · 19 years ago
  15. 93c2b37 Small fixes for supporting dll* linkage types by Anton Korobeynikov · 19 years ago
  16. 05ac92c Change the verifier to never throw an exception. Instead verifyModule canoptionally return the string error, which is an easier api for clients touse anyway. by Chris Lattner · 19 years ago
  17. 0f7bfba I bet pinski knows why g++ accepts this stuff by Duraid Madina · 20 years ago
  18. 6b8a63a Remove vim settings from source code; people should use llvm/utils/vim/vimrc by Misha Brukman · 20 years ago
  19. 8a96c53 Remove trailing whitespace by Misha Brukman · 20 years ago
  20. 4a8167f Don't print a bunch of metrics that are meaningless for external functions by Chris Lattner · 21 years ago
  21. 3ee8eed Print the dependent libraries when dumping bytecode. by Reid Spencer · 21 years ago
  22. 488d73a Correctly compute the number of compaction tables. by Reid Spencer · 21 years ago
  23. 3120e71 Rearrange output a little to make it nicer. by Reid Spencer · 21 years ago
  24. 911ec6d Bytecode Analyzer Cleanup: by Reid Spencer · 21 years ago
  25. 715c90b Packed types, brought to you by Brad Jones by Brian Gaeke · 21 years ago
  26. 2c6c14d Make getGlobalTableValue not use getTypeSlot, this speeds up the bc reader by Chris Lattner · 21 years ago
  27. 3c90f9f bug 122: by Reid Spencer · 21 years ago
  28. 9cb5242 Make the VBRSavings percentage make sense (as a fraction of the total by Reid Spencer · 21 years ago
  29. 5c15fe5 Finalize bytecode dumping. The "handleFinish" method was getting called by Reid Spencer · 21 years ago
  30. b61cdb7 Excise tabs. by Reid Spencer · 21 years ago
  31. f41aa73 Merge Dumper.cpp and AnalyzerWrappers.cpp into this file. Also, adjust the by Reid Spencer · 21 years ago
  32. 1cf5024 Implement tracking of bytecode instruction size and the number of long by Reid Spencer · 21 years ago
  33. 8a9a370 Revert an unneeded interface change to Instruction.h by Reid Spencer · 21 years ago
  34. cbb22e2 Implement detailed function level data collection and reporting. by Reid Spencer · 21 years ago
  35. 00c28a7 Implemented the bulk of the functionality. Cleaned up the code. by Reid Spencer · 21 years ago
  36. 649ee57 Implement some rudimentary analysis. by Reid Spencer · 21 years ago
  37. dac69c8 Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This tool by Reid Spencer · 21 years ago