Re: Ping: [Patch][AVR]: Initial builtins support

2011-04-11 Thread Denis Chertykov
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,

Re:Ping: [Patch][AVR]: Initial builtins support

2011-04-11 Thread 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, NOP, SLEEP, WDR, FMUL, FMAULS, FMUL

Re: [Patch][AVR]: Initial builtins support

2011-04-06 Thread Georg-Johann Lay
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

Re: [Patch][AVR]: Initial builtins support

2011-04-06 Thread Georg-Johann Lay
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 ===

[Patch][AVR]: Initial builtins support

2011-04-06 Thread Georg-Johann Lay
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