aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AsmParser/Lexer.l
Commit message (Expand)AuthorAgeFilesLines
* Add support for And, XOR, and OrChris Lattner2001-10-201-0/+3
* Support the new Invoke instructionChris Lattner2001-10-131-1/+3
* * Add support for null as a constantChris Lattner2001-10-031-0/+1
* Implement constant pointers, and null specifically in the parser, bytecode wr...Chris Lattner2001-09-301-0/+1
* Add support for global constants, and for initializers for constantsChris Lattner2001-09-181-0/+2
* Implement global variable supportChris Lattner2001-09-101-0/+1
* Add support for an opaque typeChris Lattner2001-09-071-19/+22
* * Enable the use of escaped literal stringsChris Lattner2001-07-281-6/+46
* Add support for extern varargs methods & varargs method callsChris Lattner2001-07-251-0/+1
* Implement forward/external declarations for methods. Also, emit an error if ...Chris Lattner2001-07-151-4/+1
* Add support to the parser to recognize floating point constantsChris Lattner2001-07-151-0/+5
* Implementation of Store & GetElementPtrChris Lattner2001-07-081-2/+1
* Implemented shl, shl, & load instructionsChris Lattner2001-07-081-4/+8
* Moved Cast from being a Unary instruction to being an "Other" instructionChris Lattner2001-07-081-2/+2
* Neg instruction removed. Cast instruction implemented.Chris Lattner2001-07-081-1/+2
* Initial revisionChris Lattner2001-06-061-0/+184