summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AVR/AVRMachineFunctionInfo.h
Commit message (Collapse)AuthorAgeFilesLines
* [AVR] Remove the 'AVRConfig.h' headerDylan McKay2016-05-181-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 McKay2016-05-181-3/+1
| | | | llvm-svn: 269895
* [AVR] Added configuration file and machine function information classDylan McKay2015-12-211-0/+73
This commit adds the 'AVRMachineFunctionInfo' class, which simply stores basic properties about generated machine functions. llvm-svn: 256213
OpenPOWER on IntegriCloud