1. 980ff78 Fix more breakage with string change. by Chris Lattner · 22 years ago
  2. f63a4ec Fix brokenness in my last checking by Chris Lattner · 22 years ago
  3. faaf32d Change all of the bytecode reader primitives to throw exceptions instead of by Chris Lattner · 22 years ago
  4. 394afe0 Version 1.2 now supports encoding strings as a special case, to avoid having by Chris Lattner · 22 years ago
  5. 1b7d4d7 Don't use ConstantExpr::getShift anymore by Chris Lattner · 22 years ago
  6. 4a2a8f5 minor cleanups by Chris Lattner · 22 years ago
  7. bf346b5 In the future, these slabs can be null... by Chris Lattner · 22 years ago
  8. 11e8f1b Minor efficiency improvements all over. Finegrainify Namespacification by Chris Lattner · 22 years ago
  9. ffa9d51 Minor speedup to do less linear time searches of information we already have. by Chris Lattner · 22 years ago
  10. 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  11. b36e8a1 Add support for constant expr shifts by Chris Lattner · 22 years ago
  12. 482202a Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  13. 7c6c539 * New revised variable argument handling support by Chris Lattner · 22 years ago
  14. a785563 Avoid calling getTypeSlot more by Chris Lattner · 22 years ago
  15. 1ae8a48 Change getConstantValue to throw an exception on error, not return null by Chris Lattner · 22 years ago
  16. e7691a4 Major refactoring of the bytecode reader. This includes the following by Chris Lattner · 22 years ago
  17. 069d649 Transform two methods to return pointers directly instead of returning them by Chris Lattner · 22 years ago
  18. c7caffa There is no need for BytecodeParser to be an AbstractTypeUser. Instead, it by Chris Lattner · 22 years ago
  19. 6e9a351 * Cleaned up code: by Misha Brukman · 22 years ago
  20. acda7df Fixed spelling and grammar. by Misha Brukman · 22 years ago
  21. 54d85e3 Avoid printing meaningless numbers by Chris Lattner · 22 years ago
  22. 53db94d Follow the pattern of all other atu's by Chris Lattner · 22 years ago
  23. f26a8ee Remove redundant const qualifiers from cast<> expressions by Chris Lattner · 22 years ago
  24. 7fdaab4 The word `separate' only has one `e'. by Misha Brukman · 22 years ago
  25. 8826647 Detemplatize the PATypeHandle class, which was only really instantiated on 'Type'. by Chris Lattner · 22 years ago
  26. e69a1b9 Eliminate the uchar typedef, use unsigned char explicitly by Chris Lattner · 22 years ago
  27. 09eb76d Fix Bug: Assembler/2003-05-12-MinIntProblem.llx by Chris Lattner · 22 years ago
  28. 379a8d2 Add new linkage types to support a real frontend by Chris Lattner · 23 years ago
  29. 5db8194 * Bug fixes: by Chris Lattner · 23 years ago
  30. c8f563b s/Method/Function in variable and method names by Chris Lattner · 23 years ago
  31. 17f8686 Use the std namespace explicitly by Chris Lattner · 23 years ago
  32. 2862d2e There is no way to guarantee that constants are not forward referenced. by Chris Lattner · 23 years ago
  33. 243b575 Fix bug: test/Regression/Assembler/2002-08-19-BytecodeReader.llx by Chris Lattner · 23 years ago
  34. c8d952e Fix stupid oversight of missing #include. by Chris Lattner · 23 years ago
  35. 51fa0ef - Finally nailed: test/Regression/Assembler/2002-08-16-ConstExprInlined.llx by Chris Lattner · 23 years ago
  36. 330b7ac Remove support for Not ConstantExpr. This simplifies the unary case to only by Chris Lattner · 23 years ago
  37. a13a2da Cleanup ConstantExpr handling: by Chris Lattner · 23 years ago
  38. 68c7b71 Break line to fit 80 columns by Chris Lattner · 23 years ago
  39. 980ddf5 ConstExpr::getelementptr now takes a vector of Constants not Values by Chris Lattner · 23 years ago
  40. 09da3b8 added std:: to vector by Anand Shukla · 23 years ago
  41. a336afd Add support for reading ConstantExpr nodes. by Vikram S. Adve · 23 years ago
  42. 0a30bda Convert tabs to spaces by Chris Lattner · 23 years ago
  43. eaa2e72 changes to make it compatible with 64bit gcc by Anand Shukla · 23 years ago
  44. b469cf8 Fix constness problems now that the cast operators preserve the constness by Chris Lattner · 23 years ago
  45. d5a8470 Eliminate duplicate or unneccesary #include's by Chris Lattner · 24 years ago
  46. ca14237 Split ConstantVals.h into Constant.h and Constants.h by Chris Lattner · 24 years ago
  47. b0df8fd Enable better debug output. When debugging the type system, print out the by Chris Lattner · 24 years ago
  48. ff87436 s/Method/Function by Chris Lattner · 24 years ago
  49. 7f74a56 Changes to build successfully with GCC 3.02 by Chris Lattner · 24 years ago
  50. b2b1b3d Remove unsized array support by Chris Lattner · 24 years ago
  51. 2413b16 Renamed inst_const_iterator -> const_inst_iterator by Chris Lattner · 24 years ago
  52. 3462ae3 Rename ConstPoolVal -> Constant by Chris Lattner · 24 years ago
  53. fb5ae02 Split the PHINode class out from the iOther.h file into the iPHINode.h file by Chris Lattner · 24 years ago
  54. 2263733 Implement internal method support by Chris Lattner · 24 years ago
  55. 4f1ca01 Fix major bugs in type resolution by Chris Lattner · 24 years ago
  56. e3fe1ac Frivolous cleanups by Chris Lattner · 24 years ago
  57. 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
  58. 162ed4d Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tired typing that much by Chris Lattner · 24 years ago
  59. fb49fd6 * Add real support for global variable addresses initializing constants by Chris Lattner · 24 years ago
  60. ad95d1d Rename getNullPointer to getNull by Chris Lattner · 24 years ago
  61. 7fac070 * Both Method & GlobalVariable now subclass GlobalValue by Chris Lattner · 24 years ago
  62. da55810 Commit more code over to new cast style by Chris Lattner · 24 years ago
  63. 3856934 Convert more code to use new style casts Eliminate old style casts from value.h by Chris Lattner · 24 years ago
  64. 8f19112 Add more support for new style casts Convert more code to use them by Chris Lattner · 24 years ago
  65. fbdec25 Implement constant pointers, and null specifically in the parser, bytecode writer, and by Chris Lattner · 24 years ago
  66. 1f043cd * Remove support for internal constant pool by Chris Lattner · 24 years ago
  67. 5bdab0f * Add calls to failure template so that it is actually possible to debug by Chris Lattner · 24 years ago
  68. 90e0d46 Add support for extern varargs methods & varargs method calls by Chris Lattner · 24 years ago
  69. f435e20 Add support to the bytecode reader to recognize floating point constants by Chris Lattner · 24 years ago
  70. 4cee8d8 Miscellaneous cleanups: by Chris Lattner · 24 years ago
  71. 2f7c963 Initial revision by Chris Lattner · 24 years ago