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, FMULSU.

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

2011-04-11 Thread Denis Chertykov
2011/4/11 Georg-Johann Lay a...@gjlay.de: 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,

[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

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 ae...@post.ru Eric Weddington eric.wedding...@atmel.com Georg-Johann Lay a...@gjlay.de * config/avr/avr.c: (insn-codes.h, optabs.h, langhooks.h): New Includes