aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2003-05-16rs6000.c (expand_block_move): Unify the TARGET_STRING and ! TARGET_STRING cases.Geoffrey Keating1-167/+117
2003-05-16avr.c (avr_output_function_prologue, [...]): Fix format specifier warnings.Kaveh R. Ghazi2-9/+10
2003-05-16t-elf: Remove obsolete rules adding dependencies on tm.h.Richard Kenner4-132/+0
2003-05-16arc.c (arc_output_function_prologue, [...]): Fix format specifier warnings.Kaveh R. Ghazi2-3/+3
2003-05-16* v850.c (print_operand): Fix format specifier warnings.Kaveh R. Ghazi1-1/+1
2003-05-16ns32k.c (ADJSP, [...]): Fix format specifier warnings.Kaveh R. Ghazi1-3/+3
2003-05-16mcore.c (mcore_print_operand_address, [...]): Fix format specifier warnings.Kaveh R. Ghazi1-6/+6
2003-05-16ip2k.c (function_prologue, [...]): Fix format specifier warnings.Kaveh R. Ghazi2-8/+10
2003-05-16i960.c (i960_output_function_prologue, [...]): Fix format specifier warnings.Kaveh R. Ghazi1-9/+14
2003-05-16i370.c (ascebc, ebcasc): Wrap in macros controlling usage.Kaveh R. Ghazi2-21/+30
2003-05-16* fr30.c (fr30_print_operand): Fix format specifier warnings.Kaveh R. Ghazi1-4/+4
2003-05-16dsp16xx.c (print_operand_address): Fix format specifier warning.Kaveh R. Ghazi2-2/+2
2003-05-16c4x.c (c4x_print_operand, [...]): Fix format specifier warnings.Kaveh R. Ghazi1-12/+12
2003-05-16alpha.c (print_operand_address, [...]): Use string concatentation on HOST_WID...Kaveh R. Ghazi15-157/+82
2003-05-16frv.c (frv_print_operand_memory_reference): Fix format specifier warning.Kaveh R. Ghazi1-2/+3
2003-05-16m68k.c (m68k_output_function_epilogue): Fix format specifier warnings.Kaveh R. Ghazi1-2/+4
2003-05-16stormy16-protos.h (xs_hi_general_operand, [...]): Prototype.Kaveh R. Ghazi2-3/+5
2003-05-16cris.c (cris_target_asm_function_prologue, [...]): Fix format specifier warni...Kaveh R. Ghazi1-14/+18
2003-05-16Fix typo: LSM instead of LSYM.Nick Clifton1-1/+1
2003-05-16unwind-ia64.c (uw_update_reg_address): Handle .save XX, r0.Jakub Jelinek1-0/+10
2003-05-16* config/alpha/alpha.h (ASM_OUTPUT_SKIP): Fix typo.Roger Sayle1-1/+1
2003-05-15linux.h, [...]: Remove code protected by USE_GNULIBC_1.Richard Henderson2-8/+0
2003-05-15config.gcc: Purge all targets obsoleted in GCC 3.3.Zack Weinberg90-27871/+0
2003-05-15rs6000-protos.h (function_value): Protoize.Aldy Hernandez3-20/+42
2003-05-15arm.c (arm_is_xscale): Rename to arm_arch_xscale.Philip Blundell3-14/+21
2003-05-15re PR target/10730 ([arm] -O2 generates invalid asm)Philip Blundell1-0/+6
2003-05-15* pa.c (hppa_expand_prologue): Remove blockage.John David Anglin1-8/+0
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