aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2003-08-31builtins.c (expand_builtin_setjmp): Use emit_jump to jump around the != 0 cas...Olivier Hainque2-3/+9
2003-08-31configure.frag: Delete file.Zack Weinberg7-218/+182
2003-08-31Daily bump.GCC Administrator1-1/+1
2003-08-30c-tree.h: Delete COMPARE_DIFFERENT_TU from enumeration.Zack Weinberg4-10/+48
2003-08-30c-tree.h (C_TYPE_INCOMPLETE_VARS): New macro.Zack Weinberg3-98/+74
2003-08-30lib1funcs.asm (RETCOND): Delete.Richard Earnshaw5-324/+288
2003-08-30re PR c++/12093 (inconstitent error with templates/non-templates)Mark Mitchell1-0/+4
2003-08-30Remove inadvertent commitMark Mitchell1-10/+0
2003-08-30re PR c++/12093 (inconstitent error with templates/non-templates)Mark Mitchell4-0/+22
2003-08-30Daily bump.GCC Administrator1-1/+1
2003-08-30Add missing ChangeLog entryMark Mitchell1-0/+8
2003-08-29re PR c++/11928 (c++ typedef handling)Mark Mitchell4-2/+55
2003-08-29tree-optimize.c: New file.Richard Henderson16-401/+422
2003-08-29re PR middle-end/6196 (ICE in copy_to_mode_reg, at explow.c:711)Mark Mitchell5-7/+38
2003-08-29function.h (struct function): Add rtl_inline_init, saved_for_inline.Richard Henderson5-6/+22
2003-08-29function.c (allocate_struct_function): New, split out of ...Richard Henderson5-147/+62
2003-08-29function.h (struct function): Move function_frequency and max_jumptable_ents ...Richard Henderson2-17/+22
2003-08-29config.gcc: Don't use negated character class in shell case clause.Nathanael Nerode2-1/+6
2003-08-29builtins.c (expand_builtin_constant_p): Check cse_not_expected here, (fold_bu...Richard Henderson2-6/+14
2003-08-29c-tree.h (C_DECL_FILE_SCOPE): Move ...Richard Henderson6-20/+26
2003-08-29builtins.def: Fix typos.Kaveh R. Ghazi2-15/+28
2003-08-29builtins.def (BUILT_IN_ERFC, [...]): Use ATTR_MATHFN_FPROUNDING_ERRNO.Kaveh R. Ghazi2-3/+8
2003-08-29* config.gcc (i386-*-vsta): Fix obvious bogosity.Nathanael Nerode2-2/+4
2003-08-29inclhack.def: Remove special cases for unsupported PTX 1 and PTX 2 (including...Nathanael Nerode3-55/+8
2003-08-29Makefile.in (cpp.info): Just state dependencies.Mark Mitchell2-80/+57
2003-08-29Makefile.in (restage1): Pass BOOT_CFLAGS to recursive make.Kelley Cook2-9/+19
2003-08-29config.gcc: Narrow unsupported target match to avoid clobbering i?86-sequent-...Nathanael Nerode2-1/+7
2003-08-29* builtins.c (mathfn_built_in): Handle new math builtins.Kaveh R. Ghazi2-0/+65
2003-08-29re PR c++/11811 (Weird message with default template arguments)Gabriel Dos Reis4-3/+35
2003-08-29init.c (decl_constant_value): Deal with COND_EXPR specially.Mark Mitchell5-2/+31
2003-08-28Fix (hopefully temporary) for breakage caused by my 08-21 patch.Per Bothner3-3/+15
2003-08-29s390.md ("*mulsi3_sign"): New insn.Ulrich Weigand2-48/+110
2003-08-29Daily bump.GCC Administrator1-1/+1
2003-08-28* gcj.texi (Extensions): Document gcjlib URLs.Tom Tromey2-0/+19
2003-08-28builtin-types.def (BT_INT_PTR, [...]): New.Kaveh R. Ghazi8-23/+146
2003-08-28builtin-types.def (BT_FN_FLOAT_INT_FLOAT, [...]): New.Kaveh R. Ghazi7-32/+208
2003-08-28mkfixinc.sh: Remove special case code for unsupported variants of i?86, power...Nathanael Nerode2-7/+3
2003-08-28mkfixinc.sh: Remove special case code for unsupported arm and hppa variants.Nathanael Nerode2-6/+5
2003-08-28builtin-types.def (BT_FN_INT_FLOAT, [...]): New.Kaveh R. Ghazi6-40/+672
2003-08-28s390.c (legitmate_constant_p): Use LARL on zSeries machines even in 31-bit ad...Ulrich Weigand3-240/+229
2003-08-28re PR rtl-optimization/5079 (Reference to static const int not eliminated dur...Mark Mitchell4-0/+48
2003-08-28* gcc.c (STANDARD_EXEC_PREFIX, STANDARD_STARTFILE_PREFIX)Daniel Jacobowitz3-18/+16
2003-08-27cpperror.c (print_location): Don't check for !pfile->buffer.Per Bothner2-16/+17
2003-08-28Daily bump.GCC Administrator1-1/+1
2003-08-27* real.c (do_multiply): Initialize with memset.Jason Merrill2-1/+5
2003-08-27gcov.c (typedef struct arc_info): New field cs_count.Zdenek Dvorak4-4/+44
2003-08-27s390.c (struct machine_function): Remove member literal_pool_label.Ulrich Weigand4-198/+347
2003-08-27ptrmem3.C: New test.Mark Mitchell3-1/+30
2003-08-27inclhack.def (ptx_netswap): New disabled fix, ported from fixinc.ptx.Nathanael Nerode3-10/+46
2003-08-27[multiple changes]Richard Earnshaw5-23/+2177