1. c7caffa There is no need for BytecodeParser to be an AbstractTypeUser. Instead, it by Chris Lattner · 22 years ago
  2. 6e9a351 * Cleaned up code: by Misha Brukman · 22 years ago
  3. acda7df Fixed spelling and grammar. by Misha Brukman · 22 years ago
  4. 54d85e3 Avoid printing meaningless numbers by Chris Lattner · 22 years ago
  5. 53db94d Follow the pattern of all other atu's by Chris Lattner · 22 years ago
  6. f26a8ee Remove redundant const qualifiers from cast<> expressions by Chris Lattner · 22 years ago
  7. 7fdaab4 The word `separate' only has one `e'. by Misha Brukman · 22 years ago
  8. 8826647 Detemplatize the PATypeHandle class, which was only really instantiated on 'Type'. by Chris Lattner · 22 years ago
  9. e69a1b9 Eliminate the uchar typedef, use unsigned char explicitly by Chris Lattner · 22 years ago
  10. 09eb76d Fix Bug: Assembler/2003-05-12-MinIntProblem.llx by Chris Lattner · 22 years ago
  11. 379a8d2 Add new linkage types to support a real frontend by Chris Lattner · 23 years ago
  12. 5db8194 * Bug fixes: by Chris Lattner · 23 years ago
  13. c8f563b s/Method/Function in variable and method names by Chris Lattner · 23 years ago
  14. 17f8686 Use the std namespace explicitly by Chris Lattner · 23 years ago
  15. 2862d2e There is no way to guarantee that constants are not forward referenced. by Chris Lattner · 23 years ago
  16. 243b575 Fix bug: test/Regression/Assembler/2002-08-19-BytecodeReader.llx by Chris Lattner · 23 years ago
  17. c8d952e Fix stupid oversight of missing #include. by Chris Lattner · 23 years ago
  18. 51fa0ef - Finally nailed: test/Regression/Assembler/2002-08-16-ConstExprInlined.llx by Chris Lattner · 23 years ago
  19. 330b7ac Remove support for Not ConstantExpr. This simplifies the unary case to only by Chris Lattner · 23 years ago
  20. a13a2da Cleanup ConstantExpr handling: by Chris Lattner · 23 years ago
  21. 68c7b71 Break line to fit 80 columns by Chris Lattner · 23 years ago
  22. 980ddf5 ConstExpr::getelementptr now takes a vector of Constants not Values by Chris Lattner · 23 years ago
  23. 09da3b8 added std:: to vector by Anand Shukla · 23 years ago
  24. a336afd Add support for reading ConstantExpr nodes. by Vikram S. Adve · 23 years ago
  25. 0a30bda Convert tabs to spaces by Chris Lattner · 23 years ago
  26. eaa2e72 changes to make it compatible with 64bit gcc by Anand Shukla · 23 years ago
  27. b469cf8 Fix constness problems now that the cast operators preserve the constness by Chris Lattner · 23 years ago
  28. d5a8470 Eliminate duplicate or unneccesary #include's by Chris Lattner · 24 years ago
  29. ca14237 Split ConstantVals.h into Constant.h and Constants.h by Chris Lattner · 24 years ago
  30. b0df8fd Enable better debug output. When debugging the type system, print out the by Chris Lattner · 24 years ago
  31. ff87436 s/Method/Function by Chris Lattner · 24 years ago
  32. 7f74a56 Changes to build successfully with GCC 3.02 by Chris Lattner · 24 years ago
  33. b2b1b3d Remove unsized array support by Chris Lattner · 24 years ago
  34. 2413b16 Renamed inst_const_iterator -> const_inst_iterator by Chris Lattner · 24 years ago
  35. 3462ae3 Rename ConstPoolVal -> Constant by Chris Lattner · 24 years ago
  36. fb5ae02 Split the PHINode class out from the iOther.h file into the iPHINode.h file by Chris Lattner · 24 years ago
  37. 2263733 Implement internal method support by Chris Lattner · 24 years ago
  38. 4f1ca01 Fix major bugs in type resolution by Chris Lattner · 24 years ago
  39. e3fe1ac Frivolous cleanups by Chris Lattner · 24 years ago
  40. 61b6655 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
  41. 162ed4d Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tired typing that much by Chris Lattner · 24 years ago
  42. fb49fd6 * Add real support for global variable addresses initializing constants by Chris Lattner · 24 years ago
  43. ad95d1d Rename getNullPointer to getNull by Chris Lattner · 24 years ago
  44. 7fac070 * Both Method & GlobalVariable now subclass GlobalValue by Chris Lattner · 24 years ago
  45. da55810 Commit more code over to new cast style by Chris Lattner · 24 years ago
  46. 3856934 Convert more code to use new style casts Eliminate old style casts from value.h by Chris Lattner · 24 years ago
  47. 8f19112 Add more support for new style casts Convert more code to use them by Chris Lattner · 24 years ago
  48. fbdec25 Implement constant pointers, and null specifically in the parser, bytecode writer, and by Chris Lattner · 24 years ago
  49. 1f043cd * Remove support for internal constant pool by Chris Lattner · 24 years ago
  50. 5bdab0f * Add calls to failure template so that it is actually possible to debug by Chris Lattner · 24 years ago
  51. 90e0d46 Add support for extern varargs methods & varargs method calls by Chris Lattner · 24 years ago
  52. f435e20 Add support to the bytecode reader to recognize floating point constants by Chris Lattner · 24 years ago
  53. 4cee8d8 Miscellaneous cleanups: by Chris Lattner · 24 years ago
  54. 2f7c963 Initial revision by Chris Lattner · 24 years ago