aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-optimize.c
AgeCommit message (Expand)AuthorFilesLines
2004-06-23Makefile.in (tree-vn.o): New.Diego Novillo1-0/+28
2004-06-19CFG transparent RTL expansion:Jan Hubicka1-42/+9
2004-06-17tree-alias-common.c: Add whitespace.Ben Elliston1-1/+1
2004-06-16coverage.c: Remove argument to rest_of_compilation.Paolo Bonzini1-89/+26
2004-06-15function.h (struct function): Remove cannot_inline field.Paolo Bonzini1-4/+0
2004-05-15c-gimplify.c (c_genericize): Replace calls via (*lang_hooks.foo) with lang_ho...Steven Bosscher1-1/+1
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-89/+469
2004-04-01cgraph.c: Add overall comment.Jan Hubicka1-3/+61
2004-03-14alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle1-3/+3
2004-02-17(c-decl.c, [...]): Replace DECL_SAVED_INSNS with DECL_STRUCT_FUNCTION.Steven Bosscher1-1/+1
2004-02-12tree-optimize.c (tree_rest_of_compilation): Do not release DECL_ARGUMENTS.Jan Hubicka1-2/+0
2004-01-31alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,Kazu Hirata1-1/+1
2004-01-29re PR c++/12850 (memory consumption for heavy template instantiations tripled...Jan Hubicka1-13/+17
2003-11-09* tree-optimize.c (tree_rest_of_compilation): Fix warning.Jan Hubicka1-8/+0
2003-11-09cgraphunit.c (cgraph_expand_function): Use cgraph_possibly_inlined_p.Jan Hubicka1-7/+0
2003-09-21Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson1-1/+1
2003-09-21tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson1-1/+1
2003-09-20c-format.c (gcc_diag_char_table): Add %J.Richard Henderson1-5/+4
2003-09-17tree-optimize.c (tree_rest_of_compilation): Save and restore input_location.Richard Henderson1-0/+5
2003-09-08c-decl.c (c_expand_body_1): Push and pop function context here.Richard Henderson1-18/+4
2003-08-29tree-optimize.c: New file.Richard Henderson1-0/+250