summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc/Sparc.burg.in
Commit message (Collapse)AuthorAgeFilesLines
* Great renaming: Sparc --> SparcV9Brian Gaeke2004-02-251-351/+0
| | | | llvm-svn: 11826
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-1/+1
| | | | llvm-svn: 9903
* Added LLVM copyright notice.John Criswell2003-10-211-0/+9
| | | | llvm-svn: 9324
* Apparently the dependencies are wrong for this file, so it didn't rebuild itChris Lattner2003-10-201-1/+1
| | | | | | when changing Instruction.def. :( llvm-svn: 9286
* Update the sparc backend to at least compile correctly with the new varargs ↵Chris Lattner2003-10-181-3/+5
| | | | | | stuff even if it's not all implemented yet. llvm-svn: 9223
* Include <cstdio> instead of <stdio.h>.Brian Gaeke2003-10-101-1/+1
| | | | llvm-svn: 9032
* Fold cast-to-bool into not. Later, this should also be folded into otherVikram S. Adve2003-07-101-0/+1
| | | | | | boolean operations: AND, OR, XOR. llvm-svn: 7157
* Add support for compiling varargs functions.Vikram S. Adve2003-05-251-1/+3
| | | | llvm-svn: 6325
* LoadIdx non-terminal no longer needed.Vikram S. Adve2002-08-241-3/+0
| | | | llvm-svn: 3499
* Change rules for Not, since it is now implemented as Xor(reg,11..1).Vikram S. Adve2002-08-221-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 forVikram S. Adve2001-11-081-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 getsChris Lattner2001-10-141-0/+309
preprocessed before burg gets to it llvm-svn: 794
OpenPOWER on IntegriCloud