summaryrefslogtreecommitdiff
path: root/gcc/tree-optimize.c
Commit message (Expand)AuthorAgeFilesLines
* tree-optimize.c (tree_rest_of_compilation): Kill forgotten verify_cgraph call.Jan Hubicka2004-09-181-1/+1
* alias.c, [...]: Fix comment typos.Kazu Hirata2004-09-181-1/+1
* re PR tree-optimization/17509 (ICE in verify_cgraph_node)Jan Hubicka2004-09-171-1/+23
* cgraph.h, [...]: Fix comment typos.Kazu Hirata2004-09-141-1/+1
* Makefile.def: Remove libbanshee.Daniel Berlin2004-09-091-3/+0
* targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo2004-09-091-2/+1
* Makefile.in (tree-loop-linear.o): Added.Daniel Berlin2004-09-081-0/+1
* cgraph.c (cgraph_remove_node): Free DECL_INITIAL field of node.Jan Hubicka2004-09-081-2/+11
* Unify the management of RTL and tree-level dump files.Paolo Bonzini2004-09-061-28/+83
* c-common.c, [...]: Fix comment formatting.Kazu Hirata2004-09-051-1/+1
* tree-ssa-loop-ivopts.c: New file.Zdenek Dvorak2004-09-051-0/+1
* Tree level if-conversion for vectorizer.Devang Patel2004-09-031-0/+1
* tree-ssa-loop-ivcanon.c: New file.Zdenek Dvorak2004-08-241-0/+2
* tree-vectorizer.c: New File: loop vectorization on SSAed GIMPLE trees.Dorit Naishlos2004-08-171-0/+1
* tree-optimize.c (init_tree_optimization_passes): Schedule pass_may_alias righ...Diego Novillo2004-07-281-0/+1
* re PR tree-optimization/15077 (ICE in make_decl_rtl when inlining tail recurs...Richard Kenner2004-07-271-1/+4
* tree-optimize.c (register_one_dump_file): Update condition that uses static_p...Brian Booth2004-07-271-43/+49
* tree-cfg.c (gimplify_val): Move from tree-complex.c.Paolo Bonzini2004-07-221-1/+1
* cfgcleanup.c (try_simplify_condjump): Don't remove line notes to avoid unreac...Steven Bosscher2004-07-171-0/+30
* tree-optimize.c (execute_todo): Flush DUMP_FILE before verification.Diego Novillo2004-07-131-2/+8
* re PR tree-optimization/14107 (Return warnings don't work without optimizatio...Paolo Bonzini2004-07-121-1/+1
* tree-ssa-loop-im.c: New file.Zdenek Dvorak2004-07-101-0/+1
* tree-dfa.c (dump_variable): If the variable is a pointer SSA_NAME, also dump ...Diego Novillo2004-07-091-1/+2
* langhooks-def.h (LANG_HOOKS_GIMPLE_BEFORE_INLINING): Remove.Richard Henderson2004-07-061-11/+2
* function.h (struct function): Remove x_whole_function_mode_p.Richard Henderson2004-06-301-3/+0
* tree.h (immediate_size_expand): Delete.Richard Henderson2004-06-301-1/+0
* common.opt (ftree-loop-optimize): New flag.Zdenek Dvorak2004-06-301-0/+6
* tree-ssa-loop-ch.c: New file.Zdenek Dvorak2004-06-301-7/+5
* Makefile.in (tree-vn.o): New.Diego Novillo2004-06-231-0/+28
* 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