Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Target: Change various section classifiers in TargetLoweringObjectFile to ↵ | Peter Collingbourne | 2016-10-24 | 1 | -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::SelectSectionForGlobal | Dylan McKay | 2016-09-24 | 1 | -1/+0 |
| | | | | | | It was changed recently, and was breaking compilation of the backend. llvm-svn: 282329 | ||||
* | [AVR] Convert C style comments to C++ | Dylan McKay | 2016-05-18 | 1 | -3/+2 |
| | | | | llvm-svn: 269895 | ||||
* | Added AVRTargetObjectFile class and AVR.h | Dylan McKay | 2016-01-07 | 1 | -0/+35 |
llvm-svn: 257049 |