Age | Commit message (Expand) | Author | Files | Lines |
2002-09-19 | real.h (UNKNOWN_FLOAT_FORMAT, [...]): Move ... | Richard Henderson | 1 | -2/+0 |
2002-09-17 | alpha.c: Follow spelling conventions. | Kazu Hirata | 2 | -14/+14 |
2002-09-15 | ChangeLog: Follow spelling conventions. | Kazu Hirata | 1 | -1/+1 |
2002-09-14 | * config/avr/avr.c (output.h): Move after inclusion of tree.h. | Marek Michalkiewicz | 1 | -1/+1 |
2002-09-14 | * gcc/config/avr/avr.h: Set default options for C++ for avr. | Theodore A. Roth | 1 | -0/+6 |
2002-09-10 | * config/avr/avr.md (movstrhi): Use right operands for conversion. | Denis Chertykov | 1 | -3/+4 |
2002-09-09 | avr.md (movstrhi, clrstrhi): Use gen_int_mode for right conversion of operand... | Denis Chertykov | 1 | -5/+9 |
2002-08-20 | arc.c (output_shift): Use stdio instead of asm_fprintf. | Kaveh R. Ghazi | 1 | -3/+3 |
2002-08-13 | avr.md: Call CC_STATUS_INIT in all peepnoles which can change CC0. | Denis Chertykov | 1 | -1/+6 |
2002-08-11 | arc.c (arc_init): Don't use ISO C style function definitions. | Kaveh R. Ghazi | 1 | -1/+1 |
2002-08-01 | toplev.c (parse_options_and_default_flags): Don't set flag_reorder_blocks for... | Richard Henderson | 2 | -13/+0 |
2002-07-31 | * alpha.h, arc.h, arm/aout.h, avr.h, cris.h, d30v.h, dsp16xx.h, | Kaveh R. Ghazi | 1 | -14/+2 |
2002-07-30 | alpha.h, [...] (ASM_OUTPUT_LABEL): Delete definition. | Kaveh R. Ghazi | 1 | -11/+0 |
2002-07-28 | defaults.h (ASM_OUTPUT_MEASURED_SIZE): Take only two arguments. | Zack Weinberg | 1 | -8/+1 |
2002-07-25 | defaults.h (ASM_OUTPUT_TYPE_DIRECTIVE, [...]): New default definitions of new... | Zack Weinberg | 1 | -35/+21 |
2002-07-19 | * config/avr/avr.c (debug_hard_reg_set): Remove. | Marek Michalkiewicz | 1 | -15/+0 |
2002-07-16 | varargs.h: Replace with stub which issues #error. | Zack Weinberg | 1 | -1/+0 |
2002-07-12 | avr.c (test_hard_reg_class): Fix TEST_HARD_REG_BIT usage on 64-bit hosts, ret... | Marek Michalkiewicz | 1 | -1/+5 |
2002-07-10 | avr.md: Fix two 0x80000000 constants to make them negative also on 64-bit hosts. | Marek Michalkiewicz | 4 | -3/+40 |
2002-06-11 | c-common.c (builtin_define_type_max): New. | Richard Henderson | 1 | -4/+0 |
2002-06-09 | avr.c (avr_mcu_types): Update for new devices. | Marek Michalkiewicz | 4 | -34/+32 |
2002-06-08 | avr.c (TARGET_SECTION_TYPE_FLAGS): New. | Marek Michalkiewicz | 1 | -0/+24 |
2002-06-08 | avr.c (avr_regs_to_save): No need to save any registers in a noreturn function. | Marek Michalkiewicz | 1 | -16/+38 |
2002-06-06 | emit-rtl.c (get_first_nonnote_insn, [...]): New functions. | John David Anglin | 1 | -2/+2 |
2002-06-01 | Support for C++ constructors/destructors. | Marek Michalkiewicz | 4 | -9/+174 |
2002-06-01 | avr.c (avr_mcu_types): Remove devices that were once expected, but don't real... | Marek Michalkiewicz | 3 | -44/+11 |
2002-05-30 | * config/avr/avr.c (avr_mcu_types): Fix typo in previous patch. | Marek Michalkiewicz | 1 | -2/+2 |
2002-05-29 | avr.c (avr_base_arch_macro, [...]): New. | Neil Booth | 2 | -166/+103 |
2002-05-26 | avr-protos.h (avr_out_sbxx_branch): Declare. | Marek Michalkiewicz | 3 | -140/+221 |
2002-05-26 | avr.c (avr_asm_only_p): New variable. | Marek Michalkiewicz | 1 | -1/+7 |
2002-05-25 | avr.c (avr_handle_progmem_attribute): Handle TYPE_DECL. | Marek Michalkiewicz | 2 | -1/+30 |
2002-05-23 | mingw32.h (OUTPUT_QUOTED_STRING): Properly output quoted strings. | Gabriel Dos Reis | 1 | -2/+3 |
2002-05-19 | avr.c (machine_dependent_reorg): Sign extend the CONST_INT operand to the cor... | Marek Michalkiewicz | 1 | -3/+3 |
2002-05-19 | system.h (STRIP_NAME_ENCODING): Poison it. | Richard Henderson | 2 | -10/+4 |
2002-05-18 | system.h (ENCODE_SECTION_INFO): Poison it. | Richard Henderson | 3 | -86/+9 |
2002-05-18 | system.h (SELECT_RTX_SECTION): Poison. | Richard Henderson | 1 | -10/+0 |
2002-05-17 | avr.c (avr_regs_to_save): New function. | Marek Michalkiewicz | 1 | -46/+51 |
2002-05-17 | hooks.c (hook_tree_bool_false): New. | Richard Henderson | 3 | -23/+6 |
2002-05-15 | c-parse.in (MODIFIED_WCHAR_TYPE): New macro. | Zack Weinberg | 1 | -20/+2 |
2002-05-11 | avr.c (avr_mcu_types): Update supported devices. | Marek Michalkiewicz | 3 | -15/+29 |
2002-05-10 | avr.c (print_operand): Check that addr is a SYMBOL_REF before using SYMBOL_RE... | Marek Michalkiewicz | 3 | -10/+111 |
2002-03-21 | avr.md (length): Fix length computation for conditional branches. | Jakub Jelinek | 1 | -2/+2 |
2002-03-03 | emit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC blocks... | Zack Weinberg | 1 | -4/+0 |
2002-03-03 | 1750a.h, [...] (BITS_PER_WORD): Delete. | Kaveh R. Ghazi | 1 | -4/+0 |
2002-03-03 | 1750a.h, [...] (CHAR_TYPE_SIZE): Delete. | Kaveh R. Ghazi | 1 | -6/+0 |
2002-03-02 | varasm.c (make_decl_rtl): Remove call to REDO_SECTION_INFO_P; invoke ENCODE_S... | Richard Henderson | 3 | -4/+6 |
2002-03-03 | a29k.h, [...]: (BITS_PER_UNIT): Delete. | Kaveh R. Ghazi | 1 | -3/+0 |
2002-02-28 | avr.c (avr_hard_regno_mode_ok): Do not allow r29 which may overwrite the high... | Marek Michalkiewicz | 1 | -0/+7 |
2002-02-21 | avr.md: Add more patterns for mized-mode add and subtract (addsi3_zero_extend... | Torbjorn Granlund | 1 | -0/+37 |
2002-02-02 | cpphash.h (struct spec_nodes): Remove n__CHAR_UNSIGNED__. | Neil Booth | 1 | -10/+1 |