1. b52f1c2 Make sure to clear the LazyFunctionLoadMap after we ParseAllFunctionBodies. by Chris Lattner · 21 years ago
  2. e5cea5e Do not put internal symbols into the symbol table. This shrinks the symbol by Chris Lattner · 21 years ago
  3. 6132332 Fix the regressions my User changes introduced. Apparently some parts of by Chris Lattner · 21 years ago
  4. cad28bd Adjust to changes in User class and minor changes in instruction ctors. by Chris Lattner · 21 years ago
  5. 0a83472 For PR351: by Reid Spencer · 21 years ago
  6. 7904c4f Remove the #include of llvm/Config/unistd.h as it is no longer needed. by Reid Spencer · 21 years ago
  7. e133721 Fix problems uncovered by VC++ (first time compiled by VC++) by Jeff Cohen · 21 years ago
  8. 9153f8f For PR351: by Reid Spencer · 21 years ago
  9. 1fce091 Path::get -> Path::toString by Reid Spencer · 21 years ago
  10. 389bd04 Remove a dead field, make the map go to integer type ID to hash better and by Chris Lattner · 21 years ago
  11. 0aed01d Remove #include inadvertently added by Chris Lattner · 21 years ago
  12. c4d6916 Eliminate this ugly hack. This was put back in when replaceAllUsesOf used by Chris Lattner · 21 years ago
  13. 3c39127 Provide more information in the error message that occurs when there are by Reid Spencer · 21 years ago
  14. 02dce16 Do not allow bytecode files with unresolved references to be read. Doing by Chris Lattner · 21 years ago
  15. 3af4b4f RevisionNum is read by error(), initialize it early. by Chris Lattner · 21 years ago
  16. 93ee7dc Fix a comment to imply the correct semantics. by Reid Spencer · 21 years ago
  17. 638c381 Add note that this is for old bytecode files. by Chris Lattner · 21 years ago
  18. 5a88578 Per code review:\ by Reid Spencer · 21 years ago
  19. 97fbc50 Use a per-function flag bit to indicate whether or not there is a function by Chris Lattner · 21 years ago
  20. 3bdad69 Make *SURE* to null out the pointer before throwing an exception, otherwise by Chris Lattner · 21 years ago
  21. 1992522 Cleanups. Null out pointer after freeing it for paranoia by Chris Lattner · 21 years ago
  22. 18549c2 Make functions default to having external linkage if they have no FunctionBlock. by Chris Lattner · 21 years ago
  23. 766b793 Changes necessary to enable linking of archives without LLVM symbol tables. by Reid Spencer · 21 years ago
  24. ce2bc2b Moved to lib/Bytecode/Archive. by Reid Spencer · 21 years ago
  25. 565ff3d Add wrappers to get defined symbols from bytecode by Reid Spencer · 21 years ago
  26. d3539b8 Simplify handling of decompression by Reid Spencer · 21 years ago
  27. 61aaf2e Simplify decompression code by using the high level interface to the Compressor by Reid Spencer · 21 years ago
  28. a3e6ad6 Mark an unmaterialized function as having GhostLinkage by Misha Brukman · 21 years ago
  29. b581028 Recognize compressed LLVM bytecode files. by John Criswell · 21 years ago
  30. f0c977c * Comments & cleanup per CL code review. by Reid Spencer · 21 years ago
  31. 36eea80 Add comments per CL code review. by Reid Spencer · 21 years ago
  32. 17f52c5 Add support for compressed bytecode by Reid Spencer · 21 years ago
  33. 2bcfcbe Implement the GetBytecodeSymbols interface function to extract just the by Reid Spencer · 21 years ago
  34. 06aada9 Fix library name. by Reid Spencer · 21 years ago
  35. cac731e We won't use automake by Reid Spencer · 21 years ago
  36. 86d341b Initial automake generated Makefile template by Reid Spencer · 21 years ago
  37. 2e7ec12 Do not erroneously accept revision 6 bytecode files when the format hasn't by Chris Lattner · 21 years ago
  38. a79e7cc Add support for undef, unreachable, and function flags by Chris Lattner · 21 years ago
  39. 4a8167f Don't print a bunch of metrics that are meaningless for external functions by Chris Lattner · 21 years ago
  40. 1c765b0 Fit to 80 cols by Chris Lattner · 21 years ago
  41. 4a242b3 Fit in 80 columns by Chris Lattner · 21 years ago
  42. d96cb6e Update to reflect changes in Makefile rules. by Reid Spencer · 21 years ago
  43. 9f41a5f Initial version of automake Makefile.am file. by Reid Spencer · 21 years ago
  44. 44666b1 Fix doxygen comment by Misha Brukman · 21 years ago
  45. 56bc894 The system ranlib on darwin occasionally adds two extra newlines to the by Chris Lattner · 21 years ago
  46. 2da5c3d Convert code to compile with vc7.1. by Reid Spencer · 21 years ago
  47. 5adf0ca Unbreak doxygen, according to Reid. by Misha Brukman · 21 years ago
  48. 7df0074 Fix code spacing/alignment by Misha Brukman · 21 years ago
  49. 46a981c Change interface to use correct typedef so it will always compile. by Reid Spencer · 21 years ago
  50. 3ee8eed Print the dependent libraries when dumping bytecode. by Reid Spencer · 21 years ago
  51. 20aa474 Fixes to make LLVM compile with vc7.1. by Alkis Evlogimenos · 21 years ago
  52. 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
  53. 488d73a Correctly compute the number of compaction tables. by Reid Spencer · 21 years ago
  54. e0cf59e Add a wrapper for extraction of the dependent libraries from a bytecode file. by Reid Spencer · 21 years ago
  55. 3120e71 Rearrange output a little to make it nicer. by Reid Spencer · 21 years ago
  56. 911ec6d Bytecode Analyzer Cleanup: by Reid Spencer · 21 years ago
  57. af073bd Get rid of an extraneous local variable. by Reid Spencer · 21 years ago
  58. 4542c43 Two Changes: by Reid Spencer · 21 years ago
  59. 572c256 Add boolean file format flags in preparation for version 5 bytecode. by Reid Spencer · 21 years ago
  60. 5b472d9 Bytecode Reader Cleanup: by Reid Spencer · 21 years ago
  61. 715c90b Packed types, brought to you by Brad Jones by Brian Gaeke · 21 years ago
  62. 38d54be Bytecode File Format Changes: by Reid Spencer · 21 years ago
  63. 9a7e0c5 Turn a use of intptr_t into a reinterpret_cast<uint64_t> instead to get by Reid Spencer · 21 years ago
  64. 2c6c14d Make getGlobalTableValue not use getTypeSlot, this speeds up the bc reader by Chris Lattner · 21 years ago
  65. 45b5dd2 Do not do a linear std::find to reconstruct information we had, but later threw by Chris Lattner · 21 years ago
  66. bcb11cf Simplify code and silence warning by Chris Lattner · 21 years ago
  67. 1d78516 Fix a serious bug in the double constant reader. In particular, because by Chris Lattner · 21 years ago
  68. ada1618 Always write FP values correctly. by Reid Spencer · 21 years ago
  69. 7d146e1 Don't create a backwards compatibility flag for something that was a by Reid Spencer · 21 years ago
  70. ad89bd6 bug 263: by Reid Spencer · 21 years ago
  71. 89fc0e3 User ValueListTy as the type of the ValueList. This avoides the ValueList by Reid Spencer · 21 years ago
  72. a86037e bug 122: by Reid Spencer · 21 years ago
  73. 3c90f9f bug 122: by Reid Spencer · 21 years ago
  74. fe2102b Actually set the endian/pointersize flags on the module being read in! by Brian Gaeke · 21 years ago
  75. 0859e52 Fix warning on SparcV9, where sizeof (int) != sizeof (void *). by Brian Gaeke · 21 years ago
  76. 46b002c Various cleanups: by Reid Spencer · 21 years ago
  77. 6690651 - Rename two methods to give them more meaning by Reid Spencer · 21 years ago
  78. 9cb5242 Make the VBRSavings percentage make sense (as a fraction of the total by Reid Spencer · 21 years ago
  79. 2439972 Error Handling Cleanup: by Reid Spencer · 21 years ago
  80. 011bed5 Fix a backwards compatibility bug found by Tanya. In version 1.2, the by Reid Spencer · 21 years ago
  81. ba46636 Remove definition and use of OtherVal enumerator. This just fixes a thinko. by Reid Spencer · 21 years ago
  82. 5c15fe5 Finalize bytecode dumping. The "handleFinish" method was getting called by Reid Spencer · 21 years ago
  83. 04cde2c - Don't use macros to call the BytecodeHandler by Reid Spencer · 21 years ago
  84. a86159c - Make ValueList an "OtherVal" user of Values to ensure it doesn't get by Reid Spencer · 21 years ago
  85. 97c7d74 Remove tabs. Move function declaration to Reader.h where it belongs. by Reid Spencer · 21 years ago
  86. 77cf296 Add #include <iostream> which is needed now that Value.h doesn't include it by Reid Spencer · 21 years ago
  87. b61cdb7 Excise tabs. by Reid Spencer · 21 years ago
  88. 0692dbf Remove files no longer needed. ConstantReader and InstructionReader were by Reid Spencer · 21 years ago
  89. f89143c This is a slimming down of the previous ReaderInternals.h that just by Reid Spencer · 21 years ago
  90. 060d25d MAJOR REWRITE. by Reid Spencer · 21 years ago
  91. df45a54 Adjustments to allow Bytecode Reading to support the BytecodeHandler by Reid Spencer · 21 years ago
  92. f41aa73 Merge Dumper.cpp and AnalyzerWrappers.cpp into this file. Also, adjust the by Reid Spencer · 21 years ago
  93. f70c22b Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() by Chris Lattner · 21 years ago
  94. 1cf5024 Implement tracking of bytecode instruction size and the number of long by Reid Spencer · 21 years ago
  95. 8a9a370 Revert an unneeded interface change to Instruction.h by Reid Spencer · 21 years ago
  96. 7c7680a Remove tabs. by Reid Spencer · 21 years ago
  97. cbb22e2 Implement detailed function level data collection and reporting. by Reid Spencer · 21 years ago
  98. 2467a06 Adjust prototypes to new Handler interface. by Reid Spencer · 21 years ago
  99. ab5fce2 Make the parser deal with functions instead of just function types. by Reid Spencer · 21 years ago
  100. 8d131d1 Doxygenize a comment. by Reid Spencer · 21 years ago