aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/avr
AgeCommit message (Expand)AuthorFilesLines
2022-05-28[PATCH 1/2] avr: Added AVR-DA and DB MCU seriesJoel Holdsworth3-2/+24
2022-05-16Use more ARRAY_SIZE.Martin Liska1-3/+5
2022-01-18Fix -Wformat-diag in various targets.Martin Liska1-1/+1
2022-01-17Manual changes for .cc renaming.Martin Liska1-1/+1
2022-01-17Change references of .c files to .cc filesMartin Liska14-40/+40
2022-01-17Rename .c files to .cc files.Martin Liska7-0/+0
2022-01-03Update copyright years.Jakub Jelinek27-28/+28
2021-12-06avr: Fix AVR build [PR71934]Jakub Jelinek1-2/+2
2021-12-03pch: Add support for PCH for relocatable executables [PR71934]Jakub Jelinek1-3/+2
2021-12-02build: Implement --with-multilib-list for avr targetMatt Jacobson2-0/+17
2021-09-19[PATCH] avr: Add atmega324pb MCUMatwey V. Kornilov1-0/+1
2021-09-13Default AVR to DWARF2 debugRichard Biener1-3/+0
2021-07-15pass location to md_asm_adjustTrevor Saunders1-1/+2
2021-05-18Use startswith in targets.Martin Liska1-14/+11
2021-05-05Remove cc0 remnants from avr portJeff Law1-4/+0
2021-04-30AVR cc0 conversion - adjust peepholesSenthil Kumar Selvaraj1-216/+308
2021-04-28AVR cc0 conversionSenthil Kumar Selvaraj5-1183/+4111
2021-01-04Update copyright years.Jakub Jelinek27-28/+28
2020-12-16opts: Remove all usages of Report keyword.Martin Liska1-26/+26
2020-01-08Add -nodevicespecs option for avr.Georg-Johann Lay2-4/+8
2020-01-08Implement 64-bit double functions.Georg-Johann Lay4-1/+53
2020-01-01Update copyright years.Jakub Jelinek27-28/+28
2019-12-18* config/avr/avr-mcus.def: Typo.Georg-Johann Lay1-21/+21
2019-12-12Add support for some more AVR devices from avrxmega3 family.Georg-Johann Lay1-0/+11
2019-11-28Must use push insn to pass varargs arguments of DFmode because otherwise the ...Georg-Johann Lay1-1/+1
2019-11-25Build double32 / long-double32 multilibs if needed.Georg-Johann Lay3-40/+107
2019-11-20Make 0-series device specs work with older versions of avr-gcc.Georg-Johann Lay2-10/+5
2019-11-18re PR target/92545 (avr: support ATmega devices from the 0-series)Georg-Johann Lay1-1/+1
2019-11-18Add support for AVR devices from the 0-series.Georg-Johann Lay6-333/+441
2019-11-13re PR target/92055 ([avr] Support 64-bit double)Georg-Johann Lay1-2/+1
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0
2019-11-08re PR target/92055 ([avr] Support 64-bit double)Georg-Johann Lay1-2/+2
2019-11-07Support 64-bit double and 64-bit long double configurations.Georg-Johann Lay8-56/+207
2019-10-25re PR target/85969 (avr/gen-avr-mmcu-specs.c:56: unused function ?)Georg-Johann Lay1-8/+0
2019-10-18re PR target/86040 ([avr]: RAMPZ is not always cleared after loading __flashN...Georg-Johann Lay1-7/+8
2019-10-17Fix breakage introduced by r276985.Georg-Johann Lay1-9/+0
2019-10-09* config/avr/avr.md: Fix typo in a comment.Georg-Johann Lay1-1/+1
2019-09-30Pass an ABI identifier to hard_regno_call_part_clobberedRichard Sandiford1-2/+2
2019-09-10Add call_used_or_fixed_reg_pRichard Sandiford1-6/+6
2019-08-20Use function_arg_info for TARGET_FUNCTION_ARG_ADVANCERichard Sandiford1-3/+3
2019-08-20Use function_arg_info for TARGET_FUNCTION_(INCOMING_)ARGRichard Sandiford1-4/+3
2019-08-13Use checking forms of DECL_FUNCTION_CODE (PR 91421)Richard Sandiford2-3/+3
2019-07-22Do not emit __gnu_lto_v1 symbol.Martin Liska1-1/+1
2019-06-27builtins.c (get_memory_rtx): Fix comment.Aaron Sawdey3-25/+25
2019-06-22* config/avr/avr.c (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Remove.Jeff Law1-3/+0
2019-06-19Simplify setjmp and non-local goto implementation (PR84521)Wilco Dijkstra1-16/+0
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska1-4/+4
2019-03-08re PR other/80058 (fix double spaces in string literals everywhere)Jakub Jelinek1-1/+1
2019-01-11aarch64.c (aarch64_simd_call_p): New function.Steve Ellcey1-1/+2
2019-01-01Update copyright years.Jakub Jelinek28-29/+29