aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AsmParser/Lexer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add support alignment of allocation instructions.Nate Begeman2005-11-051-468/+479
* Implement PR614:Reid Spencer2005-08-271-0/+2552
* Add support for extern varargs methods & varargs method callsChris Lattner2001-07-251-2065/+0
* Implement forward/external declarations for methods. Also, emit an error if ...Chris Lattner2001-07-151-288/+275
* Add support to the parser to recognize floating point constantsChris Lattner2001-07-151-256/+266
* Implementation of Store & GetElementPtrChris Lattner2001-07-081-188/+182
* Implemented shl, shl, & load instructionsChris Lattner2001-07-081-212/+223
* Moved Cast from being a Unary instruction to being an "Other" instructionChris Lattner2001-07-081-8/+8
* Neg instruction removed. Cast instruction implemented.Chris Lattner2001-07-081-210/+215
* Initial revisionChris Lattner2001-06-061-0/+2058