1. 4443019 Refactor writer stuff out of include/llvm/Bytecode/Primitives.h. This is by Chris Lattner · 22 years ago
  2. 44f549b Finegrainify namespacification by Chris Lattner · 22 years ago
  3. 8d1dbd2 Emit & read more compressed bytecode by not emitting a bytecodeblock for by Chris Lattner · 22 years ago
  4. 31f8499 Finegrainify namespacification by Chris Lattner · 22 years ago
  5. 02071d0 Remove usage of ConstantPointer by Chris Lattner · 22 years ago
  6. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  7. 088eb45 Use already existing classes for post order iterator. by Alkis Evlogimenos · 22 years ago
  8. 74fa84f Output types in reverse postorder. This will allow the ByteCode/Reader by Alkis Evlogimenos · 22 years ago
  9. bc839b5 Explicitly cast type, so we aren't passing output_vbr a size_t. by Brian Gaeke · 22 years ago
  10. 5d1bdcd Add more debugging info to help tracing the SlotCalculator. by Alkis Evlogimenos · 22 years ago
  11. 2765c41 Make sure to add a type for va_next operands, which may not other wise by Chris Lattner · 22 years ago
  12. 389dbfb Fix problem which effected linking apache by Chris Lattner · 22 years ago
  13. 856ba76 Added LLVM copyright header. by John Criswell · 22 years ago
  14. e488e93 Added LLVM copyright notice to Makefiles. by John Criswell · 22 years ago
  15. 6fbcc26 Added LLVM copyright header (for lack of a better term). by John Criswell · 22 years ago
  16. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  17. ce439b5 "Function"[0] == 'F', not 'M' by Chris Lattner · 22 years ago
  18. 22482a1 add support for new linkage types by Chris Lattner · 22 years ago
  19. eff112c Updated to emit the final 1.0 bytecode format. This supports weak linkage, by Chris Lattner · 22 years ago
  20. 6059638 Eliminate some extraneous code in SlotCalculator::insertVal(). by Alkis Evlogimenos · 22 years ago
  21. 6b25242 Add support for 'weak' linkage. by Chris Lattner · 22 years ago
  22. cb18d18 Stop using "reverse depth first" order by Chris Lattner · 22 years ago
  23. cf3056d Regularize header file comments by Chris Lattner · 22 years ago
  24. 4848689 Standardize header file comments by Chris Lattner · 22 years ago
  25. abe83ae Fix a spello Misha made while fixing one of my appostrifications by Chris Lattner · 22 years ago
  26. 37f92e2 Fixed spelling and grammar. by Misha Brukman · 22 years ago
  27. 0fe56f4 Add support for writing volatile load/stores by Chris Lattner · 22 years ago
  28. d445c6b Allow modules to have 'any' pointer size and endianness. Luckily, we had by Chris Lattner · 22 years ago
  29. 949a362 Remove redundant const qualifiers from cast<> expressions by Chris Lattner · 22 years ago
  30. 987cb2c Remove explicit const qualifiers by Chris Lattner · 22 years ago
  31. 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 22 years ago
  32. f69315b Fix bug: Assembler/2003-05-03-BytecodeReaderProblem.llx by Chris Lattner · 22 years ago
  33. 8f77dae Add support for the new va_arg instruction by Chris Lattner · 22 years ago
  34. 76e3896 Add support for reading and writing pointersize/endianness to and from bytecode by Chris Lattner · 22 years ago
  35. e3869c8 Add support to the bytecode reader/writer for the new linkage types by Chris Lattner · 22 years ago
  36. 3413d15 * Change the order that globals and constants are processed in by Chris Lattner · 22 years ago
  37. 186a1f7 Changes to the V2 bytecode format: by Chris Lattner · 22 years ago
  38. a407ba1 Don't keep track of # big vs #small instructions seperately by Chris Lattner · 23 years ago
  39. 6e6026b - Eliminated the deferred symbol table stuff in Module & Function, it really by Chris Lattner · 23 years ago
  40. 6463e0d Clean up code a bit, no functionality changes. by Chris Lattner · 23 years ago
  41. 479b54b Minor cleanups, no changes to functionality by Chris Lattner · 23 years ago
  42. a92f696 Updates to work with recent Statistic's changes: by Chris Lattner · 23 years ago
  43. a6d0975 by Misha Brukman · 23 years ago
  44. c188eeb by Chris Lattner · 23 years ago
  45. ce6ef11 *** empty log message *** by Chris Lattner · 23 years ago
  46. fe8041a *** empty log message *** by Chris Lattner · 23 years ago
  47. 635cd93 Register the WriteBytecodePass by Chris Lattner · 23 years ago
  48. 56d2701 *** empty log message *** by Chris Lattner · 23 years ago
  49. a24a0bb Add support for writing ConstantExpr nodes. by Vikram S. Adve · 23 years ago
  50. a7dac3d Write out the plane for types first, since values of primitive types by Vikram S. Adve · 23 years ago
  51. 054bd68 Use a helper function outputConstantsInPlane in outputConstants. by Vikram S. Adve · 23 years ago
  52. eea60fc changes to make it compatible with 64bit gcc by Anand Shukla · 23 years ago
  53. 7e70829 MEGAPATCH checkin. by Chris Lattner · 23 years ago
  54. 0b12b5f by Chris Lattner · 23 years ago
  55. 9fcccb0 Fix constness problem by Chris Lattner · 23 years ago
  56. 9b62503 Replace all usages of Type::isPointerType with isa<PointerType> by Chris Lattner · 23 years ago
  57. c6f3ae5 Eliminate duplicate or unneccesary #include's by Chris Lattner · 23 years ago
  58. 31bcdb8 Split ConstantVals.h into Constant.h and Constants.h by Chris Lattner · 23 years ago
  59. ccc2596 Make debugging code not use getStrValue by Chris Lattner · 23 years ago
  60. f759c4e Remove old frivolous uses of getStrValue in a debugging statement by Chris Lattner · 23 years ago
  61. 73e2142 Move FunctionArgument out of iOther.h into Argument.h and rename class to by Chris Lattner · 23 years ago
  62. 184b2fa Use opaque decl instead of #include by Chris Lattner · 23 years ago
  63. 4d669b5 s/method/function by Chris Lattner · 23 years ago
  64. b579400 * Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.h by Chris Lattner · 23 years ago
  65. 2fbfdcf Change references to the Method class to be references to the Function by Chris Lattner · 23 years ago
  66. 2aac6bf s/MethodType/FunctionType by Chris Lattner · 23 years ago
  67. c9aa7df s/Method/Function by Chris Lattner · 23 years ago
  68. 79df7c0 Change references from Method to Function by Chris Lattner · 23 years ago
  69. b277d1d by Chris Lattner · 23 years ago
  70. e7506a3 Rename Method to Function by Chris Lattner · 23 years ago
  71. 221d688 Method.h no longer includes BasicBlock.h by Chris Lattner · 24 years ago
  72. 697954c Changes to build successfully with GCC 3.02 by Chris Lattner · 24 years ago
  73. 9086515 Remove unsized array support by Chris Lattner · 24 years ago
  74. 7a17675 Renamed inst_const_iterator -> const_inst_iterator by Chris Lattner · 24 years ago
  75. e9bb2df Rename ConstPoolVal -> Constant by Chris Lattner · 24 years ago
  76. f60dc88 Move support directory by Chris Lattner · 24 years ago
  77. cee8f9a Create a new #include "Support/..." directory structure to move things by Chris Lattner · 24 years ago
  78. d23b1d3 Implement internal method support by Chris Lattner · 24 years ago
  79. 5cb1741 Fix obscure nasty bug with bytecode writing that could cause the last byte to be dropped. by Chris Lattner · 24 years ago
  80. 2b9f600 Fixed a LONG standing, SCARY problem with bytecode encoding. It turns out to be an endian problem that only shows up with type 0 instructions in LARGE programs. by Chris Lattner · 24 years ago
  81. 5855f0d by Chris Lattner · 24 years ago
  82. 5ab1f87 Fix problem with a cast instruction that must be expanded to type 0 by Chris Lattner · 24 years ago
  83. b2c823d Dang, we were losing the Constant bit on globals. Fix this by Chris Lattner · 24 years ago
  84. c18545d Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tired typing that much by Chris Lattner · 24 years ago
  85. 1b98c5c * Use new style casts more by Chris Lattner · 24 years ago
  86. f1fef65 Support pointers to globals happily by Chris Lattner · 24 years ago
  87. ef9c23f * Both Method & GlobalVariable now subclass GlobalValue by Chris Lattner · 24 years ago
  88. b00c582 Commit more code over to new cast style by Chris Lattner · 24 years ago
  89. 1d87bcf Convert more code to use new style casts Eliminate old style casts from value.h by Chris Lattner · 24 years ago
  90. cfe26c9 Add more support for new style casts Convert more code to use them by Chris Lattner · 24 years ago
  91. 9636a91 Add support for new style casts by Chris Lattner · 24 years ago
  92. 1a1cb11 Implement constant pointers, and null specifically in the parser, bytecode writer, and by Chris Lattner · 24 years ago
  93. 3ff4387 Pull iterators out of CFG.h and CFGdecls and put them in Support directory by Chris Lattner · 24 years ago
  94. d70684f Add support for global constants, and for initializers for constants by Chris Lattner · 24 years ago
  95. b64e774 ModuleTyID doesn't exist anyymore Use correct cast by Chris Lattner · 24 years ago
  96. 70cc339 Implement global variable support by Chris Lattner · 24 years ago
  97. e8fdde1 * Emit bytecode using a deque instead of a vector to be faster by Chris Lattner · 24 years ago
  98. 9a29790 * Slot calc is now simpler and not based on module analyzer. by Chris Lattner · 24 years ago
  99. 4c4007b Simplify SlotCalculator. SlotCalculator is now not a ModuleAnalyzer by Chris Lattner · 24 years ago
  100. 7c50147 * Make sure that the size of the type field can also control the output by Chris Lattner · 24 years ago