aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2003-06-07config.gcc (with_cpu handling): Translate sparc64 in $machine to --with-cpu=v9.Zack Weinberg52-265/+180
2003-06-07i386.h (OPTION_DEFAULT_SPECS): Avoid -mcpu default when -march is specified.Jan Hubicka2-3/+3
2003-06-07Makefile.in (stageprofile_build): Kill redundant target.Jan Hubicka1-1/+2
2003-06-07tm.texi (Costs): Remove DONT_REDUCE_ADDR documentation.Andreas Jaeger4-20/+1
2003-06-07* config/rs6000/linux64.h (CRT_CALL_STATIC_FUNCTION): Define.Alan Modra1-0/+12
2003-06-06pa.h (ASM_OUTPUT_SKIP, [...]): Cast `SIZE' and `ALIGNED' parameters to unsign...John David Anglin3-7/+13
2003-06-06sh.h (FUNCTION_ARG_1): Consistently use NEW_MODE for the mode of the generate...J"orn Rennecke1-4/+4
2003-06-06Apply the right patch.H.J. Lu2-81/+447
2003-06-06config.gcc (extra_headers): Add emmintrin.h for i[34567]86-*-* and x86_64-*-*.H.J. Lu3-1467/+1586
2003-06-06h8300.c (get_shift_alg): Correct the syntax of rotxl.Kazu Hirata2-3/+3
2003-06-05re PR rtl-optimization/4490 (ICE with -m128bit-long-double)Kelley Cook1-55/+55
2003-06-06linux.h (STARTFILE_SPEC): Handle -pie.Kaz Kojima1-5/+12
2003-06-05re PR middle-end/9986 ([HP-UX] [3.4 regression] Incorrect transformation of f...John David Anglin1-0/+1
2003-06-05i386.md (align): Fix warning; clarify what to do when no p2align is available.Jan Hubicka1-2/+5
2003-06-05config.gcc (m32r-elf): Revert previous delta.Nick Clifton1-22/+15
2003-06-04i386.c (struct ix86_address): Add seg.Richard Henderson5-223/+355
2003-06-04Makefile.in (varasm.o): Don't set -Wno-error.Kaveh R. Ghazi1-2/+0
2003-06-04aout.h (ASM_OUTPUT_SKIP): Fix cast for format specifier warning.Kaveh R. Ghazi5-9/+8
2003-06-04* config/i386/i386.md (align): Use ASM_OUTPUT_*ALIGN macros.Richard Henderson1-4/+8
2003-06-04darwin.h (RS6000_OUTPUT_BASENAME): Remove semi-colon at the end of the expres...Andrew Pinski1-1/+1
2003-06-04i370.c (mvs_function_name_length): Fix signed/unsigned warnings.Kaveh R. Ghazi7-9/+8
2003-06-04config.gcc: Reorganize --with-cpu logic.Daniel Jacobowitz7-0/+68
2003-06-04rs6000.c (rs6000_complex_function_value): Unpack complex numbers <= 32 bits i...Aldy Hernandez1-1/+2
2003-06-04alpha.c (print_operand_address): Fix format specifier warnings.Kaveh R. Ghazi19-23/+23
2003-06-04c-common.c (handle_cleanup_attribute): New.Richard Henderson4-4/+5
2003-06-04function.c (trampolines_created): New variable.Jakub Jelinek11-0/+72
2003-06-04i386.c (min_insn_size, [...]): New functionsJan Hubicka2-0/+128
2003-06-04linux.h (NO_PROFILE_COUNTERS): Define to 1.Jakub Jelinek21-279/+662
2003-06-04i386.c (ix86_reorg): Replace the jump instead of adding nop.Jan Hubicka2-8/+28
2003-06-04re PR rtl-optimization/11018 ([SPARC] -mcpu=ultrasparc busts tar-1.13.25)Eric Botcazou1-2/+8
2003-06-04re PR rtl-optimization/10876 (Segfault when compiling KDE 3.1.2)Eric Botcazou2-83/+34
2003-06-03t-linux64 (CRTSTUFF_T_CFLAGS_S): Define.Chris Demetriou1-0/+1
2003-06-04uwin.h: Remove SUBTARGET_PROLOGUE.Andreas Jaeger5-14/+3
2003-06-03configure.in (inhibit_libc): Don't define when configuring with --with-newlib...J"orn Rennecke1-9/+0
2003-06-03x86-64.h: Remove two target-independent comments; replace "GNU CC" with "GCC".Nathanael Nerode1-14/+5
2003-06-03Commit patch that was approved last october. Oops.Anthony Green1-1/+1
2003-06-03function.c (assign_parms): Split complex arguments.Aldy Hernandez3-5/+61
2003-06-03configure.in (HAVE_LD_PIE): Check for ld -pie.Jakub Jelinek32-82/+93
2003-06-03builtins.c (expand_builtin_memcpy): Remove endp argument and endp != 0 handling.Jakub Jelinek1-1/+1
2003-06-02Revert accidental change to mips_output_move.Richard Sandiford1-2/+2
2003-06-02mips.c: Don't include output.h twice.Kaveh R. Ghazi3-3/+0
2003-06-02sh.h (OLD_ARG_MODE): New macro.J"orn Rennecke1-17/+29
2003-06-02arm.c (arm_use_dfa_pipeline_interface): Declare.Ben Elliston3-116/+160
2003-06-01* config/d30v/d30v.h: Remove text copied from the manual.Andreas Jaeger1-2066/+0
2003-06-01* config/m68k/linux.h: Remove code protected by USE_GNULIBC_1.Andreas Schwab1-28/+0
2003-06-01re PR target/11044 ([x86] out of range loop instructions for FP code on K6)Eric Botcazou1-0/+2
2003-06-01rs6000.h (CANNOT_CHANGE_MODE_CLASS): Require TARGET_SPE for SPE_VECTOR_MODE.Aldy Hernandez1-1/+1
2003-05-31function.c (trampoline_address): Remove ALLOCATE_TRAMPOLINE usage.Andreas Jaeger1-20/+1
2003-05-30crti.asm: Use .h8300hn and .h8300sn for normal mode.Dhananjay Deshpande6-4/+34
2003-05-30h8300.c (h8300_tiny_constant_address_p): Return true if TARGET_NORMAL_MODE.Dhananjay Deshpande1-2/+3