| Commit message (Expand) | Author | Age | Files | Lines |
* | * operators.def, optimize.c: Update copyright. | kazu | 2005-05-30 | 3 | -2/+6 |
* | * trans-expr.c: Fix comment typos. | kazu | 2005-05-30 | 2 | -2/+4 |
* | * tree-ssa-ccp.c (const_val): Make it static. | kazu | 2005-05-30 | 2 | -1/+5 |
* | * gcc.dg/c99-math-double-1.c, gcc.dg/c99-math-float-1.c, | kazu | 2005-05-30 | 5 | -165/+171 |
* | * trans-expr.c: Remove trailing ^M. | kazu | 2005-05-30 | 2 | -51/+55 |
* | 2005-05-29 Geoffrey Keating <geoffk@apple.com> | geoffk | 2005-05-30 | 4 | -1/+17 |
* | * g++.old-deja/g++.eh/badalloc1.C: Make XFAIL only on darwin | geoffk | 2005-05-30 | 2 | -1/+6 |
* | * Makefile.in (install-cpp): Depend on installdirs. | geoffk | 2005-05-30 | 2 | -1/+5 |
* | * tree-outof-ssa.c (_elim_graph): Change the type of edge_list | kazu | 2005-05-30 | 2 | -16/+29 |
* | * raise.c (db): Add ATTRIBUTE_PRINTF_2. | ghazi | 2005-05-30 | 2 | -1/+5 |
* | Credit Janne for the issue patch. | kargl | 2005-05-30 | 1 | -1/+2 |
* | PR fortran/20846 | kargl | 2005-05-30 | 2 | -0/+15 |
* | fortran/PR20846 | kargl | 2005-05-30 | 2 | -0/+22 |
* | Daily bump. | gccadmin | 2005-05-30 | 1 | -1/+1 |
* | * cgraphunit.c, ipa-inline.c, loop-iv.c, modulo-sched.c, | kazu | 2005-05-29 | 11 | -12/+19 |
* | * ifcvt.c (noce_emit_move_insn): Construct a SET pattern directly | sayle | 2005-05-29 | 2 | -1/+11 |
* | * ChangeLog: add PR numbers | fxcoudert | 2005-05-29 | 2 | -0/+3 |
* | * tree-ssa-ccp.c (ccp_fold): Return immediately after calling | kazu | 2005-05-29 | 2 | -12/+7 |
* | 2005-05-29 Paul Thomas <pault@gcc.gnu.org> | pault | 2005-05-29 | 4 | -0/+140 |
* | 2005-05-29 Paul Thomas <pault@gcc.gnu.org> | pault | 2005-05-29 | 2 | -39/+108 |
* | * reg-stack.c (propagate_stack): Always copy the source stack to | sayle | 2005-05-29 | 2 | -76/+62 |
* | 2005-05-29 Keith Besaw <kbesaw@us.ibm.com> | dorit | 2005-05-29 | 5 | -18/+74 |
* | * gfortran.dg/output_exponents_1.f90: New test. | fxcoudert | 2005-05-29 | 2 | -0/+17 |
* | * gfortran.dg/dollar_edit_descriptor-1.f: New test. | fxcoudert | 2005-05-29 | 2 | -0/+16 |
* | PR libfortran/20006 | fxcoudert | 2005-05-29 | 2 | -1/+11 |
* | PR tree-optimization/21639 | dorit | 2005-05-29 | 2 | -1/+6 |
* | * cal.c, decl.c, init.c, raise.c, trans.c, utils2.c: Fix | kazu | 2005-05-29 | 9 | -26/+32 |
* | Daily bump. | gccadmin | 2005-05-29 | 1 | -1/+1 |
* | PR c++/21340 | mmitchel | 2005-05-29 | 4 | -0/+47 |
* | PR tree-optimization/21562 | hubicka | 2005-05-28 | 4 | -13/+51 |
* | * basic-block.h: Remove forward declaration of bb_ann_d. | kazu | 2005-05-28 | 2 | -3/+2 |
* | * Makefile.in (OBJS-common): Add tree-cfgcleanup.o. | kazu | 2005-05-28 | 5 | -721/+786 |
* | * tree-ssa-ccp.c (ccp_fold): Remove code that produces | kazu | 2005-05-28 | 2 | -32/+5 |
* | * gfortran.dg/subnormal_1.f90: new test. | kargl | 2005-05-28 | 2 | -0/+15 |
* | * arith.c (gfc_arith_init_1): Fix off by one problem; | kargl | 2005-05-28 | 2 | -3/+41 |
* | * tree-ssa-threadupdate.c: (create_edge_and_update_destination_phis): | hubicka | 2005-05-28 | 9 | -19/+151 |
* | * intrinsic.texi: added documentation for BIT_SIZE, BTEST, CHAR, CEILING | kargl | 2005-05-28 | 2 | -107/+328 |
* | * tree-inline.c (cfun_stack): Change the type to | kazu | 2005-05-28 | 2 | -11/+12 |
* | * tree-ssa-dom.c (vrp_element_p): Define. | kazu | 2005-05-28 | 2 | -22/+44 |
* | PR c++/21614 | mmitchel | 2005-05-28 | 5 | -7/+49 |
* | ./: | ian | 2005-05-28 | 7 | -45/+72 |
* | Daily bump. | gccadmin | 2005-05-28 | 1 | -1/+1 |
* | * cp-tree.def (UNARY_PLUS_EXPR): New C++ unary tree code. | sayle | 2005-05-27 | 14 | -16/+65 |
* | * config/mips/mips-protos.h (mips_declare_object): Add printf | ghazi | 2005-05-27 | 3 | -2/+9 |
* | * reg-stack.c (compensate_edge): Remove original prototype. | sayle | 2005-05-27 | 2 | -55/+97 |
* | * except.c (can_throw_internal_1, can_throw_external_1): Add | hubicka | 2005-05-27 | 4 | -13/+35 |
* | * domwalk.c (walk_dominator_tree, init_walk_dominator_tree, | kazu | 2005-05-27 | 4 | -27/+30 |
* | * basic-block.h (basic_block_def): Add phi_nodes and | kazu | 2005-05-27 | 12 | -104/+74 |
* | * cgraph.c: Include tree-gimple.h | hubicka | 2005-05-27 | 5 | -181/+174 |
* | * trans-array.c (gfc_trans_deferred_array): Use build_int_cst to force | kargl | 2005-05-27 | 2 | -1/+7 |