summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bytecode/Reader/InstructionReader.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Commit more code over to new cast styleChris Lattner2001-10-021-11/+11
| | | | llvm-svn: 697
* Convert more code to use new style castsChris Lattner2001-10-011-14/+14
| | | | | | Eliminate old style casts from value.h llvm-svn: 696
* getMethodType is now just getTypeChris Lattner2001-09-101-2/+2
| | | | llvm-svn: 538
* * Remove support for internal constant poolChris Lattner2001-09-071-1/+1
| | | | | | | | | | * 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 debugChris Lattner2001-07-281-38/+37
| | | | | | | why bytecode parsing is failing. Just put a breakpoint in the failure templates. llvm-svn: 323
* Add support for extern varargs methods & varargs method callsChris Lattner2001-07-251-18/+36
| | | | llvm-svn: 297
* Implementation of Store & GetElementPtrChris Lattner2001-07-081-2/+35
| | | | llvm-svn: 164
* Implemented shl, shl, & load instructionsChris Lattner2001-07-081-16/+71
| | | | llvm-svn: 161
* Moved Cast from being a Unary instruction to being an "Other" instructionChris Lattner2001-07-081-2/+1
| | | | llvm-svn: 160
* Neg instruction removed. Cast instruction implemented.Chris Lattner2001-07-081-0/+4
| | | | llvm-svn: 156
* Convert BinaryOperand and UnaryOperator to only take instruction types ofChris Lattner2001-07-071-3/+5
| | | | | | the appropriate enum llvm-svn: 153
* Changed the fundemental architecture of Operands for Instructions. NowChris Lattner2001-07-071-7/+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
* Renamed get.*Operator to create seeing that it would have to be qualifiedChris Lattner2001-06-251-4/+3
| | | | | | with the classname anyways. llvm-svn: 74
* Updates to supportChris Lattner2001-06-111-13/+18
| | | | | | * Changes in PHI node structure llvm-svn: 25
* Moved getBinaryOperator to the BinaryOperator class and the getUnaryOperatorChris Lattner2001-06-081-3/+4
| | | | | | to the UnaryOperator class (from the Instruction class). llvm-svn: 21
* Initial revisionChris Lattner2001-06-061-0/+213
llvm-svn: 2
OpenPOWER on IntegriCloud