aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/alpha
AgeCommit message (Expand)AuthorFilesLines
2001-03-14aclocal.m4 (gcc_AC_COMPILE_CHECK_SIZEOF, [...]): New.Zack Weinberg3-32/+1
2001-03-12configure.in: Move check for unsigned enumerated bitfields to macro in acloca...Zack Weinberg1-7/+0
2001-03-12config.gcc: Where xm-host.h used to include another xm-host.h...Zack Weinberg1-2/+0
2001-03-10alpha.c (check_float_value): Use memcpy, not bcopy.Kaveh R. Ghazi1-6/+4
2001-03-08xm-pc532-min.h, xm-we32k.h: Delete references to the MAXPATHLEN macro.Kaveh R. Ghazi2-26/+0
2001-03-07Brad's -ffast-math breakup.Brad Lucier1-2/+2
2001-03-07* config/alpha/alpha.md (call_osf_1_noreturn): New pattern.Richard Henderson1-0/+14
2001-03-06xm-a29k.h, [...]: Delete HOST_BITS_PER_* definitions which match the defaults...Kaveh R. Ghazi1-4/+0
2001-03-06aclocal.m4 (libiberty_AC_FUNC_C_ALLOCA): New.Zack Weinberg2-21/+0
2001-03-03configure.in: Kill tm.h.Zack Weinberg1-8/+0
2001-03-02xm-lynx.h, [...]: Do not define TRUE or FALSE.Zack Weinberg1-5/+0
2001-02-25xm-interix.h, [...]: Don't define any of...Zack Weinberg3-7/+6
2001-02-25config.gcc: Expunge references to alpha/t-pe...Zack Weinberg3-129/+0
2001-02-24Kill stray blank linesZack Weinberg1-1/+0
2001-02-18* config/alpha/alpha.md (movsi_fix): Fix typo in pattern name.Richard Henderson1-1/+1
2001-01-27configure.in (target_makefile_frag): Use mt-alphaieee.Richard Henderson1-6/+1
2001-01-24alpha.md (builtin_longjmp_internal): New.Richard Henderson1-2/+12
2001-01-16Minor whitespace changesRichard Kenner1-25/+15
2001-01-13c-decl.c (start_function): Don't warn if old prototype is builtin that's not ...Richard Kenner1-1/+4
2001-01-12alpha.c (alpha_expand_block_move): GET_MODE of tmp, not XEXP (tmp, 0).Jakub Jelinek1-2/+2
2001-01-10alpha.c (alpha_free_machine_status): New.Richard Henderson1-2/+16
2001-01-07t-linux (SHLIB_INSTALL): Double quote slibdir; fix typo in rm -f.Richard Henderson1-4/+8
2001-01-07Makefile.in (slibdir): New variable.Richard Henderson1-0/+3
2001-01-03alpha.md (addvsi3, addvdi3): New.Richard Henderson1-0/+97
2001-01-02* alpha.md (*ze_and_ne): Duplicate insn condition to split.Richard Henderson1-2/+2
2001-01-01tm.texi (REGISTER_MOVE_COST): Add a mode argument.Alexandre Oliva1-2/+2
2000-12-29alpha.c (alpha_expand_block_move): Initialize src_align and dst_align in bits.Richard Henderson1-40/+193
2000-12-14alpha.c (alpha_emit_conditional_move): Do not swap comparison operands when t...Richard Henderson1-5/+13
2000-12-06osf.h: Standarize copyright statement.Rodney Brown1-1/+2
2000-11-30alpha.h (ASM_OUTPUT_MI_THUNK): Disable.Richard Henderson2-2/+8
2000-11-30elf.h (ASM_OUTPUT_SECTION_NAME): Copy elfos.h defn.Richard Henderson1-50/+166
2000-11-30elf.h (IDENT_ASM_OP): Protect the #define.David O'Brien1-0/+35
2000-11-28genoutput.c (validate_insn_operands): New.Richard Henderson1-4/+4
2000-11-21alpha.c (alpha_split_tfmode_frobsign): New.Richard Henderson3-49/+58
2000-11-17elf.h (PREFERRED_DEBUGGING_TYPE): Set to DWARF2_DEBUG.Richard Henderson1-3/+3
2000-11-17stringpool.c: New file.Zack Weinberg1-3/+3
2000-11-10alpha.c (check_float_value): Use memcpy, not bcopy.Kaveh R. Ghazi1-1/+1
2000-11-09* config/alpha/linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.Richard Henderson1-0/+3
2000-11-07c-lang.c (start_cdtor, [...]): New functions.Richard Henderson3-11/+5
2000-11-07freebsd.h: New file -- FreeBSD/alpha architecture file.David O'Brien1-0/+102
2000-11-02config:Neil Booth8-16/+16
2000-10-27alpha.h (enum reg_class): Add PV_REG.Richard Henderson2-8/+10
2000-10-23alpha.md: Add names for all unnamed insns; use define_insn_and_split in some ...Richard Henderson1-266/+248
2000-10-20gcse.c (set_hash_table_size): Now unsigned.Richard Kenner1-2/+2
2000-10-17alpha.h (ASM_OUTPUT_MI_THUNK): Reload gp if needed.Jakub Jelinek1-0/+3
2000-10-08Makefile.in (libgcc.mk): Pass SHLIB_EXT, not SHLIB_LIBS.Richard Henderson1-2/+3
2000-10-07calls.c (expand_call): Disallow sibcalls to noreturn functions.Richard Henderson1-2/+1
2000-10-07elf.h: Standardize the formatting.David O'Brien1-24/+25
2000-10-07elf.h: Protect the ASM_OUTPUT_IDENT definition with an #undef.David O'Brien1-0/+1
2000-10-05alpha.c (alpha_emit_setcc): Don't swap GT tests when second op1 is const0_rtx.Richard Henderson2-5/+14