summaryrefslogtreecommitdiff
path: root/gcc/tree.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* c-cppbuiltin.c, [...]: Fix comment typos.Kazu Hirata2004-11-131-1/+1
* tree-cfg.c (hashtab.h): Include.Jeff Law2004-11-121-0/+13
* re PR c++/18143 (Duplicated thunk with a huge member in the hierarchy)Nathan Sidwell2004-11-101-13/+19
* re PR middle-end/18231 (Nested inline function not inlined)Andrew Pinski2004-11-031-5/+4
* tree.c (tree_fold_gcd): Use FLOOR_MOD_EXPR instead of CEIL_MOD_EXPR.Sebastian Pop2004-11-031-1/+1
* tree.c (int_cst_node, [...]): New variables.Nathan Sidwell2004-10-281-9/+71
* re PR tree-optimization/18048 (mgrid loop performance regression with ivopts ...Zdenek Dvorak2004-10-271-0/+34
* re PR middle-end/17407 (ICE in int_mode_for_mode)Andrew Pinski2004-10-251-2/+5
* re PR objc/17923 (const-str-[34].m fails on the mainline (next runtime))Andrew Pinski2004-10-211-0/+4
* re PR middle-end/17885 (gimplifing of volatile &a->)Richard Henderson2004-10-191-9/+6
* tree.c (make_node_stat): Fix uninitialized warning.Nathan Sidwell2004-09-291-14/+33
* re PR c++/17642 (internal compiler error: in invert_truthvalue, at fold-const...Mark Mitchell2004-09-281-1/+1
* PR c++/9844, PR c++/13989Fariborz Jahanian2004-09-231-0/+5
* tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes.Dorit Naishlos2004-09-231-0/+4
* re PR pch/13361 (const wchar_t * strings not stored in pch)Geoffrey Keating2004-09-181-12/+24
* tree.c, tree.h (tree_class_strings): Make array const.Zack Weinberg2004-09-181-13/+13
* alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham2004-09-171-104/+138
* fold-const.c (fold): Fold difference of addresses.Zdenek Dvorak2004-09-161-0/+16