aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2003-05-15sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Cast g_switch_value to unsigned HOST_WIDE...Matt Kraai1-1/+1
2003-05-14re PR rtl-optimization/10764 (ICE when using log(), -fast-math and optimization)Roger Sayle1-44/+56
2003-05-14lib2funcs.S (TRAMPOLINE_SIZE): Change from 49 to 59.Bob Wilson6-371/+420
2003-05-14ia64.c (ia64_expand_load_address): Force destination to be DImode register.Richard Henderson2-13/+18
2003-05-14rs6000.md (movsi_internal2): Use compare for self move record condition.David Edelsohn1-13/+14
2003-05-14target-def.h (TARGET_MACHINE_DEPENDENT_REORG): Define.Richard Sandiford56-290/+201
2003-05-14sysv4.h (OUTPUT_ASM_ALIGNED_LOCAL): Expect HOST_WIDE_INT argument.Janis Johnson1-1/+2
2003-05-13(jump): Use emit_jump_insn.Nick Clifton1-15/+17
2003-05-13s390.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Second parameter of ASM_OUTPUT_SKIP m...Ulrich Weigand1-1/+1
2003-05-13diagnostic.c (output_format): Add support for %m.Zack Weinberg2-6/+6
2003-05-13s390.md ("*iordi3_oi"): Do not mark commutative.Ulrich Weigand1-2/+2
2003-05-13arm.md (compare_scc): Use shorter sequence for EQ case.Richard Earnshaw1-7/+109
2003-05-12configure.in (HAVE_AS_TLS): Add powerpc and powerpc64 tests.Janis Johnson5-35/+590
2003-05-12ia64.c (ia64_function_ok_for_sibcall): Mark 'exp' as unused.Andreas Schwab1-3/+4
2003-05-12xcoff.h (ASM_OUTPUT_SKIP): Accept HOST_WIDE_INT.David Edelsohn1-5/+6
2003-05-12* pa64-hpux.h (ASM_OUTPUT_ALIGNED_COMMON): Correct last patch.John David Anglin1-1/+0
2003-05-12darwin.h (ASM_OUTPUT_COMMON): Accept HOST_WIDE_INTJan Hubicka1-1/+2
2003-05-12elf.h (ASM_OUTPUT_ALIGNED_BSS): Fix warning.Jan Hubicka2-2/+2
2003-05-12lib1funcs.asm (LSYM): Define -- on ELF prefix a local symbol with '.'.Richard Earnshaw1-81/+83
2003-05-12Mon May 12 11:32:53 CEST 2003 Jan Hubicka <jh@suse.cz>Jan Hubicka52-118/+124
2003-05-12i386.md (logsf2, [...]): New patterns to implement log, logf and logl built-i...Roger Sayle1-0/+101
2003-05-12* sparc.c (print_operand): Fix uninitialized warning.Kaveh R. Ghazi1-1/+4
2003-05-11s390.c (s390_function_arg_float): New function.Ulrich Weigand1-8/+52
2003-05-10except.c (EH_RETURN_STACKADJ_RTX): Do not define.Ulrich Weigand5-21/+13
2003-05-10* config/i386/i386.h (MODES_TIEABLE_P): Fix typo.Alexander Aganichev1-1/+1
2003-05-10arm.md (DOM_CC_X_AND_Y, [...]): New constants.Richard Earnshaw3-20/+84
2003-05-10revert: vxxscale.h, [...]: New files.Richard Kenner4-196/+0
2003-05-10alpha.c (alpha_start_function): Declare frame_size as unsigned to avoid signe...Roger Sayle1-1/+1
2003-05-09xtensa.c (xtensa_emit_loop_end): Only use "nop.n" instruction if the Xtensa d...Bob Wilson1-2/+2
2003-05-09rs6000.c (spe_init_builtins): Fix typo in creation of int_ftype_void.Mark Mitchell1-2/+1
2003-05-09vxxscale.h, [...]: New files.Olivier Hainque4-0/+196
2003-05-09* arm.md (clzsi2): The CLZ instruction is predicable.Richard Earnshaw1-1/+2
2003-05-09* config/xtensa/xtensa.c: Formatting.Bob Wilson1-60/+60
2003-05-09expr.c (move_block_from_reg): Remove "size" parm.Alan Modra10-27/+20
2003-05-08stormy16.c (xstormy16_expand_builtin_va_arg): Fix to handle arguments for whi...DJ Delorie3-19/+38
2003-05-08sh.c (gen_block_redirect, [...]): Use CODE_FOR_jump_compact instead of CODE_F...J"orn Rennecke1-3/+3
2003-05-07i386.c (ix86_split_long_move): Fix base register mode for XFmode splits for T...Richard Henderson1-7/+16
2003-05-07crtbegin.asm (__do_jv_register_classes): Don't forget to preserve gp.David Mosberger2-30/+29
2003-05-07spe.h: Reverse arguments for __ev_subfw.Aldy Hernandez2-3/+3
2003-05-07Update to include R_XSTORMY16_FPTR16, R_XSTORMY16_LO16, R_XSTORMY16_HI16 andNick Clifton1-15/+27
2003-05-06stormy16.c (xstormy16_function_profiler): New.DJ Delorie3-2/+10
2003-05-06linuxspe.h: New file.Aldy Hernandez1-0/+58
2003-05-06mips-protos.h (mips_subword, [...]): Declare.Richard Sandiford4-973/+395
2003-05-06mips-protos.h (mips_simplify_dwarf_addr): Remove.Richard Sandiford3-17/+15
2003-05-05sysv4.h (CPP_OS_FREEBSD_SPEC): Add __ELF__ to mirror other FreeBSD ports.David O'Brien1-3/+13
2003-05-05rs6000.c (validate_condition_mode): Use flag_finite_math_only.Geoffrey Keating1-17/+21
2003-05-0520030505.c: New.Aldy Hernandez1-7/+7
2003-05-05rs6000.c (rs6000_expand_binop_builtin): Add evsubifw to builtins accepting 5-...Aldy Hernandez1-1/+5
2003-05-05spe.h: Revert licensing change from last patch.Aldy Hernandez1-12/+12
2003-05-05stormy16.md (negsi2): Allocate the pseudos before reload, but defer the split...DJ Delorie2-14/+19