aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/avr/avr.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-15pass location to md_asm_adjustTrevor Saunders1-1/+2
2021-05-18Use startswith in targets.Martin Liska1-14/+11
2021-04-28AVR cc0 conversionSenthil Kumar Selvaraj1-188/+130
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-08Implement 64-bit double functions.Georg-Johann Lay1-0/+17
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0
2019-11-07Support 64-bit double and 64-bit long double configurations.Georg-Johann Lay1-0/+3
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-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 Sandiford1-2/+2
2019-07-22Do not emit __gnu_lto_v1 symbol.Martin Liska1-1/+1
2019-06-27builtins.c (get_memory_rtx): Fix comment.Aaron Sawdey1-7/+7
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-01-11aarch64.c (aarch64_simd_call_p): New function.Steve Ellcey1-1/+2
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
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 Lay1-22/+28
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
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 Jelinek1-59/+47
2017-12-16poly_int: IN_TARGET_CODERichard Sandiford1-0/+2
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-10-23Convert STARTING_FRAME_OFFSET to a hookRichard Sandiford1-5/+8
2017-10-10Require wi::to_wide for treesRichard Sandiford1-1/+1
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford1-9/+9
2017-09-04Turn HARD_REGNO_CALL_PART_CLOBBERED into a target hookRichard Sandiford1-2/+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 Sandiford1-35/+35
2017-08-22re PR target/81910 ([avr] ICE with "address" attribute on type)Georg-Johann Lay1-11/+15
2017-08-21re PR target/79883 (avr i18n: untranslated "interrupt" or "signal")Georg-Johann Lay1-1/+1
2017-08-14re PR target/81754 (Building of cross compiler avr-elf is broken)Georg-Johann Lay1-2/+2
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-07-18re PR target/81473 ([avr] build fails due to INT8_MIN and friends.)Georg-Johann Lay1-3/+3
2017-07-17re PR middle-end/80929 (Division with constant no more optimized to mult high...Georg-Johann Lay1-10/+37
2017-07-12re PR target/79883 (avr i18n: untranslated "interrupt" or "signal")Georg-Johann Lay1-7/+23
2017-07-12re PR target/81407 ([avr] Diagnose if a variable in progmem needs constructing.)Georg-Johann Lay1-8/+16
2017-07-10Better ISR prologues by supporting GASes __gcc_isr pseudo insn.Georg-Johann Lay1-42/+276