Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Great renaming: Sparc --> SparcV9 | Brian Gaeke | 2004-02-25 | 1 | -773/+0 |
| | | | | llvm-svn: 11826 | ||||
* | Reorganized the Sparc backend to be more modular -- each different | Misha Brukman | 2003-12-17 | 1 | -3/+3 |
| | | | | | | | | | | | | | implementation of a Target{RegInfo, InstrInfo, Machine, etc} now has a separate header and a separate implementation file. This means that instead of a massive SparcInternals.h that forces a recompilation of the whole target whenever a minor detail is changed, you should only recompile a few files. Note that SparcInternals.h is still around; its contents should be minimized. llvm-svn: 10500 | ||||
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+2 |
| | | | | llvm-svn: 9903 | ||||
* | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 1 | -0/+7 |
| | | | | | | Header files will be on the way. llvm-svn: 9298 | ||||
* | Added 'r' and 'i' versions to WRCCR. | Misha Brukman | 2003-06-06 | 1 | -1/+2 |
| | | | | llvm-svn: 6656 | ||||
* | Added entries for each of the instructions with annotations ('r' or 'i'). | Misha Brukman | 2003-05-27 | 1 | -34/+57 |
| | | | | llvm-svn: 6372 | ||||
* | Sparc instruction opcodes now all live under the `V9' namespace. | Misha Brukman | 2003-05-20 | 1 | -143/+143 |
| | | | | llvm-svn: 6249 | ||||
* | More renamings of Target/Machine*Info to Target/Target*Info | Chris Lattner | 2002-12-29 | 1 | -4/+4 |
| | | | | llvm-svn: 5204 | ||||
* | Fix two resource names. | Vikram S. Adve | 2002-08-22 | 1 | -2/+2 |
| | | | | llvm-svn: 3443 | ||||
* | Pull all of the scheduling related stuff out of Sparc.cpp into it's own file | Chris Lattner | 2002-02-04 | 1 | -0/+740 |
llvm-svn: 1668 |