Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Great renaming: Sparc --> SparcV9 | Brian Gaeke | 2004-02-25 | 1 | -351/+0 |
| | | | | llvm-svn: 11826 | ||||
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -1/+1 |
| | | | | llvm-svn: 9903 | ||||
* | Added LLVM copyright notice. | John Criswell | 2003-10-21 | 1 | -0/+9 |
| | | | | llvm-svn: 9324 | ||||
* | Apparently the dependencies are wrong for this file, so it didn't rebuild it | Chris Lattner | 2003-10-20 | 1 | -1/+1 |
| | | | | | | when changing Instruction.def. :( llvm-svn: 9286 | ||||
* | Update the sparc backend to at least compile correctly with the new varargs ↵ | Chris Lattner | 2003-10-18 | 1 | -3/+5 |
| | | | | | | stuff even if it's not all implemented yet. llvm-svn: 9223 | ||||
* | Include <cstdio> instead of <stdio.h>. | Brian Gaeke | 2003-10-10 | 1 | -1/+1 |
| | | | | llvm-svn: 9032 | ||||
* | Fold cast-to-bool into not. Later, this should also be folded into other | Vikram S. Adve | 2003-07-10 | 1 | -0/+1 |
| | | | | | | boolean operations: AND, OR, XOR. llvm-svn: 7157 | ||||
* | Add support for compiling varargs functions. | Vikram S. Adve | 2003-05-25 | 1 | -1/+3 |
| | | | | llvm-svn: 6325 | ||||
* | LoadIdx non-terminal no longer needed. | Vikram S. Adve | 2002-08-24 | 1 | -3/+0 |
| | | | | llvm-svn: 3499 | ||||
* | Change rules for Not, since it is now implemented as Xor(reg,11..1). | Vikram S. Adve | 2002-08-22 | 1 | -48/+54 |
| | | | | | | | Eliminate bool, boolreg and boolconst nonterminals, and just use reg and Constant instead. llvm-svn: 3440 | ||||
* | Added support for bitwise logical operators. Use different labels for | Vikram S. Adve | 2001-11-08 | 1 | -4/+29 |
| | | | | | | | for these than for boolean logicals to avoid making Burg diverge. See Burg manual for more information. llvm-svn: 1196 | ||||
* | Move the burg file to here. Add .in suffix to indicate that it gets | Chris Lattner | 2001-10-14 | 1 | -0/+309 |
preprocessed before burg gets to it llvm-svn: 794 |