aboutsummaryrefslogtreecommitdiff
path: root/lib/AsmParser
AgeCommit message (Expand)Author
2001-09-10Update to use correct type castChris Lattner
2001-09-10Implement global variable supportChris Lattner
2001-09-07* Add support for forward referencing typesChris Lattner
2001-09-07Add support for forward referencing typesChris Lattner
2001-09-07Add support for an opaque typeChris Lattner
2001-07-28* Enable the use of escaped literal stringsChris Lattner
2001-07-26Refactor some of the constant stuff so that we can return complex constantChris Lattner
2001-07-25Add support for extern varargs methods & varargs method callsChris Lattner
2001-07-23Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner
2001-07-22Remove dependence on command line library. Silly anyway.Chris Lattner
2001-07-20Add a comment.Chris Lattner
2001-07-15Implement forward/external declarations for methods. Also, emit an error if ...Chris Lattner
2001-07-15Add support to the parser to recognize floating point constantsChris Lattner
2001-07-14Added some comments, preparing to add global variables and method prototypesChris Lattner
2001-07-09Make sure that types go in the constant pool if they are used.Chris Lattner
2001-07-08Implementation of Store & GetElementPtrChris Lattner
2001-07-08Implemented shl, shl, & load instructionsChris Lattner
2001-07-08Moved Cast from being a Unary instruction to being an "Other" instructionChris Lattner
2001-07-08Neg instruction removed. Cast instruction implemented.Chris Lattner
2001-07-07Broad superficial changes:Chris Lattner
2001-07-07Changed memory reference instructions to store the result as the implicitChris Lattner
2001-06-27Miscellaneous cleanups:Chris Lattner
2001-06-25Renamed get.*Operator to create seeing that it would have to be qualifiedChris Lattner
2001-06-11Updates to supportChris Lattner
2001-06-08Moved getBinaryOperator to the BinaryOperator class and the getUnaryOperatorChris Lattner
2001-06-06Initial revisionChris Lattner