Age | Commit message (Expand) | Author | Files | Lines |
2005-05-30 | re PR target/21761 (mainline gcc causing internal compiler error.) | Geoffrey Keating | 4 | -1/+17 |
2005-05-30 | badalloc1.C: Make XFAIL only on darwin before darwin8. | Geoffrey Keating | 2 | -1/+6 |
2005-05-30 | * Makefile.in (install-cpp): Depend on installdirs. | Geoffrey Keating | 2 | -1/+5 |
2005-05-30 | tree-outof-ssa.c (_elim_graph): Change the type of edge_list to VEC(int,heap)*. | Kazu Hirata | 2 | -16/+29 |
2005-05-30 | re PR libgcj/20273 (LinkedHashMap breaks linked list when access() is called) | Michael Koch | 2 | -1/+7 |
2005-05-30 | * raise.c (db): Add ATTRIBUTE_PRINTF_2. | Kaveh R. Ghazi | 2 | -1/+5 |
2005-05-30 | Credit Janne for the issue patch. | Janne Blomqvist | 1 | -1/+2 |
2005-05-30 | re PR fortran/20846 (inquire(FILE=..., UNIT=...) not flagged as error) | Steven G. Kargl | 2 | -0/+15 |
2005-05-30 | re PR fortran/20846 (inquire(FILE=..., UNIT=...) not flagged as error) | Janne Blomqvist | 2 | -0/+22 |
2005-05-30 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2005-05-30 | * ansidecl.h: Add ATTRIBUTE_FPTR_PRINTF. | Kaveh R. Ghazi | 2 | -0/+20 |
2005-05-29 | cgraphunit.c, [...]: Fix typos and follow spelling conventions in error/dump ... | Kazu Hirata | 11 | -12/+19 |
2005-05-29 | ifcvt.c (noce_emit_move_insn): Construct a SET pattern directly if the RHS is... | Roger Sayle | 2 | -1/+11 |
2005-05-29 | ChangeLog: add PR numbers | Francois-Xavier Coudert | 2 | -0/+3 |
2005-05-29 | tree-ssa-ccp.c (ccp_fold): Return immediately after calling fold_unary and fo... | Kazu Hirata | 2 | -12/+7 |
2005-05-29 | char_pointer_assign.f90: Test character-pointerassignments and pointer assign... | Paul Thomas | 4 | -0/+140 |
2005-05-29 | re PR fortran/16939 (Pointers not passed as subroutine arguments) | Paul Thomas | 2 | -39/+108 |
2005-05-29 | reg-stack.c (propagate_stack): Always copy the source stack to the destination. | Roger Sayle | 2 | -76/+62 |
2005-05-29 | tree-ssa-alias.c (new_type_alias): New procedure to create a type memory tag ... | Keith Besaw | 5 | -18/+74 |
2005-05-29 | * gfortran.dg/output_exponents_1.f90: New test. | Francois-Xavier Coudert | 2 | -0/+17 |
2005-05-29 | * gfortran.dg/dollar_edit_descriptor-1.f: New test. | Francois-Xavier Coudert | 2 | -0/+16 |
2005-05-29 | re PR libfortran/20006 ($ format extension doesn't work) | Francois-Xavier Coudert | 5 | -4/+26 |
2005-05-29 | re PR tree-optimization/21639 (poisoned ggc memory used for -ftree-vectorize) | Dorit Naishlos | 2 | -1/+6 |
2005-05-29 | cal.c, [...]: Fix comment typos. | Kazu Hirata | 9 | -26/+32 |
2005-05-29 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2005-05-29 | re PR c++/21340 (error in constructor lookup (can't find constructor with "co... | Mark Mitchell | 4 | -0/+47 |
2005-05-28 | re PR tree-optimization/21562 (Quiet bad codegen (unrolling + tail call inter... | Jan Hubicka | 4 | -13/+51 |
2005-05-28 | revert: re PR libstdc++/19495 (basic_string::_M_rep() can produce an unnatura... | Paolo Carlini | 8 | -30/+39 |
2005-05-28 | * basic-block.h: Remove forward declaration of bb_ann_d. | Kazu Hirata | 2 | -3/+2 |
2005-05-28 | Makefile.in (OBJS-common): Add tree-cfgcleanup.o. | Kazu Hirata | 5 | -721/+786 |
2005-05-28 | tree-ssa-ccp.c (ccp_fold): Remove code that produces non-gimple min minvariant. | Kazu Hirata | 2 | -32/+5 |
2005-05-28 | * gfortran.dg/subnormal_1.f90: new test. | Steven G. Kargl | 2 | -0/+15 |
2005-05-28 | arith.c (gfc_arith_init_1): Fix off by one problem; | Steven G. Kargl | 2 | -3/+41 |
2005-05-28 | tree-ssa-threadupdate.c: (create_edge_and_update_destination_phis): Update pr... | Jan Hubicka | 9 | -19/+151 |
2005-05-28 | intrinsic.texi: added documentation for BIT_SIZE, BTEST, CHAR, CEILING and CMPLX | Jerry DeLisle | 2 | -107/+328 |
2005-05-28 | configure.ac: Check declarations for asprintf and vasprintf. | Gabriel Dos Reis | 20 | -152/+405 |
2005-05-28 | tree-inline.c (cfun_stack): Change the type to VEC(function_p,heap). | Kazu Hirata | 2 | -11/+12 |
2005-05-28 | tree-ssa-dom.c (vrp_element_p): Define. | Kazu Hirata | 2 | -22/+44 |
2005-05-28 | libiberty.h: (snprintf) [!HAVE_DECL_SNPRINTF]: Declare if needed. | Eli Zaretskii | 6 | -9/+318 |
2005-05-28 | re PR c++/21614 (wrong code when calling member function of undefined class) | Mark Mitchell | 5 | -7/+49 |
2005-05-28 | c-decl.c (add_stmt): Add C frontend specific version. | Ian Lance Taylor | 7 | -45/+72 |
2005-05-28 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2005-05-27 | cp-tree.def (UNARY_PLUS_EXPR): New C++ unary tree code. | Roger Sayle | 14 | -16/+65 |
2005-05-27 | mips-protos.h (mips_declare_object): Add printf attribute. | Kaveh R. Ghazi | 3 | -2/+9 |
2005-05-27 | reg-stack.c (compensate_edge): Remove original prototype. | Roger Sayle | 2 | -55/+97 |
2005-05-27 | except.c (can_throw_internal_1, [...]): Add "is_resx" argument. | Jan Hubicka | 4 | -13/+35 |
2005-05-27 | domwalk.c (walk_dominator_tree, [...]): Use VEC instead of VARRAY. | Kazu Hirata | 4 | -27/+30 |
2005-05-27 | basic-block.h (basic_block_def): Add phi_nodes and predictions. | Kazu Hirata | 12 | -104/+74 |
2005-05-27 | abi.html: Mention 3.4.0 as the current baseline; add a notice about the confi... | Paolo Carlini | 2 | -1/+13 |
2005-05-27 | cgraph.c: Include tree-gimple.h | Jan Hubicka | 5 | -181/+174 |