1. 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
  2. 488d73a Correctly compute the number of compaction tables. by Reid Spencer · 21 years ago
  3. 0033c18 Prevent an empty compaction table from being written to the bytecode file. by Reid Spencer · 21 years ago
  4. 07ea191 Add the CompactionTableIsEmpty function so that we can determine if a by Reid Spencer · 21 years ago
  5. e0cf59e Add a wrapper for extraction of the dependent libraries from a bytecode file. by Reid Spencer · 21 years ago
  6. 3120e71 Rearrange output a little to make it nicer. by Reid Spencer · 21 years ago
  7. 911ec6d Bytecode Analyzer Cleanup: by Reid Spencer · 21 years ago
  8. af073bd Get rid of an extraneous local variable. by Reid Spencer · 21 years ago
  9. 4542c43 Two Changes: by Reid Spencer · 21 years ago
  10. 572c256 Add boolean file format flags in preparation for version 5 bytecode. by Reid Spencer · 21 years ago
  11. 5b472d9 Bytecode Reader Cleanup: by Reid Spencer · 21 years ago
  12. 715c90b Packed types, brought to you by Brad Jones by Brian Gaeke · 21 years ago
  13. 38d54be Bytecode File Format Changes: by Reid Spencer · 21 years ago
  14. 250c418 Correct the comments in the symbol table writer to reflect reality. by Reid Spencer · 21 years ago
  15. 9a7e0c5 Turn a use of intptr_t into a reinterpret_cast<uint64_t> instead to get by Reid Spencer · 21 years ago
  16. 15876bb Stop using getValues(). by Alkis Evlogimenos · 21 years ago
  17. 2c6c14d Make getGlobalTableValue not use getTypeSlot, this speeds up the bc reader by Chris Lattner · 21 years ago
  18. 45b5dd2 Do not do a linear std::find to reconstruct information we had, but later threw by Chris Lattner · 21 years ago
  19. eb62bc7 Merge i*.h headers into Instructions.h as part of bug403. by Alkis Evlogimenos · 21 years ago
  20. bcb11cf Simplify code and silence warning by Chris Lattner · 21 years ago
  21. 1d78516 Fix a serious bug in the double constant reader. In particular, because by Chris Lattner · 21 years ago
  22. ada1618 Always write FP values correctly. by Reid Spencer · 21 years ago
  23. 7d146e1 Don't create a backwards compatibility flag for something that was a by Reid Spencer · 21 years ago
  24. 5ac8812 Adjust to new Module.h interface for dependent libraries. by Reid Spencer · 21 years ago
  25. ad89bd6 bug 263: by Reid Spencer · 21 years ago
  26. e840434 bug 122: by Reid Spencer · 21 years ago
  27. e0125b6 bug 122: - Correct ordering of tests because for GlobalValue isa Constant by Reid Spencer · 21 years ago
  28. 89fc0e3 User ValueListTy as the type of the ValueList. This avoides the ValueList by Reid Spencer · 21 years ago
  29. a86037e bug 122: by Reid Spencer · 21 years ago
  30. 3c90f9f bug 122: by Reid Spencer · 21 years ago
  31. f51c7f56 Fix for PR341 by Chris Lattner · 21 years ago
  32. fe2102b Actually set the endian/pointersize flags on the module being read in! by Brian Gaeke · 21 years ago
  33. 0859e52 Fix warning on SparcV9, where sizeof (int) != sizeof (void *). by Brian Gaeke · 21 years ago
  34. aec6dd5 Fix unused var warning by Chris Lattner · 21 years ago
  35. 46b002c Various cleanups: by Reid Spencer · 21 years ago
  36. 6690651 - Rename two methods to give them more meaning by Reid Spencer · 21 years ago
  37. 1d9349a Remove tabs. by Reid Spencer · 21 years ago
  38. 87bc418 Prepare the writer for a non-broken implementation of writing floating by Reid Spencer · 21 years ago
  39. 9cb5242 Make the VBRSavings percentage make sense (as a fraction of the total by Reid Spencer · 21 years ago
  40. 2439972 Error Handling Cleanup: by Reid Spencer · 21 years ago
  41. 011bed5 Fix a backwards compatibility bug found by Tanya. In version 1.2, the by Reid Spencer · 21 years ago
  42. ba46636 Remove definition and use of OtherVal enumerator. This just fixes a thinko. by Reid Spencer · 21 years ago
  43. 5c15fe5 Finalize bytecode dumping. The "handleFinish" method was getting called by Reid Spencer · 21 years ago
  44. d57da4b Implementation of SlotTable went into header file. Note that this header by Reid Spencer · 21 years ago
  45. 0852c80 Remove Tabs. by Reid Spencer · 21 years ago
  46. cb3595c Implement new output functions for types and compacted type planes. Also by Reid Spencer · 21 years ago
  47. d1fb1b7 Add new methods outputTypes and outputCompactionTypes for handling Types by Reid Spencer · 21 years ago
  48. 24ab28f For bug 122: by Reid Spencer · 21 years ago
  49. 5e394ff - Type::TypeTyID doesn't exist any more (bug 122) by Reid Spencer · 21 years ago
  50. 04cde2c - Don't use macros to call the BytecodeHandler by Reid Spencer · 21 years ago
  51. a86159c - Make ValueList an "OtherVal" user of Values to ensure it doesn't get by Reid Spencer · 21 years ago
  52. 97c7d74 Remove tabs. Move function declaration to Reader.h where it belongs. by Reid Spencer · 21 years ago
  53. 77cf296 Add #include <iostream> which is needed now that Value.h doesn't include it by Reid Spencer · 21 years ago
  54. b61cdb7 Excise tabs. by Reid Spencer · 21 years ago
  55. 0692dbf Remove files no longer needed. ConstantReader and InstructionReader were by Reid Spencer · 21 years ago
  56. f89143c This is a slimming down of the previous ReaderInternals.h that just by Reid Spencer · 21 years ago
  57. 060d25d MAJOR REWRITE. by Reid Spencer · 21 years ago
  58. df45a54 Adjustments to allow Bytecode Reading to support the BytecodeHandler by Reid Spencer · 21 years ago
  59. f41aa73 Merge Dumper.cpp and AnalyzerWrappers.cpp into this file. Also, adjust the by Reid Spencer · 21 years ago
  60. cc1091e Analyzer moved to ../Reader directory. by Reid Spencer · 21 years ago
  61. 46bd33f Remove newly defunct Analyzer directory. by Reid Spencer · 21 years ago
  62. 036de03 No functionality changes here: by Chris Lattner · 21 years ago
  63. d616228 Fix more warnings building with VC++ by Chris Lattner · 21 years ago
  64. 32b5880 fix warnings by Chris Lattner · 21 years ago
  65. f70c22b Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() by Chris Lattner · 21 years ago
  66. 1cf5024 Implement tracking of bytecode instruction size and the number of long by Reid Spencer · 21 years ago
  67. 8a9a370 Revert an unneeded interface change to Instruction.h by Reid Spencer · 21 years ago
  68. 7c7680a Remove tabs. by Reid Spencer · 21 years ago
  69. cbb22e2 Implement detailed function level data collection and reporting. by Reid Spencer · 21 years ago
  70. 2467a06 Adjust prototypes to new Handler interface. by Reid Spencer · 21 years ago
  71. ab5fce2 Make the parser deal with functions instead of just function types. by Reid Spencer · 21 years ago
  72. 8d131d1 Doxygenize a comment. by Reid Spencer · 21 years ago
  73. 00c28a7 Implemented the bulk of the functionality. Cleaned up the code. by Reid Spencer · 21 years ago
  74. 525f228 Cleanup alignment of output. by Reid Spencer · 21 years ago
  75. edc3b58 Implement analysis output. Don't dump function details unless requested. by Reid Spencer · 21 years ago
  76. 649ee57 Implement some rudimentary analysis. by Reid Spencer · 21 years ago
  77. 0545b3e Clean up indentation of file body output. by Reid Spencer · 21 years ago
  78. a670c41 Move parsing details to Parser.cpp. by Reid Spencer · 21 years ago
  79. 926572c Bring some things out of header files that belong only in this file. by Reid Spencer · 21 years ago
  80. 6269ded Cleaned up a dead header file to prevent duplicate definition warnings by Reid Spencer · 21 years ago
  81. 5e8868d Fix the bug that was preventing the parser from working on all bytecode by Reid Spencer · 21 years ago
  82. b7041b0 Make it #include Parser.h instead of AnalyzerInternals.h since it only by Reid Spencer · 21 years ago
  83. aee4f5b Adjust what's included to compensate for changes in Parser.h by Reid Spencer · 21 years ago
  84. 29dba0c Merged BytecodeHandler.h into Parser.h since the parser and the handler by Reid Spencer · 21 years ago
  85. dac69c8 Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This tool by Reid Spencer · 21 years ago
  86. fb777c2 Use the new FileUtilities.h API for mapping a file into an address space by Chris Lattner · 21 years ago
  87. 6ed81e2 Use the SymbolTable::isEmpty() method instead of checking for no value by Reid Spencer · 21 years ago
  88. 798ff64 Part of bug 122: by Reid Spencer · 21 years ago
  89. 6b1f58b Put SlotTable.h inclusion back at front of list to be coding standards by Reid Spencer · 21 years ago
  90. a85b8cf Make the constructor explicit so we can't implicitly convert bool to SlotTable. by Reid Spencer · 21 years ago
  91. 3751bd6 Make some improvements suggested by Chris. by Reid Spencer · 21 years ago
  92. 293a55f Adding the initial implementation of the SlotTable class. This class is by Reid Spencer · 21 years ago
  93. 94f2df2 Changed to use SymbolTable's new iteration interfaces. by Reid Spencer · 21 years ago
  94. 9231ac8 Convert to SymbolTable's new iteration interface. by Reid Spencer · 21 years ago
  95. 500acf7 Squelch compile-time warning (profile build). by Misha Brukman · 21 years ago
  96. 003d517 Fix warning building in optimized mode by Chris Lattner · 21 years ago
  97. 6ffe551 Changes to fix up the inst_iterator to pass to boost iterator checks. This by Chris Lattner · 21 years ago
  98. 5fa428f Implement support for a new LLVM 1.3 bytecode format, which uses uint's by Chris Lattner · 21 years ago
  99. 9dd8770 Remove a bunch of cruft that was used to be backwards compatible with the last by Chris Lattner · 21 years ago
  100. 60d6e54 Use the true, decoded name of the archive member in getObjectType. by Brian Gaeke · 21 years ago