aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AsmParser/Lexer.l
Commit message (Expand)AuthorAgeFilesLines
* Added LLVM copyright header.John Criswell2003-10-211-0/+7
* Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...Chris Lattner2003-10-191-1/+1
* New revised variable argument handling supportChris Lattner2003-10-181-2/+4
* Include <cctype> and <cstdlib> instead of <ctype.h> and "Config/stdlib.h".Brian Gaeke2003-10-101-2/+2
* Accept 'weak' as a linkage type. For now, just turn it into linkonce linkageChris Lattner2003-10-101-0/+1
* Add support for the unwind instructionChris Lattner2003-09-081-0/+1
* Parse volatile loads/storesChris Lattner2003-09-081-0/+1
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-301-1/+1
* Add support for a new zeroinitializer token which can be used to get rid ofChris Lattner2003-06-281-0/+1
* Add support for the new va_arg instructionChris Lattner2003-05-081-0/+1
* Use a union to cast int to fpChris Lattner2003-04-221-7/+9
* Allow information about the target to be specified in the .ll fileChris Lattner2003-04-221-0/+6
* Allow hexadecimal integer constants to be usedChris Lattner2003-04-171-5/+19
* Add new linkage types to support a real frontendChris Lattner2003-04-161-0/+2
* The parser now accepts "external" global variables, in addition to the backwardsChris Lattner2002-10-061-1/+2
* - Remove unused STRING token from lexer & parserChris Lattner2002-08-161-1/+0
* AsmParser turns 'not' instructions into 'xor' instructions now.Chris Lattner2002-08-141-5/+3
* GCC 3.1 changesChris Lattner2002-07-251-1/+1
* Allow open/closing curly braces instead of begin/end to define the body of a ...Chris Lattner2002-05-031-1/+1
* Add a better comment to explain what is going on.Chris Lattner2002-04-071-1/+4
* Remove debugging code accidentally checked in!Chris Lattner2002-04-071-1/+0
* Add support for hexadecimal FP constants!Chris Lattner2002-04-071-7/+35
* Lexer doesn't create typehandle gross stuff now, parser does.Chris Lattner2002-04-041-6/+1
* Allow hyphens in identifier namesChris Lattner2001-12-041-2/+2
* Implement support for internal methodsChris Lattner2001-11-261-0/+1
* Support floating point numbers in expodential form so that small numbers don'...Chris Lattner2001-11-011-1/+1
* Negative FP constants... whodathunkit.Chris Lattner2001-10-231-1/+1
* 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