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