Files
clang-p2996/llvm/lib/Target/AVR
Krzysztof Parzyszek bea30c6286 Add "Restored" flag to CalleeSavedInfo
The liveness-tracking code assumes that the registers that were saved
in the function's prolog are live outside of the function. Specifically,
that registers that were saved are also live-on-exit from the function.
This isn't always the case as illustrated by the LR register on ARM.

Differential Revision: https://reviews.llvm.org/D36160

llvm-svn: 310619
2017-08-10 16:17:32 +00:00
..
2017-07-13 08:40:59 +00:00
2017-07-23 23:39:11 +00:00
2017-07-11 04:45:15 +00:00
2017-07-11 04:53:43 +00:00
2016-12-10 12:08:19 +00:00

AVR backend

This experimental backend is for the 8-bit Atmel AVR microcontroller.