aboutsummaryrefslogtreecommitdiff
path: root/lib/AsmParser/Lexer.cpp
AgeCommit message (Expand)Author
2001-07-25Add support for extern varargs methods & varargs method callsChris 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-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-06-06Initial revisionChris Lattner