aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AsmParser/llvmAsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add support alignment of allocation instructions.Nate Begeman2005-11-051-2563/+2029
* When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2005-10-231-210/+212
* Implement PR614:Reid Spencer2005-08-271-0/+4590
* Remove dependence on command line library. Silly anyway.Chris Lattner2001-07-221-2420/+0
* Add a comment.Chris Lattner2001-07-201-107/+109
* Implement forward/external declarations for methods. Also, emit an error if ...Chris Lattner2001-07-151-396/+444
* Add support to the parser to recognize floating point constantsChris Lattner2001-07-151-497/+535
* Added some comments, preparing to add global variables and method prototypesChris Lattner2001-07-141-94/+94
* Make sure that types go in the constant pool if they are used.Chris Lattner2001-07-091-121/+150
* Implementation of Store & GetElementPtrChris Lattner2001-07-081-226/+249
* Implemented shl, shl, & load instructionsChris Lattner2001-07-081-435/+481
* Moved Cast from being a Unary instruction to being an "Other" instructionChris Lattner2001-07-081-76/+76
* Neg instruction removed. Cast instruction implemented.Chris Lattner2001-07-081-426/+430
* Changed memory reference instructions to store the result as the implicitChris Lattner2001-07-071-19/+17
* Miscellaneous cleanups:Chris Lattner2001-06-271-7/+7
* Renamed get.*Operator to create seeing that it would have to be qualifiedChris Lattner2001-06-251-2/+2
* Updates to supportChris Lattner2001-06-111-253/+283
* Moved getBinaryOperator to the BinaryOperator class and the getUnaryOperatorChris Lattner2001-06-081-2/+2
* Initial revisionChris Lattner2001-06-061-0/+2202