aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AsmParser
Commit message (Expand)AuthorAgeFilesLines
* Remove dependence on command line library. Silly anyway.Chris Lattner2001-07-224-2441/+19
* Add a comment.Chris Lattner2001-07-202-107/+111
* Implement forward/external declarations for methods. Also, emit an error if ...Chris Lattner2001-07-154-696/+755
* Add support to the parser to recognize floating point constantsChris Lattner2001-07-156-810/+890
* Added some comments, preparing to add global variables and method prototypesChris Lattner2001-07-142-98/+117
* Make sure that types go in the constant pool if they are used.Chris Lattner2001-07-092-141/+199
* Implementation of Store & GetElementPtrChris Lattner2001-07-085-427/+463
* Implemented shl, shl, & load instructionsChris Lattner2001-07-085-681/+769
* Moved Cast from being a Unary instruction to being an "Other" instructionChris Lattner2001-07-085-94/+94
* Neg instruction removed. Cast instruction implemented.Chris Lattner2001-07-085-673/+682
* Broad superficial changes:Chris Lattner2001-07-071-1/+1
* Changed memory reference instructions to store the result as the implicitChris Lattner2001-07-073-41/+29
* Miscellaneous cleanups:Chris Lattner2001-06-272-14/+14
* Renamed get.*Operator to create seeing that it would have to be qualifiedChris Lattner2001-06-252-4/+4
* Updates to supportChris Lattner2001-06-113-258/+305
* Moved getBinaryOperator to the BinaryOperator class and the getUnaryOperatorChris Lattner2001-06-082-4/+4
* Initial revisionChris Lattner2001-06-068-0/+5735