aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2005-03-15re PR target/18668 (use prescott's fisttp)Uros Bizjak5-326/+317
2005-03-15re PR rtl-optimization/20291 (combine throws away clobbers before trying to s...J"orn Rennecke2-0/+26
2005-03-15Index: libcpp/ChangeLogGeoffrey Keating2-0/+7
2005-03-15mips.h (DWARF_CIE_DATA_ALIGNMENT): Change for STACK_GROWS_DOWNWARD.Eric Christopher2-1/+6
2005-03-15real.h (struct real_format): Split the signbit field into two two fields, sig...Roger Sayle5-5/+47
2005-03-15trans-stmt.c (gfc_trans_label_assign): Don't set DECL_ARTIFICIAL flag to zero...Feng Wang2-2/+5
2005-03-15re PR fortran/18827 (ICE on assign to common variable)Feng Wang12-11/+117
2005-03-15cv_func.C, [...]: Ensure uniqueness of test assertion names.Joseph Myers8-12/+20
2005-03-15re PR tree-optimization/20458 (structure aliasing causes wrong code)Daniel Berlin5-6/+59
2005-03-15Index: gcc/ChangeLogGeoffrey Keating14-0/+306
2005-03-15Daily bump.GCC Administrator1-1/+1
2005-03-14* doc/invoke.texi: Add reference to Visibility document.Devang Patel2-0/+7
2005-03-14config.gcc (mips*-*-*): Rename MASK_SPLIT_ADDRS to MASK_SPLIT_ADDRESSES.Richard Sandiford5-317/+243
2005-03-14config.gcc (extra_options): New variable for listing option files.Richard Sandiford19-126/+519
2005-03-14re PR rtl-optimization/18628 (miscompilation of switch statement in loop)Alexandre Oliva4-2/+65
2005-03-14re PR c++/20280 (ICE in create_tmp_var, at gimplify.c:368)Alexandre Oliva4-6/+107
2005-03-14re PR fortran/20467 (Bad fortran code causes ICE)Tobias Schlüter4-0/+18
2005-03-14* cfgbuild.c: Update comments.Kazu Hirata2-10/+31
2005-03-14re PR rtl-optimization/17236 (inefficient code for long long multiply on x86)Roger Sayle2-173/+198
2005-03-14basic-block.h: Update the prototypes of cached_make_edge and rtl_make_eh_edge.Kazu Hirata4-29/+34
2005-03-14tree-ssa-phiopt.c (minmax_replacement, [...]): New functions.Zdenek Dvorak4-76/+458
2005-03-14builtin-attrs.def (ATTR_NOVOPS, [...]): New.Zdenek Dvorak10-5/+84
2005-03-14re PR target/17688 ([4.1] x87 fops can handle HImodes)Uros Bizjak4-41/+70
2005-03-14Fix bogus date.Eric Botcazou1-1/+1
2005-03-14tree-cfg.c (find_taken_edge_cond_expr): Use zero_p instead of integer_zerop.Zdenek Dvorak5-14/+17
2005-03-14basic-block.h (BB_VISITED): Removed.Zdenek Dvorak3-29/+70
2005-03-14Fix typo in changelog entry.Daniel Jacobowitz1-1/+1
2005-03-14re PR c++/4403 (incorrect class becomes a friend in template)Kriang Lerdsuwanakij7-20/+116
2005-03-14re PR target/20424 (Bootstrap failure on alphaev56)Falk Hueffner2-1/+6
2005-03-14Friend class name lookup 5/n PR c++/1016Kriang Lerdsuwanakij30-51/+371
2005-03-14alloc-pool.c, [...]: Update copyright.Kazu Hirata8-7/+11
2005-03-14* ggc-zone.c: Fix comment typos.Kazu Hirata2-2/+6
2005-03-14rs6000-protos.h: Replace "struct rtx_def *" throughout with its typedef, "rtx".Alan Modra4-70/+77
2005-03-14tree-cfg.c (verify_stmts): Check that bb_for_stmt (stmt) == bb for every PHI ...Kazu Hirata2-0/+16
2005-03-14Update messageMark Mitchell1-1/+1
2005-03-14re PR c++/20157 (Internal compiler error on invalid code)Mark Mitchell4-2/+31
2005-03-14regclass.c (reg_class_superclasses, [...]): Make them static.Kazu Hirata3-10/+6
2005-03-14function.c (get_func_frame_size): Make it static.Kazu Hirata3-3/+4
2005-03-14except.c (check_handled): Make it static.Kazu Hirata3-2/+6
2005-03-14config.gcc: Remove excess indentation.Alan Modra2-57/+62
2005-03-14Daily bump.GCC Administrator1-1/+1
2005-03-13re PR middle-end/19331 (Inefficient code generated for bitfield assignment)Roger Sayle3-6/+20
2005-03-14re PR c++/16792 (ICE in gen_subprogram_die, at dwarf2out.c:11267)Ben Elliston2-0/+15
2005-03-13sparc.c (struct_value_alias_set): New global variable.Eric Botcazou2-5/+20
2005-03-13anon-struct-6.c, [...]: Ensure uniqueness of test assertion names.Joseph Myers13-42/+51
2005-03-13predicates.md (mem_or_easy_const_operand): Delete.David Edelsohn3-12/+32
2005-03-13re PR fortran/18600 (ICE NIST FM020.f reduced case)Tobias Schlüter2-0/+14
2005-03-13re PR fortran/16907 (Non-integer array indices rejected)Tobias Schlüter4-5/+29
2005-03-13re PR fortran/20323 (optional arguments incorrectly accepted in specification...Tobias Schlüter4-4/+28
2005-03-13ggc-zone.c: Rewritten.Daniel Jacobowitz14-710/+1593