| Commit message (Expand) | Author | Age | Files | Lines |
| * | Changes to build successfully with GCC 3.02 | Chris Lattner | 2002-01-20 | 1 | -27/+20 |
| * | * Fix cases where we were calling Type->getName() instead of Type->getDescrip... | Chris Lattner | 2001-12-14 | 1 | -21/+12 |
| * | Renamed inst_const_iterator -> const_inst_iterator | Chris Lattner | 2001-12-04 | 1 | -3/+4 |
| * | Rename ConstPoolVal -> Constant | Chris Lattner | 2001-12-03 | 1 | -39/+39 |
| * | Split the PHINode class out from the iOther.h file into the iPHINode.h file | Chris Lattner | 2001-12-03 | 1 | -6/+1 |
| * | Create a new #include "Support/..." directory structure to move things | Chris Lattner | 2001-11-27 | 1 | -2/+2 |
| * | Implement support for internal methods | Chris Lattner | 2001-11-26 | 1 | -26/+28 |
| * | Implement array indexing with uints | Chris Lattner | 2001-11-26 | 1 | -16/+17 |
| * | Improve some debugging code | Chris Lattner | 2001-11-02 | 1 | -6/+9 |
| * | Remove ugly subclass of Opaque type | Chris Lattner | 2001-10-22 | 1 | -6/+4 |
| * | Fix bug with | Chris Lattner | 2001-10-22 | 1 | -24/+57 |
| * | Two changes: | Chris Lattner | 2001-10-21 | 1 | -19/+2 |
| * | Fix bug caused by: | Chris Lattner | 2001-10-21 | 1 | -2/+2 |
| * | Add support for And, XOR, and Or | Chris Lattner | 2001-10-20 | 1 | -2/+3 |
| * | It is valid to have unsigned arrays as constants... the linker may initialize... | Chris Lattner | 2001-10-20 | 1 | -5/+0 |
| * | Simplify some code | Chris Lattner | 2001-10-16 | 1 | -26/+27 |
| * | Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tire... | Chris Lattner | 2001-10-15 | 1 | -5/+5 |
| * | * Add support for forward references of global variable addresses | Chris Lattner | 2001-10-13 | 1 | -110/+283 |
| * | Add comment | Chris Lattner | 2001-10-03 | 1 | -0/+6 |
| * | Support multiple global's definitions | Chris Lattner | 2001-10-03 | 1 | -23/+13 |
| * | Allow duplicate constant values as long as they are compatible. | Chris Lattner | 2001-10-03 | 1 | -36/+62 |
| * | Add check to make sure that we dont reference MEthodType's directly | Chris Lattner | 2001-10-03 | 1 | -0/+3 |
| * | * Both Method & GlobalVariable now subclass GlobalValue | Chris Lattner | 2001-10-03 | 1 | -11/+20 |
| * | First try at a horrible global value reference wrapper | Chris Lattner | 2001-10-03 | 1 | -19/+40 |
| * | Clean up parser, fix a bug that prevented this from working: | Chris Lattner | 2001-10-03 | 1 | -66/+52 |
| * | * Add support for null as a constant | Chris Lattner | 2001-10-03 | 1 | -28/+58 |
| * | Commit more code over to new cast style | Chris Lattner | 2001-10-02 | 1 | -6/+5 |
| * | Add more support for new style casts | Chris Lattner | 2001-10-01 | 1 | -14/+10 |
| * | Add support for new style casts | Chris Lattner | 2001-10-01 | 1 | -13/+19 |
| * | Implement constant pointers, and null specifically in the parser, bytecode wr... | Chris Lattner | 2001-09-30 | 1 | -19/+35 |
| * | Pull iterators out of CFG.h and CFGdecls and put them in Support directory | Chris Lattner | 2001-09-28 | 1 | -2/+2 |
| * | Remove the unsized array constraint | Chris Lattner | 2001-09-18 | 1 | -5/+0 |
| * | Add support for global constants, and for initializers for constants | Chris Lattner | 2001-09-18 | 1 | -32/+50 |
| * | Update to use correct type cast | Chris Lattner | 2001-09-10 | 1 | -2/+2 |
| * | Implement global variable support | Chris Lattner | 2001-09-10 | 1 | -12/+20 |
| * | * Add support for forward referencing types | Chris Lattner | 2001-09-07 | 1 | -369/+501 |
| * | * Enable the use of escaped literal strings | Chris Lattner | 2001-07-28 | 1 | -40/+91 |
| * | Refactor some of the constant stuff so that we can return complex constant | Chris Lattner | 2001-07-26 | 1 | -69/+88 |
| * | Add support for extern varargs methods & varargs method calls | Chris Lattner | 2001-07-25 | 1 | -29/+37 |
| * | Remove dependence on command line library. Silly anyway. | Chris Lattner | 2001-07-22 | 1 | -4/+3 |
| * | Add a comment. | Chris Lattner | 2001-07-20 | 1 | -0/+2 |
| * | Implement forward/external declarations for methods. Also, emit an error if ... | Chris Lattner | 2001-07-15 | 1 | -8/+35 |
| * | Add support to the parser to recognize floating point constants | Chris Lattner | 2001-07-15 | 1 | -5/+23 |
| * | Added some comments, preparing to add global variables and method prototypes | Chris Lattner | 2001-07-14 | 1 | -4/+23 |
| * | Make sure that types go in the constant pool if they are used. | Chris Lattner | 2001-07-09 | 1 | -20/+49 |
| * | Implementation of Store & GetElementPtr | Chris Lattner | 2001-07-08 | 1 | -4/+25 |
| * | Implemented shl, shl, & load instructions | Chris Lattner | 2001-07-08 | 1 | -5/+29 |
| * | Moved Cast from being a Unary instruction to being an "Other" instruction | Chris Lattner | 2001-07-08 | 1 | -3/+3 |
| * | Neg instruction removed. Cast instruction implemented. | Chris Lattner | 2001-07-08 | 1 | -10/+10 |
| * | Changed memory reference instructions to store the result as the implicit | Chris Lattner | 2001-07-07 | 1 | -14/+12 |