aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/avr
AgeCommit message (Expand)AuthorFilesLines
2002-07-30alpha.h, [...] (ASM_OUTPUT_LABEL): Delete definition.Kaveh R. Ghazi1-11/+0
2002-07-28defaults.h (ASM_OUTPUT_MEASURED_SIZE): Take only two arguments.Zack Weinberg1-8/+1
2002-07-25defaults.h (ASM_OUTPUT_TYPE_DIRECTIVE, [...]): New default definitions of new...Zack Weinberg1-35/+21
2002-07-19* config/avr/avr.c (debug_hard_reg_set): Remove.Marek Michalkiewicz1-15/+0
2002-07-16varargs.h: Replace with stub which issues #error.Zack Weinberg1-1/+0
2002-07-12avr.c (test_hard_reg_class): Fix TEST_HARD_REG_BIT usage on 64-bit hosts, ret...Marek Michalkiewicz1-1/+5
2002-07-10avr.md: Fix two 0x80000000 constants to make them negative also on 64-bit hosts.Marek Michalkiewicz4-3/+40
2002-06-11c-common.c (builtin_define_type_max): New.Richard Henderson1-4/+0
2002-06-09avr.c (avr_mcu_types): Update for new devices.Marek Michalkiewicz4-34/+32
2002-06-08avr.c (TARGET_SECTION_TYPE_FLAGS): New.Marek Michalkiewicz1-0/+24
2002-06-08avr.c (avr_regs_to_save): No need to save any registers in a noreturn function.Marek Michalkiewicz1-16/+38
2002-06-06emit-rtl.c (get_first_nonnote_insn, [...]): New functions.John David Anglin1-2/+2
2002-06-01Support for C++ constructors/destructors.Marek Michalkiewicz4-9/+174
2002-06-01avr.c (avr_mcu_types): Remove devices that were once expected, but don't real...Marek Michalkiewicz3-44/+11
2002-05-30* config/avr/avr.c (avr_mcu_types): Fix typo in previous patch.Marek Michalkiewicz1-2/+2
2002-05-29avr.c (avr_base_arch_macro, [...]): New.Neil Booth2-166/+103
2002-05-26avr-protos.h (avr_out_sbxx_branch): Declare.Marek Michalkiewicz3-140/+221
2002-05-26avr.c (avr_asm_only_p): New variable.Marek Michalkiewicz1-1/+7
2002-05-25avr.c (avr_handle_progmem_attribute): Handle TYPE_DECL.Marek Michalkiewicz2-1/+30
2002-05-23mingw32.h (OUTPUT_QUOTED_STRING): Properly output quoted strings.Gabriel Dos Reis1-2/+3
2002-05-19avr.c (machine_dependent_reorg): Sign extend the CONST_INT operand to the cor...Marek Michalkiewicz1-3/+3
2002-05-19system.h (STRIP_NAME_ENCODING): Poison it.Richard Henderson2-10/+4
2002-05-18system.h (ENCODE_SECTION_INFO): Poison it.Richard Henderson3-86/+9
2002-05-18system.h (SELECT_RTX_SECTION): Poison.Richard Henderson1-10/+0
2002-05-17avr.c (avr_regs_to_save): New function.Marek Michalkiewicz1-46/+51
2002-05-17hooks.c (hook_tree_bool_false): New.Richard Henderson3-23/+6
2002-05-15c-parse.in (MODIFIED_WCHAR_TYPE): New macro.Zack Weinberg1-20/+2
2002-05-11avr.c (avr_mcu_types): Update supported devices.Marek Michalkiewicz3-15/+29
2002-05-10avr.c (print_operand): Check that addr is a SYMBOL_REF before using SYMBOL_RE...Marek Michalkiewicz3-10/+111
2002-03-21avr.md (length): Fix length computation for conditional branches.Jakub Jelinek1-2/+2
2002-03-03emit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC blocks...Zack Weinberg1-4/+0
2002-03-031750a.h, [...] (BITS_PER_WORD): Delete.Kaveh R. Ghazi1-4/+0
2002-03-031750a.h, [...] (CHAR_TYPE_SIZE): Delete.Kaveh R. Ghazi1-6/+0
2002-03-02varasm.c (make_decl_rtl): Remove call to REDO_SECTION_INFO_P; invoke ENCODE_S...Richard Henderson3-4/+6
2002-03-03a29k.h, [...]: (BITS_PER_UNIT): Delete.Kaveh R. Ghazi1-3/+0
2002-02-28avr.c (avr_hard_regno_mode_ok): Do not allow r29 which may overwrite the high...Marek Michalkiewicz1-0/+7
2002-02-21avr.md: Add more patterns for mized-mode add and subtract (addsi3_zero_extend...Torbjorn Granlund1-0/+37
2002-02-02cpphash.h (struct spec_nodes): Remove n__CHAR_UNSIGNED__.Neil Booth1-10/+1
2002-01-21alpha.h, [...]: Remove commented out target macro definitions and non-target-...Joseph Myers1-74/+0
2002-01-16expmed.c (extract_fixed_bit_field): Remove unused code.Kazu Hirata1-12/+0
2002-01-08tm.texi (EASY_DIV_EXPR, [...]): Remove documentation of obsolete macros.Joseph Myers1-10/+1
2002-01-07avr.c (avr_mcu_types): Add new MCU types.Marek Michalkiewicz3-0/+36
2002-01-03avr.c: Fix comment typos.Kazu Hirata1-2/+2
2001-12-20varasm.c (assemble_real): Use REAL_VALUE_TO_x and assemble_integer to emit fl...Richard Henderson2-32/+0
2001-12-17target.h (asm_out.byte_op, [...]): New fields.Richard Sandiford3-75/+21
2001-12-16avr.c (avr_simplify_comparision_p, [...]): Don't use the 'U' suffix.Kaveh R. Ghazi3-15/+15
2001-12-03c-decl.c (grokdeclarator): Use ISO word.Neil Booth2-25/+25
2001-11-221750a.h (DBX_REGISTER_NUMBER): Don't define.Kaveh R. Ghazi1-2/+0
2001-10-31builtins.def: Fix comment typos.Kazu Hirata1-1/+1
2001-10-19Makefile.in (rtlanal.o): Depend on $(TM_P_H).Kaveh R. Ghazi1-2/+2