1. 51fa0ef - Finally nailed: test/Regression/Assembler/2002-08-16-ConstExprInlined.llx by Chris Lattner · 23 years ago
  2. 330b7ac Remove support for Not ConstantExpr. This simplifies the unary case to only by Chris Lattner · 23 years ago
  3. b469cf8 Fix constness problems now that the cast operators preserve the constness by Chris Lattner · 23 years ago
  4. 181cc32 Replace all usages of Type::isPointerType with isa<PointerType> by Chris Lattner · 24 years ago
  5. e2f2f54 s/MethodType/FunctionType by Chris Lattner · 24 years ago
  6. 7f74a56 Changes to build successfully with GCC 3.02 by Chris Lattner · 24 years ago
  7. f4ba330 Add pointer indexing support by Chris Lattner · 24 years ago
  8. 2413b16 Renamed inst_const_iterator -> const_inst_iterator by Chris Lattner · 24 years ago
  9. 3462ae3 Rename ConstPoolVal -> Constant by Chris Lattner · 24 years ago
  10. fb5ae02 Split the PHINode class out from the iOther.h file into the iPHINode.h file by Chris Lattner · 24 years ago
  11. 20faede Implement array indexing by Chris Lattner · 24 years ago
  12. 7e42584 Remove debug info :( by Chris Lattner · 24 years ago
  13. 7c627e7 Fix bug in new assertion by Chris Lattner · 24 years ago
  14. f0cd13b Add an assertion check by Chris Lattner · 24 years ago
  15. b5498ab 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
  16. 18e8193 Fix problem with a cast instruction that must be expanded to type 0 by Chris Lattner · 24 years ago
  17. fb49fd6 * Add real support for global variable addresses initializing constants by Chris Lattner · 24 years ago
  18. 7fac070 * Both Method & GlobalVariable now subclass GlobalValue by Chris Lattner · 24 years ago
  19. da55810 Commit more code over to new cast style by Chris Lattner · 24 years ago
  20. 3856934 Convert more code to use new style casts Eliminate old style casts from value.h by Chris Lattner · 24 years ago
  21. 212c907 getMethodType is now just getType by Chris Lattner · 24 years ago
  22. 1f043cd * Remove support for internal constant pool by Chris Lattner · 24 years ago
  23. 5bdab0f * Add calls to failure template so that it is actually possible to debug by Chris Lattner · 24 years ago
  24. 90e0d46 Add support for extern varargs methods & varargs method calls by Chris Lattner · 24 years ago
  25. 62ecb4a Implementation of Store & GetElementPtr by Chris Lattner · 24 years ago
  26. d8bebcd Implemented shl, shl, & load instructions by Chris Lattner · 24 years ago
  27. 49c6432 Moved Cast from being a Unary instruction to being an "Other" instruction by Chris Lattner · 24 years ago
  28. a682182 Neg instruction removed. Cast instruction implemented. by Chris Lattner · 24 years ago
  29. 87d4782 Convert BinaryOperand and UnaryOperator to only take instruction types of by Chris Lattner · 24 years ago
  30. a073acb Changed the fundemental architecture of Operands for Instructions. Now by Chris Lattner · 24 years ago
  31. 31e23cd Renamed get.*Operator to create seeing that it would have to be qualified by Chris Lattner · 24 years ago
  32. 874ddad Updates to support * Changes in PHI node structure by Chris Lattner · 24 years ago
  33. 5f46e8c Moved getBinaryOperator to the BinaryOperator class and the getUnaryOperator by Chris Lattner · 24 years ago
  34. 2f7c963 Initial revision by Chris Lattner · 24 years ago