llvm-6502/lib/CodeGen
Chris Lattner 2e1749bbf8 * Move InstructionSelection Pass here instead of living in Sparc.cpp. It
is platform independant afterall.
* Object orientize the functions, cleanup code a bit.  Instead of static
  global functions, the helpers for instruction selection are now part of
  the InstructionSelection Pass class.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3147 91177308-0d34-0410-b5e6-96231b3b80d8
2002-07-30 03:57:36 +00:00
..
InstrSched Refix stuff for GCC 2.95, 3.0.4 & 3.1 2002-07-25 18:04:48 +00:00
InstrSelection * Move InstructionSelection Pass here instead of living in Sparc.cpp. It 2002-07-30 03:57:36 +00:00
RegAlloc Non-standard hash classes are not in the std:: namespace 2002-07-24 21:21:33 +00:00
MachineBasicBlock.cpp Implementation of class MachineCodeForBasicBlock. 2002-07-08 23:01:11 +00:00
MachineCodeForInstruction.cpp Rename static struct Initializer to avoid name conflict with BB. 2002-07-08 23:04:31 +00:00
MachineFunction.cpp *** empty log message *** 2002-07-25 06:17:51 +00:00
MachineInstr.cpp *** empty log message *** 2002-07-25 06:17:51 +00:00
MachineInstrAnnot.cpp Annotation class for MachineInstr. 2002-05-19 15:30:21 +00:00
Makefile