OSDN Git Service

initial implementation of intrinsic parsing
authorChris Lattner <sabre@nondot.org>
Fri, 3 Mar 2006 02:32:46 +0000 (02:32 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 3 Mar 2006 02:32:46 +0000 (02:32 +0000)
commit9e493cfcc32aee58e6750ce1efa52d5c3bc3f893
tree041552b29e7c173fa470ea821de2601ef1d46167
parent86d064d44caf81e03b4233863747aebb3d0fba9a
initial implementation of intrinsic parsing

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26495 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/CodeGenIntrinsics.h [new file with mode: 0644]
utils/TableGen/IntrinsicEmitter.cpp [new file with mode: 0644]
utils/TableGen/IntrinsicEmitter.h [new file with mode: 0644]
utils/TableGen/TableGen.cpp