aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2004-07-26c-common.c (disable_builtin_function): Rename variable n to new_disabled_buil...Bernardo Innocenti5-46/+60
2004-07-26Makefile.in (C_PRAGMA_H): New variable to track dependencies of c-pragma.h.Bernardo Innocenti4-16/+27
2004-07-26Daily bump.GCC Administrator1-1/+1
2004-07-25fold-const.c (constant_boolean_node): Make extern.Roger Sayle6-32/+66
2004-07-25Remove DOS line endingsGiovanni Bajo3-59/+59
2004-07-25re PR c++/9283 (__attribute__((visibility ("hidden"))) not supported for clas...Niall Douglas42-25/+584
2004-07-26basic-block.h (reorder_block_def): Rename to reorder_block_def_p.Bernardo Innocenti14-64/+97
2004-07-25Add a few missing items to a ChangeLog entry of mine.Bernardo Innocenti1-0/+15
2004-07-25bitmap.c: Use type-safe memory allocation macros from libiberty.Bernardo Innocenti16-80/+102
2004-07-25Fix a ChangeLog entry.Bernardo Innocenti1-0/+4
2004-07-25c-decl.c (groktypename, [...]): Rename variable typename to type_name.Bernardo Innocenti3-18/+24
2004-07-25convert.c (convert_to_real, [...]): Replace calls to build with calls to buildN.Roger Sayle14-159/+184
2004-07-25c-common.c: Rename all identifiers named `new'.Bernardo Innocenti5-55/+62
2004-07-25re PR c/15360 (c99: extern w/initializer; extern w/internal linkage)Joseph Myers4-2/+44
2004-07-25* config.gcc (i[34567]86-*-solaris2*, sparc64-*-solaris2*)Daniel Jacobowitz14-3/+517
2004-07-25pragma-align-2.c: New test.Daniel Jacobowitz4-2/+112
2004-07-25c-common.c: Rename all identifiers named `class' to `cl'.Bernardo Innocenti12-229/+249
2004-07-25* decl.c: Rename all identifiers named `class' to `cl'.Bernardo Innocenti2-2/+6
2004-07-25decl.c: Rename all identifiers named `class' to `cl'.Bernardo Innocenti3-8/+16
2004-07-25cp-tree.h (TYPE_SET_PTRMEMFUNC_TYPE): Use GGC_CNEW.Gabriel Dos Reis8-30/+53
2004-07-25regmove.c (optimize_reg_copy_1): Don't try to replace call-used hard registers.Daniel Jacobowitz2-0/+8
2004-07-25tree-ssa-operands.c (get_stmt_operands, [...]): Handle ARRAY_RANGE_REF like A...Richard Kenner2-2/+9
2004-07-25Remove obsolete text in comment.Richard Kenner1-2/+1
2004-07-25c-typeck.c (digest_init): Don't allow arrays of signed or unsigned variants o...Joseph Myers4-19/+102
2004-07-25c-decl.c (start_function): Set DECL_ARTIFICIAL and DECL_IGNORED_P on the RESU...Richard Henderson13-9/+64
2004-07-25[multiple changes]Zack Weinberg4-25/+21
2004-07-25Zack Weinberg <zack@codesourcery.comZack Weinberg4-13/+38
2004-07-25* tree.h (staticp): Change return type to bool.Bernardo Innocenti2-1/+5
2004-07-25* c-common.c (c_staticp): Last episode of the staticp saga.Bernardo Innocenti2-3/+7
2004-07-25c-common.h (c_staticp): Change return type from int to bool.Bernardo Innocenti4-9/+15
2004-07-25langhooks-def.h (lhd_staticp): Change return type from int to bool in prototy...Bernardo Innocenti2-1/+6
2004-07-25system.h (bool, [...]): Don't redefine as preprocessor macros in C++.Bernardo Innocenti2-8/+23
2004-07-25expmed.c (init_expmed): A signed modulus by a power of two is considered chea...Roger Sayle2-1/+6
2004-07-25ggc.h (GGC_NEW, [...]): New macros.Bernardo Innocenti2-0/+13
2004-07-25Daily bump.GCC Administrator1-1/+1
2004-07-25c-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED in parameter lists.Bernardo Innocenti19-127/+153
2004-07-24m68k.c (output_scc_di): Fix coding style.Roman Zippel5-85/+66
2004-07-24c-typeck.c (convert_for_assignment): Tightened up pointer converstions that d...Mike Stump3-1/+32
2004-07-24* genmodes.c (make_vector_modes): Mark with ATTRIBUTE_UNUSED.Zack Weinberg2-2/+6
2004-07-23tree.def (VIEW_CONVERT_EXPR): Change to class 'r'.Richard Kenner3-1/+5
2004-07-23gimplify.c (gimplify_compound_lval): Check for no handled operations, rather ...Richard Kenner3-57/+37
2004-07-23re PR tree-optimization/16688 (ICE in group_aliases, at tree-ssa-alias.c:1234)Diego Novillo7-37/+119
2004-07-24Daily bump.GCC Administrator1-1/+1
2004-07-24boehm.c (set_bit): Improve type safety wrt unsignedness.Mike Stump12-55/+77
2004-07-23Makefile.am: Rename jar binary to fastjar.Thomas Fitzsimmons3-36/+42
2004-07-23re PR c++/16277 (Wrong code with conditionals in initializers)Richard Henderson2-10/+23
2004-07-23expr.c (expand_expr_real_1): Don't handle non-local variables.Richard Henderson13-111/+66
2004-07-24Makefile.in (site.exp): Add HOSTCC and HOSTCFLAGS to site.exp.Jakub Jelinek19-0/+3181
2004-07-23print-rtl.c (print_rtx <case 'b'>): Don't attempt to print bitmap contents if...Zack Weinberg3-17/+22
2004-07-23c-decl.c (start_function): Form composite type of function types rather than ...Joseph Myers4-1/+42