1. 8137896 Changed uchar to unsigned char in function ParseBytecodeBuffer, because seemingly it affects opt in uncertain ways :) by Anand Shukla · 23 years ago
  2. dc23308 Emit an obnoxious warning message for bytecode that includes load/store by Chris Lattner · 23 years ago
  3. 6a33371 Turn off a debugging optimization that just slows bytecode reading down by Chris Lattner · 23 years ago
  4. 51fa0ef - Finally nailed: test/Regression/Assembler/2002-08-16-ConstExprInlined.llx by Chris Lattner · 23 years ago
  5. f7d7871 added std:: to pair by Anand Shukla · 23 years ago
  6. 16bcca5 Add support for reading ConstantExpr nodes. by Vikram S. Adve · 23 years ago
  7. 7076ff2 by Chris Lattner · 23 years ago
  8. 181cc32 Replace all usages of Type::isPointerType with isa<PointerType> by Chris Lattner · 24 years ago
  9. d5a8470 Eliminate duplicate or unneccesary #include's by Chris Lattner · 24 years ago
  10. ca14237 Split ConstantVals.h into Constant.h and Constants.h by Chris Lattner · 24 years ago
  11. 2e9fa6d Move FunctionArgument out of iOther.h into Argument.h and rename class to by Chris Lattner · 24 years ago
  12. ff87436 s/Method/Function by Chris Lattner · 24 years ago
  13. 57698e2 Change references from Method to Function by Chris Lattner · 24 years ago
  14. 4f32cf1 Chuck fixed the GCC problems so this hack is now unneccesary by Chris Lattner · 24 years ago
  15. 7f74a56 Changes to build successfully with GCC 3.02 by Chris Lattner · 24 years ago
  16. 2413b16 Renamed inst_const_iterator -> const_inst_iterator by Chris Lattner · 24 years ago
  17. 3462ae3 Rename ConstPoolVal -> Constant by Chris Lattner · 24 years ago
  18. fb5ae02 Split the PHINode class out from the iOther.h file into the iPHINode.h file by Chris Lattner · 24 years ago
  19. 2263733 Implement internal method support by Chris Lattner · 24 years ago
  20. 4a797f4 I don't know what I was thinking by Chris Lattner · 24 years ago
  21. daebd75 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
  22. 162ed4d Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tired typing that much by Chris Lattner · 24 years ago
  23. 01a206b External methods shouldn't have argument lists by Chris Lattner · 24 years ago
  24. fb49fd6 * Add real support for global variable addresses initializing constants by Chris Lattner · 24 years ago
  25. 7fac070 * Both Method & GlobalVariable now subclass GlobalValue by Chris Lattner · 24 years ago
  26. da55810 Commit more code over to new cast style by Chris Lattner · 24 years ago
  27. 3856934 Convert more code to use new style casts Eliminate old style casts from value.h by Chris Lattner · 24 years ago
  28. 8f19112 Add more support for new style casts Convert more code to use them by Chris Lattner · 24 years ago
  29. 3779864 Add support for global constants, and for initializers for constants by Chris Lattner · 24 years ago
  30. 172a5f2 Fix a bug with not removing method level types after compilation by Chris Lattner · 24 years ago
  31. da97550 Implement global variable support by Chris Lattner · 24 years ago
  32. 1f043cd * Remove support for internal constant pool by Chris Lattner · 24 years ago
  33. 5bdab0f * Add calls to failure template so that it is actually possible to debug by Chris Lattner · 24 years ago
  34. 0d00599 Doh! Wrong accessor. Caused 'can not read bytecode' errors. :( by Chris Lattner · 24 years ago
  35. 4cee8d8 Miscellaneous cleanups: by Chris Lattner · 24 years ago
  36. 2f7c963 Initial revision by Chris Lattner · 25 years ago