1. d535c2d Rename getNullPointer to getNull by Chris Lattner · 24 years ago
  2. ef9c23f * Both Method & GlobalVariable now subclass GlobalValue by Chris Lattner · 24 years ago
  3. b00c582 Commit more code over to new cast style by Chris Lattner · 24 years ago
  4. 1d87bcf Convert more code to use new style casts Eliminate old style casts from value.h by Chris Lattner · 24 years ago
  5. cfe26c9 Add more support for new style casts Convert more code to use them by Chris Lattner · 24 years ago
  6. 9636a91 Add support for new style casts by Chris Lattner · 24 years ago
  7. 1a1cb11 Implement constant pointers, and null specifically in the parser, bytecode writer, and by Chris Lattner · 24 years ago
  8. 3ff4387 Pull iterators out of CFG.h and CFGdecls and put them in Support directory by Chris Lattner · 24 years ago
  9. d70684f Add support for global constants, and for initializers for constants by Chris Lattner · 24 years ago
  10. e4d71a1 Fix a bug with not removing method level types after compilation by Chris Lattner · 24 years ago
  11. b64e774 ModuleTyID doesn't exist anyymore Use correct cast by Chris Lattner · 24 years ago
  12. 1767edd getMethodType is now just getType by Chris Lattner · 24 years ago
  13. 70cc339 Implement global variable support by Chris Lattner · 24 years ago
  14. e8fdde1 * Emit bytecode using a deque instead of a vector to be faster by Chris Lattner · 24 years ago
  15. 1d670cc * Remove support for internal constant pool by Chris Lattner · 24 years ago
  16. 9a29790 * Slot calc is now simpler and not based on module analyzer. by Chris Lattner · 24 years ago
  17. 4c4007b Simplify SlotCalculator. SlotCalculator is now not a ModuleAnalyzer by Chris Lattner · 24 years ago
  18. 7c50147 * Make sure that the size of the type field can also control the output by Chris Lattner · 24 years ago
  19. 3d3f289 * Add calls to failure template so that it is actually possible to debug by Chris Lattner · 24 years ago
  20. 9b50c15 Add an arg to insertVal to allow us to prevent builtin types from being ignored by Chris Lattner · 24 years ago
  21. a25809d Add an arg to insertVal to allow us to prevent builtin types from being ignored by Chris Lattner · 24 years ago
  22. e5a57ee Add support for extern varargs methods & varargs method calls by Chris Lattner · 24 years ago
  23. b49ff5c Doh! Wrong accessor. Caused 'can not read bytecode' errors. :( by Chris Lattner · 24 years ago
  24. 57dbb3a Moved inline/llvm/Tools/* to include/llvm/Support/* by Chris Lattner · 24 years ago
  25. ff5ecce Add support to the bytecode writer to recognize floating point constants by Chris Lattner · 24 years ago
  26. a137530 Add support to the bytecode reader to recognize floating point constants by Chris Lattner · 24 years ago
  27. e545981 * The parent of a constant pool is a symtabvalue, not a value. by Chris Lattner · 24 years ago
  28. 644dc17 * The parent of a constant pool is a SymTabValue, not a value. by Chris Lattner · 24 years ago
  29. ab5ac6b Implementation of Store & GetElementPtr by Chris Lattner · 24 years ago
  30. 027dcc5 Implemented shl, shl, & load instructions by Chris Lattner · 24 years ago
  31. 71496b3 Moved Cast from being a Unary instruction to being an "Other" instruction by Chris Lattner · 24 years ago
  32. 0908309 Neg instruction removed. Cast instruction implemented. by Chris Lattner · 24 years ago
  33. 9f3d276 Convert BinaryOperand and UnaryOperator to only take instruction types of by Chris Lattner · 24 years ago
  34. a41f50d Broad superficial changes: by Chris Lattner · 24 years ago
  35. c8b25d4 Changed the fundemental architecture of Operands for Instructions. Now by Chris Lattner · 24 years ago
  36. 3fa0bc4 Fixed some error messages to be nicer by Chris Lattner · 24 years ago
  37. 7fc9fe3 Miscellaneous cleanups: by Chris Lattner · 24 years ago
  38. 079df31 Convert ugly postincrement to efficient preincrement by Chris Lattner · 24 years ago
  39. bebd60d Renamed get.*Operator to create seeing that it would have to be qualified by Chris Lattner · 24 years ago
  40. ee976f3 Updates to support * Changes in PHI node structure by Chris Lattner · 24 years ago
  41. 477c2ec Moved getBinaryOperator to the BinaryOperator class and the getUnaryOperator by Chris Lattner · 24 years ago
  42. 0095054 Initial revision by Chris Lattner · 24 years ago