Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [AVR] Remove the 'AVRConfig.h' header | Dylan McKay | 2016-05-18 | 1 | -2/+0 |
| | | | | | | | | | | It defined the LLVM_AVR_GCC_COMPAT constant, which would enable/disable certain GCC-specific behaviours. There is no point conditionally turning it on/off, as it will always be turned on, and we have to maintain both code paths anyway. llvm-svn: 269904 | ||||
* | [AVR] Fix a few compile errors | Dylan McKay | 2016-05-18 | 1 | -1/+1 |
| | | | | llvm-svn: 269900 | ||||
* | [AVR] Add a majority of the backend code | Dylan McKay | 2016-05-06 | 1 | -0/+48 |
Summary: This adds the majority of the AVR backend. Reviewers: hfinkel, dsanders, vkalintiris, arsenm Subscribers: dylanmckay Differential Revision: http://reviews.llvm.org/D17906 llvm-svn: 268722 |