Instruction selection via pattern matching on instruction trees using BURG.
authorVikram S. Adve <vadve@cs.uiuc.edu>
Sat, 21 Jul 2001 12:41:50 +0000 (12:41 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Sat, 21 Jul 2001 12:41:50 +0000 (12:41 +0000)
commit70bc4b5d1a3795a8f41be96723cfcbccac8e1671
tree76f1cec318278964f0acaa93539fc8748aa14d56
parent05f4745c01db6705edc0c08f12a8da7c3d4f5910
Instruction selection via pattern matching on instruction trees using BURG.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/InstrSelection/InstrForest.cpp [new file with mode: 0644]
lib/CodeGen/InstrSelection/InstrSelection.cpp [new file with mode: 0644]
lib/CodeGen/InstrSelection/Makefile [new file with mode: 0644]
lib/CodeGen/MachineInstr.cpp [new file with mode: 0644]
lib/Target/SparcV9/InstrSelection/InstrForest.cpp [new file with mode: 0644]
lib/Target/SparcV9/InstrSelection/InstrSelection.cpp [new file with mode: 0644]
lib/Target/SparcV9/InstrSelection/Makefile [new file with mode: 0644]