aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/avr
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-31Add support for -nolibcOlivier Hainque1-1/+1
2018-02-07re PR target/84209 ([avr] Don't split SP in split2)Georg-Johann Lay2-0/+5
2018-02-01avr.c (avr_option_override): Move disabling of -fdelete-null-pointer-checks t...Georg-Johann Lay1-8/+0
2018-01-09Don't save registers in main().Georg-Johann Lay2-22/+32
2018-01-03Update copyright years.Jakub Jelinek28-29/+29
2017-12-21poly_int: argument sizesRichard Sandiford1-1/+2
2017-12-21poly_int: frame allocationsRichard Sandiford1-1/+1
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek6-76/+64
2017-12-16poly_int: IN_TARGET_CODERichard Sandiford6-0/+12
2017-12-15tree-core.h (struct attribute_spec): Swap affects_type_identity and handler f...Jakub Jelinek1-28/+27
2017-12-08arc.c (arc_attribute_table): Add exclusions to the comment.Jakub Jelinek1-1/+1
2017-12-07PR c/81544 - attribute noreturn and warn_unused_result on the same function a...Martin Sebor1-12/+12
2017-11-01Add a fixed_size_mode classRichard Sandiford1-1/+1
2017-10-23Convert STARTING_FRAME_OFFSET to a hookRichard Sandiford4-11/+10
2017-10-10Require wi::to_wide for treesRichard Sandiford1-1/+1
2017-10-02re PR target/41076 ([avr] pessimal code for logical OR of 8-bit fields)Georg-Johann Lay1-3/+3
2017-09-15Turn TRULY_NOOP_TRUNCATION into a hookRichard Sandiford1-2/+0
2017-09-12Turn HARD_REGNO_NREGS into a target hookRichard Sandiford1-3/+0
2017-09-04Turn MODES_TIEABLE_P into a target hookRichard Sandiford1-2/+0
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford3-12/+9
2017-09-04Turn HARD_REGNO_CALL_PART_CLOBBERED into a target hookRichard Sandiford3-6/+6
2017-08-30[72/77] Pass scalar_mode to scalar_mode_supported_pRichard Sandiford1-1/+1
2017-08-30[67/77] Use scalar_mode in fixed-value.*Richard Sandiford1-1/+1
2017-08-30[62/77] Big machine_mode to scalar_int_mode replacementRichard Sandiford1-2/+2
2017-08-30[18/77] Make int_mode_for_mode return an opt_scalar_int_modeRichard Sandiford1-4/+4
2017-08-30[2/77] Add an E_ prefix to case statementsRichard Sandiford2-91/+91
2017-08-22re PR target/81910 ([avr] ICE with "address" attribute on type)Georg-Johann Lay1-11/+15