2009-09-24 |
Anatoly Sokolov | rs6000.h (FUNCTION_VALUE): Remove macro.
|
commit | commitdiff | tree |
2009-09-23 |
Anatoly Sokolov | pa.h (FUNCTION_VALUE): Remove macro.
|
commit | commitdiff | tree |
2009-09-23 |
Anatoly Sokolov | avr.c (avr_regs_to_save): Use current_function_is_leaf...
|
commit | commitdiff | tree |
2009-09-02 |
Anatoly Sokolov | hard-reg-set.h (call_fixed_regs): Remove.
|
commit | commitdiff | tree |
2009-08-26 |
Anatoly Sokolov | invoke.texi (AVR Options): Remove documentation of...
|
commit | commitdiff | tree |
2009-08-25 |
Anatoly Sokolov | hooks.h (hook_bool_const_int_const_int_true): Declare.
|
commit | commitdiff | tree |
2009-08-16 |
Anatoly Sokolov | avr.h (AVR_HAVE_8BIT_SP): New macros.
|
commit | commitdiff | tree |
2009-07-17 |
Anatoly Sokolov | avr-devices.c (avr_mcu_t): Add atmega8u2, atmega16u2...
|
commit | commitdiff | tree |
2009-07-11 |
Anatoly Sokolov | avr.h (TARGET_CPU_CPP_BUILTINS): Redefine.
|
commit | commitdiff | tree |
2009-06-29 |
Anatoly Sokolov | target.h (struct gcc_target): Add frame_pointer_required...
|
commit | commitdiff | tree |
2009-06-24 |
Anatoly Sokolov | defaults.h (CAN_ELIMINATE): Provide default.
|
commit | commitdiff | tree |
2009-06-23 |
Anatoly Sokolov | config.gcc (avr-*-rtems*, avr-*-*): Set extra_gcc_objs...
|
commit | commitdiff | tree |
2009-06-19 |
Anatoly Sokolov | avr.c (avr_override_options): Remove setting value...
|
commit | commitdiff | tree |
2009-05-03 |
Anatoly Sokolov | defaults.h (FRAME_POINTER_REQUIRED): Provide default.
|
commit | commitdiff | tree |
2009-04-29 |
Anatoly Sokolov | (frame_pointer_required_p): Change return type to bool.
|
commit | commitdiff | tree |
2009-04-29 |
Anatoly Sokolov | avr.c (initial_elimination_offset): Rename to avr_initial_el...
|
commit | commitdiff | tree |
2009-04-25 |
Anatoly Sokolov | target.h (struct gcc_target): Add case_values_threshold...
|
commit | commitdiff | tree |
2009-04-18 |
Anatoly Sokolov | avr.md (*rotlsi3_8, [...]): Check whether operands...
|
commit | commitdiff | tree |
2009-04-01 |
Anatoly Sokolov | avr.h (avr_case_values_threshold): Remove declaration.
|
commit | commitdiff | tree |
2009-03-28 |
Anatoly Sokolov | avr.c (avr_mcu_t): Add atmega8c1, atmega16c1 and atmega8m1...
|
commit | commitdiff | tree |
2009-03-15 |
Anatoly Sokolov | re PR target/34299 ([avr] ICE on function attribute...
|
commit | commitdiff | tree |
2009-02-07 |
Anatoly Sokolov | avr.c (avr_mcu_t): Add ata6289 device.
|
commit | commitdiff | tree |
2009-01-12 |
Anatoly Sokolov | re PR target/29141 (static constructors beyond 64k...
|
commit | commitdiff | tree |
2008-12-21 |
Denis Chertykov | * config/avr/avr.md ("andsi3"): Fix wrong cc attribute.
|
commit | commitdiff | tree |
2008-12-16 |
Anatoly Sokolov | avr.c (avr_mcu_t): Add attiny87...
|
commit | commitdiff | tree |
2008-11-12 |
Anatoly Sokolov | avr.c (avr_mcu_t): Add atmega16hvb...
|
commit | commitdiff | tree |
2008-11-02 |
Anatoly Sokolov | avr.md (UNSPEC_SWAP): Remove constants.
|
commit | commitdiff | tree |
2008-09-14 |
Andy Hutchinson | re PR target/19636 (Can't compile large switch statement)
|
commit | commitdiff | tree |
2008-09-12 |
Anatoly Sokolov | re PR target/37466 ([AVR] avr-gcc generating incorrect...
|
commit | commitdiff | tree |
2008-08-22 |
Anatoly Sokolov | re PR target/11259 ([avr] gcc Double 'andi' missed...
|
commit | commitdiff | tree |
2008-08-12 |
Anatoly Sokolov | Fix final.c.
|
commit | commitdiff | tree |
2008-08-12 |
Anatoly Sokolov | * final.c (final_scan_insn): Use app_enable/app_disable...
|
commit | commitdiff | tree |
2008-08-09 |
Anatoly Sokolov | avr.c (avr_mcu_types): Move the AT43USB320 device to...
|
commit | commitdiff | tree |
2008-07-11 |
Anatoly Sokolov | avr-protos.h (avr_peep2_scratch_safe): Remove prototype.
|
commit | commitdiff | tree |
2008-07-09 |
Anatoly Sokolov | target.h (struct gcc_target): Add hard_regno_scratch_ok...
|
commit | commitdiff | tree |
2008-06-23 |
Anatoly Sokolov | avr.c (avr_function_value): Add new 'outgoing' argument.
|
commit | commitdiff | tree |
2008-06-19 |
Anatoly Sokolov | avr.c (avr_mcu_t): Add attiny13a.
|
commit | commitdiff | tree |
2008-06-17 |
Eric B. Weddington | avr.c (avr_mcu_t): Remove atmega32hvb.
|
commit | commitdiff | tree |
2008-06-17 |
Eric B. Weddington | avr.c (avr_mcu_t): Add attiny167.
|
commit | commitdiff | tree |
2008-06-17 |
Eric B. Weddington | avr.c (avr_mcu_t): Add atmega32u4.
|
commit | commitdiff | tree |
2008-06-16 |
Eric B. Weddington | avr.c (avr_mcu_t): Add atmega32c1.
|
commit | commitdiff | tree |
2008-06-16 |
Eric B. Weddington | avr.c (avr_mcu_t): Add atmega32m1.
|
commit | commitdiff | tree |
2008-06-08 |
Anatoly Sokolov | re PR target/36424 (avr-gcc use don't saved registers...
|
commit | commitdiff | tree |
2008-05-31 |
Anatoly Sokolov | avr.md (UNSPECV_WRITE_SP_IRQ_ON): New constants.
|
commit | commitdiff | tree |
2008-05-26 |
Tristan Gingold | avr.md ("call_prologue_saves"): Use hi8(gs())/lo8(gs... Co-Authored-By: Anatoly Sokolov <aesok@post.ru>
|
commit | commitdiff | tree |
2008-05-22 |
Anatoly Sokolov | avr.c (get_sequence_length): Add new function.
|
commit | commitdiff | tree |
2008-05-20 |
Anatoly Sokolov | avr.h (machine_function): Add 'is_OS_main' field.
|
commit | commitdiff | tree |
2008-05-15 |
Anatoly Sokolov | avr.c (avr_base_arch_macro, [...]): Remove variables.
|
commit | commitdiff | tree |
2008-05-12 |
Anatoly Sokolov | avr.h (machine_function): Add 'is_leaf' field.
|
commit | commitdiff | tree |
2008-05-06 |
Anatoly Sokolov | avr.md (*sbrx_branch, [...]): Change mode of zero_extract...
|
commit | commitdiff | tree |
2008-04-29 |
Paolo Bonzini | avr.md (*sbrx_branch, [...]): Add mode to zero_extract.
|
commit | commitdiff | tree |
2008-04-11 |
Eric B. Weddington | configure.ac: Do not build libssp for the AVR.
|
commit | commitdiff | tree |
2008-04-08 |
Anatoly Sokolov | avr.h (TARGET_CPU_CPP_BUILTINS): Define __AVR_HAVE_EIJMP_EIC...
|
commit | commitdiff | tree |
2008-04-06 |
Anatoly Sokolov | avr.h (avr_mega_p): Remove declaration.
|
commit | commitdiff | tree |
2008-04-02 |
Anatoly Sokolov | predicates.md (io_address_operand): New predicate.
|
commit | commitdiff | tree |
2008-03-15 |
Bjoern Haase | avr.c (avr_arch_types): Add avr6 entry. Co-Authored-By: Anatoly Sokolov <aesok@post.ru>
|
commit | commitdiff | tree |
2008-02-22 |
Anatoly Sokolov | libgcc.S (__RAMPZ__): Define.
|
commit | commitdiff | tree |
2008-02-12 |
Anatoly Sokolov | avr.h (AVR_HAVE_RAMPZ): Define.
|
commit | commitdiff | tree |
2008-01-28 |
Andy Hutchinson | re PR target/34412 (ICE in extract_insn, at recog.c...
|
commit | commitdiff | tree |
2008-01-23 |
Anatoly Sokolov | avr.c (avr_current_arch): New variable.
|
commit | commitdiff | tree |
2008-01-19 |
Anatoly Sokolov | * config/avr/avr.S (_exit): Disable interrupt.
|
commit | commitdiff | tree |
2008-01-17 |
Anatoly Sokolov | avr.h (LINK_SPEC): Support -mrelax and -mpmem-wrap...
|
commit | commitdiff | tree |
2008-01-11 |
Anatoly Sokolov | avr.c (expand_prologue, [...]): Don't save/restore...
|
commit | commitdiff | tree |
2007-12-26 |
Anatoly Sokolov | avr.h (LINK_SPEC, [...]): Move AT90USB82 and AT90USB162...
|
commit | commitdiff | tree |
2007-11-27 |
Eric B. Weddington | avr.c (avr_mcu_types): Add atmega32hvb.
|
commit | commitdiff | tree |
2007-11-26 |
Eric B. Weddington | avr.c (avr_mcu_types): Add atmega1284p.
|
commit | commitdiff | tree |
2007-10-26 |
Anatoly Sokolov | avr.c (avr_OS_task_function_p): Add new function.
|
commit | commitdiff | tree |
2007-10-24 |
Eric B. Weddington | avr.h: Do not include progmem_section definition when...
|
commit | commitdiff | tree |
2007-10-22 |
Eric B. Weddington | avr.c (avr_mcu_types): Remove ATmega603 which was never...
|
commit | commitdiff | tree |
2007-10-20 |
Eric B. Weddington | avr.c (avr_mcu_types): Add at90pwm2b, at90pwm3b.
|
commit | commitdiff | tree |
2007-10-17 |
Anatoly Sokolov | avr.c (avr_mcu_types): Add support for atmega48p, atmega88p...
|
commit | commitdiff | tree |
2007-10-17 |
Eric B. Weddington | avr.c (avr_mcu_types): Add attiny48.
|
commit | commitdiff | tree |
2007-10-17 |
Eric B. Weddington | avr.c (avr_mcu_types): Add attiny43u.
|
commit | commitdiff | tree |
2007-10-16 |
Eric B. Weddington | avr.c (avr_mcu_types): Add at90pwm216, at90pwm316.
|
commit | commitdiff | tree |
2007-10-04 |
Anatoly Sokolov | * config/avr/avr.c (expand_epilogue): Don't set RTX_FRAME_RE...
|
commit | commitdiff | tree |
2007-10-04 |
Anatoly Sokolov | avr.c (commands_in_file, [...]): Remove variables.
|
commit | commitdiff | tree |
2007-09-03 |
Eric Weddington | * doc/extend.texi: Document progmem attribute for AVR.
|
commit | commitdiff | tree |
2007-09-03 |
Anatoly Sokolov | re PR target/28902 (Fix for "alingment of XXX is greater...
|
commit | commitdiff | tree |
2007-07-07 |
Eric Weddington | constraints.md (define_memory_constraint "Q"): Fix...
|
commit | commitdiff | tree |
2007-07-05 |
Anatoly Sokolov | avr.md (zero_extendqihi2, [...]): Change to define_insn_and_...
|
commit | commitdiff | tree |
2007-07-04 |
Anatoly Sokolov | re PR target/31331 ([avr] ICE on function attribute...
|
commit | commitdiff | tree |
2007-06-29 |
Anatoly Sokolov | re PR target/32335 (libgcc build failure, ICE in cselib_reco...
|
commit | commitdiff | tree |
2007-05-19 |
Andy Hutchinson | avr-protos.h (expand_prologue, [...]): Add declaration. Co-Authored-By: Anatoly Sokolov <aesok@dol.ru>
|
commit | commitdiff | tree |
2007-04-26 |
Anatoly Sokolov | avr.c (avr_mcu_types): Add support for ATmega8HVA and...
|
commit | commitdiff | tree |
2007-04-25 |
Anatoly Sokolov | re PR target/18989 (A few potentially ominous, and...
|
commit | commitdiff | tree |
2007-04-18 |
Anatoly Sokolov | avr.c (ptrreg_to_str): Replace error() with output_operand_l...
|
commit | commitdiff | tree |
2007-04-17 |
Anatoly Sokolov | re PR target/30483 (Internal compiler error with inline...
|
commit | commitdiff | tree |
2007-04-16 |
Anatoly Sokolov | avr.c (avr_arch_types): Rearranging array.
|
commit | commitdiff | tree |
2007-04-08 |
Anatoly Sokolov | re PR target/29932 (avr-gcc wrongly optimizes bit sets...
|
commit | commitdiff | tree |
2007-04-07 |
Anatoly Sokolov | re PR target/30289 (avr-gcc: builtin memset(): wrong...
|
commit | commitdiff | tree |
2007-04-05 |
Anatoly Sokolov | re PR target/25448 (Unfounded warnings from the AVR...
|
commit | commitdiff | tree |
2007-04-02 |
Anatoly Sokolov | re PR target/31137 (missing "break" in switch for MULT...
|
commit | commitdiff | tree |
2007-03-31 |
Anatoly Sokolov | predicates.md (even_register_operand, [...]): New predicates.
|
commit | commitdiff | tree |
2007-03-30 |
Anatoly Sokolov | avr.c (avr_override_options): Clear 'flag_delete_null_pointe...
|
commit | commitdiff | tree |
2007-03-27 |
Anatoly Sokolov | avr.c (avr_mcu_types): Move at90usb82 device to 'avr4...
|
commit | commitdiff | tree |
2007-03-27 |
Anatoly Sokolov | Fix year in CangeLog.
|
commit | commitdiff | tree |
2007-03-27 |
Anatoly Sokolov | avr.c (avr_hard_regno_mode_ok): Disallow QImode in...
|
commit | commitdiff | tree |
2007-03-06 |
Anatoly Sokolov | avr.c (avr_mcu_types): Add support for ATmega325P... 2006-02-24 Anatoly Sokolov <aesok@post.ru>
|
commit | commitdiff | tree |
2007-01-31 |
Anatoly Sokolov | re PR target/19087 (Overflowed address in dwarf debug...
|
commit | commitdiff | tree |
2007-01-17 |
Anatoly Sokolov | avr.h (AVR_HAVE_LPMX): New macro.
|
commit | commitdiff | tree |