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)
commit029346f438425eacaaaf5af8c152fdeeb22e5f7c
tree3f151206282d3d9384da27d55977c713b5acd56b
parent1d7df40711f91620bcc4c13ac3a73340dd67e4dd
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

llvm-svn: 256120
llvm/lib/Target/AVR/AVR.td [new file with mode: 0644]
llvm/lib/Target/AVR/AVRRegisterInfo.td [new file with mode: 0644]
llvm/lib/Target/AVR/CMakeLists.txt
llvm/lib/Target/AVR/Makefile