summaryrefslogtreecommitdiff
path: root/gcc/tree.c
Commit message (Expand)AuthorAgeFilesLines
* Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo2005-07-201-19/+104
* Makefile.in (TREE_H): Add treestruct.def.Daniel Berlin2005-07-081-23/+214
* re PR tree-optimization/22360 (upper_bound_in_type and lower_bound_in_type ar...Kazu Hirata2005-07-081-42/+79
* re PR c/22013 (ICE in gimple_add_tmp_var, at gimplify.c:535)Joseph Myers2005-07-051-0/+2
* c.opt, [...]: Remove "." from end of help texts.Joseph Myers2005-07-021-3/+3
* toplev.c (default_tree_printer): Handle setting location with '+' flag.Joseph Myers2005-07-021-5/+5
* coretypes.h (tls_model): Add TLS_MODEL_NONE as 0.Steven Bosscher2005-06-301-2/+3
* re PR middle-end/21969 (ICE on float __attribute__((vector_size(2048))))Steve Ellcey2005-06-291-1/+1
* builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)).Kazu Hirata2005-06-261-15/+15
* Update FSF address.Kelley Cook2005-06-251-2/+2
* re PR middle-end/21850 (misscompiling comparision from vector to integer)Jakub Jelinek2005-06-071-3/+10
* tree-ssa-address.c: New file.Zdenek Dvorak2005-06-071-1/+40
* cfgexpand.c (expand_one_var): Use DECL_HAS_VALUE_EXPR_P.Daniel Berlin2005-06-041-2/+59
* tree.c (build_common_builtin_nodes): Fix the return type on __builtin_memcmp.Andrew Pinski2005-06-021-1/+1
* c-objc-common.c (c_tree_printer): Check flag before hashtable.Daniel Berlin2005-06-011-0/+94
* c-common.c, [...]: Fix comment typos.Kazu Hirata2005-05-261-1/+1
* common.opt (-Wattributes): New.DJ Delorie2005-05-251-1/+2
* tree.c (build1_stat): Don't try to handle two-operand tree codes.Richard Guenther2005-05-181-6/+0
* Makefile.in (tree-eh.o): Kill gt-tree-eh.h dependency.Jan Hubicka2005-05-111-0/+10
* ggc.h (ggc_alloc_zone_pass_stat): New macro.Daniel Jacobowitz2005-05-021-8/+7
* re PR tree-optimization/18316 (Missed IV optimization)Zdenek Dvorak2005-05-011-4/+7
* tree.c (build_block): Removed unused 'tags' argument.Tom Tromey2005-04-291-2/+1
* diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie2005-04-231-1/+1
* Makefile.in (LIBGCOV): Add _gcov_interval_profiler, _gcov_pow2_profiler and _...Zdenek Dvorak2005-04-221-0/+17
* lambda.h (lambda_vector_min_nz): Likewise.Nathan Sidwell2005-04-211-8/+8
* tree.def (FILE_TYPE): Removed.Tom Tromey2005-03-301-1/+0
* tree.c (get_set_constructor_bits, [...]): Remove.Kazu Hirata2005-03-251-93/+0
* tree-inline.c (walk_type_fields, [...]): Move from here...Steven Bosscher2005-03-161-0/+352
* re PR tree-optimization/17454 (ICE with --enable-checking=fold)Roger Sayle2005-03-161-0/+4
* re PR middle-end/19331 (Inefficient code generated for bitfield assignment)Roger Sayle2005-03-131-2/+5
* ggc-zone.c: Rewritten.Daniel Jacobowitz2005-03-131-6/+9
* tree-complex.c (expand_complex_libcall): New.Richard Henderson2005-02-111-0/+42
* tree.c (build_function_type_list): Work correctly if there are no arguments.Ian Lance Taylor2005-02-111-3/+8
* re PR tree-optimization/18687 (>200% compile time regression compared to gcc-...Zdenek Dvorak2005-02-101-0/+38
* builtins.c (DEF_BUILTIN): Add COND argument.Richard Henderson2005-02-091-0/+118
* tree.c (build_int_cst_type): Take sign of the value into account when decidin...Zdenek Dvorak2005-02-021-12/+35
* tree.c (int_fits_type_p): Always honor integer constant TYPE_MIN_VALUE and TY...Roger Sayle2005-01-081-34/+33
* tree.c (int_fits_type_p): A narrower type always fits in a wider one...Roger Sayle2005-01-011-4/+11
* tree.c (int_fits_type_p): Compare the result of force_fit_type with the origi...Roger Sayle2005-01-011-5/+6
* tree.c (iterative_hash_expr): Canonicalize builtins.Dale Johannesen2004-12-231-1/+13
* tree.c (type_contains_placeholder_1): Always return false for VECTOR_TYPE if ...Steven Bosscher2004-12-171-1/+1
* tree.def (SET_TYPE): Remove.Nathan Sidwell2004-12-091-7/+0
* c-common.c (verify_tree): Don't check code length if we know we are handling ...Kazu Hirata2004-12-081-10/+2
* c-common.c, [...]: Replace uses of first_rtl_op with TREE_CODE_LENGTH.Kazu Hirata2004-12-071-21/+8
* tree.c (is_attribute_p): Split out to ..Andrew Pinski2004-12-021-10/+23
* tree.c (operand_equal_for_phi_arg_p): New.Kazu Hirata2004-11-271-0/+16
* tree.c (recompute_tree_invarant_for_addr_expr): The address of a thread-local...Aldy Hernandez2004-11-241-1/+3
* re PR c++/16882 (overloading confused by const vector arguments)Paolo Bonzini2004-11-241-2/+17
* tree-cfg.c (edge_to_cases): Renamed from edge_to_case_leader.Jeff Law2004-11-171-13/+0
* re PR tree-optimization/18431 (Code for arrays and pointers are not the same)Zdenek Dvorak2004-11-151-0/+72