| Commit message (Expand) | Author | Age | Files | Lines |
* | Added LLVM copyright header. | John Criswell | 2003-10-21 | 1 | -0/+7 |
* | Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct... | Chris Lattner | 2003-10-19 | 1 | -1/+1 |
* | New revised variable argument handling support | Chris Lattner | 2003-10-18 | 1 | -2/+4 |
* | Include <cctype> and <cstdlib> instead of <ctype.h> and "Config/stdlib.h". | Brian Gaeke | 2003-10-10 | 1 | -2/+2 |
* | Accept 'weak' as a linkage type. For now, just turn it into linkonce linkage | Chris Lattner | 2003-10-10 | 1 | -0/+1 |
* | Add support for the unwind instruction | Chris Lattner | 2003-09-08 | 1 | -0/+1 |
* | Parse volatile loads/stores | Chris Lattner | 2003-09-08 | 1 | -0/+1 |
* | Merged in autoconf branch. This provides configuration via the autoconf | John Criswell | 2003-06-30 | 1 | -1/+1 |
* | Add support for a new zeroinitializer token which can be used to get rid of | Chris Lattner | 2003-06-28 | 1 | -0/+1 |
* | Add support for the new va_arg instruction | Chris Lattner | 2003-05-08 | 1 | -0/+1 |
* | Use a union to cast int to fp | Chris Lattner | 2003-04-22 | 1 | -7/+9 |
* | Allow information about the target to be specified in the .ll file | Chris Lattner | 2003-04-22 | 1 | -0/+6 |
* | Allow hexadecimal integer constants to be used | Chris Lattner | 2003-04-17 | 1 | -5/+19 |
* | Add new linkage types to support a real frontend | Chris Lattner | 2003-04-16 | 1 | -0/+2 |
* | The parser now accepts "external" global variables, in addition to the backwards | Chris Lattner | 2002-10-06 | 1 | -1/+2 |
* | - Remove unused STRING token from lexer & parser | Chris Lattner | 2002-08-16 | 1 | -1/+0 |
* | AsmParser turns 'not' instructions into 'xor' instructions now. | Chris Lattner | 2002-08-14 | 1 | -5/+3 |
* | GCC 3.1 changes | Chris Lattner | 2002-07-25 | 1 | -1/+1 |
* | Allow open/closing curly braces instead of begin/end to define the body of a ... | Chris Lattner | 2002-05-03 | 1 | -1/+1 |
* | Add a better comment to explain what is going on. | Chris Lattner | 2002-04-07 | 1 | -1/+4 |
* | Remove debugging code accidentally checked in! | Chris Lattner | 2002-04-07 | 1 | -1/+0 |
* | Add support for hexadecimal FP constants! | Chris Lattner | 2002-04-07 | 1 | -7/+35 |
* | Lexer doesn't create typehandle gross stuff now, parser does. | Chris Lattner | 2002-04-04 | 1 | -6/+1 |
* | Allow hyphens in identifier names | Chris Lattner | 2001-12-04 | 1 | -2/+2 |
* | Implement support for internal methods | Chris Lattner | 2001-11-26 | 1 | -0/+1 |
* | Support floating point numbers in expodential form so that small numbers don'... | Chris Lattner | 2001-11-01 | 1 | -1/+1 |
* | Negative FP constants... whodathunkit. | Chris Lattner | 2001-10-23 | 1 | -1/+1 |
* | Add support for And, XOR, and Or | Chris Lattner | 2001-10-20 | 1 | -0/+3 |
* | Support the new Invoke instruction | Chris Lattner | 2001-10-13 | 1 | -1/+3 |
* | * Add support for null as a constant | Chris Lattner | 2001-10-03 | 1 | -0/+1 |
* | Implement constant pointers, and null specifically in the parser, bytecode wr... | Chris Lattner | 2001-09-30 | 1 | -0/+1 |
* | Add support for global constants, and for initializers for constants | Chris Lattner | 2001-09-18 | 1 | -0/+2 |
* | Implement global variable support | Chris Lattner | 2001-09-10 | 1 | -0/+1 |
* | Add support for an opaque type | Chris Lattner | 2001-09-07 | 1 | -19/+22 |
* | * Enable the use of escaped literal strings | Chris Lattner | 2001-07-28 | 1 | -6/+46 |
* | Add support for extern varargs methods & varargs method calls | Chris Lattner | 2001-07-25 | 1 | -0/+1 |
* | Implement forward/external declarations for methods. Also, emit an error if ... | Chris Lattner | 2001-07-15 | 1 | -4/+1 |
* | Add support to the parser to recognize floating point constants | Chris Lattner | 2001-07-15 | 1 | -0/+5 |
* | Implementation of Store & GetElementPtr | Chris Lattner | 2001-07-08 | 1 | -2/+1 |
* | Implemented shl, shl, & load instructions | Chris Lattner | 2001-07-08 | 1 | -4/+8 |
* | Moved Cast from being a Unary instruction to being an "Other" instruction | Chris Lattner | 2001-07-08 | 1 | -2/+2 |
* | Neg instruction removed. Cast instruction implemented. | Chris Lattner | 2001-07-08 | 1 | -1/+2 |
* | Initial revision | Chris Lattner | 2001-06-06 | 1 | -0/+184 |