llvm-6502/lib/Target/SparcV9
Chris Lattner 9568568b75 - Clean up interface to Sparc register handling a bit:
- Eliminate Sparc*Order classes, moving contents to Sparc*Class classes
   - get register name methods now return const char * const pointers instead
     of std::string's.
   - Added file header comments to SparcRegClassInfo.(cpp|h)
   - Moved BIG constant arrays out of SparcRegClassInfo.h, into
     SparcRegInfo.cpp.  This should allow a LOT of std::string constructors to
     not have to be called.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3295 91177308-0d34-0410-b5e6-96231b3b80d8
2002-08-12 21:25:05 +00:00
..
InstrSched * Removed extraneous #includes 2002-08-09 20:08:03 +00:00
InstrSelection * Removed extraneous #includes 2002-08-09 20:08:06 +00:00
LiveVar * Standardize how analysis results/passes as printed with the print() virtual 2002-07-27 01:12:15 +00:00
RegAlloc * Removed extraneous #includes 2002-08-09 20:08:03 +00:00
EmitBytecodeToAssembly.cpp changed implementation of LLVM BYTECODE Length 2002-07-25 17:22:48 +00:00
MachineCodeForInstruction.h Change machinecode for instruction to not inherit from vector. 2002-08-09 20:04:28 +00:00
MachineInstrAnnot.h * Removed extraneous #includes 2002-08-09 20:08:03 +00:00
Makefile GCC 3.1 changes, finally the burm file builds the FIRST time a clean directory is built. 2002-07-25 06:08:32 +00:00
MappingInfo.h moved from CodeGen to this dir 2002-07-22 22:09:35 +00:00
SparcV9.burg.in Added support for bitwise logical operators. Use different labels for 2001-11-08 05:14:02 +00:00
SparcV9AsmPrinter.cpp Merge three loops into one. 2002-08-07 21:39:48 +00:00
SparcV9Instr.def BA has only one argument. 2002-07-08 23:25:17 +00:00
SparcV9InstrInfo.cpp * Removed extraneous #includes 2002-08-09 20:08:06 +00:00
SparcV9InstrSelection.cpp * Removed extraneous #includes 2002-08-09 20:08:06 +00:00
SparcV9InstrSelectionSupport.h * Removed extraneous #includes 2002-08-09 20:08:06 +00:00
SparcV9Internals.h - Clean up interface to Sparc register handling a bit: 2002-08-12 21:25:05 +00:00
SparcV9PrologEpilogInserter.cpp - Clean up interface to Sparc register handling a bit: 2002-08-12 21:25:05 +00:00
SparcV9RegClassInfo.cpp - Clean up interface to Sparc register handling a bit: 2002-08-12 21:25:05 +00:00
SparcV9RegClassInfo.h - Clean up interface to Sparc register handling a bit: 2002-08-12 21:25:05 +00:00
SparcV9RegInfo.cpp - Clean up interface to Sparc register handling a bit: 2002-08-12 21:25:05 +00:00
SparcV9SchedInfo.cpp Pull all of the scheduling related stuff out of Sparc.cpp into it's own file 2002-02-04 00:39:14 +00:00
SparcV9TargetMachine.cpp Fix breakage in the build 2002-08-07 21:39:39 +00:00