Age | Commit message (Expand) | Author | Files | Lines |
2005-12-05 | Makefile.in (FLAGS_TO_PASS): Add GCC_FOR_TARGET. | Paolo Bonzini | 2 | -2/+7 |
2005-12-05 | treetree.c (tree_code_if_start, [...]): Use fold_convert where appropriate. | Richard Guenther | 2 | -10/+15 |
2005-12-05 | i386.c (enum ix86_builtins): Remove IX86_BUILTIN_CMPNEPS and IX86_BUILTIN_CMP... | Jan Beulich | 6 | -71/+53 |
2005-12-05 | ia64.md (rotlsi3_internal): Don't split if rotating by 16 bits. | Jan Beulich | 2 | -3/+9 |
2005-12-05 | libgcc2.c (__popcountSI2): Don't use wide type for iterator and result. | Jan Beulich | 2 | -2/+8 |
2005-12-05 | movq-2.c: Add -mtune=pentium4 to dg-options. | Jakub Jelinek | 2 | -1/+6 |
2005-12-05 | re PR target/25166 (FAIL: gcc.c-torture/execute/conversion.c compilation) | John David Anglin | 3 | -7/+34 |
2005-12-05 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2005-12-04 | c-typeck.c (null_pointer_constant_p): New function. | Joseph Myers | 5 | -18/+120 |
2005-12-04 | c-common.c (binary_op_error): Do not allow NOP_EXPR. | Joseph Myers | 5 | -15/+50 |
2005-12-04 | re PR c/7776 (const char* p = "foo"; if (p == "foo") ... is compiled without ... | Roger Sayle | 1 | -0/+11 |
2005-12-04 | re PR c/7776 (const char* p = "foo"; if (p == "foo") ... is compiled without ... | Roger Sayle | 9 | -0/+154 |
2005-12-04 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2005-12-03 | c-common.c (c_sizeof_or_alignof_type): Use fold_convert instead of building a... | Joseph Myers | 7 | -27/+45 |
2005-12-03 | re PR fortran/25106 ([4.0/4.1] statement label is zero) | Francois-Xavier Coudert | 6 | -25/+36 |
2005-12-03 | typo fix | Alan Modra | 1 | -1/+1 |
2005-12-03 | PR rtl-optimization 25197 | Alan Modra | 2 | -2/+10 |
2005-12-03 | * config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Remove -fpic warning. | Stuart Hastings | 2 | -1/+4 |
2005-12-03 | c-typeck.c (default_function_array_conversion, [...]): Allow for CONVERT_EXPR... | Joseph Myers | 5 | -20/+45 |
2005-12-03 | * zh_CN.po: Update. | Joseph Myers | 2 | -1212/+997 |
2005-12-03 | re PR c++/24173 (ICE with garbage collection) | Mark Mitchell | 4 | -2/+33 |
2005-12-03 | Fixup some spacing | Mike Stump | 6 | -56/+56 |
2005-12-03 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2005-12-03 | rs6000.c (rs6000_stack_t): Remove toc_save_p, toc_save_offset, toc_size, lr_s... | Alan Modra | 2 | -65/+44 |
2005-12-02 | re PR target/25199 (crashing code output from -mtune=pentium4 but not -mtune=... | Jakub Jelinek | 6 | -5/+52 |
2005-12-02 | trans.h (build1_v): Use build1, not build to build the void typed tree. | Richard Guenther | 2 | -1/+6 |
2005-12-02 | tree.h (build): Remove prototype. | Richard Guenther | 3 | -71/+8 |
2005-12-02 | Fix accidental deletion of committer's name. | Steven G. Kargl | 1 | -0/+2 |
2005-12-02 | tree-ssa-loop-im.c (schedule_sm): Use buildN instead of build. | Richard Guenther | 19 | -202/+242 |
2005-12-02 | alpha.c (alpha_va_start, [...]): Use buildN and fold_buildN where applicable. | Richard Guenther | 13 | -271/+292 |
2005-12-02 | trans.c (gnat_gimplify_expr): Use buildN instead of build. | Richard Guenther | 2 | -1/+5 |
2005-12-02 | java-gimplify.c (java_gimplify_labeled_block_expr): Use buildN instead of build. | Richard Guenther | 4 | -7/+14 |
2005-12-02 | semantics.c (simplify_aggr_init_expr): Use buildN instead of build. | Richard Guenther | 2 | -1/+6 |
2005-12-02 | objc-act.c (objc_build_exc_ptr, [...]): Use buildN instead of build. | Richard Guenther | 2 | -16/+24 |
2005-12-02 | tree-vrp.c (build_assert_expr_for, [...]): Use buildN instead of build. | Richard Guenther | 6 | -77/+91 |
2005-12-02 | pa.c (pa_secondary_reload): Revise initialization of variable regno. | John David Anglin | 2 | -2/+7 |
2005-12-02 | re PR c++/24103 (ICE in simple_cst_equal) | Volker Reichelt | 2 | -0/+27 |
2005-12-02 | ggc.h (GGC_RESIZEVEC): New. | Gabriel Dos Reis | 5 | -5/+17 |
2005-12-02 | * gcc.c (execute): Improve readability. | Volker Reichelt | 2 | -3/+8 |
2005-12-02 | tree-cfg.c (mark_used_vars): New function. | Richard Guenther | 4 | -1/+59 |
2005-12-02 | decl2.c (get_priority_info): Use XNEW, not xmalloc. | Gabriel Dos Reis | 10 | -12/+28 |
2005-12-02 | lvalue-2.c (f0): Put "error: " marker back. | Gabriel Dos Reis | 2 | -6/+10 |
2005-12-02 | convert.c (convert_to_integer): Fix compare for nonpositive constant to use t... | Richard Guenther | 2 | -1/+6 |
2005-12-02 | convert.c (convert_to_integer): Use fold_convert instead of fold_build1 (NOP_... | Richard Guenther | 2 | -5/+10 |
2005-12-02 | tree-pretty-print.c (op_symbol): Handle LROTATE_EXPR and RROTATE_EXPR. | Richard Guenther | 2 | -0/+11 |
2005-12-02 | re PR target/21017 (ppc 64bit target not using rlwinm) | Alan Modra | 2 | -0/+11 |
2005-12-02 | pr24489.f90: Delete, replaced by read_eor.f90. | Jerry DeLisle | 3 | -31/+5 |
2005-12-02 | re PR target/21017 (ppc 64bit target not using rlwinm) | Alan Modra | 2 | -6/+33 |
2005-12-02 | re PR middle-end/25176 ([4.0 only] FAIL: Array_3 -O3 execution - bytecode->na... | Alan Modra | 2 | -12/+23 |
2005-12-02 | tree.h (TREE_OVERFLOW): Make this flag/predicate specific to constant nodes, ... | Roger Sayle | 5 | -13/+31 |