Age | Commit message (Expand) | Author | Files | Lines |
2005-02-17 | bt-load.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-02-16 | re PR target/19924 ([AVR] MODES_TIEABLE incorrect) | Andy Hutchinson | 1 | -1/+1 |
2005-02-09 | re PR target/19597 (avr-gcc 4.0, multiplication by constant, very long code) | Roger Sayle | 1 | -77/+525 |
2005-01-27 | c-common.def, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-01-26 | re PR target/19293 (avr-gcc crashes when using shifts with negative shift count) | Marek Michalkiewicz | 2 | -81/+156 |
2005-01-24 | c-opts.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-01-23 | re PR target/19378 (ICE during bootstrap compiling __fixdfdi) | Roger Sayle | 1 | -12/+11 |
2004-12-25 | re PR target/19059 (Atmel AVR Tiny13 and Tiny2313 support corrupted) | Marek Michalkiewicz | 3 | -7/+7 |
2004-11-28 | avr.c (avr_handle_fndecl_attribute): Generate a warning if the function name ... | Theodore A. Roth | 1 | -0/+26 |
2004-11-28 | avr.c (avr_mcu_types): Add entries for atmega48... | Theodore A. Roth | 3 | -9/+36 |
2004-11-23 | function.h (struct function): Remove calls_longjmp. | Zack Weinberg | 1 | -2/+0 |
2004-11-23 | config.gcc: Add avr-*-rtems*. | Ralf Corsepius | 2 | -0/+32 |
2004-11-09 | builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app... | Joseph Myers | 1 | -3/+3 |
2004-10-21 | dbxout.c (asmfile): Delete. | Zack Weinberg | 1 | -3/+0 |
2004-09-02 | re PR target/16884 ([fweb related] bug while initialising variables) | Denis Chertykov | 1 | -21/+15 |
2004-09-01 | Make -fdata-sections work for AVR port. | James E Wilson | 1 | -35/+0 |
2004-09-01 | re PR target/15417 (ICE while building an avr-cross compiler) | Denis Chertykov | 1 | -0/+6 |
2004-08-12 | re PR c++/16276 ([3.4 only] G++ generates local references to linkonce sections) | Jakub Jelinek | 1 | -0/+2 |
2004-07-07 | builtins.c: Rename movstr*, except for movstrict*, to movmem* and clrstr* to ... | Alexandre Oliva | 1 | -6/+6 |
2004-07-05 | c-decl.c, [...]: Don't check TARGET_MEM_FUNCTIONS. | Joseph Myers | 1 | -2/+0 |
2004-05-25 | Updated AVR -mint8 option and set proper 64-bit type | Svein E. Seldal | 1 | -1/+1 |
2004-05-21 | system.h: Poison NO_RECURSIVE_FUNCTION_CSE. | Ian Lance Taylor | 1 | -2/+0 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -3/+0 |
2004-03-19 | avr.md ("call_insn"): Handle explicit integer specially. | Denis Chertykov | 1 | -13/+22 |
2004-03-15 | c-incpath.c, [...]: Update copyright. | Kazu Hirata | 2 | -2/+3 |
2004-03-13 | re PR target/14047 (__progmem__ attribute doesn't work) | Dean Ferreyra | 2 | -4/+4 |
2004-03-03 | alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ... | Paolo Bonzini | 1 | -10/+11 |
2004-02-08 | target-def.h (TARGET_STRUCT_VALUE_RTX): Define as hook_rtx_tree_int_null. | Kazu Hirata | 1 | -2/+0 |
2004-02-07 | config.gcc: Don't mention MAX_LONG_TYPE_SIZE. | Kazu Hirata | 1 | -1/+0 |
2004-02-06 | tm.texi (INIT_CUMULATIVE_ARGS): Update doco. | Alan Modra | 1 | -1/+2 |
2004-02-06 | arc.c (arc_return_in_memory): Check the return value of int_size_in_bytes aga... | Kazu Hirata | 1 | -3/+7 |
2004-02-04 | alpha.c, [...]: Revert the replacements of "FALLTHRU" with "Fall through" don... | Kazu Hirata | 1 | -1/+1 |
2004-02-04 | alpha.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-02-03 | system.h (GIV_SORT_CRITERION): Poison. | Kazu Hirata | 1 | -14/+0 |
2004-02-01 | arm.c, [...]: Replace "gen_rtx (FOO, " with "gen_rtx_FOO (". | Kazu Hirata | 3 | -15/+14 |
2004-01-31 | alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c, | Kazu Hirata | 1 | -1/+2 |
2004-01-30 | alpha.c: Remove mentions of deprecates macros in comments... | Kazu Hirata | 1 | -0/+6 |
2004-01-29 | avr.h: Remove target-independent comments about target macros. | Kazu Hirata | 1 | -1504/+2 |
2004-01-25 | avr.c (TARGET_STRUCT_VALUE_RTX): New. | Kazu Hirata | 2 | -49/+20 |
2004-01-20 | avr.h (BASE_REG_CLASS): Don't permit to use X register as pointer after reload. | Denis Chertykov | 1 | -2/+3 |
2004-01-13 | re PR c++/13376 (Incorrect dumps of RTL for passes that use current_function_... | Steven Bosscher | 1 | -4/+5 |
2004-01-09 | final.c (FIRST_INSN_ADDRESS): Remove. | Kazu Hirata | 1 | -5/+0 |
2004-01-05 | avr.c (avr_output_function_prologue): Remove an extra pair of curly braces. | Kazu Hirata | 1 | -26/+24 |
2003-12-25 | alpha-modes.def: Fix comment formatting. | Kazu Hirata | 2 | -15/+15 |
2003-12-24 | avr.c: Fix comment formatting. | Kazu Hirata | 2 | -23/+23 |
2003-12-24 | re PR target/12721 (ICE when building a cross compiler for avr-elf) | Kazu Hirata | 2 | -34/+6 |
2003-12-21 | arm.c: Convert to ISO-C. | Kazu Hirata | 1 | -1/+1 |
2003-10-13 | avr.c, [...]: Convert to ISO C90 function declarations and definitions. | Steven Bosscher | 2 | -448/+237 |
2003-10-02 | target.h (init_libfuncs): New hook. | Zack Weinberg | 2 | -10/+2 |
2003-09-27 | GNU CC -> GCC | Kelley Cook | 4 | -31/+31 |