llvm-6502/lib/CodeGen
Chris Lattner 85c5465e07 Convert RegClass::IsColorUsedArr from a dynamically allocated array to
a vector.  This makes asserting on array bounds easier.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2731 91177308-0d34-0410-b5e6-96231b3b80d8
2002-05-23 15:50:03 +00:00
..
InstrSched Move debug options out of header files so that the header does not have 2002-05-22 17:08:27 +00:00
InstrSelection Hide debugging options 2002-05-20 21:39:10 +00:00
RegAlloc Convert RegClass::IsColorUsedArr from a dynamically allocated array to 2002-05-23 15:50:03 +00:00
MachineCodeForInstruction.cpp Eliminate duplicate or unneccesary #include's 2002-04-29 17:42:12 +00:00
MachineFunction.cpp Optional args are no longer allocated as they are discovered. 2002-04-25 04:30:43 +00:00
MachineInstr.cpp Improve printing during dumps. 2002-04-25 04:31:18 +00:00
MachineInstrAnnot.cpp Annotation class for MachineInstr. 2002-05-19 15:30:21 +00:00
Makefile added RegAlloc Directory to DIRS 2001-09-14 21:28:17 +00:00