| Commit message (Expand) | Author | Age | Files | Lines |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -1/+1 |
* | Added LLVM copyright header (for lack of a better term). | John Criswell | 2003-10-20 | 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 | -4/+5 |
* | Standardize header file comments | Chris Lattner | 2003-09-30 | 1 | -1/+1 |
* | Add new unwind instruction. Happily there was a slot leftover from when the | Chris Lattner | 2003-09-08 | 1 | -1/+2 |
* | Add new VarArgInst class for the va_arg instruction | Chris Lattner | 2003-05-08 | 1 | -3/+4 |
* | Eliminate the GenericBinaryInst class. | Chris Lattner | 2002-09-10 | 1 | -8/+8 |
* | Remove the last traces of the NOT instruction | Chris Lattner | 2002-08-15 | 1 | -23/+0 |
* | Remove reference to GenericUnaryInst class | Chris Lattner | 2002-08-14 | 1 | -1/+1 |
* | Allow implementation of all HANDLE_*_INST macros at once by defining HANDLE_INST | Chris Lattner | 2002-03-19 | 1 | -4/+27 |
* | New file to define instructions... | Chris Lattner | 2001-10-14 | 1 | -0/+145 |