aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2002-08-04Remove one of the files checked in previouslyBernd Schmidt2-257/+3
2002-08-04Add the FRV portBernd Schmidt23-0/+22549
2002-08-04gcov.c (bb_file_time): New static variable.Nathan Sidwell3-324/+441
2002-08-04gcc-common.texi (version-GCC): Increase to 3.3.Joseph Myers6-3/+15
2002-08-04gcc.c (cc1_options): Pass output file as auxbase when appropriate.Nathan Sidwell7-20/+87
2002-08-04i386.c (x86_field_alignment): Remove duplicate test of TARGET_ALIGN_DOUBLE.Nathan Sidwell2-3/+6
2002-08-04cp-tree.h (VF_DERIVED_VALUE): Remove.Nathan Sidwell3-13/+13
2002-08-04diagnostic.c (inform): New function.Gabriel Dos Reis3-0/+20
2002-08-04re PR c++/7470 (Vtable: virtual function pointers not in declaration order)Nathan Sidwell2-124/+66
2002-08-04Daily bump.GCC Administrator3-3/+3
2002-08-04* gcc.dg/builtins-1.c: New testcase.Roger Sayle2-0/+32
2002-08-03rs6000.md (movsi_internal1): Add nop mnemonic.David Edelsohn4-14/+41
2002-08-03builtins.def: Define new builtin functions exp...Roger Sayle8-7/+145
2002-08-03explow.c (int_expr_size): New fn.Jason Merrill4-1/+31
2002-08-03Daily bump.GCC Administrator3-3/+3
2002-08-02init.c (build_member_call): Use build_new_method_call, not build_method_call.Mark Mitchell4-6/+41
2002-08-02Makefile.in (gengtype-lex.o, [...]): Add path to gengtype-* dependencies.Krister Walfridsson2-2/+7
2002-08-02config.gcc (mips*-*-linux*): Fix ordering of tm_file.Eric Christopher3-4/+12
2002-08-02* Make-lang.in (spew.o, lex.o, pt.o): Add path to parse.h dependencies.Krister Walfridsson2-7/+11
2002-08-02Fix typoMark Mitchell1-1/+1
2002-08-02call.c (build_method_call): Issue a more helpful error message about ambiguou...Mark Mitchell2-3/+14
2002-08-02tree.c (build_shared_int_cst): Make cache file scope, and GTY it.Nathan Sidwell2-5/+10
2002-08-02re PR rtl-optimization/7067 (-Os with -mcpu=powerpc optimizes for speed (?) i...David Edelsohn2-0/+8
2002-08-02configure.in (FORBUILD): Use $build_alias.Daniel Jacobowitz3-3/+8
2002-08-02config.gcc: Don't include mips/abi64.h in $tm_file.Richard Sandiford9-226/+145
2002-08-02langhooks-def.h (LANG_HOOKS_EXPR_SIZE): New macro.Jason Merrill11-46/+86
2002-08-02semantics.c (expand_body): Do tree optimization in the function context, too.Jason Merrill2-8/+17
2002-08-02Makefile.in (ra-debug.o): Depend on $(TM_P_H).Kaveh R. Ghazi4-3/+11
2002-08-02simplify-rtx.c (simplify_binary_operation): x * 1 is allowed when not honorin...Toon Moene2-6/+13
2002-08-02* gdbinit.in (pct): New macro.Jason Merrill2-0/+13
2002-08-02Daily bump.GCC Administrator3-3/+3
2002-08-02tipoStan Shebs1-1/+1
2002-08-02stddef.h (_BSD_SIZE_T_DEFINED_): Define if not defined, plays nice with Darwi...Stan Shebs2-0/+13
2002-08-01[file missed during commit of following change]Chris Demetriou1-0/+6
2002-08-02c-common.c (c_common_init): -Wtraditional also implies -Wlong-long.Zack Weinberg7-24/+77
2002-08-02fix typoAldy Hernandez1-1/+1
2002-08-02* config/rs6000/rs6000.c (output_cbranch): Hint differently for power4.Alan Modra2-9/+22
2002-08-02Makefile.in ($(BUILD_PREFIX_1)ggc-none.o): Use $(GGC_H).Daniel Jacobowitz2-1/+5
2002-08-01config.gcc (mipsisa64sb1-*-elf*): New configuration.Chris Demetriou4-3/+19
2002-08-01varasm.c (asm_emit_uninitialized): Return false if global BSS and ASM_EMIT_BS...David Edelsohn2-19/+21
2002-08-01mips.h (BRANCH_LIKELY_P): Remove unused macro.Chris Demetriou2-1/+4
2002-08-02linux64.h (DBX_OUTPUT_BRAC): Define.Alan Modra2-0/+26
2002-08-02rs6000.c (output_toc): Don't use lshift_double when HOST_BITS_PER_WIDE_INT ==...Alan Modra2-2/+16
2002-08-02df.c (df_insn_table_realloc): Change parameter to unsigned.Kaveh R. Ghazi5-7/+14
2002-08-02c-common.c (cb_register_builtins): Always define __GXX_ABI_VERSION.Franz Sirl2-1/+8
2002-08-01toplev.c (parse_options_and_default_flags): Don't set flag_reorder_blocks for...Richard Henderson6-32/+19
2002-08-01output.h (DECL_READONLY_SECTION): Remove.H.J. Lu8-19/+44
2002-08-01integrate.c (copy_rtx_and_substitute): Squash MEM_EXPR when it refers to a su...Richard Henderson2-0/+12
2002-08-01varasm.c (assemble_visibility): Strip name encoding.Jakub Jelinek4-1/+25
2002-08-01ns32k.h (TARGET_IEEE_COMPARE): Correct earlier patch.Ian Dall6-7/+89