summaryrefslogtreecommitdiff
path: root/lib/AsmParser
Commit message (Expand)AuthorAge
* Remove dependence on command line library. Silly anyway.Chris Lattner2001-07-22
* Add a comment.Chris Lattner2001-07-20
* Implement forward/external declarations for methods. Also, emit an error if ...Chris Lattner2001-07-15
* Add support to the parser to recognize floating point constantsChris Lattner2001-07-15
* Added some comments, preparing to add global variables and method prototypesChris Lattner2001-07-14
* Make sure that types go in the constant pool if they are used.Chris Lattner2001-07-09
* Implementation of Store & GetElementPtrChris Lattner2001-07-08
* Implemented shl, shl, & load instructionsChris Lattner2001-07-08
* Moved Cast from being a Unary instruction to being an "Other" instructionChris Lattner2001-07-08
* Neg instruction removed. Cast instruction implemented.Chris Lattner2001-07-08
* Broad superficial changes:Chris Lattner2001-07-07
* Changed memory reference instructions to store the result as the implicitChris Lattner2001-07-07
* Miscellaneous cleanups:Chris Lattner2001-06-27
* Renamed get.*Operator to create seeing that it would have to be qualifiedChris Lattner2001-06-25
* Updates to supportChris Lattner2001-06-11
* Moved getBinaryOperator to the BinaryOperator class and the getUnaryOperatorChris Lattner2001-06-08
* Initial revisionChris Lattner2001-06-06