aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/avr
AgeCommit message (Expand)AuthorFilesLines
2009-04-01avr.h (avr_case_values_threshold): Remove declaration.Anatoly Sokolov4-12/+9
2009-03-29avr.c (avr_mcu_t): Add atmega8c1, atmega16c1 and atmega8m1 devices.Anatoly Sokolov3-0/+12
2009-03-15re PR target/34299 ([avr] ICE on function attribute syntax for main())Anatoly Sokolov3-31/+36
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2009-02-07avr.c (avr_mcu_t): Add ata6289 device.Anatoly Sokolov3-3/+8
2009-01-12re PR target/29141 (static constructors beyond 64k fail)Anatoly Sokolov2-9/+84
2008-12-21* config/avr/avr.md ("andsi3"): Fix wrong cc attribute.Denis Chertykov1-1/+1
2008-12-17avr.c (avr_mcu_t): Add attiny87...Anatoly Sokolov3-8/+47
2008-11-12avr.c (avr_mcu_t): Add atmega16hvb...Anatoly Sokolov3-5/+34
2008-11-02avr.md (UNSPEC_SWAP): Remove constants.Anatoly Sokolov2-16/+205
2008-09-14re PR target/19636 (Can't compile large switch statement)Andy Hutchinson2-4/+3
2008-09-12re PR target/37466 ([AVR] avr-gcc generating incorrect assembly for expressio...Anatoly Sokolov1-2/+3
2008-09-08re PR target/36609 (AVR wrong code using incorrect RTL for test reversal patt...Andy Hutchinson2-7/+26
2008-08-31sparc.h (BRANCH_COST): Fix macro definition.Jan Hubicka1-43/+43
2008-08-31fwprop.c (should_replace_address): Add speed attribute.Jan Hubicka1-38/+40
2008-08-30optabs.c (expand_abs_nojump): Update BRANCH_COST call.Jan Hubicka1-1/+1
2008-08-26[multiple changes]Vladimir Makarov1-0/+13
2008-08-23re PR target/11259 ([avr] gcc Double 'andi' missed optimization)Anatoly Sokolov1-2/+169
2008-08-16* config/avr/avr.c (avr_override_options): Reduce value of PARAM_INLINE_CALL_...Andy Hutchinson1-0/+4
2008-08-09avr.c (avr_mcu_types): Move the AT43USB320 device to avr31 architecture.Anatoly Sokolov3-4/+4
2008-08-06alpha.c (alpha_preferred_reload_class, [...]): Avoid C++ keywords.Kaveh R. Ghazi2-25/+25
2008-07-11avr-protos.h (avr_peep2_scratch_safe): Remove prototype.Anatoly Sokolov3-36/+23
2008-06-23avr.c (avr_function_value): Add new 'outgoing' argument.Anatoly Sokolov3-4/+6
2008-06-22* config/avr/avr.h (SUPPORTS_INIT_PRIORITY): Define.Andy Hutchinson1-0/+2
2008-06-19avr.c (avr_mcu_t): Add attiny13a.Anatoly Sokolov3-1/+4
2008-06-18avr.c (avr_mcu_t): Remove atmega32hvb.Eric B. Weddington3-4/+0
2008-06-17avr.c (avr_mcu_t): Add attiny167.Eric B. Weddington3-1/+6
2008-06-17avr.c (avr_mcu_t): Add atmega32u4.Eric B. Weddington3-0/+4
2008-06-16avr.c (avr_mcu_t): Add atmega32c1.Eric B. Weddington3-0/+4
2008-06-16avr.c (avr_mcu_t): Add atmega32m1.Eric B. Weddington3-0/+4
2008-06-15re PR target/36336 (ICE push_reload - psuedo reg_equiv_constant)Andy Hutchinson1-0/+6
2008-06-08re PR target/36424 (avr-gcc use don't saved registers in ISR with -O3 ('-fren...Anatoly Sokolov3-0/+21
2008-06-04re PR target/27386 (AVR: wrong code generated when passing three uint64_t arg...Andy Hutchinson1-1/+3
2008-06-02re PR target/34879 (__builtin_setjmp / __builtin_longjmp fails stack frame ad...Andy Hutchinson2-1/+75
2008-06-01rtl.h (emit_clobber, [...]): Declare.Richard Sandiford1-1/+1
2008-05-31avr.md (UNSPECV_WRITE_SP_IRQ_ON): New constants.Anatoly Sokolov2-30/+76
2008-05-26avr.md ("call_prologue_saves"): Use hi8(gs())/lo8(gs()) instead of pm_lo8/pm_...Tristan Gingold2-3/+5
2008-05-26re PR target/34932 ([avr] ICE in reload)Andy Hutchinson1-12/+0
2008-05-22avr.c (get_sequence_length): Add new function.Anatoly Sokolov1-72/+102
2008-05-21avr.h (machine_function): Add 'is_OS_main' field.Anatoly Sokolov2-5/+28
2008-05-16avr.c (avr_base_arch_macro, [...]): Remove variables.Anatoly Sokolov2-38/+22
2008-05-12* config/avr/avr.h (MAX_OFILE_ALIGNMENT): Define.Andy Hutchinson1-0/+2
2008-05-13avr.h (machine_function): Add 'is_leaf' field.Anatoly Sokolov2-2/+7
2008-05-06avr.md (*sbrx_branch, [...]): Change mode of zero_extract from QImode to HImode.Anatoly Sokolov1-5/+5
2008-04-30avr.md (*sbrx_branch, [...]): Add mode to zero_extract.Paolo Bonzini1-9/+9
2008-04-25re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka1-1/+1
2008-04-08function.h (incomming_args): Break out of struct function.Jan Hubicka1-1/+1
2008-04-08avr.h (TARGET_CPU_CPP_BUILTINS): Define __AVR_HAVE_EIJMP_EICALL__ macro if...Anatoly Sokolov2-2/+2
2008-04-07avr.h (avr_mega_p): Remove declaration.Anatoly Sokolov4-20/+15
2008-04-02predicates.md (io_address_operand): New predicate.Anatoly Sokolov3-19/+12