aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bytecode/Reader/InstructionReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix constness problems now that the cast operators preserve the constnessChris Lattner2002-06-051-4/+4
* Replace all usages of Type::isPointerType with isa<PointerType>Chris Lattner2002-05-061-1/+1
* s/MethodType/FunctionTypeChris Lattner2002-04-041-6/+6
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-2/+5
* Add pointer indexing supportChris Lattner2001-12-141-9/+12
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-041-4/+4
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-1/+1
* Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner2001-12-031-3/+3
* Implement array indexingChris Lattner2001-11-261-26/+47
* Remove debug info :(Chris Lattner2001-11-121-3/+1
* Fix bug in new assertionChris Lattner2001-11-121-4/+7
* Add an assertion checkChris Lattner2001-11-121-0/+2
* Fixed a LONG standing, SCARY problem with bytecode encoding. It turns out to...Chris Lattner2001-10-231-12/+36
* Fix problem with a cast instruction that must be expanded to type 0Chris Lattner2001-10-211-3/+7
* * Add real support for global variable addresses initializing constantsChris Lattner2001-10-131-12/+71
* * Both Method & GlobalVariable now subclass GlobalValueChris Lattner2001-10-031-2/+2
* Commit more code over to new cast styleChris Lattner2001-10-021-11/+11
* Convert more code to use new style castsChris Lattner2001-10-011-14/+14
* getMethodType is now just getTypeChris Lattner2001-09-101-2/+2
* * Remove support for internal constant poolChris Lattner2001-09-071-1/+1
* * Add calls to failure template so that it is actually possible to debugChris Lattner2001-07-281-38/+37
* Add support for extern varargs methods & varargs method callsChris Lattner2001-07-251-18/+36
* Implementation of Store & GetElementPtrChris Lattner2001-07-081-2/+35
* Implemented shl, shl, & load instructionsChris Lattner2001-07-081-16/+71
* Moved Cast from being a Unary instruction to being an "Other" instructionChris Lattner2001-07-081-2/+1
* Neg instruction removed. Cast instruction implemented.Chris Lattner2001-07-081-0/+4
* Convert BinaryOperand and UnaryOperator to only take instruction types ofChris Lattner2001-07-071-3/+5
* Changed the fundemental architecture of Operands for Instructions. NowChris Lattner2001-07-071-7/+11
* Renamed get.*Operator to create seeing that it would have to be qualifiedChris Lattner2001-06-251-4/+3
* Updates to supportChris Lattner2001-06-111-13/+18
* Moved getBinaryOperator to the BinaryOperator class and the getUnaryOperatorChris Lattner2001-06-081-3/+4
* Initial revisionChris Lattner2001-06-061-0/+213