| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Add support for And, XOR, and Or | Chris Lattner | 2001-10-20 | 2 | -2/+6 |
| * | 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 | 2 | -29/+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 operator< to ValID's so that they can be put in map's | Chris Lattner | 2001-10-13 | 1 | -0/+14 |
| * | Remove exception specification | Chris Lattner | 2001-10-13 | 1 | -1/+1 |
| * | Support the new Invoke instruction | Chris Lattner | 2001-10-13 | 1 | -1/+3 |
| * | 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 | 2 | -13/+32 |
| * | 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 | 2 | -28/+59 |
| * | Commit more code over to new cast style | Chris Lattner | 2001-10-02 | 1 | -6/+5 |
| * | Convert more code to use new style casts | Chris Lattner | 2001-10-01 | 1 | -4/+1 |
| * | 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 | 3 | -35/+64 |
| * | 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 | 2 | -32/+52 |
| * | Update to use correct type cast | Chris Lattner | 2001-09-10 | 1 | -2/+2 |
| * | Implement global variable support | Chris Lattner | 2001-09-10 | 2 | -12/+21 |
| * | * Add support for forward referencing types | Chris Lattner | 2001-09-07 | 1 | -369/+501 |
| * | Add support for forward referencing types | Chris Lattner | 2001-09-07 | 1 | -3/+13 |
| * | Add support for an opaque type | Chris Lattner | 2001-09-07 | 1 | -19/+22 |
| * | * Enable the use of escaped literal strings | Chris Lattner | 2001-07-28 | 3 | -63/+174 |
| * | Refactor some of the constant stuff so that we can return complex constant | Chris Lattner | 2001-07-26 | 2 | -70/+89 |
| * | Add support for extern varargs methods & varargs method calls | Chris Lattner | 2001-07-25 | 4 | -2185/+38 |
| * | Moved inline/llvm/Tools/* to include/llvm/Support/* | Chris Lattner | 2001-07-23 | 1 | -1/+1 |
| * | Remove dependence on command line library. Silly anyway. | Chris Lattner | 2001-07-22 | 4 | -2441/+19 |
| * | Add a comment. | Chris Lattner | 2001-07-20 | 2 | -107/+111 |
| * | Implement forward/external declarations for methods. Also, emit an error if ... | Chris Lattner | 2001-07-15 | 4 | -696/+755 |
| * | Add support to the parser to recognize floating point constants | Chris Lattner | 2001-07-15 | 6 | -810/+890 |
| * | Added some comments, preparing to add global variables and method prototypes | Chris Lattner | 2001-07-14 | 2 | -98/+117 |
| * | Make sure that types go in the constant pool if they are used. | Chris Lattner | 2001-07-09 | 2 | -141/+199 |
| * | Implementation of Store & GetElementPtr | Chris Lattner | 2001-07-08 | 5 | -427/+463 |
| * | Implemented shl, shl, & load instructions | Chris Lattner | 2001-07-08 | 5 | -681/+769 |
| * | Moved Cast from being a Unary instruction to being an "Other" instruction | Chris Lattner | 2001-07-08 | 5 | -94/+94 |
| * | Neg instruction removed. Cast instruction implemented. | Chris Lattner | 2001-07-08 | 5 | -673/+682 |
| * | Broad superficial changes: | Chris Lattner | 2001-07-07 | 1 | -1/+1 |
| * | Changed memory reference instructions to store the result as the implicit | Chris Lattner | 2001-07-07 | 3 | -41/+29 |
| * | Miscellaneous cleanups: | Chris Lattner | 2001-06-27 | 2 | -14/+14 |
| * | Renamed get.*Operator to create seeing that it would have to be qualified | Chris Lattner | 2001-06-25 | 2 | -4/+4 |
| * | Updates to support | Chris Lattner | 2001-06-11 | 3 | -258/+305 |
| * | Moved getBinaryOperator to the BinaryOperator class and the getUnaryOperator | Chris Lattner | 2001-06-08 | 2 | -4/+4 |
| * | Initial revision | Chris Lattner | 2001-06-06 | 8 | -0/+5735 |