summaryrefslogtreecommitdiff
path: root/gcc/tree-optimize.c
Commit message (Expand)AuthorAgeFilesLines
* (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