1. 1a74cff Stop returning bool and pass Instruction by reference; by Misha Brukman · 22 years ago
  2. acda7df Fixed spelling and grammar. by Misha Brukman · 22 years ago
  3. 0b792b4 Fix bug by Chris Lattner · 22 years ago
  4. 9c58cf6 Add support for the unwind instruction by Chris Lattner · 22 years ago
  5. a9083c9 Read volatile loads/stores by Chris Lattner · 22 years ago
  6. 53bd0b2 Remove a gross hack that was there to support bytecode files that are over a year old. by Chris Lattner · 22 years ago
  7. 15ad3f0 Fix reading of invoke instrs by Chris Lattner · 22 years ago
  8. 7f8d987 Whoa, we were misreading invoke instructions "normal" destinations quite badly. by Chris Lattner · 22 years ago
  9. 6a2b859 Rename SwitchInst::dest_push_back -> addCase by Chris Lattner · 22 years ago
  10. bbd00c1 Fix bug: Assembler/2003-06-17-InvokeDisassemble.llx by Chris Lattner · 22 years ago
  11. e69a1b9 Eliminate the uchar typedef, use unsigned char explicitly by Chris Lattner · 22 years ago
  12. f70da10 Add support for the new va_arg instruction by Chris Lattner · 23 years ago
  13. 17f8686 Use the std namespace explicitly by Chris Lattner · 23 years ago
  14. 69ce867 - Rename Instruction::First*Op to *OpsBegin, and Num*Ops to *OpsEnd to by Chris Lattner · 23 years ago
  15. fc91ee9 Change the MallocInst & AllocaInst ctors to take the allocated type, not the by Chris Lattner · 23 years ago
  16. dfb3a2c Eliminated the MemAccessInst class, folding contents into GEP class. by Chris Lattner · 23 years ago
  17. cd709cb Load & StoreInst no longer derive from MemAccessInst, so we don't have by Chris Lattner · 23 years ago
  18. dc23308 Emit an obnoxious warning message for bytecode that includes load/store by Chris Lattner · 23 years ago
  19. 51fa0ef - Finally nailed: test/Regression/Assembler/2002-08-16-ConstExprInlined.llx by Chris Lattner · 23 years ago
  20. 330b7ac Remove support for Not ConstantExpr. This simplifies the unary case to only by Chris Lattner · 23 years ago
  21. b469cf8 Fix constness problems now that the cast operators preserve the constness by Chris Lattner · 23 years ago
  22. 181cc32 Replace all usages of Type::isPointerType with isa<PointerType> by Chris Lattner · 24 years ago
  23. e2f2f54 s/MethodType/FunctionType by Chris Lattner · 24 years ago
  24. 7f74a56 Changes to build successfully with GCC 3.02 by Chris Lattner · 24 years ago
  25. f4ba330 Add pointer indexing support by Chris Lattner · 24 years ago
  26. 2413b16 Renamed inst_const_iterator -> const_inst_iterator by Chris Lattner · 24 years ago
  27. 3462ae3 Rename ConstPoolVal -> Constant by Chris Lattner · 24 years ago
  28. fb5ae02 Split the PHINode class out from the iOther.h file into the iPHINode.h file by Chris Lattner · 24 years ago
  29. 20faede Implement array indexing by Chris Lattner · 24 years ago
  30. 7e42584 Remove debug info :( by Chris Lattner · 24 years ago
  31. 7c627e7 Fix bug in new assertion by Chris Lattner · 24 years ago
  32. f0cd13b Add an assertion check by Chris Lattner · 24 years ago
  33. 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
  34. 18e8193 Fix problem with a cast instruction that must be expanded to type 0 by Chris Lattner · 24 years ago
  35. fb49fd6 * Add real support for global variable addresses initializing constants by Chris Lattner · 24 years ago
  36. 7fac070 * Both Method & GlobalVariable now subclass GlobalValue by Chris Lattner · 24 years ago
  37. da55810 Commit more code over to new cast style by Chris Lattner · 24 years ago
  38. 3856934 Convert more code to use new style casts Eliminate old style casts from value.h by Chris Lattner · 24 years ago
  39. 212c907 getMethodType is now just getType by Chris Lattner · 24 years ago
  40. 1f043cd * Remove support for internal constant pool by Chris Lattner · 24 years ago
  41. 5bdab0f * Add calls to failure template so that it is actually possible to debug by Chris Lattner · 24 years ago
  42. 90e0d46 Add support for extern varargs methods & varargs method calls by Chris Lattner · 24 years ago
  43. 62ecb4a Implementation of Store & GetElementPtr by Chris Lattner · 24 years ago
  44. d8bebcd Implemented shl, shl, & load instructions by Chris Lattner · 24 years ago
  45. 49c6432 Moved Cast from being a Unary instruction to being an "Other" instruction by Chris Lattner · 24 years ago
  46. a682182 Neg instruction removed. Cast instruction implemented. by Chris Lattner · 24 years ago
  47. 87d4782 Convert BinaryOperand and UnaryOperator to only take instruction types of by Chris Lattner · 24 years ago
  48. a073acb Changed the fundemental architecture of Operands for Instructions. Now by Chris Lattner · 24 years ago
  49. 31e23cd Renamed get.*Operator to create seeing that it would have to be qualified by Chris Lattner · 24 years ago
  50. 874ddad Updates to support * Changes in PHI node structure by Chris Lattner · 24 years ago
  51. 5f46e8c Moved getBinaryOperator to the BinaryOperator class and the getUnaryOperator by Chris Lattner · 24 years ago
  52. 2f7c963 Initial revision by Chris Lattner · 24 years ago