Add support for a pattern matching instruction selector. This is still in
authorChris Lattner <sabre@nondot.org>
Mon, 11 Aug 2003 14:59:22 +0000 (14:59 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 11 Aug 2003 14:59:22 +0000 (14:59 +0000)
commitac0c8680ad53c08189c23f39c79a2147378692df
treef853925df2a8e14a96d9e679e5d16c5a8f061576
parentfa7ed53f32917ef632b21753a772548dde8c2eed
Add support for a pattern matching instruction selector.  This is still in
the early implementation phases, so it is disabled by default

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7719 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/InstSelectPattern.cpp [new file with mode: 0644]
lib/Target/X86/Makefile
lib/Target/X86/X86.h
lib/Target/X86/X86ISelPattern.cpp [new file with mode: 0644]
lib/Target/X86/X86TargetMachine.cpp