llvm-6502/lib/Target/SparcV9
Chris Lattner 1d21f3eb1d * Add a useful file comment
* Move InsertPrologEpilogCode class to PrologEpilogCodeInserter.cpp
   -> Among other things, this eliminates the need for the minstrVec static
      global array.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2195 91177308-0d34-0410-b5e6-96231b3b80d8
2002-04-09 05:21:26 +00:00
..
InstrSched Clean up the ownership model a bit so that nodes actually get deleted more 2002-04-09 05:15:33 +00:00
InstrSelection GCC3.0 is reported to die without an alloca definition. 2002-04-09 03:37:11 +00:00
LiveVar * General cleanups 2002-04-09 05:14:14 +00:00
RegAlloc Convert AddedInstrMapType to contain AddedInstrns by value instead of by 2002-04-09 05:13:04 +00:00
EmitBytecodeToAssembly.cpp Fix include error. 2002-03-03 20:46:32 +00:00
MachineCodeForInstruction.h Refix bug: Add back method MachineCodeForInstruction::dropAllReferences. 2002-03-24 03:58:02 +00:00
Makefile Fix build error 2002-02-11 17:11:43 +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 Use new higher level isFloatingPoint() function 2002-04-09 05:16:08 +00:00
SparcV9Instr.def Change latencies for Load, Store and Branch instructions. 2002-03-24 03:33:53 +00:00
SparcV9InstrInfo.cpp Change references to the Method class to be references to the Function 2002-04-07 20:49:59 +00:00
SparcV9InstrSelection.cpp Move the InsertPrologEpilogCode class out of the Sparc.cpp file into the 2002-04-09 05:20:15 +00:00
SparcV9InstrSelectionSupport.h Changes to build successfully with GCC 3.02 2002-01-20 22:54:45 +00:00
SparcV9Internals.h Include prototype for interface to PrologEpilogCodeInserter.cpp file 2002-04-09 05:16:36 +00:00
SparcV9PrologEpilogInserter.cpp Move the InsertPrologEpilogCode class out of the Sparc.cpp file, and include 2002-04-09 05:18:31 +00:00
SparcV9RegClassInfo.cpp * Code Cleanups 2002-02-05 03:52:29 +00:00
SparcV9RegClassInfo.h * Minor cleanups 2002-02-04 05:59:25 +00:00
SparcV9RegInfo.cpp Convert AddedInstrMapType to contain AddedInstrns by value instead of by 2002-04-09 05:13:04 +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 * Add a useful file comment 2002-04-09 05:21:26 +00:00