Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove separate vector of implicit refs from MachineInstr, and | Vikram S. Adve | 2002-10-29 | 1 | -5/+31 |
| | | | | | | | | instead record them as extra operands in the operands[] vector. Also, move CallArgsDescriptor into this class instead of making it an annotation on the machine instruction. llvm-svn: 4399 | ||||
* | Add #includes now that MachineInstr.h doesn't include ↵ | Chris Lattner | 2002-10-28 | 1 | -0/+1 |
| | | | | | | llvm/Target/MachineInstrInfo.h llvm-svn: 4327 | ||||
* | Fixed method getReturnValue(): it should return NULL if the | Vikram S. Adve | 2002-09-28 | 1 | -0/+7 |
| | | | | | | callee does not return a value. llvm-svn: 3968 | ||||
* | * Removed extraneous #includes | Chris Lattner | 2002-08-09 | 1 | -11/+4 |
| | | | | | | | * Fixed file headers to be consistent with the rest of LLVM * Other minor fixes llvm-svn: 3278 | ||||
* | Annotation class for MachineInstr. | Vikram S. Adve | 2002-05-19 | 1 | -0/+39 |
llvm-svn: 2643 |