llvm-6502/lib/CodeGen
Vikram S. Adve 6d35326cd5 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@859 91177308-0d34-0410-b5e6-96231b3b80d8
2001-10-17 23:57:50 +00:00
..
InstrSched Separate VM instruction that generates the instructions that compute a value 2001-10-17 23:55:16 +00:00
InstrSelection 1. Add a bottom-up pass on BURG trees that is used to fix constant operands. 2001-10-17 23:57:50 +00:00
RegAlloc changed debugg message printing - no change to useful code 2001-10-16 16:34:44 +00:00
MachineInstr.cpp 1. Add a bottom-up pass on BURG trees that is used to fix constant operands. 2001-10-17 23:57:50 +00:00
Makefile added RegAlloc Directory to DIRS 2001-09-14 21:28:17 +00:00