aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
AgeCommit message (Expand)AuthorFilesLines
2005-03-30tree.def (FILE_TYPE): Removed.Tom Tromey1-1/+0
2005-03-25tree.c (get_set_constructor_bits, [...]): Remove.Kazu Hirata1-93/+0
2005-03-16tree-inline.c (walk_type_fields, [...]): Move from here...Steven Bosscher1-0/+352
2005-03-16re PR tree-optimization/17454 (ICE with --enable-checking=fold)Roger Sayle1-0/+4
2005-03-13re PR middle-end/19331 (Inefficient code generated for bitfield assignment)Roger Sayle1-2/+5
2005-03-13ggc-zone.c: Rewritten.Daniel Jacobowitz1-6/+9
2005-02-11tree-complex.c (expand_complex_libcall): New.Richard Henderson1-0/+42
2005-02-11tree.c (build_function_type_list): Work correctly if there are no arguments.Ian Lance Taylor1-3/+8
2005-02-10re PR tree-optimization/18687 (>200% compile time regression compared to gcc-...Zdenek Dvorak1-0/+38
2005-02-09builtins.c (DEF_BUILTIN): Add COND argument.Richard Henderson1-0/+118
2005-02-02tree.c (build_int_cst_type): Take sign of the value into account when decidin...Zdenek Dvorak1-12/+35
2005-01-08tree.c (int_fits_type_p): Always honor integer constant TYPE_MIN_VALUE and TY...Roger Sayle1-34/+33
2005-01-01tree.c (int_fits_type_p): A narrower type always fits in a wider one...Roger Sayle1-4/+11
2005-01-01tree.c (int_fits_type_p): Compare the result of force_fit_type with the origi...Roger Sayle1-5/+6
2004-12-23tree.c (iterative_hash_expr): Canonicalize builtins.Dale Johannesen1-1/+13
2004-12-17tree.c (type_contains_placeholder_1): Always return false for VECTOR_TYPE if ...Steven Bosscher1-1/+1
2004-12-09tree.def (SET_TYPE): Remove.Nathan Sidwell1-7/+0
2004-12-08c-common.c (verify_tree): Don't check code length if we know we are handling ...Kazu Hirata1-10/+2
2004-12-07c-common.c, [...]: Replace uses of first_rtl_op with TREE_CODE_LENGTH.Kazu Hirata1-21/+8
2004-12-02tree.c (is_attribute_p): Split out to ..Andrew Pinski1-10/+23
2004-11-27tree.c (operand_equal_for_phi_arg_p): New.Kazu Hirata1-0/+16
2004-11-24tree.c (recompute_tree_invarant_for_addr_expr): The address of a thread-local...Aldy Hernandez1-1/+3
2004-11-24re PR c++/16882 (overloading confused by const vector arguments)Paolo Bonzini1-2/+17
2004-11-17tree-cfg.c (edge_to_cases): Renamed from edge_to_case_leader.Jeff Law1-13/+0
2004-11-15re PR tree-optimization/18431 (Code for arrays and pointers are not the same)Zdenek Dvorak1-0/+72
2004-11-13c-cppbuiltin.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-11-12tree-cfg.c (hashtab.h): Include.Jeff Law1-0/+13
2004-11-10re PR c++/18143 (Duplicated thunk with a huge member in the hierarchy)Nathan Sidwell1-13/+19
2004-11-03re PR middle-end/18231 (Nested inline function not inlined)Andrew Pinski1-5/+4
2004-11-03tree.c (tree_fold_gcd): Use FLOOR_MOD_EXPR instead of CEIL_MOD_EXPR.Sebastian Pop1-1/+1
2004-10-28tree.c (int_cst_node, [...]): New variables.Nathan Sidwell1-9/+71
2004-10-27re PR tree-optimization/18048 (mgrid loop performance regression with ivopts ...Zdenek Dvorak1-0/+34
2004-10-25re PR middle-end/17407 (ICE in int_mode_for_mode)Andrew Pinski1-2/+5
2004-10-21re PR objc/17923 (const-str-[34].m fails on the mainline (next runtime))Andrew Pinski1-0/+4
2004-10-19re PR middle-end/17885 (gimplifing of volatile &a->)Richard Henderson1-9/+6
2004-09-29tree.c (make_node_stat): Fix uninitialized warning.Nathan Sidwell1-14/+33
2004-09-28re PR c++/17642 (internal compiler error: in invert_truthvalue, at fold-const...Mark Mitchell1-1/+1
2004-09-23PR c++/9844, PR c++/13989Fariborz Jahanian1-0/+5
2004-09-23tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes.Dorit Naishlos1-0/+4
2004-09-18re PR pch/13361 (const wchar_t * strings not stored in pch)Geoffrey Keating1-12/+24
2004-09-18tree.c, tree.h (tree_class_strings): Make array const.Zack Weinberg1-13/+13
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-104/+138
2004-09-16fold-const.c (fold): Fold difference of addresses.Zdenek Dvorak1-0/+16
2004-09-15attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ...Joseph Myers1-6/+6
2004-09-13re PR tree-optimization/17436 (Huge memory use regression)Richard Henderson1-44/+32
2004-09-12re PR c++/16254 (ICE in lower_stmt, at gimple-low.c:205)Richard Henderson1-61/+0
2004-09-11tree.c (tree_code_size): New function, bulk of code from tree_size.Zack Weinberg1-26/+36
2004-09-09cgraphunit.c (cgraph_mark_functions_to_output): Renable node dumping for deve...Nathan Sidwell1-3/+3
2004-09-09targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo1-85/+58
2004-09-05tree-ssa-loop-ivopts.c: New file.Zdenek Dvorak1-0/+51