| Commit message (Expand) | Author | Age | Files | Lines |
* | * defaults.h (CONSTANT_ADDRESS_P): Provide a default definition. | nickc | 2009-11-04 | 1 | -2/+0 |
* | PR middle-end/19154 | hutchinsonandy | 2009-10-24 | 2 | -33/+23 |
* | 2009-10-17 Andy Hutchinson <hutchinsonandy@aim.com> | hutchinsonandy | 2009-10-17 | 1 | -2/+2 |
* | * config/avr/avr.c (last_insn_address) Remove variable. | aesok | 2009-10-08 | 2 | -20/+3 |
* | * config/avr/avr.c (avr_regs_to_save): Use current_function_is_leaf | aesok | 2009-09-23 | 2 | -7/+1 |
* | * config/avr/avr.h (TRAMPOLINE_TEMPLATE, INITIALIZE_TRAMPOLINE): Remove. | rth | 2009-09-22 | 1 | -8/+0 |
* | * hooks.h (hook_bool_const_int_const_int_true): Declare. | aesok | 2009-08-25 | 3 | -4/+4 |
* | * config/avr/avr.h (AVR_HAVE_8BIT_SP): New macros. | aesok | 2009-08-16 | 2 | -8/+16 |
* | * config/avr/avr-devices.c (avr_mcu_t): Add atmega8u2, atmega16u2 and | aesok | 2009-07-17 | 2 | -0/+6 |
* | * config/avr/avr.h (TARGET_CPU_CPP_BUILTINS): Redefine. | aesok | 2009-07-11 | 3 | -47/+50 |
* | * target.h (struct gcc_target): Add frame_pointer_required field. | aesok | 2009-06-29 | 3 | -3/+4 |
* | * config/arc/arc.c: Include "df.h". | ian | 2009-06-25 | 3 | -62/+60 |
* | * config.gcc (avr-*-rtems*, avr-*-*): Set extra_gcc_objs and | aesok | 2009-06-23 | 5 | -429/+390 |
* | * config/avr/avr.c (avr_override_options): Remove setting value of | aesok | 2009-06-19 | 1 | -3/+0 |
* | include/: | ian | 2009-06-03 | 1 | -1/+1 |
* | * config/avr/avr.c: Change my email address. | denisc | 2009-05-23 | 5 | -5/+5 |
* | 2009-05-14 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2009-05-14 | 3 | -17/+6 |
* | Merge cond-optab branch. | bonzini | 2009-05-12 | 3 | -172/+149 |
* | * config/arc/arc.c (arc_handle_interrupt_attribute): Use %qE for | jsm28 | 2009-05-10 | 1 | -6/+6 |
* | 2009-05-04 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2009-05-04 | 3 | -9/+5 |
* | (frame_pointer_required_p): Change return type to bool. | aesok | 2009-04-29 | 1 | -1/+1 |
* | * config/avr/avr.c (initial_elimination_offset): Rename to | aesok | 2009-04-29 | 3 | -13/+20 |
* | * target.h (struct gcc_target): Add case_values_threshold field. | aesok | 2009-04-25 | 3 | -3/+3 |
* | 2009-04-21 Taras Glek <tglek@mozilla.com> | dnovillo | 2009-04-22 | 1 | -1/+1 |
* | 2009-04-22 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2009-04-22 | 1 | -2/+0 |
* | * ABOUT-GCC-NLS, ChangeLog, ChangeLog-1997, ChangeLog-1998, | jsm28 | 2009-04-21 | 1 | -0/+19 |
* | * config/avr/avr.md (*rotlsi3_8, *rotlsi3_16, *rotlsi3_24 ): Check | aesok | 2009-04-18 | 1 | -20/+57 |
* | Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. | jakub | 2009-04-09 | 1 | -14/+9 |
* | * config/avr/avr.h (avr_case_values_threshold): Remove declaration. | aesok | 2009-04-01 | 4 | -12/+9 |
* | * config/avr/avr.c (avr_mcu_t): Add atmega8c1, atmega16c1 and | aesok | 2009-03-28 | 3 | -0/+12 |
* | PR target/34299 | aesok | 2009-03-15 | 3 | -31/+36 |
* | Update Copyright years for files modified in 2008 and/or 2009. | jakub | 2009-02-20 | 1 | -1/+1 |
* | * config/avr/avr.c (avr_mcu_t): Add ata6289 device. | aesok | 2009-02-07 | 3 | -3/+8 |
* | PR target/29141 | aesok | 2009-01-12 | 2 | -9/+84 |
* | * config/avr/avr.md ("andsi3"): Fix wrong cc attribute. | aesok | 2008-12-21 | 1 | -1/+1 |
* | * config/avr/avr.c (avr_mcu_t): Add attiny87, attiny327, at90pwm81, | aesok | 2008-12-16 | 3 | -8/+47 |
* | * config/avr/avr.c (avr_mcu_t): Add atmega16hvb, atmega32hvb, | aesok | 2008-11-12 | 3 | -5/+34 |
* | * config/avr/avr.md (UNSPEC_SWAP): Remove constants. | aesok | 2008-11-02 | 2 | -16/+205 |
* | PR target/19636 | aesok | 2008-09-14 | 2 | -4/+3 |
* | PR target/37466 | aesok | 2008-09-12 | 1 | -2/+3 |
* | PR target/36609 | hutchinsonandy | 2008-09-08 | 2 | -7/+26 |
* | * sparc.h (BRANCH_COST): Fix macro definition. | hubicka | 2008-08-31 | 1 | -43/+43 |
* | * fwprop.c (should_replace_address): Add speed attribute. | hubicka | 2008-08-31 | 1 | -38/+40 |
* | * optabs.c (expand_abs_nojump): Update BRANCH_COST call. | hubicka | 2008-08-30 | 1 | -1/+1 |
* | 2008-08-26 Vladimir Makarov <vmakarov@redhat.com> | vmakarov | 2008-08-26 | 1 | -0/+13 |
* | PR target/11259 | aesok | 2008-08-22 | 1 | -2/+169 |
* | * config/avr/avr.c (avr_override_options): Reduce value of PARAM_INLINE_CALL_... | hutchinsonandy | 2008-08-16 | 1 | -0/+4 |
* | * config/avr/avr.c (avr_mcu_types): Move the AT43USB320 device to | aesok | 2008-08-09 | 3 | -4/+4 |
* | * config/alpha/alpha.c (alpha_preferred_reload_class, | ghazi | 2008-08-06 | 2 | -25/+25 |
* | * config/avr/avr-protos.h (avr_peep2_scratch_safe): Remove prototype. | aesok | 2008-07-11 | 3 | -36/+23 |