| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add support for new style casts | Chris Lattner | 2001-10-01 | 2 | -2/+2 | |
| | | | | | llvm-svn: 694 | |||||
| * | Implement constant pointers, and null specifically in the parser, bytecode ↵ | Chris Lattner | 2001-09-30 | 1 | -0/+5 | |
| | | | | | | | | | writer, and bytecode reader. llvm-svn: 668 | |||||
| * | Add support for global constants, and for initializers for constants | Chris Lattner | 2001-09-18 | 1 | -2/+14 | |
| | | | | | llvm-svn: 598 | |||||
| * | ModuleTyID doesn't exist anyymore | Chris Lattner | 2001-09-10 | 2 | -2/+1 | |
| | | | | | | | Use correct cast llvm-svn: 539 | |||||
| * | Implement global variable support | Chris Lattner | 2001-09-10 | 1 | -1/+12 | |
| | | | | | llvm-svn: 530 | |||||
| * | * Emit bytecode using a deque instead of a vector to be faster | Chris Lattner | 2001-09-07 | 4 | -73/+114 | |
| | | | | | | | | | | * Internal rep no longer has a constant pool * Support emission of recursive types * Don't output a constant pool for an external method * The bytecode writer is no longer a module analyzer llvm-svn: 449 | |||||
| * | * Make sure that the size of the type field can also control the output | Chris Lattner | 2001-07-28 | 1 | -0/+6 | |
| | | | | | | | instruction pattern. llvm-svn: 324 | |||||
| * | Add support for extern varargs methods & varargs method calls | Chris Lattner | 2001-07-25 | 2 | -4/+57 | |
| | | | | | llvm-svn: 297 | |||||
| * | Moved inline/llvm/Tools/* to include/llvm/Support/* | Chris Lattner | 2001-07-23 | 2 | -2/+1 | |
| | | | | | llvm-svn: 279 | |||||
| * | Add support to the bytecode writer to recognize floating point constants | Chris Lattner | 2001-07-15 | 1 | -4/+10 | |
| | | | | | llvm-svn: 190 | |||||
| * | * The parent of a constant pool is a symtabvalue, not a value. | Chris Lattner | 2001-07-14 | 1 | -1/+1 | |
| | | | | | llvm-svn: 181 | |||||
| * | Implementation of Store & GetElementPtr | Chris Lattner | 2001-07-08 | 1 | -5/+14 | |
| | | | | | llvm-svn: 164 | |||||
| * | Neg instruction removed. Cast instruction implemented. | Chris Lattner | 2001-07-08 | 1 | -0/+9 | |
| | | | | | llvm-svn: 156 | |||||
| * | Broad superficial changes: | Chris Lattner | 2001-07-07 | 1 | -7/+7 | |
| | | | | | | | | | | * 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 | -20/+18 | |
| | | | | | | | | | | | | 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 | 1 | -12/+8 | |
| | | | | | | | | | | | | * 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 | |||||
| * | Convert ugly postincrement to efficient preincrement | Chris Lattner | 2001-06-27 | 1 | -2/+2 | |
| | | | | | llvm-svn: 89 | |||||
| * | Initial revision | Chris Lattner | 2001-06-06 | 5 | -0/+601 | |
| llvm-svn: 2 | ||||||

