summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AVR/calling-conv/c/stack.ll
Commit message (Collapse)AuthorAgeFilesLines
* [AVR] Save/restore the frame pointer for all functionsDylan McKay2017-05-021-4/+4
| | | | | | | A recent commit I made made it so that we only did this for signal or interrupt handlers. This broke normal functions. llvm-svn: 301893
* [AVR] Add calling convention CodeGen testsDylan McKay2016-12-111-0/+32
This adds CodeGen tests for the AVR C calling convention. llvm-svn: 289369
OpenPOWER on IntegriCloud