summaryrefslogtreecommitdiff
path: root/gcc/config/stormy16
Commit message (Expand)AuthorAgeFilesLines
* stormy16.md (zero_extendqihi2): New.Andrew Haley2002-02-111-0/+12
* stormy16.md (pushqi): New.Andrew Haley2002-02-014-18/+65
* stormy16.md (tablejump_pcrel): Use a MEM to help folding.Geoffrey Keating2002-01-251-1/+2
* alpha.h, [...]: Remove commented out target macro definitions and non-target-...Joseph Myers2002-01-211-767/+16
* expmed.c (extract_fixed_bit_field): Remove unused code.Kazu Hirata2002-01-161-11/+0
* system.h (ASM_IDENTIFY_GCC, [...]): Poison.Joseph Myers2002-01-151-22/+0
* tm.texi (EASY_DIV_EXPR, [...]): Remove documentation of obsolete macros.Joseph Myers2002-01-081-24/+0
* tm.texi (ASM_OUTPUT_EH_REGION_BEG, [...]): Remove documentation of obsolete m...Joseph Myers2002-01-081-35/+0
* avr.c: Fix comment typos.Kazu Hirata2002-01-033-8/+9
* romp.c: Fix comment formatting.Kazu Hirata2002-01-022-18/+18
* varasm.c (assemble_real): Use REAL_VALUE_TO_x and assemble_integer to emit fl...Richard Henderson2001-12-201-25/+0
* target.h (asm_out.byte_op, [...]): New fields.Richard Sandiford2001-12-172-53/+6
* 1750a.md: Add default case in switch.Kaveh R. Ghazi2001-12-091-11/+11
* final.c (count_basic_block, [...]): Kill.Jan Hubicka2001-12-061-133/+0
* stormy16.h: Remove DEFAULT_VTABLE_THUNKS.Loren J. Rittle2001-11-261-12/+0
* 1750a.h (DBX_REGISTER_NUMBER): Don't define.Kaveh R. Ghazi2001-11-221-19/+0
* s390.c (s390_va_arg): Eliminate ALIGN parameter in call to emit_cmp_and_jump_...Kaveh R. Ghazi2001-11-221-4/+3
* clipper.c (clipper_movstr): Avoid uninitialized warning.Kaveh R. Ghazi2001-11-211-2/+2
* tm.texi (Label Output): Document ASM_OUTPUT_LABEL_REF.Geoffrey Keating2001-11-102-2/+13
* stormy16.h (ASM_SPEC): Revert last change...Geoffrey Keating2001-11-091-1/+1
* stormy16.c (xstormy16_expand_casesi): Don't change INDEX.Geoffrey Keating2001-11-091-1/+1
* In ChangeLog: 2001-11-08 Geoffrey Keating <geoffk@redhat.com>Geoffrey Keating2001-11-095-208/+208
* stormy16.h (LIB_SPEC): Don't supply any libgloss library at all if -T is used.Geoffrey Keating2001-11-041-7/+8
* stormy16.c (stormy16_print_operand): Avoid some uses of uninitialized variabl...Geoffrey Keating2001-11-041-2/+3
* stormy16.c (stormy16_output_shift): Don't look at 'temp' if we won't be using...Geoffrey Keating2001-11-041-1/+1
* stormy16.h (CONST_COSTS): Define.Geoffrey Keating2001-11-041-5/+23
* * config/stormy16/stormy16.h (ASM_SPEC): Pass -g to the assembler.Geoffrey Keating2001-11-041-0/+1
* stormy16.h (ASM_OUTPUT_MI_THUNK): Call stormy16_asm_output_mi_thunk.Geoffrey Keating2001-11-043-6/+47
* alpha.md, [...]: Fix spelling errors.Joseph Myers2001-10-281-1/+1
* target.h (struct gcc_target): Add asm_out.exception_section, asm_out.eh_frame...Stan Shebs2001-10-221-17/+0
* config.gcc (i[34567]86-*-gnu*, [...]): Delete superflous ${cpu_type} setting.Franz Sirl2001-10-191-4/+0
* stormy-abi: Updates to varargs descriptions.Catherine Moore2001-10-192-13/+21
* stormy16.h (ASM_COMMENT_START): Define.Catherine Moore2001-10-192-3/+16
* system.h: Poison old unused target macros.Neil Booth2001-10-153-59/+49
* stormy-abi: Document abi changes.Catherine Moore2001-10-053-15/+19
* rtl.h (LCT_RETURNS_TWICE): New.Richard Henderson2001-09-211-0/+4
* stormy16.h (REG_CLASS_FROM_LETTER): Map 'd' to R8_REGS.Richard Henderson2001-09-211-1/+2
* Table-driven attributes.Joseph Myers2001-09-212-22/+26
* config/stormy16/stormy16.h (DEFAULT_PCC_STRUCT_RETURN): Define as 0.Catherine Moore2001-09-181-2/+2
* * config/stormy16 (LIB_SPEC): Remove -lnosys.Catherine Moore2001-09-181-1/+1
* configure.in: Check whether assembler supports section merging.Jakub Jelinek2001-09-111-2/+2
* * config/stormy16/stormy16.h (DWARF2_UNWIND_INFO): Define to 0.Geoffrey Keating2001-09-011-1/+1
* stormy16.c (stormy16_asm_out_destructor): New function.Geoffrey Keating2001-08-311-0/+57
* stormy16.c (stormy16_expand_epilogue): Use the frame pointer to pop the stack...Geoffrey Keating2001-08-312-4/+12
* stormy16.md (udivmodhi4): Express using UDIV/UMOD, not DIV/MOD, of course.Geoffrey Keating2001-08-311-4/+4
* config.gcc: Add stormy16-*-elf case.Geoffrey Keating2001-08-257-0/+8603