aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2004-11-04c90-restrict-1.c, [...]: Adjust expected messages for new parser.Joseph Myers16-26/+37
2004-11-04re PR rtl-optimization/15342 ([arm-linux] internal compiler error: in verify_...Richard Sandiford4-2/+33
2004-11-04bitmap.h: Fix a comment typo.Kazu Hirata3-12/+17
2004-11-04sdbout.c (SDB_GENERATE_FAKE): Remove.Kazu Hirata4-13/+9
2004-11-04* config/s390/s390.md ("*addsi3_sign"): Use canonical RTL.Ulrich Weigand2-2/+6
2004-11-04DR 49, 100Giovanni Bajo13-345/+454
2004-11-04re PR other/18277 (libsupc++/guard.cc:62: error: 'RECURSIVE_ERRORCHECKMUTEX' ...Eric Botcazou2-4/+8
2004-11-04predict.c (propagate_freq): Make bitno unsigned.Nathan Sidwell2-11/+14
2004-11-04bitmap.h (bitmap_iterator): Remove word_bit and bit fields.Nathan Sidwell2-336/+315
2004-11-04bitmap.h (bitmap_a_or_b, [...]): Remove.Nathan Sidwell9-22/+27
2004-11-04bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell34-124/+156
2004-11-04re PR tree-optimization/18009 (ICE in vect_transform_stmt, at tree-vectorizer...Dorit Naishlos3-90/+215
2004-11-03timevar.c (timevar_enable): Change from static.Andrew Pinski3-12/+25
2004-11-03darwin.h (REAL_LIBGCC_SPEC): Define to use shared libgcc for shared libraries.Andrew Pinski2-0/+12
2004-11-04* g++.dg/rtti/tinfo1.C: Remove xfails.Ben Elliston2-4/+8
2004-11-03predict.c (struct block_info_def): Kill "tovisit" field.Jeff Law2-27/+46
2004-11-04Daily bump.GCC Administrator1-1/+1
2004-11-04enum5.C (enum conditions): Move the packed attribute to the definition to sat...Ben Elliston2-5/+10
2004-11-03stdarg-2.c (foo): Split multiple invocations of va_arg.Eric Botcazou2-3/+11
2004-11-03s390-protos.h (s390_split_access_reg): Add prototype.Ulrich Weigand5-76/+176
2004-11-03tree-phinodes.c (resize_phi_node): Copy only a portion of the PHI node curren...Kazu Hirata2-2/+9
2004-11-03re PR middle-end/18231 (Nested inline function not inlined)Andrew Pinski2-5/+10
2004-11-03re PR tree-optimization/18270 (internal compiler error: in tree_redirect_edge...Andrew MacLeod2-0/+25
2004-11-03tree-ssa-loop-ivopts.c (get_address_cost): Offset zero does not cause extra c...Ulrich Weigand2-10/+10
2004-11-03lambda-code.c (lambda_compute_auxillary_space): Update comments.Daniel Berlin4-25/+80
2004-11-03tree.c (tree_fold_gcd): Use FLOOR_MOD_EXPR instead of CEIL_MOD_EXPR.Sebastian Pop2-1/+6
2004-11-03stmt.c (expand_case): Speed up code to detect duplicate case label targets an...Jeff Law2-9/+17
2004-11-03* cppdefault.c, cppdefault.h, timevar.h: Update copyright.Kazu Hirata4-3/+7
2004-11-03* bitmap.h, dbxout.c, tree-mudflap.c: Fix comment formatting.Kazu Hirata4-4/+8
2004-11-03re PR c++/18124 (ICE with invalid template template parameter)Mark Mitchell8-11/+64
2004-11-03tree-cfg.c (find_taken_edge): Abort if we are given a statement that is neith...Kazu Hirata2-4/+9
2004-11-03re PR fortran/17535 (gfortran with module procedures)Tobias Schlüter6-0/+88
2004-11-03Daily bump.GCC Administrator1-1/+1
2004-11-02* de.po: Update.Joseph Myers2-443/+447
2004-11-02fold-const.c (fold): Reassociate also (x - mult) + mult and (mult - x) + mult.Zdenek Dvorak2-10/+23
2004-11-02configure.ac: Don't clear STMP_FIXINC or STMP_FIXPROTO just because we don't ...Geoffrey Keating4-6/+31
2004-11-02flow.c (init_propagate_block_info): Use bitmap_empty_p on result of bitmap_xor.Nathan Sidwell2-3/+10
2004-11-02c-lang.c (LANG_HOOKS_TYPES_COMPATIBLE_P): Remove.Ziemowit Laski8-31/+49
2004-11-02cfgloop.h (struct loop): Update comment.Steven Bosscher8-336/+350
2004-11-02re PR java/17265 (Libjava doesn't build)Bryce McKinlay2-1/+56
2004-11-02uninit-C.c: Remove special-casing for SPARC.Eric Botcazou3-2/+9
2004-11-02re PR tree-optimization/16808 (verify_ssa failed: Missing definition for SSA_...Andrew Pinski4-0/+50
2004-11-02Correct the date in my changelog entryAndrew Pinski1-1/+1
2004-11-02re PR ada/18228 (Ada uses the wrong file ending for its shared library on dar...Andrew Pinski2-0/+8
2004-11-02s390.md ("movcc"): Set type attribute.Andreas Krebbel2-1/+6
2004-11-02tree-phinodes.c (add_phi_arg): Add an assertion that the edge already exists.Kazu Hirata2-8/+8
2004-11-02tree-phinodes.c (remove_phi_arg_num): Do not zero the element that's being re...Kazu Hirata2-4/+9
2004-11-02tree-ssa-threadupdate.c (copy_phis_to_block): Install PHI arguments using PEN...Kazu Hirata2-16/+21
2004-11-02bitmap.h (bitmap_and, [...]): Produce void.Nathan Sidwell5-22/+38
2004-11-02bitmap.h (bitmap_equal_p): Return bool.Nathan Sidwell5-43/+116