2011/4/11 Georg-Johann Lay :
> Georg-Johann Lay schrieb:
>> This patch adds builtin support for some RTL builtins to avr backend.
>> One builtin implements loop for delay of specific number of ticks
>> (under the assumption IRQs are off), others simply map to machine
>> instructions like SEI, CLI,
Georg-Johann Lay schrieb:
> This patch adds builtin support for some RTL builtins to avr backend.
> One builtin implements loop for delay of specific number of ticks
> (under the assumption IRQs are off), others simply map to machine
> instructions like SEI, CLI, NOP, SLEEP, WDR, FMUL, FMAULS, FMUL
Added Anatoly and Eric to changelog entry
Johann
2011-04-06 Anatoly Sokolov
Eric Weddington
Georg-Johann Lay
* config/avr/avr.c: ("insn-codes.h", "optabs.h", "langhooks.h"):
New Includes
(avr_init_builtins, avr_expand_builtin,
avr_ex
Patch for user documentation.
2011-04-06 Georg-Johann Lay
* doc/extend.texi (Target Builtins): Add documentation of AVR
built-in functions.
(AVR Built-in Functions): New node
Index: doc/extend.texi
===
This patch adds builtin support for some RTL builtins to avr backend.
One builtin implements loop for delay of specific number of ticks
(under the assumption IRQs are off), others simply map to machine
instructions like SEI, CLI, NOP, SLEEP, WDR, FMUL, FMAULS, FMULSU.
In addition, builtin macros a