summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc/UltraSparcSchedInfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Great renaming: Sparc --> SparcV9Brian Gaeke2004-02-251-773/+0
| | | | llvm-svn: 11826
* Reorganized the Sparc backend to be more modular -- each differentMisha Brukman2003-12-171-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 Gaeke2003-11-111-0/+2
| | | | llvm-svn: 9903
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
| | | | | | Header files will be on the way. llvm-svn: 9298
* Added 'r' and 'i' versions to WRCCR.Misha Brukman2003-06-061-1/+2
| | | | llvm-svn: 6656
* Added entries for each of the instructions with annotations ('r' or 'i').Misha Brukman2003-05-271-34/+57
| | | | llvm-svn: 6372
* Sparc instruction opcodes now all live under the `V9' namespace.Misha Brukman2003-05-201-143/+143
| | | | llvm-svn: 6249
* More renamings of Target/Machine*Info to Target/Target*InfoChris Lattner2002-12-291-4/+4
| | | | llvm-svn: 5204
* Fix two resource names.Vikram S. Adve2002-08-221-2/+2
| | | | llvm-svn: 3443
* Pull all of the scheduling related stuff out of Sparc.cpp into it's own fileChris Lattner2002-02-041-0/+740
llvm-svn: 1668
OpenPOWER on IntegriCloud