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