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] Convert C style comments to C++ | Dylan McKay | 2016-05-18 | 1 | -3/+1 |
| | | | | llvm-svn: 269895 | ||||
* | [AVR] Added configuration file and machine function information class | Dylan McKay | 2015-12-21 | 1 | -0/+73 |
This commit adds the 'AVRMachineFunctionInfo' class, which simply stores basic properties about generated machine functions. llvm-svn: 256213 |