aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2003-06-04i370.c (mvs_function_name_length): Fix signed/unsigned warnings.Kaveh R. Ghazi8-9/+19
2003-06-04config.gcc: Reorganize --with-cpu logic.Daniel Jacobowitz14-205/+521
2003-06-04* config.gcc: Only process --with-cpu logic in the third pass.Daniel Jacobowitz2-306/+313
2003-06-04config.gcc: Reorganize --with-cpu section.Daniel Jacobowitz2-128/+247
2003-06-04rs6000.c (rs6000_complex_function_value): Unpack complex numbers <= 32 bits i...Aldy Hernandez2-1/+7
2003-06-04alpha.c (print_operand_address): Fix format specifier warnings.Kaveh R. Ghazi20-23/+47
2003-06-04c-decl.c (c_init_decl_processing): Clear input_file_name while building commo...J"orn Rennecke3-2/+20
2003-06-04install.texi (*-ibm-aix*): Native as and ld required to bootstrap on AIX 5L.David Edelsohn2-5/+11
2003-06-04c-common.c (handle_cleanup_attribute): New.Richard Henderson18-8/+552
2003-06-04function.c (trampolines_created): New variable.Jakub Jelinek14-0/+96
2003-06-04i386.c (min_insn_size, [...]): New functionsJan Hubicka3-0/+134
2003-06-04* toplev.c (rest_of_type_compilation): Fix typo.Kaveh R. Ghazi2-1/+5
2003-06-04* g++.dg/abi/vague1.C: Use xfail, rather than embedded Tcl code.Mark Mitchell2-3/+4
2003-06-04dg-pch.exp: New file.Mark Mitchell4-110/+86
2003-06-04linux.h (NO_PROFILE_COUNTERS): Define to 1.Jakub Jelinek26-293/+798
2003-06-04* config.gcc: Revert accidentally committed ARM changes.Daniel Jacobowitz2-3/+16
2003-06-04builtins.c (dconstpi, dconste): New mathematical constants.Roger Sayle9-2/+258
2003-06-04calls.c (expand_call): Avoid calling pure or const functions when the result ...Roger Sayle2-6/+39
2003-06-04system.h: Do not poison TDESC_SECTION_ASM_OP, RDATA_SECTION_ASM_OP and SUBTAR...Andreas Jaeger2-2/+6
2003-06-04final.c (asm_fprintf): Update comments...Kaveh R. Ghazi2-19/+36
2003-06-04Makefile.in (cse.o): Add params.h dependency.Zdenek Dvorak4-7/+27
2003-06-04i386.c (ix86_reorg): Replace the jump instead of adding nop.Jan Hubicka3-8/+34
2003-06-04re PR rtl-optimization/11018 ([SPARC] -mcpu=ultrasparc busts tar-1.13.25)Eric Botcazou4-2/+58
2003-06-04re PR rtl-optimization/10876 (Segfault when compiling KDE 3.1.2)Eric Botcazou7-83/+94
2003-06-04* unwind-dw2-fde-glibc.c (_Unwind_IteratePhdrCallback):Remove usage ofAndreas Jaeger2-5/+3
2003-06-03t-linux64 (CRTSTUFF_T_CFLAGS_S): Define.Chris Demetriou2-0/+5
2003-06-04uwin.h: Remove SUBTARGET_PROLOGUE.Andreas Jaeger12-237/+69
2003-06-04* collect2.c (is_ctor_dtor): Remove CFRONT_LOSSAGE dependend code.Andreas Jaeger2-8/+2
2003-06-04fix-header.c: Remove ADD_MISSING_EXTERN_C dependend variables.Andreas Jaeger2-29/+8
2003-06-04g77spec.c (lang_specific_driver): Remove ALT_LIBM usage.Andreas Jaeger4-8/+9
2003-06-04optabs.c (expand_binop): Optimize complex multiplication for the case of squa...Roger Sayle2-2/+12
2003-06-04optabs.c (expand_binop): Attempt to reuse pseudos for duplicate non-volatile ...Roger Sayle2-4/+28
2003-06-04varasm.c (force_const_mem): Handle alignment of constants not representable a...Roger Sayle2-2/+10
2003-06-04forgot to commit.Aldy Hernandez1-0/+5
2003-06-04cp-tree.h (CP_AGGREGATE_TYPE_P): Accept vectors.Jason Merrill3-4/+15
2003-06-04Daily bump.GCC Administrator1-1/+1
2003-06-03flow.c (initialize_uninitialized_subregs): Use emit_move_insn instead of emit...Kazu Hirata2-2/+10
2003-06-03* gcc.dg/20020525-1.c: Replace 0x5a5a5a5a with -1.Glen Nakamura2-3/+7
2003-06-03re PR ada/9953 (Unsatisfied symbols: U_prep_frame_rec_for_unwind (code))Olivier Hainque1-0/+8
2003-06-03re PR ada/9953 (Unsatisfied symbols: U_prep_frame_rec_for_unwind (code))Olivier Hainque1-4/+1
2003-06-03optabs.c (expand_abs_nojump): Split out from ...Richard Henderson5-7/+33
2003-06-04* dwarf2out.c (DEBUG_STR_SECTION_FLAGS): Heed flag_merge_constants.Alan Modra2-1/+7
2003-06-03config.gcc (default_use_cxa_atexit): New variable, defaults to no.Jason Thorpe4-279/+307
2003-06-03Makefile.in (TEXI_GCC_FILES): Remove vms.texi entry.Douglas Rupp1-3/+3
2003-06-03*** empty log message ***Douglas B Rupp4-228/+7
2003-06-03* g++.dg/abi/empty6.C (B): Request alignment of 8 bytes.J"orn Rennecke2-1/+8
2003-06-03builtin-noret-1.c (_exit, _Exit): Make weak.Joern Rennecke1-0/+5
2003-06-03configure.in (inhibit_libc): Don't define when configuring with --with-newlib...J"orn Rennecke4-46/+49
2003-06-03configure.in (gcc_cv_as_hidden): Disable .hidden completely on IRIX 6 without...Rainer Orth3-17/+23
2003-06-03expr.c (emit_move_insn_1): Use emit_move_insn to move the parts of a complex ...Roger Sayle2-16/+15