summaryrefslogtreecommitdiff
path: root/gcc/config/avr
Commit message (Expand)AuthorAgeFilesLines
* Use more ARRAY_SIZE.Martin Liska2022-05-161-3/+5
* Fix -Wformat-diag in various targets.Martin Liska2022-01-181-1/+1
* Manual changes for .cc renaming.Martin Liska2022-01-171-1/+1
* Change references of .c files to .cc filesMartin Liska2022-01-1714-40/+40
* Rename .c files to .cc files.Martin Liska2022-01-177-0/+0
* Update copyright years.Jakub Jelinek2022-01-0327-28/+28
* avr: Fix AVR build [PR71934]Jakub Jelinek2021-12-061-2/+2
* pch: Add support for PCH for relocatable executables [PR71934]Jakub Jelinek2021-12-031-3/+2
* build: Implement --with-multilib-list for avr targetMatt Jacobson2021-12-022-0/+17
* [PATCH] avr: Add atmega324pb MCUMatwey V. Kornilov2021-09-191-0/+1
* Default AVR to DWARF2 debugRichard Biener2021-09-131-3/+0
* pass location to md_asm_adjustTrevor Saunders2021-07-151-1/+2
* Use startswith in targets.Martin Liska2021-05-181-14/+11
* Remove cc0 remnants from avr portJeff Law2021-05-051-4/+0
* AVR cc0 conversion - adjust peepholesSenthil Kumar Selvaraj2021-04-301-216/+308
* AVR cc0 conversionSenthil Kumar Selvaraj2021-04-285-1183/+4111
* Update copyright years.Jakub Jelinek2021-01-0427-28/+28
* opts: Remove all usages of Report keyword.Martin Liska2020-12-161-26/+26
* Add -nodevicespecs option for avr.Georg-Johann Lay2020-01-082-4/+8
* Implement 64-bit double functions.Georg-Johann Lay2020-01-084-1/+53
* Update copyright years.Jakub Jelinek2020-01-0127-28/+28
* * config/avr/avr-mcus.def: Typo.Georg-Johann Lay2019-12-181-21/+21
* Add support for some more AVR devices from avrxmega3 family.Georg-Johann Lay2019-12-121-0/+11
* Must use push insn to pass varargs arguments of DFmode because otherwise the ...Georg-Johann Lay2019-11-281-1/+1
* Build double32 / long-double32 multilibs if needed.Georg-Johann Lay2019-11-253-40/+107
* Make 0-series device specs work with older versions of avr-gcc.Georg-Johann Lay2019-11-202-10/+5
* re PR target/92545 (avr: support ATmega devices from the 0-series)Georg-Johann Lay2019-11-181-1/+1
* Add support for AVR devices from the 0-series.Georg-Johann Lay2019-11-186-333/+441
* re PR target/92055 ([avr] Support 64-bit double)Georg-Johann Lay2019-11-131-2/+1
* Remove gcc/params.* files.Martin Liska2019-11-121-1/+0
* re PR target/92055 ([avr] Support 64-bit double)Georg-Johann Lay2019-11-081-2/+2
* Support 64-bit double and 64-bit long double configurations.Georg-Johann Lay2019-11-078-56/+207
* re PR target/85969 (avr/gen-avr-mmcu-specs.c:56: unused function ?)Georg-Johann Lay2019-10-251-8/+0
* re PR target/86040 ([avr]: RAMPZ is not always cleared after loading __flashN...Georg-Johann Lay2019-10-181-7/+8
* Fix breakage introduced by r276985.Georg-Johann Lay2019-10-171-9/+0
* * config/avr/avr.md: Fix typo in a comment.Georg-Johann Lay2019-10-091-1/+1
* Pass an ABI identifier to hard_regno_call_part_clobberedRichard Sandiford2019-09-301-2/+2
* Add call_used_or_fixed_reg_pRichard Sandiford2019-09-101-6/+6
* Use function_arg_info for TARGET_FUNCTION_ARG_ADVANCERichard Sandiford2019-08-201-3/+3
* Use function_arg_info for TARGET_FUNCTION_(INCOMING_)ARGRichard Sandiford2019-08-201-4/+3
* Use checking forms of DECL_FUNCTION_CODE (PR 91421)Richard Sandiford2019-08-132-3/+3
* Do not emit __gnu_lto_v1 symbol.Martin Liska2019-07-221-1/+1
* builtins.c (get_memory_rtx): Fix comment.Aaron Sawdey2019-06-273-25/+25
* * config/avr/avr.c (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Remove.Jeff Law2019-06-221-3/+0
* Simplify setjmp and non-local goto implementation (PR84521)Wilco Dijkstra2019-06-191-16/+0
* Wrap option names in gcc internal messages with %< and %>.Martin Liska2019-03-111-4/+4
* re PR other/80058 (fix double spaces in string literals everywhere)Jakub Jelinek2019-03-081-1/+1
* aarch64.c (aarch64_simd_call_p): New function.Steve Ellcey2019-01-111-1/+2
* Update copyright years.Jakub Jelinek2019-01-0128-29/+29
* Add support for -nolibcOlivier Hainque2018-07-311-1/+1