llvm-6502/include/llvm/CodeGen
Vikram S. Adve f60b1f479f 1. Add a bottom-up pass on BURG trees that is used to fix constant operands.
Needs to be bottom up because constant values may be forward-substituted
   to their uses (i.e., into the parent in the BURG tree).
2. Move most of the constant-fixup code into machine-indepedent file
   InstrSelectionSupport.cpp.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@860 91177308-0d34-0410-b5e6-96231b3b80d8
2001-10-17 23:59:09 +00:00
..
FunctionLiveVarInfo.h --added support for implicit operands in machine instructions 2001-10-12 17:46:27 +00:00
InstrForest.h
InstrScheduling.h
InstrSelection.h 1. Add a bottom-up pass on BURG trees that is used to fix constant operands. 2001-10-17 23:59:09 +00:00
InstrSelectionSupport.h 1. Add a bottom-up pass on BURG trees that is used to fix constant operands. 2001-10-17 23:59:09 +00:00
InterferenceGraph.h
MachineInstr.h added initializing regNum to -1 in both constructors of MachineOperand 2001-10-16 16:36:34 +00:00
MachineRegInfo.h Added support for caller saving 2001-10-16 01:23:19 +00:00
RegAllocCommon.h
RegClass.h Print Debug Code to stderr instead of stdout so that it doesn't mess up the assembly output 2001-10-15 18:30:06 +00:00
RegColorMap.h
SparcRegInfo.h
ValueSet.h