summaryrefslogtreecommitdiff
path: root/gcc/config/avr
AgeCommit message (Expand)Author
2020-01-08Add -nodevicespecs option for avr.Georg-Johann Lay
2020-01-08Implement 64-bit double functions.Georg-Johann Lay
2020-01-01Update copyright years.Jakub Jelinek
2019-12-18* config/avr/avr-mcus.def: Typo.Georg-Johann Lay
2019-12-12Add support for some more AVR devices from avrxmega3 family.Georg-Johann Lay
2019-11-28Must use push insn to pass varargs arguments of DFmode because otherwise the ...Georg-Johann Lay
2019-11-25Build double32 / long-double32 multilibs if needed.Georg-Johann Lay
2019-11-20Make 0-series device specs work with older versions of avr-gcc.Georg-Johann Lay
2019-11-18re PR target/92545 (avr: support ATmega devices from the 0-series)Georg-Johann Lay
2019-11-18Add support for AVR devices from the 0-series.Georg-Johann Lay
2019-11-13re PR target/92055 ([avr] Support 64-bit double)Georg-Johann Lay
2019-11-12Remove gcc/params.* files.Martin Liska
2019-11-08re PR target/92055 ([avr] Support 64-bit double)Georg-Johann Lay
2019-11-07Support 64-bit double and 64-bit long double configurations.Georg-Johann Lay
2019-10-25re PR target/85969 (avr/gen-avr-mmcu-specs.c:56: unused function ?)Georg-Johann Lay
2019-10-18re PR target/86040 ([avr]: RAMPZ is not always cleared after loading __flashN...Georg-Johann Lay
2019-10-17Fix breakage introduced by r276985.Georg-Johann Lay
2019-10-09* config/avr/avr.md: Fix typo in a comment.Georg-Johann Lay
2019-09-30Pass an ABI identifier to hard_regno_call_part_clobberedRichard Sandiford
2019-09-10Add call_used_or_fixed_reg_pRichard Sandiford
2019-08-20Use function_arg_info for TARGET_FUNCTION_ARG_ADVANCERichard Sandiford
2019-08-20Use function_arg_info for TARGET_FUNCTION_(INCOMING_)ARGRichard Sandiford
2019-08-13Use checking forms of DECL_FUNCTION_CODE (PR 91421)Richard Sandiford
2019-07-22Do not emit __gnu_lto_v1 symbol.Martin Liska
2019-06-27builtins.c (get_memory_rtx): Fix comment.Aaron Sawdey
2019-06-22* config/avr/avr.c (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Remove.Jeff Law
2019-06-19Simplify setjmp and non-local goto implementation (PR84521)Wilco Dijkstra
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska
2019-03-08re PR other/80058 (fix double spaces in string literals everywhere)Jakub Jelinek
2019-01-11aarch64.c (aarch64_simd_call_p): New function.Steve Ellcey
2019-01-01Update copyright years.Jakub Jelinek
2018-07-31Add support for -nolibcOlivier Hainque
2018-02-07re PR target/84209 ([avr] Don't split SP in split2)Georg-Johann Lay
2018-02-01avr.c (avr_option_override): Move disabling of -fdelete-null-pointer-checks t...Georg-Johann Lay
2018-01-09Don't save registers in main().Georg-Johann Lay
2018-01-03Update copyright years.Jakub Jelinek
2017-12-21poly_int: argument sizesRichard Sandiford
2017-12-21poly_int: frame allocationsRichard Sandiford
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek
2017-12-16poly_int: IN_TARGET_CODERichard Sandiford
2017-12-15tree-core.h (struct attribute_spec): Swap affects_type_identity and handler f...Jakub Jelinek
2017-12-08arc.c (arc_attribute_table): Add exclusions to the comment.Jakub Jelinek
2017-12-07PR c/81544 - attribute noreturn and warn_unused_result on the same function a...Martin Sebor
2017-11-01Add a fixed_size_mode classRichard Sandiford
2017-10-23Convert STARTING_FRAME_OFFSET to a hookRichard Sandiford
2017-10-10Require wi::to_wide for treesRichard Sandiford
2017-10-02re PR target/41076 ([avr] pessimal code for logical OR of 8-bit fields)Georg-Johann Lay
2017-09-15Turn TRULY_NOOP_TRUNCATION into a hookRichard Sandiford
2017-09-12Turn HARD_REGNO_NREGS into a target hookRichard Sandiford
2017-09-04Turn MODES_TIEABLE_P into a target hookRichard Sandiford