OSDN Git Service

The new isel passes all tests, time to start making it go fast.
authorChris Lattner <sabre@nondot.org>
Wed, 24 Feb 2010 07:06:50 +0000 (07:06 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 24 Feb 2010 07:06:50 +0000 (07:06 +0000)
commit36e646cc5bc85a7183b4e832936c0531c44ac31b
treef4dc2be05accba1ccf02ff1c0f3bbf4c7ac26f45
parentf2be955782d9b75cb7dbf2a59e8f4b06bc71f613
The new isel passes all tests, time to start making it go fast.
Also add an easy macro at the top of DAGISelEmitter.cpp to enable
it.  Lets see if I can avoid accidentally turning it on :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97029 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/CMakeLists.txt
utils/TableGen/DAGISelEmitter.cpp
utils/TableGen/DAGISelMatcher.h
utils/TableGen/DAGISelMatcherOpt.cpp [new file with mode: 0644]