aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2006-04-05name-lookup.c (push_namespace_with_attribs): Temporarily disable default hidd...Jason Merrill3-2/+7
2006-04-05lib1funcs.asm (modsi): P1/P2 can be call-clobbered even if the calling functi...Bernd Schmidt2-8/+10
2006-04-05bfin.c (bfin_legitimate_address_p): Disallow got-relative addressing for anyt...Bernd Schmidt2-1/+6
2006-04-05re PR tree-optimization/26919 (ICE in cgraph_estimate_size_after_inlining wit...Richard Guenther7-5/+19
2006-04-06reload.c (find_dummy_reload): Fix typo in 2006-04-03 change.Alan Modra2-1/+5
2006-04-05Add missing word in comment.Eric Botcazou1-1/+1
2006-04-05Correct PR number in ChangeLogs.H.J. Lu2-2/+2
2006-04-05re PR middle-end/26996 (interpret_rhs_modify_expr calls fold_convert (vector_...Sebastian Pop2-1/+7
2006-04-05re PR tree-optimization/26763 (wrong final value of induction variable calcul...Richard Guenther5-27/+77
2006-04-05install.texi (Prerequisites): Refine some wording on bootstrapping and ksh.Gerald Pfeifer2-40/+56
2006-04-04re PR fortran/25619 (temporary array of constant size character type goes wrong)H.J. Lu4-15/+123
2006-04-05Add forgotten ChangeLog entry.Eric Christopher1-0/+4
2006-04-05rs6000.c (TARGET_MS_BITFIELD_LAYOUT_P): Define.Eric Christopher2-2/+64
2006-04-05darwin-crt3.c (atexit): Pass &__dso_handle rather than NULL for dso parameter...Geoffrey Keating2-1/+10
2006-04-05Daily bump.GCC Administrator1-1/+1
2006-04-04i386.c (machopic_output_stub): Output \t between instructions and operands.Eric Christopher5-46/+57
2006-04-04rs6000.c (num_insns_constant_wide): Change satisfies_constraint_[IL] to expli...David Edelsohn2-2/+8
2006-04-04tree-scalar-evolution.c (compute_overall_effect_of_inner_loop, [...]): Use bu...Sebastian Pop3-3/+11
2006-04-04tm.texi (TARGET_STRUCT_VALUE_RTX): Document new value 2 for incoming.Carlos O'Donell8-9/+208
2006-04-04builtins.c (fold_builtin_sprintf): Use fold_convert instead of convert in the...Roger Sayle4-36/+47
2006-04-04* doc/install.texi (Prerequisites): Mention jar.Tom Tromey2-0/+8
2006-04-04tree-ssa.texi (Preserving the virtual ssa form): New subsection.Daniel Berlin2-0/+25
2006-04-04fmt_zero_digits.f90: New test for no error when zero decimal digits specified...Jerry DeLisle2-0/+15
2006-04-04extend.texi (Function Attributes): Rewrite visibility attribute documentation.Geoffrey Keating3-28/+88
2006-04-04Daily bump.GCC Administrator1-1/+1
2006-04-03Makefile.in (unprotoize.o): Same dependencies as for protoize.o.Matthias Klose2-4/+8
2006-04-03extend.texi (Other Builtins): Document that __builtin_nan is a compile-time c...Geoffrey Keating2-2/+9
2006-04-03simplify-rtx.c (simplify_unary_operation_1): When trying to remove TRUNCATE c...Adam Nemet2-1/+8
2006-04-03tree-ssa-dom.c (propagate_rhs_into_lhs): Avoid useless folding and operand sc...Jeff Law2-10/+50
2006-04-03re PR libgcj/26858 (NullPointerException not generated for large classes...)Andrew Haley2-1/+8
2006-04-03fix changelog entryPaolo Bonzini1-1/+1
2006-04-03re PR target/19653 (x87 reg allocated for constants for -mfpmath=sse)Paolo Bonzini8-85/+191
2006-04-03re PR tree-optimization/26992 (Internal Compiler Error in dwarf2out.c:7607 bu...Sebastian Pop3-23/+46
2006-04-03re PR testsuite/26981 (g++.old-deja/g++.other/init18.C fails)Paul Thomas13-143/+316
2006-04-03builtins.c (dummy_object): Use build_int_cst instead of convert.Roger Sayle9-43/+58
2006-04-03Daily bump.GCC Administrator1-1/+1
2006-04-02re PR middle-end/26977 (ICE in emit_move_insn)Roger Sayle2-6/+18
2006-04-02trans-array.c (gfc_trans_dealloc_allocated): Take a tree representation of th...Erik Edelmann6-11/+29
2006-04-02re PR tree-optimization/26939 (loop number of iterations analysis not working)Sebastian Pop2-1/+6
2006-04-02tree-scalar-evolution.c (add_to_evolution_1): Pass an extra argument at_stmt.Sebastian Pop5-89/+167
2006-04-02tree-data-ref.c (compute_all_dependences): Use a pointer to the dependence_re...Sebastian Pop2-4/+11
2006-04-02gimplify.c (gimplify_scan_omp_clauses): Call gimple_boolify on the condition ...Roger Sayle2-1/+11
2006-04-02Daily bump.GCC Administrator1-1/+1
2006-04-01re PR libfortran/24685 (real(16) formatted input is broken for huge values (g...Eric Botcazou2-1/+6
2006-04-01re PR fortran/25270 (testcases fail with a type mismatch)Roger Sayle2-7/+17
2006-04-01dependency.c (gfc_is_inside_range): Delete.Roger Sayle4-46/+122
2006-04-01dependency.c (gfc_dep_compare_expr): Strip parentheses and unary plus operato...Roger Sayle6-14/+184
2006-04-01lib1funcs.asm: Rename abi_entry/abi_return macros to leaf_entry/leaf_return.Bob Wilson4-207/+216
2006-03-31tree-cfg.c (make_ctrl_stmt_edges, [...]): Merge into...Richard Henderson2-152/+102
2006-04-01dwarf2.h (DW64_CIE_ID): Define.Joseph Myers3-5/+26