aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-pure-const.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-06cgraph.c (cgraph_add_thunk): Create real function node instead of alias node...Jan Hubicka1-3/+10
2011-04-30cgraph.h (cgraph_postorder): Remove declaration.Martin Jambor1-28/+6
2011-04-20remove useless if-before-free testsJim Meyering1-2/+1
2011-04-15gimple.h (gimple_asm_clobbers_memory_p): Declare.Nathan Froyd1-10/+5
2011-04-11except.c (set_nothrow_function_flags): Call cgraph_get_node instead of cgraph...Martin Jambor1-1/+1
2011-02-11cgraph.c: Fix comment typos.Nathan Froyd1-5/+5
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-11-04re PR tree-optimization/46233 (ICE: verify_flow_info failed: control flow in ...Jakub Jelinek1-2/+3
2010-10-26re PR lto/45736 (ICE: in cgraph_remove_unreachable_nodes, at ipa.c:245 with -...Jan Hubicka1-10/+6
2010-09-30opt-functions.awk (static_var): Update comment.Joseph Myers1-1/+1
2010-08-21tree-pass.h (pass_ipa_cdtor_merge): New function.Jan Hubicka1-3/+3
2010-07-26re PR tree-optimization/45052 (volatile ignored)Richard Guenther1-0/+7
2010-07-23builtins.def (BUILT_IN_ARGS_INFO): Remove.Nathan Froyd1-1/+0
2010-07-21ipa-pure-const.c (varying_state): Break out from ...Jan Hubicka1-6/+12
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther1-1/+1
2010-06-14lto-streamer.c (cached_bp): Remove.Richard Guenther1-16/+14
2010-06-11ipa-pure-const.c (special_builtlin_state): New function.Jan Hubicka1-5/+48
2010-06-11invoke.texi (Wsuggest-attribute): Document.Jan Hubicka1-5/+11
2010-06-09ipa-pure-const.c (propagate_pure_const, [...]): Break out from ...Jan Hubicka1-13/+47
2010-06-07cgraph.c (cgraph_edge_cannot_lead_to_return): Also check if caller is noreturn.Jan Hubicka1-121/+224
2010-06-05ipa-pure-const.c (propagate): Fix type in handling functions that can not ret...Jan Hubicka1-4/+14
2010-06-01ipa-pure-const.c (local_pure_const): Do NORETURN discovery.Jan Hubicka1-0/+21
2010-06-01optabs.c (init_optabs): Guard all accesses to reinit.Richard Guenther1-1/+2
2010-06-01re PR middle-end/43853 (FAIL: gcc.dg/lto/20090126-1 c_lto_20090126-1_0.o-c_lt...Richard Guenther1-9/+24
2010-05-31gimple.c (gimple_call_builtin_p): New function.Jan Hubicka1-0/+3
2010-05-30cgraph.h (cgraph_node_cannot_return, [...]): New functions.Jan Hubicka1-12/+120
2010-05-27diagnostic-core.h: New.Joseph Myers1-1/+1
2010-05-25function.h (struct function): Add can_throw_non_call_exceptions bit.Eric Botcazou1-3/+3
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-0/+1
2010-05-15tree.h (memory_identifier_string): Remove.Jan Hubicka1-1/+1
2010-04-29* lto-symtab.c (lto_symtab_entry_def) Add vnode.Jan Hubicka1-1/+2
2010-04-27invoke.texi (-Wsuggest-attribute=const, [...]): Document.Manuel López-Ibáñez1-36/+152
2010-04-21tree-pass.h (ipa_opt_pass_d): Rename function_read_summary...Jan Hubicka1-1/+2
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+2
2010-02-19re PR objc/43061 (47 new GCC HEAD@156527 regressions)Mike Stump1-1/+1
2009-12-14cgraph.h (cgraph_set_nothrow_flag, [...]): New prototypes.Jakub Jelinek1-17/+17
2009-11-28matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...Jakub Jelinek1-5/+0
2009-11-25Remove trailing white spaces.H.J. Lu1-48/+48
2009-11-10tree-pass.h (struct ipa_opt_pass_d): Added stmt_fixup field.Martin Jambor1-0/+1
2009-10-22re PR tree-optimization/40556 (ICE in IPA-CP with recursion)Jan Hubicka1-24/+40
2009-10-03Merge lto branch into trunk.Diego Novillo1-8/+138
2009-10-01cgraph.c (cgraph_clone_node): Add redirect_callers parameter.Jan Hubicka1-0/+14
2009-09-14Squash commit of EH in gimpleRichard Henderson1-2/+2
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-0/+3
2009-07-03loop-24.c: Update dump file matching; enable -O2.Jan Hubicka1-1/+5
2009-07-02local-pure-const.c: New testcase.Jan Hubicka1-1/+11
2009-06-30cfgloopanal.c (check_irred): Move into ...Jan Hubicka1-2/+29
2009-05-16alias.c (struct alias_set_entry_d): Rename from struct alias_set_entry.Ian Lance Taylor1-2/+2
2009-05-01ipa-reference.c: Do not include c-common.h, include splay-tree.h.Steven Bosscher1-1/+0
2009-04-26ipa-pure-const.c (struct funct_state_d): New fields state_previously_known, l...Jan Hubicka1-12/+13