Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s/Method/Function | Chris Lattner | 2002-03-29 | 1 | -3/+3 |
| | | | | llvm-svn: 2035 | ||||
* | Changes to build successfully with GCC 3.02 | Chris Lattner | 2002-01-20 | 1 | -1/+3 |
| | | | | llvm-svn: 1503 | ||||
* | Remove unsized array support | Chris Lattner | 2001-12-14 | 1 | -3/+1 |
| | | | | llvm-svn: 1461 | ||||
* | Renamed inst_const_iterator -> const_inst_iterator | Chris Lattner | 2001-12-04 | 1 | -1/+1 |
| | | | | | | | Renamed op_const_iterator -> const_op_iterator Renamed PointerType::getValueType() -> PointerType::getElementType() llvm-svn: 1408 | ||||
* | Rename ConstPoolVal -> Constant | Chris Lattner | 2001-12-03 | 1 | -15/+15 |
| | | | | | | | Rename ConstPool* -> Constant* Rename ConstPoolVals.h -> ConstantVals.h llvm-svn: 1407 | ||||
* | Allow unresolved/opaque types to be read and written to bytecode files | Chris Lattner | 2001-10-23 | 1 | -0/+5 |
| | | | | llvm-svn: 959 | ||||
* | Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get ↵ | Chris Lattner | 2001-10-15 | 1 | -2/+2 |
| | | | | | | tired typing that much llvm-svn: 822 | ||||
* | * Use new style casts more | Chris Lattner | 2001-10-13 | 1 | -7/+18 |
| | | | | | | | | * Add real support for global variable addresses initializing constants * Fix encoding/decoding of VarArgs calls * Support the Invoke instruction llvm-svn: 761 | ||||
* | Commit more code over to new cast style | Chris Lattner | 2001-10-02 | 1 | -5/+5 |
| | | | | llvm-svn: 697 | ||||
* | 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 | ||||
* | ModuleTyID doesn't exist anyymore | Chris Lattner | 2001-09-10 | 1 | -1/+0 |
| | | | | | | Use correct cast llvm-svn: 539 | ||||
* | * Emit bytecode using a deque instead of a vector to be faster | Chris Lattner | 2001-09-07 | 1 | -4/+4 |
| | | | | | | | | | * 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 | ||||
* | Add support for extern varargs methods & varargs method calls | Chris Lattner | 2001-07-25 | 1 | -2/+6 |
| | | | | llvm-svn: 297 | ||||
* | Add support to the bytecode writer to recognize floating point constants | Chris Lattner | 2001-07-15 | 1 | -4/+10 |
| | | | | llvm-svn: 190 | ||||
* | Changed the fundemental architecture of Operands for Instructions. Now | Chris Lattner | 2001-07-07 | 1 | -1/+1 |
| | | | | | | | | | | | 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 | ||||
* | Convert ugly postincrement to efficient preincrement | Chris Lattner | 2001-06-27 | 1 | -2/+2 |
| | | | | llvm-svn: 89 | ||||
* | Initial revision | Chris Lattner | 2001-06-06 | 1 | -0/+154 |
llvm-svn: 2 |