1. 8ebccb7 by Chris Lattner · 23 years ago
  2. 9b62503 Replace all usages of Type::isPointerType with isa<PointerType> by Chris Lattner · 23 years ago
  3. 05dcf35 Remove dead code by Chris Lattner · 23 years ago
  4. 9b02cc3 Allow open/closing curly braces instead of begin/end to define the body of a function by Chris Lattner · 23 years ago
  5. 9705a15 * Fix a bug (test/Regression/Assembler/2002-05-02-InvalidForwardRef.ll) by Chris Lattner · 23 years ago
  6. 0e73ce6 The "implementation" is now allowed but not required by the parser. All type by Chris Lattner · 23 years ago
  7. 924025e Fix bug: test/Regression/Other/2002-04-29-NameBinding.ll by Chris Lattner · 23 years ago
  8. c6f3ae5 Eliminate duplicate or unneccesary #include's by Chris Lattner · 23 years ago
  9. 18b24ea Remove dead code by Chris Lattner · 23 years ago
  10. 4674804 Move FunctionArgument out of iOther.h into Argument.h and rename class to by Chris Lattner · 23 years ago
  11. 8b88b3b * Make PATypeHolder not take a type argument by Chris Lattner · 23 years ago
  12. 09c0753 * Fix nondeleted type handle which could cause type pool corruption (and by Chris Lattner · 23 years ago
  13. 79df7c0 Change references from Method to Function by Chris Lattner · 23 years ago
  14. 749ce03 Implement TODO for better diagnostic output by Chris Lattner · 23 years ago
  15. 3453814 Fix bug: test/Regression/2002-03-08-NameCollision2.ll by Chris Lattner · 23 years ago
  16. 9176fe4 Fix minor memory leak by Chris Lattner · 23 years ago
  17. f28d6c9 Fix for: test/Regression/Assembler/2002-03-08-NameCollision.ll by Chris Lattner · 23 years ago
  18. 697954c Changes to build successfully with GCC 3.02 by Chris Lattner · 24 years ago
  19. 72e0025 * Fix cases where we were calling Type->getName() instead of Type->getDescription() by Chris Lattner · 24 years ago
  20. 7a17675 Renamed inst_const_iterator -> const_inst_iterator by Chris Lattner · 24 years ago
  21. e9bb2df Rename ConstPoolVal -> Constant by Chris Lattner · 24 years ago
  22. 7061dc5 Split the PHINode class out from the iOther.h file into the iPHINode.h file by Chris Lattner · 24 years ago
  23. cee8f9a Create a new #include "Support/..." directory structure to move things by Chris Lattner · 24 years ago
  24. dda7196 Implement support for internal methods by Chris Lattner · 24 years ago
  25. 6cdb011 Implement array indexing with uints by Chris Lattner · 24 years ago
  26. 5084d03 Improve some debugging code by Chris Lattner · 24 years ago
  27. 8226959 Remove ugly subclass of Opaque type by Chris Lattner · 24 years ago
  28. 4a42e90 Fix bug with %list = type {%list *} %list = type {%list *} by Chris Lattner · 24 years ago
  29. c9a21b5 Two changes: by Chris Lattner · 24 years ago
  30. 23192eb Fix bug caused by: %list = type opaque %list = type %list by Chris Lattner · 24 years ago
  31. 42c9e77 Add support for And, XOR, and Or by Chris Lattner · 24 years ago
  32. 2b3c925 It is valid to have unsigned arrays as constants... the linker may initialize them later by Chris Lattner · 24 years ago
  33. 386a3b7 Simplify some code Remove Method special case Fix bug exposed by this testcase: by Chris Lattner · 24 years ago
  34. c18545d Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tired typing that much by Chris Lattner · 24 years ago
  35. 2079fde * Add support for forward references of global variable addresses by Chris Lattner · 24 years ago
  36. 43efcbf Add comment by Chris Lattner · 24 years ago
  37. 8921983 Support multiple global's definitions by Chris Lattner · 24 years ago
  38. b747451 Allow duplicate constant values as long as they are compatible. by Chris Lattner · 24 years ago
  39. b973dd7 Add check to make sure that we dont reference MEthodType's directly by Chris Lattner · 24 years ago
  40. ef9c23f * Both Method & GlobalVariable now subclass GlobalValue by Chris Lattner · 24 years ago
  41. f4ba6c7 First try at a horrible global value reference wrapper by Chris Lattner · 24 years ago
  42. d05adbc Clean up parser, fix a bug that prevented this from working: by Chris Lattner · 24 years ago
  43. df7306f * Add support for null as a constant by Chris Lattner · 24 years ago
  44. b00c582 Commit more code over to new cast style by Chris Lattner · 24 years ago
  45. cfe26c9 Add more support for new style casts Convert more code to use them by Chris Lattner · 24 years ago
  46. 9636a91 Add support for new style casts by Chris Lattner · 24 years ago
  47. 1a1cb11 Implement constant pointers, and null specifically in the parser, bytecode writer, and by Chris Lattner · 24 years ago
  48. 3ff4387 Pull iterators out of CFG.h and CFGdecls and put them in Support directory by Chris Lattner · 24 years ago
  49. 7f5ef14 Remove the unsized array constraint by Chris Lattner · 24 years ago
  50. 1781aca Add support for global constants, and for initializers for constants by Chris Lattner · 24 years ago
  51. b2d22f6 Update to use correct type cast by Chris Lattner · 24 years ago
  52. 70cc339 Implement global variable support by Chris Lattner · 24 years ago
  53. 30c8979 * Add support for forward referencing types by Chris Lattner · 24 years ago
  54. 93750fa * Enable the use of escaped literal strings by Chris Lattner · 24 years ago
  55. bcbf6ba Refactor some of the constant stuff so that we can return complex constant by Chris Lattner · 24 years ago
  56. 8b81bf5 Add support for extern varargs methods & varargs method calls by Chris Lattner · 24 years ago
  57. a285043 Remove dependence on command line library. Silly anyway. by Chris Lattner · 24 years ago
  58. 698b56e Add a comment. by Chris Lattner · 24 years ago
  59. e181564 Implement forward/external declarations for methods. Also, emit an error if a method by Chris Lattner · 24 years ago
  60. 3d52b2f Add support to the parser to recognize floating point constants by Chris Lattner · 24 years ago
  61. e98dda6 Added some comments, preparing to add global variables and method prototypes by Chris Lattner · 24 years ago
  62. 8896eda Make sure that types go in the constant pool if they are used. by Chris Lattner · 24 years ago
  63. ab5ac6b Implementation of Store & GetElementPtr by Chris Lattner · 24 years ago
  64. 027dcc5 Implemented shl, shl, & load instructions by Chris Lattner · 24 years ago
  65. 71496b3 Moved Cast from being a Unary instruction to being an "Other" instruction by Chris Lattner · 24 years ago
  66. 0908309 Neg instruction removed. Cast instruction implemented. by Chris Lattner · 24 years ago
  67. f0d0e9c Changed memory reference instructions to store the result as the implicit by Chris Lattner · 24 years ago
  68. 7fc9fe3 Miscellaneous cleanups: by Chris Lattner · 24 years ago
  69. bebd60d Renamed get.*Operator to create seeing that it would have to be qualified by Chris Lattner · 24 years ago
  70. c24d208 Updates to support * Changes in PHI node structure * Change to PHI syntax by Chris Lattner · 24 years ago
  71. 477c2ec Moved getBinaryOperator to the BinaryOperator class and the getUnaryOperator by Chris Lattner · 24 years ago
  72. 0095054 Initial revision by Chris Lattner · 24 years ago