aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/avr
AgeCommit message (Expand)AuthorFilesLines
2010-06-05c-common.c: Move to c-family/.Steven Bosscher1-1/+1
2010-05-26avr-c.c: Do not include regs.h.Steven Bosscher3-37/+37
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2010-05-03tm.texi (defmac SMALL_REGISTER_CLASSES): Remove.Steven Bosscher1-1/+1
2010-04-29re PR target/42895 (Low registers are preferred than register ip in thumb2 mode)Bernd Schmidt1-1/+1
2010-04-21Add missing comma.Eric B. Weddington1-1/+1
2010-04-19avr-devices.c (avr_mcu_types): Add support for new devices atmega644pa...Eric B. Weddington2-20/+76
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher2-2/+2
2010-01-11avr.h (LINKER_NAME): Remove.Andy Hutchinson1-3/+0
2010-01-08re PR target/41885 (AVR Rotate patterns do not correctly consider overlap.)Andy Hutchinson3-166/+194
2010-01-02avr.h (REG_OK_FOR_BASE_P, [...]): Remove.Anatoly Sokolov2-16/+3
2009-12-24re PR target/42457 (AVR fails to build with other than C family languages)Andy Hutchinson4-54/+95
2009-12-24PR target/35013, 27192Andy Hutchinson3-45/+128
2009-12-13re PR rtl-optimization/23726 (Missed optimizations for divmod)Andy Hutchinson2-38/+111
2009-11-28* config/avr/avr.h (ASM_OUTPUT_EXTERNAL): Add.Andy Hutchinson1-0/+3
2009-11-15PR target/21078, 21080Andy Hutchinson3-2/+44
2009-11-04defaults.h (CONSTANT_ADDRESS_P): Provide a default definition.Nick Clifton1-2/+0
2009-10-24re PR middle-end/19154 (miss-optimization of (x & pow2C) avr conditionals ret...Andy Hutchinson2-33/+23
2009-10-17avr.md (*movqi): Add zero as equally preferable constraint as general register.Andy Hutchinson1-2/+2
2009-10-08* config/avr/avr.c (last_insn_address) Remove variable.Anatoly Sokolov2-20/+3
2009-09-23avr.c (avr_regs_to_save): Use current_function_is_leaf instead of cfun->machi...Anatoly Sokolov2-7/+1
2009-09-22* config/avr/avr.h (TRAMPOLINE_TEMPLATE, INITIALIZE_TRAMPOLINE): Remove.Richard Henderson1-8/+0
2009-08-26hooks.h (hook_bool_const_int_const_int_true): Declare.Anatoly Sokolov3-4/+4
2009-08-16avr.h (AVR_HAVE_8BIT_SP): New macros.Anatoly Sokolov2-8/+16
2009-07-17avr-devices.c (avr_mcu_t): Add atmega8u2, atmega16u2 and atmega32u2 devices.Anatoly Sokolov2-0/+6
2009-07-12avr.h (TARGET_CPU_CPP_BUILTINS): Redefine.Anatoly Sokolov3-47/+50
2009-06-30target.h (struct gcc_target): Add frame_pointer_required field.Anatoly Sokolov3-3/+4
2009-06-25arc.c: Include "df.h".Ian Lance Taylor3-62/+60
2009-06-23config.gcc (avr-*-rtems*, avr-*-*): Set extra_gcc_objs and extra_objs.Anatoly Sokolov5-429/+390
2009-06-19avr.c (avr_override_options): Remove setting value of PARAM_INLINE_CALL_COST.Anatoly Sokolov1-3/+0
2009-06-03ansidecl.h (EXPORTED_CONST): Define.Ian Lance Taylor1-1/+1
2009-05-23avr.c: Change my email address.Denis Chertykov5-5/+5
2009-05-14tm.texi (TARGET_LEGITIMATE_ADDRESS_P): Refer mainly to this in the former doc...Paolo Bonzini3-17/+6
2009-05-12Merge cond-optab branch.Paolo Bonzini3-172/+149
2009-05-10arc.c (arc_handle_interrupt_attribute): Use %qE for identifiers in diagnostics.Joseph Myers1-6/+6
2009-05-04tm.texi (LEGITIMIZE_ADDRESS): Revise documentation.Paolo Bonzini3-9/+5
2009-04-30(frame_pointer_required_p): Change return type to bool.Anatoly Sokolov1-1/+1
2009-04-30avr.c (initial_elimination_offset): Rename to avr_initial_elimination_offset.Anatoly Sokolov3-13/+20
2009-04-25target.h (struct gcc_target): Add case_values_threshold field.Anatoly Sokolov3-3/+3
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek1-1/+1
2009-04-22defaults.h (GO_IF_MODE_DEPENDENT_ADDRESS): Provide empty default.Paolo Bonzini1-2/+0
2009-04-21ABOUT-GCC-NLS, [...]: Add copyright and license notices.Joseph Myers1-0/+19
2009-04-18avr.md (*rotlsi3_8, [...]): Check whether operands 0 and 1 overlaps.Anatoly Sokolov1-20/+57
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-14/+9
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