summaryrefslogtreecommitdiff
path: root/gcc/tree-optimize.c
Commit message (Expand)AuthorAgeFilesLines
* CFG transparent RTL expansion:Jan Hubicka2004-06-191-42/+9
* tree-alias-common.c: Add whitespace.Ben Elliston2004-06-171-1/+1
* coverage.c: Remove argument to rest_of_compilation.Paolo Bonzini2004-06-161-89/+26
* function.h (struct function): Remove cannot_inline field.Paolo Bonzini2004-06-151-4/+0
* c-gimplify.c (c_genericize): Replace calls via (*lang_hooks.foo) with lang_ho...Steven Bosscher2004-05-151-1/+1
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-89/+469
* cgraph.c: Add overall comment.Jan Hubicka2004-04-011-3/+61
* alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle2004-03-141-3/+3
* (c-decl.c, [...]): Replace DECL_SAVED_INSNS with DECL_STRUCT_FUNCTION.Steven Bosscher2004-02-171-1/+1
* tree-optimize.c (tree_rest_of_compilation): Do not release DECL_ARGUMENTS.Jan Hubicka2004-02-121-2/+0
* alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,Kazu Hirata2004-01-311-1/+1
* re PR c++/12850 (memory consumption for heavy template instantiations tripled...Jan Hubicka2004-01-291-13/+17
* * tree-optimize.c (tree_rest_of_compilation): Fix warning.Jan Hubicka2003-11-091-8/+0
* cgraphunit.c (cgraph_expand_function): Use cgraph_possibly_inlined_p.Jan Hubicka2003-11-091-7/+0
* Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson2003-09-211-1/+1
* tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson2003-09-211-1/+1
* c-format.c (gcc_diag_char_table): Add %J.Richard Henderson2003-09-201-5/+4
* tree-optimize.c (tree_rest_of_compilation): Save and restore input_location.Richard Henderson2003-09-171-0/+5
* c-decl.c (c_expand_body_1): Push and pop function context here.Richard Henderson2003-09-081-18/+4
* tree-optimize.c: New file.Richard Henderson2003-08-291-0/+250