aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
AgeCommit message (Expand)AuthorFilesLines
2007-05-14c-common.c (warnings_for_convert_and_check): Use unsigned_type_for instead of...Rafael Avila de Espindola1-2/+10
2007-05-01re PR tree-optimization/31739 (ICE at tree.c:902 compiling g-regexp.adb)Ian Lance Taylor1-9/+4
2007-04-30double-int.c (mpz_set_double_int): Moved from tree-ssa-loop-niter.c.Brooks Moses1-0/+41
2007-04-30[multiple changes]Andrew Pinski1-3/+10
2007-04-27re PR middle-end/31710 (ICE in in set_value_range, at tree-vrp.c:278)Ian Lance Taylor1-0/+9
2007-04-27tree-ssa-loop-im.c (determine_invariantness_stmt): Attempt to transform only ...Zdenek Dvorak1-1/+10
2007-04-072007-04-07 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin1-5/+9
2007-04-07in / 2007-04-06 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin1-9/+5
2007-03-29re PR middle-end/30666 (warning: canonical types differ for identical types d...Douglas Gregor1-16/+5
2007-03-28tree.c (is_global_var): Move ...Richard Guenther1-11/+0
2007-03-28tree.c (tree_contains_struct): Permit 512 tree codes.Douglas Gregor1-1/+1
2007-03-14flags.h (flag_random_seed): Remove declaration, in favor of...Alexandre Oliva1-1/+1
2007-03-10re PR target/20924 (inline float divide does not set correct fpu status flags)Mark Mitchell1-4/+6
2007-03-04Remove spurious whitespace from error message.Martin Michlmayr1-1/+1
2007-02-25extend.texi: Document optional priority argument to constructors and destruct...Mark Mitchell1-53/+81
2007-02-16re PR middle-end/30391 (ICE at -O1 with conditional expressions and GIMPLE_MO...Roger Sayle1-33/+15
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-38/+278
2007-02-06tree.c (tree_int_map_hash, [...]): Remove prototypes and make them non-static.Paolo Bonzini1-12/+3
2007-01-28tree.c (tree_fold_gcd): Delete.Roger Sayle1-38/+0
2007-01-11builtins.c (expand_builtin_pow, [...]): Replace uses of the macro TREE_CONSTA...Roger Sayle1-11/+5
2007-01-08tree.h (build_int_cst_wide_type): Export.Richard Guenther1-4/+14
2007-01-08builtins.c (fold_builtin_int_roundingfn): Use fit_double_type.Richard Guenther1-55/+12
2007-01-08tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Use type of offset to build ...Richard Guenther1-2/+5
2007-01-05re PR c++/27826 (ICE in copy_to_mode_reg)Richard Guenther1-4/+2
2007-01-02c-common.c (c_common_nodes_and_builtins): Since variants of void_type_node ge...Douglas Gregor1-5/+124
2006-12-11[multiple changes]Diego Novillo1-0/+6
2006-12-11tree-ssa-operands.h (create_ssa_artificial_load_stmt): Rename from create_ssa...Diego Novillo1-0/+3
2006-12-11Move all varpool routines out of cgraph/cgraphunit to varpool.cJan Hubicka1-0/+34
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-8/+233
2006-12-04tree.c (walk_type_fields): Do not handle TYPE_MIN_VALUE and TYPE_MAX_VALUE fo...Eric Botcazou1-18/+26
2006-11-13re PR middle-end/28915 (ICE: tree check: expected class 'constant', have 'dec...Jason Merrill1-0/+4
2006-11-11tree.def (FIX_CEIL_EXPR, [...]): Remove unused tree codes.Richard Guenther1-3/+0
2006-11-11tree.c (build_int_cst_wide): Add an assertion (gcc_unreachable) when attempti...Roger Sayle1-1/+5
2006-11-01extend.texi (__builtin_bswap32): Document.Eric Christopher1-0/+4
2006-11-01In gcc/:Geoffrey Keating1-36/+29
2006-10-30builtins.c (expand_builtin_mathfn_3): Correct coding style.Roger Sayle1-1/+6
2006-10-30re PR tree-optimization/29637 (Endless recursion in make_vector_type)Jakub Jelinek1-1/+2
2006-10-23decl.c: Include langhooks.h.Rafael Ávila de Espíndola1-2/+2
2006-10-13../svn-commit.tmpPaolo Bonzini1-17/+32
2006-09-29builtins.c (expand_builtin_setjmp): Delete.Eric Botcazou1-0/+20
2006-09-23re PR c/28706 (Compile failure with --combine and explicitly aligned structures)Jakub Jelinek1-5/+21
2006-08-20PR target/28648 c:Danny Smith1-1/+10
2006-08-18tree.c (is_attribute_with_length_p): Remove a duplicated assert.Christophe Jaillet1-1/+0
2006-08-13re PR c/27184 (Wrong code with pointers to arrays and types and strict aliasing)Alexandre Oliva1-1/+5
2006-08-10tree.c (build1_stat): Also propagate the TREE_CONSTANT and TREE_INVARIANT fla...Eric Botcazou1-2/+2
2006-07-20re PR c++/28407 (Issue with anonymous namespace)Jason Merrill1-0/+22
2006-07-12* tree.c: Fix a comment typo.Kazu Hirata1-1/+1
2006-07-07re PR middle-end/28268 (ICE with simple vector operations)Richard Guenther1-0/+41
2006-07-03tree.c (range_in_array_bounds_p): New predicate.Eric Botcazou1-0/+33
2006-06-29re PR c++/26905 (default-visibility class symbol improperly resolved as hidde...Jason Merrill1-8/+0