Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Allow open/closing curly braces instead of begin/end to define the body of a ↵ | Chris Lattner | 2002-05-03 | 1 | -1/+1 | |
| | | | | | | function llvm-svn: 2451 | |||||
* | Add a better comment to explain what is going on. | Chris Lattner | 2002-04-07 | 1 | -1/+4 | |
| | | | | llvm-svn: 2139 | |||||
* | Remove debugging code accidentally checked in! | Chris Lattner | 2002-04-07 | 1 | -1/+0 | |
| | | | | llvm-svn: 2137 | |||||
* | Add support for hexadecimal FP constants! | Chris Lattner | 2002-04-07 | 1 | -7/+35 | |
| | | | | llvm-svn: 2135 | |||||
* | Lexer doesn't create typehandle gross stuff now, parser does. | Chris Lattner | 2002-04-04 | 1 | -6/+1 | |
| | | | | llvm-svn: 2103 | |||||
* | Allow hyphens in identifier names | Chris Lattner | 2001-12-04 | 1 | -2/+2 | |
| | | | | llvm-svn: 1409 | |||||
* | Implement support for internal methods | Chris Lattner | 2001-11-26 | 1 | -0/+1 | |
| | | | | llvm-svn: 1373 | |||||
* | Support floating point numbers in expodential form so that small numbers ↵ | Chris Lattner | 2001-11-01 | 1 | -1/+1 | |
| | | | | | | don't get truncated, which broke the health benchmark llvm-svn: 1087 | |||||
* | Negative FP constants... whodathunkit. | Chris Lattner | 2001-10-23 | 1 | -1/+1 | |
| | | | | llvm-svn: 963 | |||||
* | Add support for And, XOR, and Or | Chris Lattner | 2001-10-20 | 1 | -0/+3 | |
| | | | | llvm-svn: 924 | |||||
* | Support the new Invoke instruction | Chris Lattner | 2001-10-13 | 1 | -1/+3 | |
| | | | | llvm-svn: 755 | |||||
* | * Add support for null as a constant | Chris Lattner | 2001-10-03 | 1 | -0/+1 | |
| | | | | | | | | * Allow multiple definitions of a type with the same name as long as they are the same type * Eagerly resolve types to allow #2 to work instead of after the whole const pool has been processed * Change grammar to require a const before a local constant definition llvm-svn: 699 | |||||
* | Implement constant pointers, and null specifically in the parser, bytecode ↵ | Chris Lattner | 2001-09-30 | 1 | -0/+1 | |
| | | | | | | | | writer, and bytecode reader. llvm-svn: 668 | |||||
* | Add support for global constants, and for initializers for constants | Chris Lattner | 2001-09-18 | 1 | -0/+2 | |
| | | | | | | Clean up parser somewhat by factoring out freeing of ID's into setname function llvm-svn: 597 | |||||
* | Implement global variable support | Chris Lattner | 2001-09-10 | 1 | -0/+1 | |
| | | | | llvm-svn: 530 | |||||
* | Add support for an opaque type | Chris Lattner | 2001-09-07 | 1 | -19/+22 | |
| | | | | llvm-svn: 444 | |||||
* | * Enable the use of escaped literal strings | Chris Lattner | 2001-07-28 | 1 | -6/+46 | |
| | | | | | | | | | | | | | | | | * Unresolved variable names now have the correct line number for their error messages * Rename Def* to Value* * Check for symbol table collisions before inserting values * Remove the STRING keyword * Enable the use of string literals to initialize constant arrays * Enable the use of extended constants in more locations: eg ret [int] [4, 5] * Allow method prototypes to appear in the constant pool of the program * Support varargs methods better. Enable varargs methods with 0 fixed arguments * Allow the entire method prototype to optionally be specified in a call inst llvm-svn: 321 | |||||
* | Add support for extern varargs methods & varargs method calls | Chris Lattner | 2001-07-25 | 1 | -0/+1 | |
| | | | | | | Remove tool generated files llvm-svn: 296 | |||||
* | Implement forward/external declarations for methods. Also, emit an error if ↵ | Chris Lattner | 2001-07-15 | 1 | -4/+1 | |
| | | | | | | | | a method is defined more than once, instead of crashing. llvm-svn: 195 | |||||
* | Add support to the parser to recognize floating point constants | Chris Lattner | 2001-07-15 | 1 | -0/+5 | |
| | | | | llvm-svn: 188 | |||||
* | Implementation of Store & GetElementPtr | Chris Lattner | 2001-07-08 | 1 | -2/+1 | |
| | | | | llvm-svn: 164 | |||||
* | Implemented shl, shl, & load instructions | Chris Lattner | 2001-07-08 | 1 | -4/+8 | |
| | | | | llvm-svn: 161 | |||||
* | Moved Cast from being a Unary instruction to being an "Other" instruction | Chris Lattner | 2001-07-08 | 1 | -2/+2 | |
| | | | | llvm-svn: 160 | |||||
* | Neg instruction removed. Cast instruction implemented. | Chris Lattner | 2001-07-08 | 1 | -1/+2 | |
| | | | | llvm-svn: 156 | |||||
* | Initial revision | Chris Lattner | 2001-06-06 | 1 | -0/+184 | |
llvm-svn: 2 |