aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-09-04Trivial reformatting.Richard Kenner1-2/+1
2004-09-04* tree.c (save_expr): No longer TREE_READONLY.Richard Kenner1-1/+0
2004-09-04tree.c (iterate_hash_expr): Optimize, avoid use of iterative_hash_object.Jan Hubicka1-79/+142
2004-08-31Add missing newlines at two function headersRichard Kenner1-2/+4
2004-08-30expr.c (array_ref_element_size): Force aligned_size back to sizetype.Richard Henderson1-3/+8
2004-08-26Update comment for staticp.Richard Henderson1-3/+8
2004-08-26tree.c (staticp): Return the static object.Richard Henderson1-14/+11
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-8/+22
2004-08-24c-decl.c (c_init_decl_processing): Adjust build_common_tree_nodes call.Nathan Sidwell1-11/+9
2004-08-23tree.h (build_distinct_type_copy): New.Nathan Sidwell1-9/+26
2004-08-19langhooks-def.h (LANG_HOOKS_UNSAVE_EXPR_NOW): Remove.Eric Christopher1-32/+7
2004-08-19tree.h (TYPE_CACHED_VALUES_P): New.Nathan Sidwell1-1/+79
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-14/+17
2004-08-12re PR tree-optimization/16867 (Inline array initializer miscompilation at -O)Diego Novillo1-3/+10
2004-08-06tree.c (handle_dll_attribute): Move here from i383/winnt.c.Mark Mitchell1-1/+76
2004-08-05tree.h (force_fit_type): Return a tree, take three flags.Nathan Sidwell1-2/+3
2004-07-28c-common.c (c_common_unsafe_for_reeval): Delete.Eric Christopher1-153/+35
2004-07-25re PR c++/9283 (__attribute__((visibility ("hidden"))) not supported for clas...Niall Douglas1-0/+5
2004-07-25convert.c (convert_to_real, [...]): Replace calls to build with calls to buildN.Roger Sayle1-9/+8
2004-07-25c-common.h (c_staticp): Change return type from int to bool.Bernardo Innocenti1-7/+7
2004-07-23expr.c (expand_expr_real_1): Don't handle non-local variables.Richard Henderson1-3/+1
2004-07-22tree-cfg.c (gimplify_val): Move from tree-complex.c.Paolo Bonzini1-29/+39
2004-07-20rtl.h (plus_constant): Delete.Zack Weinberg1-4/+2
2004-07-20tree.h (binfo_member): Remove.Nathan Sidwell1-15/+0
2004-07-20tree.h: Include vec.hNathan Sidwell1-16/+6
2004-07-14input.h: If USE_MAPPED_LOCATION...Per Bothner1-1/+2
2004-07-13Makefile.in (OBJS-common): Add tree-data-ref.o.Sebastian Pop1-0/+61
2004-07-11re PR tree-optimization/16383 (internal compiler error: in generate_element_c...Richard Henderson1-0/+45
2004-07-10tree-ssa-loop-im.c: New file.Zdenek Dvorak1-0/+28
2004-07-08c-decl.c (pop_scope): Do not set DECL_CONTEXT on file-scope decls when...Zack Weinberg1-14/+2