summaryrefslogtreecommitdiff
path: root/gcc/config/avr
Commit message (Expand)AuthorAgeFilesLines
* * arc.c (output_shift): Use stdio instead of asm_fprintf.ghazi2002-08-201-3/+3
* * config/avr/avr.md: Call CC_STATUS_INIT in all peepnolesdenisc2002-08-131-1/+6
* * arc.c (arc_init): Don't use ISO C style function definitions.ghazi2002-08-111-1/+1
* * toplev.c (parse_options_and_default_flags): Don't setrth2002-08-012-13/+0
* * alpha.h, arc.h, arm/aout.h, avr.h, cris.h, d30v.h, dsp16xx.h,ghazi2002-07-311-14/+2
* * alpha.h, arc.h, arm/aout.h, avr.h, c4x.h, cris.h, d30v.h,ghazi2002-07-301-11/+0
* * defaults.h (ASM_OUTPUT_MEASURED_SIZE): Take only twozack2002-07-281-8/+1
* * defaults.h (ASM_OUTPUT_TYPE_DIRECTIVE, ASM_OUTPUT_SIZE_DIRECTIVE,zack2002-07-251-35/+21
* * config/avr/avr.c (debug_hard_reg_set): Remove.marekm2002-07-191-15/+0
* * ginclude/varargs.h: Replace with stub which issues #error.zack2002-07-161-1/+0
* * config/avr/avr.c (test_hard_reg_class): Fix TEST_HARD_REG_BITmarekm2002-07-121-1/+5
* * config/avr/avr.md: Fix two 0x80000000 constants to make themmarekm2002-07-104-3/+40
* * c-common.c (builtin_define_type_max): New.rth2002-06-121-4/+0
* * config/avr/avr.c (avr_mcu_types): Update for new devices.marekm2002-06-094-34/+32
* * config/avr/avr.c (TARGET_SECTION_TYPE_FLAGS): New.marekm2002-06-081-0/+24
* * config/avr/avr.c (avr_regs_to_save): No need to save any registersmarekm2002-06-081-16/+38
* * emit-rtl.c (get_first_nonnote_insn, get_last_nonnote_insn): Newdanglin2002-06-061-2/+2
* Support for C++ constructors/destructors.marekm2002-06-014-9/+174
* * config/avr/avr.c (avr_mcu_types): Remove devices that were oncemarekm2002-06-013-44/+11
* * config/avr/avr.c (avr_mcu_types): Fix typo in previous patch.marekm2002-05-301-2/+2
* * config/avr/avr.c (avr_base_arch_macro, avr_extra_arch_macro): New.marekm2002-05-292-166/+103
* * config/avr/avr-protos.h (avr_out_sbxx_branch): Declare.marekm2002-05-263-140/+221
* * config/avr/avr.c (avr_asm_only_p): New variable.marekm2002-05-261-1/+7
* * config/avr/avr.c (avr_handle_progmem_attribute): Handle TYPE_DECL.marekm2002-05-252-1/+30
* * config/i386/mingw32.h (OUTPUT_QUOTED_STRING): Properly outputmmitchel2002-05-231-2/+3
* * config/avr/avr.c (machine_dependent_reorg): Sign extend themarekm2002-05-191-3/+3
* * system.h (STRIP_NAME_ENCODING): Poison it.rth2002-05-192-10/+4
* * system.h (ENCODE_SECTION_INFO): Poison it.rth2002-05-193-86/+9
* * system.h (SELECT_RTX_SECTION): Poison.rth2002-05-181-10/+0
* * config/avr/avr.c (avr_regs_to_save): New function. Also checkmarekm2002-05-171-46/+51
* * hooks.c (hook_tree_bool_false): New.rth2002-05-173-23/+6
* * c-parse.in (MODIFIED_WCHAR_TYPE): New macro.zack2002-05-151-20/+2
* * config/avr/avr.c (avr_mcu_types): Update supported devices.marekm2002-05-113-15/+29
* * config/avr/avr.c (print_operand): Check that addr is a SYMBOL_REFmarekm2002-05-103-10/+111
* * config/avr/avr.md (length): Fix length computation forjakub2002-03-211-2/+2
* * emit-rtl.c, final.c, fold-const.c, gengenrtl.c, optabs.c,zack2002-03-031-4/+0
* * 1750a.h, a29k.h, alpha.h, arc.h, arm.h, avr.h, c4x.h, clipper.h,ghazi2002-03-031-4/+0
* * 1750a.h, avr.h, convex.h, d30v.h, dsp16xx.h, fr30.h, ia64.h,ghazi2002-03-031-6/+0
* * varasm.c (make_decl_rtl): Remove call to REDO_SECTION_INFO_P;rth2002-03-033-4/+6
* * a29k.h, alpha.h, arc.h, arm.h, avr.h, clipper.h, convex.h,ghazi2002-03-031-3/+0
* * config/avr/avr.c (avr_hard_regno_mode_ok): Do not allow r29marekm2002-02-281-0/+7
* * config/avr/avr.md: Add more patterns for mized-mode add and subtractdenisc2002-02-211-0/+37
* * cpphash.h (struct spec_nodes): Remove n__CHAR_UNSIGNED__.neil2002-02-021-10/+1
* * config/alpha/alpha.h, config/arc/arc.h, config/avr/avr.h,jsm282002-01-211-74/+0
* * expmed.c (extract_fixed_bit_field): Remove unused code.kazu2002-01-161-12/+0
* * doc/tm.texi (EASY_DIV_EXPR, IMPLICIT_FIX_EXPR,jsm282002-01-081-10/+1
* * config/avr/avr.c (avr_mcu_types): Add new MCU types.marekm2002-01-073-0/+36
* * config/avr/avr.c: Fix comment typos.kazu2002-01-031-2/+2
* * varasm.c (assemble_real): Use REAL_VALUE_TO_x and assemble_integerrth2001-12-202-32/+0
* * target.h (asm_out.byte_op, asm_out.aligned_op, asm_out.unaligned_op,rsandifo2001-12-173-75/+21