Age | Commit message (Expand) | Author | Files | Lines |
2006-05-02 | tree.c (unsigned_type_for, [...]): Make sure a type of the correct signedness... | Zdenek Dvorak | 1 | -1/+3 |
2006-04-16 | tree.c (integer_zerop): Ignore TREE_CONSTANT_OVERFLOW. | Roger Sayle | 1 | -12/+2 |
2006-04-04 | builtins.c (fold_builtin_sprintf): Use fold_convert instead of convert in the... | Roger Sayle | 1 | -2/+2 |
2006-03-21 | re PR c++/26690 (ICE in get_callee_fndecl, at tree.c:5806 with OpenMP) | Jakub Jelinek | 1 | -0/+3 |
2006-03-04 | tree.c (add_var_to_bind_expr): Remove. | Kazu Hirata | 1 | -10/+0 |
2006-03-01 | tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG. | Diego Novillo | 1 | -4/+4 |
2006-02-15 | tree.c (init_ttree): Add STRUCT_FIELD_TAG handling. | Daniel Berlin | 1 | -1/+4 |
2006-02-08 | tree.def (CHAR_TYPE): Remove. | Roger Sayle | 1 | -9/+4 |
2006-02-03 | tree.h (TYPE_STRING_FLAG): Document that this field may be used on INTEGER_TY... | Roger Sayle | 1 | -0/+3 |
2006-01-29 | Revert | Eric Botcazou | 1 | -24/+6 |
2006-01-25 | re PR middle-end/25886 (up to 256 tree codes for Objective-C++) | Diego Novillo | 1 | -28/+167 |
2006-01-18 | [multiple changes] | Diego Novillo | 1 | -162/+262 |
2006-01-16 | re PR target/25168 (FAIL: g++.old-deja/g++.abi/cxa_vec.C execution test) | John David Anglin | 1 | -1/+20 |
2006-01-14 | tree-ssa-loop-niter.c (number_of_iterations_cond): Split into several functions. | Zdenek Dvorak | 1 | -0/+2 |
2006-01-14 | tree.c (tree_not_class_check_failed): New function. | Ian Lance Taylor | 1 | -0/+15 |
2006-01-07 | tree.c (iterative_hash_expr): Hash decls based on UID. | Daniel Berlin | 1 | -2/+2 |
2005-12-22 | tree.c (tree_fold_gcd): Use build_int_cst where appropriate. | Richard Guenther | 1 | -2/+2 |
2005-12-16 | target-def.h (TARGET_DECIMAL_FLOAT_SUPPORTED_P): New. | Jon Grimm | 1 | -0/+19 |
2005-12-09 | tree.c (recompute_tree_invariant_for_addr_expr): Rename from recompute_tree_i... | Diego Novillo | 1 | -2/+2 |
2005-12-06 | re PR c++/24138 (ICE with the code in PR 20407) | Aldy Hernandez | 1 | -2/+4 |
2005-12-06 | In gcc/ 2005-12-05 Daniel Berlin <dberlin@dberlin.org> | Daniel Berlin | 1 | -6/+27 |
2005-12-02 | tree.h (build): Remove prototype. | Richard Guenther | 1 | -58/+1 |
2005-11-10 | tree.c (int_fits_type_p): Only look at the base type if it has the same preci... | Eric Botcazou | 1 | -2/+5 |
2005-11-09 | tree.c (build_qualified_type): Chain the new type to the original type's TYPE... | Eric Botcazou | 1 | -6/+24 |
2005-11-05 | c-typeck.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2005-11-02 | (tree_int_cst_sgn): Fix typo in comment. | Richard Kenner | 1 | -1/+1 |
2005-10-12 | re PR target/21275 (gcc 4.0.0 crash with mingw when using stdout in global var) | Danny Smith | 1 | -19/+65 |
2005-10-04 | +2005-10-04 Andrew Pinski <pinskia@physics.uc.edu> + + * tree.c (annotate_wit... | Andrew Pinski | 1 | -1/+1 |
2005-10-04 | tree.c (last_annotated_node): Change type to location_t*. | Andrew Pinski | 1 | -8/+7 |
2005-10-03 | gimplify.c (find_single_pointer_decl_1): New static function. | Ian Lance Taylor | 1 | -1/+56 |
2005-09-14 | * tree.c (substitute_in_expr, case 4): New case, for ARRAY_REF. | Eric Botcazou | 1 | -1/+15 |
2005-09-13 | tree.c (annotate_with_file_line): Compare line numbers before file names. | Volker Reichelt | 1 | -4/+4 |
2005-09-11 | tree.c (contains_placeholder_p): Properly handle CALL_EXPR again. | Eric Botcazou | 1 | -0/+3 |
2005-09-07 | * tree.c (host_integerp, tree_low_cst): Correct function comment. | Richard Kenner | 1 | -2/+2 |
2005-08-28 | stor-layout.c (finalize_type_size): Revert workaround from 08-26. | Richard Henderson | 1 | -1/+1 |
2005-08-16 | * tree.c (build_string): Mark tree CONSTANT and INVARIANT. | Ian Lance Taylor | 1 | -0/+2 |
2005-08-11 | re PR c++/23225 (tree check: expected class type, have exceptional (error_mar... | James A. Morrison | 1 | -0/+3 |
2005-07-28 | builtins.c: Fix comment typo(s). | Volker Reichelt | 1 | -2/+2 |
2005-07-20 | Make CONSTRUCTOR use VEC to store initializers. | Giovanni Bajo | 1 | -19/+104 |
2005-07-08 | Makefile.in (TREE_H): Add treestruct.def. | Daniel Berlin | 1 | -23/+214 |
2005-07-08 | re PR tree-optimization/22360 (upper_bound_in_type and lower_bound_in_type ar... | Kazu Hirata | 1 | -42/+79 |
2005-07-05 | re PR c/22013 (ICE in gimple_add_tmp_var, at gimplify.c:535) | Joseph Myers | 1 | -0/+2 |
2005-07-02 | c.opt, [...]: Remove "." from end of help texts. | Joseph Myers | 1 | -3/+3 |
2005-07-02 | toplev.c (default_tree_printer): Handle setting location with '+' flag. | Joseph Myers | 1 | -5/+5 |
2005-06-30 | coretypes.h (tls_model): Add TLS_MODEL_NONE as 0. | Steven Bosscher | 1 | -2/+3 |
2005-06-29 | re PR middle-end/21969 (ICE on float __attribute__((vector_size(2048)))) | Steve Ellcey | 1 | -1/+1 |
2005-06-26 | builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)). | Kazu Hirata | 1 | -15/+15 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-07 | re PR middle-end/21850 (misscompiling comparision from vector to integer) | Jakub Jelinek | 1 | -3/+10 |
2005-06-07 | tree-ssa-address.c: New file. | Zdenek Dvorak | 1 | -1/+40 |