- d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
- 856ba76 Added LLVM copyright header. by John Criswell · 21 years ago
- 3b237fc Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruction::PHI" to be more consistent with the other instructions. by Chris Lattner · 21 years ago
- 99e7ab7 New revised variable argument handling support by Chris Lattner · 21 years ago
- 778fab2 Include <cctype> and <cstdlib> instead of <ctype.h> and "Config/stdlib.h". by Brian Gaeke · 21 years ago
- f797cab Accept 'weak' as a linkage type. For now, just turn it into linkonce linkage by Chris Lattner · 21 years ago
- 36143fc Add support for the unwind instruction by Chris Lattner · 21 years ago
- 15c9c03 Parse volatile loads/stores by Chris Lattner · 21 years ago
- 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 21 years ago
- f460048 Add support for a new zeroinitializer token which can be used to get rid of by Chris Lattner · 21 years ago
- 8f77dae Add support for the new va_arg instruction by Chris Lattner · 22 years ago
- 7a5a1f7 Use a union to cast int to fp by Chris Lattner · 22 years ago
- b9bcbb5 Allow information about the target to be specified in the .ll file by Chris Lattner · 22 years ago
- 3e8ba10 Allow hexadecimal integer constants to be used by Chris Lattner · 22 years ago
- 4ad02e7 Add new linkage types to support a real frontend by Chris Lattner · 22 years ago
- 08c0e6a The parser now accepts "external" global variables, in addition to the backwards by Chris Lattner · 22 years ago
- d78700d - Remove unused STRING token from lexer & parser by Chris Lattner · 22 years ago
- 699f1eb AsmParser turns 'not' instructions into 'xor' instructions now. by Chris Lattner · 22 years ago
- bcafcce GCC 3.1 changes by Chris Lattner · 22 years ago
- 9b02cc3 Allow open/closing curly braces instead of begin/end to define the body of a function by Chris Lattner · 23 years ago
- b55679d Add a better comment to explain what is going on. by Chris Lattner · 23 years ago
- 74dbc99 Remove debugging code accidentally checked in! by Chris Lattner · 23 years ago
- 275da86 by Chris Lattner · 23 years ago
- 4e4cae8 Lexer doesn't create typehandle gross stuff now, parser does. by Chris Lattner · 23 years ago
- 9a88d27 Allow hyphens in identifier names by Chris Lattner · 23 years ago
- dda7196 Implement support for internal methods by Chris Lattner · 23 years ago
- 1e2c614 Support floating point numbers in expodential form so that small numbers don't get truncated, which broke the health benchmark by Chris Lattner · 23 years ago
- 90ebc11 Negative FP constants... whodathunkit. by Chris Lattner · 23 years ago
- 42c9e77 Add support for And, XOR, and Or by Chris Lattner · 23 years ago
- 5efbbc2 Support the new Invoke instruction by Chris Lattner · 23 years ago
- df7306f * Add support for null as a constant by Chris Lattner · 23 years ago
- 1a1cb11 Implement constant pointers, and null specifically in the parser, bytecode writer, and by Chris Lattner · 23 years ago
- 1781aca Add support for global constants, and for initializers for constants by Chris Lattner · 23 years ago
- 70cc339 Implement global variable support by Chris Lattner · 23 years ago
- e1fe875 Add support for an opaque type by Chris Lattner · 23 years ago
- 93750fa * Enable the use of escaped literal strings by Chris Lattner · 23 years ago
- 8b81bf5 Add support for extern varargs methods & varargs method calls by Chris Lattner · 23 years ago
- e181564 Implement forward/external declarations for methods. Also, emit an error if a method by Chris Lattner · 23 years ago
- 3d52b2f Add support to the parser to recognize floating point constants by Chris Lattner · 23 years ago
- ab5ac6b Implementation of Store & GetElementPtr by Chris Lattner · 23 years ago
- 027dcc5 Implemented shl, shl, & load instructions by Chris Lattner · 23 years ago
- 71496b3 Moved Cast from being a Unary instruction to being an "Other" instruction by Chris Lattner · 23 years ago
- 0908309 Neg instruction removed. Cast instruction implemented. by Chris Lattner · 23 years ago
- 0095054 Initial revision by Chris Lattner · 23 years ago