1. 45b5dd2 Do not do a linear std::find to reconstruct information we had, but later threw by Chris Lattner · 21 years ago
  2. bcb11cf Simplify code and silence warning by Chris Lattner · 21 years ago
  3. 1d78516 Fix a serious bug in the double constant reader. In particular, because by Chris Lattner · 21 years ago
  4. ada1618 Always write FP values correctly. by Reid Spencer · 21 years ago
  5. 7d146e1 Don't create a backwards compatibility flag for something that was a by Reid Spencer · 21 years ago
  6. ad89bd6 bug 263: by Reid Spencer · 21 years ago
  7. 89fc0e3 User ValueListTy as the type of the ValueList. This avoides the ValueList by Reid Spencer · 21 years ago
  8. a86037e bug 122: by Reid Spencer · 21 years ago
  9. 3c90f9f bug 122: by Reid Spencer · 21 years ago
  10. fe2102b Actually set the endian/pointersize flags on the module being read in! by Brian Gaeke · 21 years ago
  11. 0859e52 Fix warning on SparcV9, where sizeof (int) != sizeof (void *). by Brian Gaeke · 21 years ago
  12. 46b002c Various cleanups: by Reid Spencer · 21 years ago
  13. 6690651 - Rename two methods to give them more meaning by Reid Spencer · 21 years ago
  14. 9cb5242 Make the VBRSavings percentage make sense (as a fraction of the total by Reid Spencer · 21 years ago
  15. 2439972 Error Handling Cleanup: by Reid Spencer · 21 years ago
  16. 011bed5 Fix a backwards compatibility bug found by Tanya. In version 1.2, the by Reid Spencer · 21 years ago
  17. ba46636 Remove definition and use of OtherVal enumerator. This just fixes a thinko. by Reid Spencer · 21 years ago
  18. 5c15fe5 Finalize bytecode dumping. The "handleFinish" method was getting called by Reid Spencer · 21 years ago
  19. 04cde2c - Don't use macros to call the BytecodeHandler by Reid Spencer · 21 years ago
  20. a86159c - Make ValueList an "OtherVal" user of Values to ensure it doesn't get by Reid Spencer · 21 years ago
  21. 97c7d74 Remove tabs. Move function declaration to Reader.h where it belongs. by Reid Spencer · 21 years ago
  22. 77cf296 Add #include <iostream> which is needed now that Value.h doesn't include it by Reid Spencer · 21 years ago
  23. b61cdb7 Excise tabs. by Reid Spencer · 21 years ago
  24. 0692dbf Remove files no longer needed. ConstantReader and InstructionReader were by Reid Spencer · 21 years ago
  25. f89143c This is a slimming down of the previous ReaderInternals.h that just by Reid Spencer · 21 years ago
  26. 060d25d MAJOR REWRITE. by Reid Spencer · 21 years ago
  27. df45a54 Adjustments to allow Bytecode Reading to support the BytecodeHandler by Reid Spencer · 21 years ago
  28. f41aa73 Merge Dumper.cpp and AnalyzerWrappers.cpp into this file. Also, adjust the by Reid Spencer · 21 years ago
  29. f70c22b Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() by Chris Lattner · 21 years ago
  30. 1cf5024 Implement tracking of bytecode instruction size and the number of long by Reid Spencer · 21 years ago
  31. 8a9a370 Revert an unneeded interface change to Instruction.h by Reid Spencer · 21 years ago
  32. 7c7680a Remove tabs. by Reid Spencer · 21 years ago
  33. cbb22e2 Implement detailed function level data collection and reporting. by Reid Spencer · 21 years ago
  34. 2467a06 Adjust prototypes to new Handler interface. by Reid Spencer · 21 years ago
  35. ab5fce2 Make the parser deal with functions instead of just function types. by Reid Spencer · 21 years ago
  36. 8d131d1 Doxygenize a comment. by Reid Spencer · 21 years ago
  37. 00c28a7 Implemented the bulk of the functionality. Cleaned up the code. by Reid Spencer · 21 years ago
  38. 525f228 Cleanup alignment of output. by Reid Spencer · 21 years ago
  39. edc3b58 Implement analysis output. Don't dump function details unless requested. by Reid Spencer · 21 years ago
  40. 649ee57 Implement some rudimentary analysis. by Reid Spencer · 21 years ago
  41. 0545b3e Clean up indentation of file body output. by Reid Spencer · 21 years ago
  42. a670c41 Move parsing details to Parser.cpp. by Reid Spencer · 21 years ago
  43. 926572c Bring some things out of header files that belong only in this file. by Reid Spencer · 21 years ago
  44. 5e8868d Fix the bug that was preventing the parser from working on all bytecode by Reid Spencer · 21 years ago
  45. aee4f5b Adjust what's included to compensate for changes in Parser.h by Reid Spencer · 21 years ago
  46. 29dba0c Merged BytecodeHandler.h into Parser.h since the parser and the handler by Reid Spencer · 21 years ago
  47. dac69c8 Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This tool by Reid Spencer · 21 years ago
  48. fb777c2 Use the new FileUtilities.h API for mapping a file into an address space by Chris Lattner · 21 years ago
  49. 500acf7 Squelch compile-time warning (profile build). by Misha Brukman · 21 years ago
  50. 003d517 Fix warning building in optimized mode by Chris Lattner · 21 years ago
  51. 5fa428f Implement support for a new LLVM 1.3 bytecode format, which uses uint's by Chris Lattner · 21 years ago
  52. 9dd8770 Remove a bunch of cruft that was used to be backwards compatible with the last by Chris Lattner · 21 years ago
  53. 60d6e54 Use the true, decoded name of the archive member in getObjectType. by Brian Gaeke · 21 years ago
  54. 1e490ba Add support for reading constantexpr select instructions by Chris Lattner · 21 years ago
  55. 11cad51 Make error message a bit nicer. Contributed by Reid Spencer by Chris Lattner · 21 years ago
  56. e3ac22a Read select instrs from bytecode by Chris Lattner · 21 years ago
  57. 37606f9 This debugging hook is no longer needed. by Chris Lattner · 22 years ago
  58. d21cd80 Adjust to the changed StructType interface. In particular, getElementTypes() is gone. by Chris Lattner · 22 years ago
  59. d5d8996 Start using the new and improve interface to FunctionType arguments by Chris Lattner · 22 years ago
  60. afca90e Implement ModuleProvider::materializeModule() by only materializing functions by Misha Brukman · 22 years ago
  61. 62f8bf0 Fix PR212 - Bytecode reader misreads 'long -9223372036854775808'! by Chris Lattner · 22 years ago
  62. cdaff32 Fix bogus warning and simplify code by Chris Lattner · 22 years ago
  63. 52f86d6 Bugfixes for dealing with partially compactified functions by Chris Lattner · 22 years ago
  64. 2410243 Save another 30K from 176.gcc by encoding the compaction table a bit more by Chris Lattner · 22 years ago
  65. 89e0253 Add support for reading bytecode files with compactiontables for bytecode files. by Chris Lattner · 22 years ago
  66. 80b9734 Bytecode format for LLVM 1.2 no longer explicitly encodes zeros in primitive by Chris Lattner · 22 years ago
  67. 9336199 Allow bytecode files to refer directly to global values as constants, instead by Chris Lattner · 22 years ago
  68. ff47e7d Fix more breakage with string change. by Chris Lattner · 22 years ago
  69. 44d0eeb Fix PR73 by Chris Lattner · 22 years ago
  70. 570fb1c Fix brokenness in my last checking by Chris Lattner · 22 years ago
  71. 7969dc2 Change all of the bytecode reader primitives to throw exceptions instead of by Chris Lattner · 22 years ago
  72. 9e893e8 Version 1.2 now supports encoding strings as a special case, to avoid having by Chris Lattner · 22 years ago
  73. 4e86836 Like output_data, it's obvious that input_data was only used with 1 character by Chris Lattner · 22 years ago
  74. c08912f Remove support for the pre-1.0 bytecode version #1. This will become by Chris Lattner · 22 years ago
  75. b16689b Don't use ConstantExpr::getShift anymore by Chris Lattner · 22 years ago
  76. 3446ae8 * finegrainify namespacification of ArchiveReader.cpp by Chris Lattner · 22 years ago
  77. 258b537 Inching our way towards fixing PR82 by Chris Lattner · 22 years ago
  78. f63aeec remove some useless #includes by Chris Lattner · 22 years ago
  79. b70abe1 Use new getFileSize function instead of sys/stat.h directly. by Chris Lattner · 22 years ago
  80. 2d6481c Factor FDHandle out of the bytecode reader into the FileUtilities.h support by Chris Lattner · 22 years ago
  81. ddceeb7 minor cleanups by Chris Lattner · 22 years ago
  82. 9059158 Reverted back to revision 1.11. The previous fix doesn't really fix by John Criswell · 22 years ago
  83. 1118d0f Fix PR#193. by John Criswell · 22 years ago
  84. 6ca5b8f Make getObjectType() smarter about ranlibbed Mac OS X archives. by Brian Gaeke · 22 years ago
  85. 27b40bc Throw better error messages, by calling strerror(errno) when we by Brian Gaeke · 22 years ago
  86. 3c09636 In getObjectType(), doxygenify comment, and take a pointer to the by Brian Gaeke · 22 years ago
  87. 8d1dbd2 Emit & read more compressed bytecode by not emitting a bytecodeblock for by Chris Lattner · 22 years ago
  88. 29b789b * Finegrainify namespacification by Chris Lattner · 22 years ago
  89. 8eb4993 Minor efficiency improvements, finegrainify namespacification by Chris Lattner · 22 years ago
  90. c2f4b11 In the future, these slabs can be null... by Chris Lattner · 22 years ago
  91. ebfb9f4 Minor efficiency improvements all over. Finegrainify Namespacification by Chris Lattner · 22 years ago
  92. deab9a7 Fine grainify namespacification, #include file that defines the interface! by Chris Lattner · 22 years ago
  93. 1c3673b Minor speedup to do less linear time searches of information we already have. by Chris Lattner · 22 years ago
  94. 2c61d7b Implement skeletal support for __.SYMDEF (ranlib) sections in archives. by Brian Gaeke · 22 years ago
  95. db9546e I can't believe the incompetence of the people I have to deal with around here. by Chris Lattner · 22 years ago
  96. 8dc6ba9 Fix PR 110: the constant folding code assumes that if something is not a by Chris Lattner · 22 years ago
  97. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  98. 095be96 no need for endl by Chris Lattner · 22 years ago
  99. 29e3b2b Add support for constant expr shifts by Chris Lattner · 22 years ago
  100. 60048b8 Put DEBUG_OUTPUT at the top along with TRACE_LEVEL. Also fix the code by Alkis Evlogimenos · 22 years ago