aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2002-08-07mips.md (sunlt_sf, [...]): Remove dependency on TARGET_DOUBLE_FLOAT.Chris Demetriou2-3/+8
2002-08-07lib1funcs.asm (GCC_shcompact_incoming_args): Don't overwrite callee-save regi...Stephen Clarke2-67/+73
2002-08-07Daily bump.GCC Administrator3-3/+3
2002-08-06mips.c (override_options): Set MASK_BRANCHLIKELY in target_flags based on ISA...Chris Demetriou4-4/+64
2002-08-07* ip2k.c (ip2k_set_compare): Add missing iteration variable.Kaveh R. Ghazi2-0/+3
2002-08-07Makefile.in (dummy-conditions.o): Depend on $(HCONFIG_H) not $(GCONFIG_H).Kaveh R. Ghazi2-1/+6
2002-08-07c-decl.c (duplicate_decls): Error out for incompatible TLS declarations.Aldy Hernandez4-0/+35
2002-08-06c-common.c (c_expand_expr): If the last expression is a VAR_DECL with RTL tha...Jason Merrill2-3/+23
2002-08-07typeck.c (build_x_unary_op): Handle pointer-to-member.Gabriel Dos Reis5-0/+48
2002-08-06Mark __func__ with line number 0, to avoid confusing debuggers.Dale Johannesen2-0/+12
2002-08-06gcov.c: Tidy.Nathan Sidwell2-498/+482
2002-08-06* dwarf2out.c: Remove unused macros.Neil Booth2-17/+4
2002-08-06* function.c (TRAMPOLINE_ALIGNMENT): Always defined.Neil Booth2-6/+5
2002-08-06cppinit.c (struct lang_flags): Rename trigraphs std.Neil Booth8-12/+81
2002-08-06* config/i386/mmintrin.h (__m64): Make the type 64-bit aligned.Jakub Jelinek2-1/+5
2002-08-06Fix ChangeLog entry.Jakub Jelinek1-3/+2
2002-08-06i386.c (x86_field_alignment): Apply min for all MODE_INT and MODE_CLASS_INT m...Jakub Jelinek4-1/+93
2002-08-06config.gcc (*-*-linux*): Default to --enable-threads=posix if no --{enable,di...Jakub Jelinek2-48/+20
2002-08-06* doc/install.texi (Binaries): Update Bull Freeware URL.David Edelsohn2-1/+5
2002-08-06* g77.texi (Top): Rename Index to Keyword Index.Gerald Pfeifer2-3/+7
2002-08-06* doc/gcc.texi (Top): Rename Index to Keyword Index.Gerald Pfeifer2-3/+7
2002-08-06Daily bump.GCC Administrator3-3/+3
2002-08-05gcov.c (output_data): Round to % to nearest, tweak formatting.Nathan Sidwell6-100/+94
2002-08-05fold-const.c (associate_trees): Only optimize NEGATE_EXPR in one of the opera...Jakub Jelinek4-8/+38
2002-08-05* consistency.vlad/layout/endian.c: Include string.h.Jakub Jelinek2-0/+5
2002-08-05config.gcc (i[34567]86-*-interix*): Replace interix.o with winnt.oDouglas B Rupp5-130/+18
2002-08-05Index: ChangeLogGeoffrey Keating18-24/+19
2002-08-05* Makefile.in (s-gtype): Re-add dependency on $(GTFILES).Geoffrey Keating2-1/+14
2002-08-05* doc/c-tree.texi (Expression trees): Document VA_ARG_EXPRGabriel Dos Reis2-0/+11
2002-08-05Add missing fileBernd Schmidt1-0/+93
2002-08-05invoke.texi: Improve description of -fno-finite-math-only flag.Toon Moene2-4/+8
2002-08-05Daily bump.GCC Administrator3-3/+3
2002-08-04invoke.texi: Remove duplicated paragraph describing TARGET_SWITCHES.Chris Demetriou2-5/+5
2002-08-05Fix PR/2213Gabriel Dos Reis4-0/+33
2002-08-05install.texi (Installing GCC): Refer to buildstat.html, rather than listing v...Mark Mitchell1-5/+1
2002-08-04Index: ChangeLogGeoffrey Keating38-154/+140
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