Add AVR.td and AVRRegisterInfo.td
authorDylan McKay <dylanmckay34@gmail.com>
Sun, 20 Dec 2015 12:16:20 +0000 (12:16 +0000)
committerDylan McKay <dylanmckay34@gmail.com>
Sun, 20 Dec 2015 12:16:20 +0000 (12:16 +0000)
commit9a2a614b983da3d0aeb9868c0a18a49051d34cda
tree589d6a19f6b0e488bd022adea945ce61fad5e2d9
parentabe8418ff7e12a2ac07f0cfbc4900e30dc8db99c
Add AVR.td and AVRRegisterInfo.td

Summary:
This adds the core AVR TableGen file, along with the register descriptions.

Lines in AVR.td which require other TableGen files which haven't been committed
yet are commented out.

This is a fairly trivial patch, and should only require a quick review.

I kept the line width smaller than 80 columns, but there are a few exceptions
because I'm not sure how to split a string over several lines.

Reviewers: stoklund

Subscribers: dylanmckay, agnat

Differential Revision: http://reviews.llvm.org/D14684

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256120 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AVR/AVR.td [new file with mode: 0644]
lib/Target/AVR/AVRRegisterInfo.td [new file with mode: 0644]
lib/Target/AVR/CMakeLists.txt
lib/Target/AVR/Makefile