summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AVR/AVRTargetObjectFile.h
Commit message (Collapse)AuthorAgeFilesLines
* Target: Change various section classifiers in TargetLoweringObjectFile to ↵Peter Collingbourne2016-10-241-1/+1
| | | | | | | | | | | | | | | | take a GlobalObject. These functions are about classifying a global which will actually be emitted, so it does not make sense for them to take a GlobalValue which may for example be an alias. Change the Mach-O object writer and the Hexagon, Lanai and MIPS backends to look through aliases before using TargetLoweringObjectFile interfaces. These are functional changes but all appear to be bug fixes. Differential Revision: https://reviews.llvm.org/D25917 llvm-svn: 285006
* [AVR] Update signature of AVRTargetObjectFile::SelectSectionForGlobalDylan McKay2016-09-241-1/+0
| | | | | | It was changed recently, and was breaking compilation of the backend. llvm-svn: 282329
* [AVR] Convert C style comments to C++Dylan McKay2016-05-181-3/+2
| | | | llvm-svn: 269895
* Added AVRTargetObjectFile class and AVR.hDylan McKay2016-01-071-0/+35
llvm-svn: 257049
OpenPOWER on IntegriCloud