Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * Both Method & GlobalVariable now subclass GlobalValue | Chris Lattner | 2001-10-03 | 4 | -16/+26 | |
| | | | | | | | | * ConstPoolPointerReference now represents a pointer to a GlobalValue * Methods name references are now explicit pointers to methods * Rename Value::GlobalVal to Value::GlobalVariableVal to avoid confusion llvm-svn: 703 | |||||
* | Commit more code over to new cast style | Chris Lattner | 2001-10-02 | 3 | -16/+16 | |
| | | | | llvm-svn: 697 | |||||
* | Convert more code to use new style casts | Chris Lattner | 2001-10-01 | 4 | -23/+22 | |
| | | | | | | Eliminate old style casts from value.h llvm-svn: 696 | |||||
* | Add more support for new style casts | Chris Lattner | 2001-10-01 | 2 | -5/+4 | |
| | | | | | | Convert more code to use them llvm-svn: 695 | |||||
* | Implement constant pointers, and null specifically in the parser, bytecode ↵ | Chris Lattner | 2001-09-30 | 1 | -1/+12 | |
| | | | | | | | | writer, and bytecode reader. llvm-svn: 668 | |||||
* | Pull iterators out of CFG.h and CFGdecls and put them in Support directory | Chris Lattner | 2001-09-28 | 1 | -0/+1 | |
| | | | | llvm-svn: 664 | |||||
* | Add support for global constants, and for initializers for constants | Chris Lattner | 2001-09-18 | 1 | -2/+17 | |
| | | | | llvm-svn: 598 | |||||
* | Fix a bug with not removing method level types after compilation | Chris Lattner | 2001-09-14 | 1 | -0/+3 | |
| | | | | llvm-svn: 582 | |||||
* | getMethodType is now just getType | Chris Lattner | 2001-09-10 | 1 | -2/+2 | |
| | | | | llvm-svn: 538 | |||||
* | Implement global variable support | Chris Lattner | 2001-09-10 | 1 | -2/+20 | |
| | | | | llvm-svn: 530 | |||||
* | * Remove support for internal constant pool | Chris Lattner | 2001-09-07 | 4 | -112/+239 | |
| | | | | | | | | | | * Support globally unique constants * Support recursive and forward referenced types * Support abstract types * Add new BCR_TRACE macro to enable debugging of why the bytecode reader occasionally refuses to read something llvm-svn: 448 | |||||
* | * Add calls to failure template so that it is actually possible to debug | Chris Lattner | 2001-07-28 | 4 | -124/+134 | |
| | | | | | | | why bytecode parsing is failing. Just put a breakpoint in the failure templates. llvm-svn: 323 | |||||
* | Add support for extern varargs methods & varargs method calls | Chris Lattner | 2001-07-25 | 2 | -23/+41 | |
| | | | | llvm-svn: 297 | |||||
* | Doh! Wrong accessor. Caused 'can not read bytecode' errors. :( | Chris Lattner | 2001-07-23 | 1 | -1/+1 | |
| | | | | llvm-svn: 282 | |||||
* | Add support to the bytecode reader to recognize floating point constants | Chris Lattner | 2001-07-15 | 1 | -0/+14 | |
| | | | | llvm-svn: 189 | |||||
* | Implementation of Store & GetElementPtr | Chris Lattner | 2001-07-08 | 1 | -2/+35 | |
| | | | | llvm-svn: 164 | |||||
* | Implemented shl, shl, & load instructions | Chris Lattner | 2001-07-08 | 1 | -16/+71 | |
| | | | | llvm-svn: 161 | |||||
* | Moved Cast from being a Unary instruction to being an "Other" instruction | Chris Lattner | 2001-07-08 | 1 | -2/+1 | |
| | | | | llvm-svn: 160 | |||||
* | Neg instruction removed. Cast instruction implemented. | Chris Lattner | 2001-07-08 | 1 | -0/+4 | |
| | | | | llvm-svn: 156 | |||||
* | Convert BinaryOperand and UnaryOperator to only take instruction types of | Chris Lattner | 2001-07-07 | 1 | -3/+5 | |
| | | | | | | the appropriate enum llvm-svn: 153 | |||||
* | Broad superficial changes: | Chris Lattner | 2001-07-07 | 1 | -1/+1 | |
| | | | | | | | | | * Renamed getOpcode to getOpcodeName * Changed getOpcodeName to return a const char * instead of string * Added a getOpcode method to replace getInstType * Changed code to use getOpcode instead of getInstType llvm-svn: 152 | |||||
* | Changed the fundemental architecture of Operands for Instructions. Now | Chris Lattner | 2001-07-07 | 2 | -14/+11 | |
| | | | | | | | | | | | Operands are maintained as a vector<Use> in the User class, and operator iterators are provided as before. Getting an operand no longer requires a virtual function call. WARNING: getOperand(x) where x >= getNumOperands() will now assert instead of returning null! llvm-svn: 149 | |||||
* | Miscellaneous cleanups: | Chris Lattner | 2001-06-27 | 2 | -12/+9 | |
| | | | | | | | | | | | * Convert post to pre-increment for for loops * Use generic programming more * Use new Value::cast* instructions * Use new Module, Method, & BasicBlock forwarding methods * Use new facilities in STLExtras.h * Use new Instruction::isPHINode() method llvm-svn: 96 | |||||
* | Renamed get.*Operator to create seeing that it would have to be qualified | Chris Lattner | 2001-06-25 | 1 | -4/+3 | |
| | | | | | | with the classname anyways. llvm-svn: 74 | |||||
* | Updates to support | Chris Lattner | 2001-06-11 | 1 | -13/+18 | |
| | | | | | | * Changes in PHI node structure llvm-svn: 25 | |||||
* | Moved getBinaryOperator to the BinaryOperator class and the getUnaryOperator | Chris Lattner | 2001-06-08 | 1 | -3/+4 | |
| | | | | | | to the UnaryOperator class (from the Instruction class). llvm-svn: 21 | |||||
* | Initial revision | Chris Lattner | 2001-06-06 | 5 | -0/+1062 | |
llvm-svn: 2 |