summaryrefslogtreecommitdiff
path: root/rtl/avr
Commit message (Expand)AuthorAgeFilesLines
* * inlinable frame handling dummies for avrflorian2020-09-301-6/+15
* * AVR: take care of CPUAVR_HAS_MOVW in assembler routinesflorian2020-02-083-12/+12
* * system unit can be build for subarch avrtinyflorian2020-01-245-2/+107
* + AVR: initial support of the avrtiny architecture in the rtlflorian2020-01-192-1/+20
* - Adds a number of optimizations for 64bit integer operations on AVR. Patch f...laksen2019-07-251-0/+551
* - Split division routines out into an include file.laksen2019-07-252-181/+289
* - Change syntax of sbiw operands to work around syntax in older binutils.laksen2019-07-071-2/+2
* - Fix compilation on architectures without absolute call/jump instructions.laksen2019-06-021-0/+36
* - Add assembler implementation of integer division, patch by Christo Crause. ...laksen2019-06-024-0/+233
* Fixed stack checking for embedded target. Based on work by Christo Crauselaksen2019-06-011-0/+2
* Add assembler implementation of Move.laksen2019-06-011-31/+37
* - Adds intrinsics to save/restore SREG when disabling interrupts.laksen2019-04-183-105/+51
* + implemented some AVR specific intrinsicsflorian2017-11-012-0/+49
* * cpu specific header file for the system unit: cpuh.inc, moved several decla...florian2017-11-012-1/+16
* * interlocked methods with smallint parameters, resolves #31158florian2016-12-311-0/+111
* + set/longjmp implementation for avrflorian2016-11-262-4/+81
* - unused variable removedflorian2016-11-201-1/+0
* Add support for ram-less AVR chips and simultanously optimize flash/ram size...laksen2015-11-221-7/+1
* + simple Move and FillChar pascal implementations for AVRflorian2015-04-121-0/+53
* + CPU dependend string routine include files for AVRflorian2015-03-292-0/+36
* Fixed some bugs in the AVR RTL code.laksen2014-03-042-17/+17
* + Added additional addr pointer parameter topierre2012-06-241-2/+2
* * reintegrate avr branch into trunk, work on avr is less invasive than I thou...florian2011-04-191-5/+145
* + initial implementation of iso style gotos in iso modeflorian2010-08-052-4/+4
* * some avr fixesflorian2008-07-131-0/+4
* + basic system unit for avr-embeddedflorian2008-02-137-0/+124