1. 7061dc5 Split the PHINode class out from the iOther.h file into the iPHINode.h file by Chris Lattner · 24 years ago
  2. cee8f9a Create a new #include "Support/..." directory structure to move things by Chris Lattner · 24 years ago
  3. dda7196 Implement support for internal methods by Chris Lattner · 24 years ago
  4. 6cdb011 Implement array indexing with uints by Chris Lattner · 24 years ago
  5. 5084d03 Improve some debugging code by Chris Lattner · 24 years ago
  6. 8226959 Remove ugly subclass of Opaque type by Chris Lattner · 24 years ago
  7. 4a42e90 Fix bug with %list = type {%list *} %list = type {%list *} by Chris Lattner · 24 years ago
  8. c9a21b5 Two changes: by Chris Lattner · 24 years ago
  9. 23192eb Fix bug caused by: %list = type opaque %list = type %list by Chris Lattner · 24 years ago
  10. 42c9e77 Add support for And, XOR, and Or by Chris Lattner · 24 years ago
  11. 2b3c925 It is valid to have unsigned arrays as constants... the linker may initialize them later by Chris Lattner · 24 years ago
  12. 386a3b7 Simplify some code Remove Method special case Fix bug exposed by this testcase: by Chris Lattner · 24 years ago
  13. c18545d Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tired typing that much by Chris Lattner · 24 years ago
  14. 2079fde * Add support for forward references of global variable addresses by Chris Lattner · 24 years ago
  15. 43efcbf Add comment by Chris Lattner · 24 years ago
  16. 8921983 Support multiple global's definitions by Chris Lattner · 24 years ago
  17. b747451 Allow duplicate constant values as long as they are compatible. by Chris Lattner · 24 years ago
  18. b973dd7 Add check to make sure that we dont reference MEthodType's directly by Chris Lattner · 24 years ago
  19. ef9c23f * Both Method & GlobalVariable now subclass GlobalValue by Chris Lattner · 24 years ago
  20. f4ba6c7 First try at a horrible global value reference wrapper by Chris Lattner · 24 years ago
  21. d05adbc Clean up parser, fix a bug that prevented this from working: by Chris Lattner · 24 years ago
  22. df7306f * Add support for null as a constant by Chris Lattner · 24 years ago
  23. b00c582 Commit more code over to new cast style by Chris Lattner · 24 years ago
  24. cfe26c9 Add more support for new style casts Convert more code to use them by Chris Lattner · 24 years ago
  25. 9636a91 Add support for new style casts by Chris Lattner · 24 years ago
  26. 1a1cb11 Implement constant pointers, and null specifically in the parser, bytecode writer, and by Chris Lattner · 24 years ago
  27. 3ff4387 Pull iterators out of CFG.h and CFGdecls and put them in Support directory by Chris Lattner · 24 years ago
  28. 7f5ef14 Remove the unsized array constraint by Chris Lattner · 24 years ago
  29. 1781aca Add support for global constants, and for initializers for constants by Chris Lattner · 24 years ago
  30. b2d22f6 Update to use correct type cast by Chris Lattner · 24 years ago
  31. 70cc339 Implement global variable support by Chris Lattner · 24 years ago
  32. 30c8979 * Add support for forward referencing types by Chris Lattner · 24 years ago
  33. 93750fa * Enable the use of escaped literal strings by Chris Lattner · 24 years ago
  34. bcbf6ba Refactor some of the constant stuff so that we can return complex constant by Chris Lattner · 24 years ago
  35. 8b81bf5 Add support for extern varargs methods & varargs method calls by Chris Lattner · 24 years ago
  36. a285043 Remove dependence on command line library. Silly anyway. by Chris Lattner · 24 years ago
  37. 698b56e Add a comment. by Chris Lattner · 24 years ago
  38. e181564 Implement forward/external declarations for methods. Also, emit an error if a method by Chris Lattner · 24 years ago
  39. 3d52b2f Add support to the parser to recognize floating point constants by Chris Lattner · 24 years ago
  40. e98dda6 Added some comments, preparing to add global variables and method prototypes by Chris Lattner · 24 years ago
  41. 8896eda Make sure that types go in the constant pool if they are used. by Chris Lattner · 24 years ago
  42. ab5ac6b Implementation of Store & GetElementPtr by Chris Lattner · 24 years ago
  43. 027dcc5 Implemented shl, shl, & load instructions by Chris Lattner · 24 years ago
  44. 71496b3 Moved Cast from being a Unary instruction to being an "Other" instruction by Chris Lattner · 24 years ago
  45. 0908309 Neg instruction removed. Cast instruction implemented. by Chris Lattner · 24 years ago
  46. f0d0e9c Changed memory reference instructions to store the result as the implicit by Chris Lattner · 24 years ago
  47. 7fc9fe3 Miscellaneous cleanups: by Chris Lattner · 24 years ago
  48. bebd60d Renamed get.*Operator to create seeing that it would have to be qualified by Chris Lattner · 24 years ago
  49. c24d208 Updates to support * Changes in PHI node structure * Change to PHI syntax by Chris Lattner · 24 years ago
  50. 477c2ec Moved getBinaryOperator to the BinaryOperator class and the getUnaryOperator by Chris Lattner · 24 years ago
  51. 0095054 Initial revision by Chris Lattner · 24 years ago