1. a24a0bb Add support for writing ConstantExpr nodes. by Vikram S. Adve · 23 years ago
  2. a7dac3d Write out the plane for types first, since values of primitive types by Vikram S. Adve · 23 years ago
  3. 054bd68 Use a helper function outputConstantsInPlane in outputConstants. by Vikram S. Adve · 23 years ago
  4. c668b7c Add support for reading ConstantExpr nodes. by Vikram S. Adve · 23 years ago
  5. c1e4a81 Add support for reading ConstantExpr nodes. by Vikram S. Adve · 23 years ago
  6. 194f0a5 Convert tabs to spaces by Chris Lattner · 23 years ago
  7. eea60fc changes to make it compatible with 64bit gcc by Anand Shukla · 23 years ago
  8. 7e70829 MEGAPATCH checkin. by Chris Lattner · 23 years ago
  9. 0b12b5f by Chris Lattner · 23 years ago
  10. 9fcccb0 Fix constness problem by Chris Lattner · 23 years ago
  11. a48836b Fix constness problems now that the cast operators preserve the constness by Chris Lattner · 23 years ago
  12. 9b62503 Replace all usages of Type::isPointerType with isa<PointerType> by Chris Lattner · 23 years ago
  13. c6f3ae5 Eliminate duplicate or unneccesary #include's by Chris Lattner · 23 years ago
  14. 31bcdb8 Split ConstantVals.h into Constant.h and Constants.h by Chris Lattner · 23 years ago
  15. 09c66f0 Remove unneccesary #include by Chris Lattner · 23 years ago
  16. ccc2596 Make debugging code not use getStrValue by Chris Lattner · 23 years ago
  17. f759c4e Remove old frivolous uses of getStrValue in a debugging statement by Chris Lattner · 23 years ago
  18. 73e2142 Move FunctionArgument out of iOther.h into Argument.h and rename class to by Chris Lattner · 23 years ago
  19. 184b2fa Use opaque decl instead of #include by Chris Lattner · 23 years ago
  20. 4d669b5 s/method/function by Chris Lattner · 23 years ago
  21. 35e309a llvm/Assembly/Writer.h is unneccesary except for extreme output by Chris Lattner · 23 years ago
  22. b579400 * Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.h by Chris Lattner · 23 years ago
  23. 2fbfdcf Change references to the Method class to be references to the Function by Chris Lattner · 23 years ago
  24. 92940ac Enable better debug output. When debugging the type system, print out the by Chris Lattner · 23 years ago
  25. 2aac6bf s/MethodType/FunctionType by Chris Lattner · 23 years ago
  26. b3afb1f Add debug support by Chris Lattner · 23 years ago
  27. c9aa7df s/Method/Function by Chris Lattner · 23 years ago
  28. 79df7c0 Change references from Method to Function by Chris Lattner · 23 years ago
  29. b277d1d by Chris Lattner · 23 years ago
  30. e7506a3 Rename Method to Function by Chris Lattner · 23 years ago
  31. 221d688 Method.h no longer includes BasicBlock.h by Chris Lattner · 24 years ago
  32. ae96151 Chuck fixed the GCC problems so this hack is now unneccesary by Chris Lattner · 24 years ago
  33. 697954c Changes to build successfully with GCC 3.02 by Chris Lattner · 24 years ago
  34. 9086515 Remove unsized array support by Chris Lattner · 24 years ago
  35. b024ef5 Add pointer indexing support by Chris Lattner · 24 years ago
  36. 7a17675 Renamed inst_const_iterator -> const_inst_iterator by Chris Lattner · 24 years ago
  37. e9bb2df Rename ConstPoolVal -> Constant by Chris Lattner · 24 years ago
  38. 7061dc5 Split the PHINode class out from the iOther.h file into the iPHINode.h file by Chris Lattner · 24 years ago
  39. f60dc88 Move support directory by Chris Lattner · 24 years ago
  40. cee8f9a Create a new #include "Support/..." directory structure to move things by Chris Lattner · 24 years ago
  41. d23b1d3 Implement internal method support by Chris Lattner · 24 years ago
  42. b2b12b4 Implement array indexing by Chris Lattner · 24 years ago
  43. e6e8b28 Remove debug info :( by Chris Lattner · 24 years ago
  44. 77a316a Fix bug in new assertion by Chris Lattner · 24 years ago
  45. 27afeb2 Add an assertion check by Chris Lattner · 24 years ago
  46. b732543 I don't know what I was thinking by Chris Lattner · 24 years ago
  47. 5cb1741 Fix obscure nasty bug with bytecode writing that could cause the last byte to be dropped. by Chris Lattner · 24 years ago
  48. e244a25 Fix major bugs in type resolution by Chris Lattner · 24 years ago
  49. 7eadfa1 Frivolous cleanups by Chris Lattner · 24 years ago
  50. f608608 Dang it, do NOT check in code that enables debugging. Bad chris by Chris Lattner · 24 years ago
  51. d6b6525 Changes to get some meaningful feedback from the bytecode reader. At some point this stuff should all be exception driven, but for now it is not. by Chris Lattner · 24 years ago
  52. b0f20d7 Oops, didn't mean to check in enabled debugging support. :( by Chris Lattner · 24 years ago
  53. 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
  54. 5855f0d by Chris Lattner · 24 years ago
  55. d48d6c7 Fix another annoying bug that took forever to track down. This one involves abstract type resolution at a bad time that broke symbol tables. by Chris Lattner · 24 years ago
  56. 5ab1f87 Fix problem with a cast instruction that must be expanded to type 0 by Chris Lattner · 24 years ago
  57. b2c823d Dang, we were losing the Constant bit on globals. Fix this by Chris Lattner · 24 years ago
  58. c18545d Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tired typing that much by Chris Lattner · 24 years ago
  59. b847f51 External methods shouldn't have argument lists by Chris Lattner · 24 years ago
  60. 1b98c5c * Use new style casts more by Chris Lattner · 24 years ago
  61. 05950c3 * Add real support for global variable addresses initializing constants by Chris Lattner · 24 years ago
  62. f1fef65 Support pointers to globals happily by Chris Lattner · 24 years ago
  63. d535c2d Rename getNullPointer to getNull by Chris Lattner · 24 years ago
  64. ef9c23f * Both Method & GlobalVariable now subclass GlobalValue by Chris Lattner · 24 years ago
  65. b00c582 Commit more code over to new cast style by Chris Lattner · 24 years ago
  66. 1d87bcf Convert more code to use new style casts Eliminate old style casts from value.h by Chris Lattner · 24 years ago
  67. cfe26c9 Add more support for new style casts Convert more code to use them by Chris Lattner · 24 years ago
  68. 9636a91 Add support for new style casts by Chris Lattner · 24 years ago
  69. 1a1cb11 Implement constant pointers, and null specifically in the parser, bytecode writer, and by Chris Lattner · 24 years ago
  70. 3ff4387 Pull iterators out of CFG.h and CFGdecls and put them in Support directory by Chris Lattner · 24 years ago
  71. d70684f Add support for global constants, and for initializers for constants by Chris Lattner · 24 years ago
  72. e4d71a1 Fix a bug with not removing method level types after compilation by Chris Lattner · 24 years ago
  73. b64e774 ModuleTyID doesn't exist anyymore Use correct cast by Chris Lattner · 24 years ago
  74. 1767edd getMethodType is now just getType by Chris Lattner · 24 years ago
  75. 70cc339 Implement global variable support by Chris Lattner · 24 years ago
  76. e8fdde1 * Emit bytecode using a deque instead of a vector to be faster by Chris Lattner · 24 years ago
  77. 1d670cc * Remove support for internal constant pool by Chris Lattner · 24 years ago
  78. 9a29790 * Slot calc is now simpler and not based on module analyzer. by Chris Lattner · 24 years ago
  79. 4c4007b Simplify SlotCalculator. SlotCalculator is now not a ModuleAnalyzer by Chris Lattner · 24 years ago
  80. 7c50147 * Make sure that the size of the type field can also control the output by Chris Lattner · 24 years ago
  81. 3d3f289 * Add calls to failure template so that it is actually possible to debug by Chris Lattner · 24 years ago
  82. 9b50c15 Add an arg to insertVal to allow us to prevent builtin types from being ignored by Chris Lattner · 24 years ago
  83. a25809d Add an arg to insertVal to allow us to prevent builtin types from being ignored by Chris Lattner · 24 years ago
  84. e5a57ee Add support for extern varargs methods & varargs method calls by Chris Lattner · 24 years ago
  85. b49ff5c Doh! Wrong accessor. Caused 'can not read bytecode' errors. :( by Chris Lattner · 24 years ago
  86. 57dbb3a Moved inline/llvm/Tools/* to include/llvm/Support/* by Chris Lattner · 24 years ago
  87. ff5ecce Add support to the bytecode writer to recognize floating point constants by Chris Lattner · 24 years ago
  88. a137530 Add support to the bytecode reader to recognize floating point constants by Chris Lattner · 24 years ago
  89. e545981 * The parent of a constant pool is a symtabvalue, not a value. by Chris Lattner · 24 years ago
  90. 644dc17 * The parent of a constant pool is a SymTabValue, not a value. by Chris Lattner · 24 years ago
  91. ab5ac6b Implementation of Store & GetElementPtr by Chris Lattner · 24 years ago
  92. 027dcc5 Implemented shl, shl, & load instructions by Chris Lattner · 24 years ago
  93. 71496b3 Moved Cast from being a Unary instruction to being an "Other" instruction by Chris Lattner · 24 years ago
  94. 0908309 Neg instruction removed. Cast instruction implemented. by Chris Lattner · 24 years ago
  95. 9f3d276 Convert BinaryOperand and UnaryOperator to only take instruction types of by Chris Lattner · 24 years ago
  96. a41f50d Broad superficial changes: by Chris Lattner · 24 years ago
  97. c8b25d4 Changed the fundemental architecture of Operands for Instructions. Now by Chris Lattner · 24 years ago
  98. 3fa0bc4 Fixed some error messages to be nicer by Chris Lattner · 24 years ago
  99. 7fc9fe3 Miscellaneous cleanups: by Chris Lattner · 24 years ago
  100. 079df31 Convert ugly postincrement to efficient preincrement by Chris Lattner · 24 years ago