summaryrefslogtreecommitdiff
path: root/gcc/ipa-pure-const.c
Commit message (Expand)AuthorAgeFilesLines
* re PR tree-optimization/49217 (Wrong optimization of code)Richard Guenther2011-05-291-2/+2
* cgraph.c: Fix comment typos.Nathan Froyd2011-02-111-5/+5
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-1/+0
* re PR tree-optimization/46233 (ICE: verify_flow_info failed: control flow in ...Jakub Jelinek2010-11-041-2/+3
* re PR lto/45736 (ICE: in cgraph_remove_unreachable_nodes, at ipa.c:245 with -...Jan Hubicka2010-10-261-10/+6
* opt-functions.awk (static_var): Update comment.Joseph Myers2010-09-301-1/+1
* tree-pass.h (pass_ipa_cdtor_merge): New function.Jan Hubicka2010-08-211-3/+3
* re PR tree-optimization/45052 (volatile ignored)Richard Guenther2010-07-261-0/+7
* builtins.def (BUILT_IN_ARGS_INFO): Remove.Nathan Froyd2010-07-231-1/+0
* ipa-pure-const.c (varying_state): Break out from ...Jan Hubicka2010-07-211-6/+12
* re PR middle-end/42834 (memcpy folding overeager)Richard Guenther2010-07-011-1/+1
* lto-streamer.c (cached_bp): Remove.Richard Guenther2010-06-141-16/+14
* ipa-pure-const.c (special_builtlin_state): New function.Jan Hubicka2010-06-111-5/+48
* invoke.texi (Wsuggest-attribute): Document.Jan Hubicka2010-06-111-5/+11
* ipa-pure-const.c (propagate_pure_const, [...]): Break out from ...Jan Hubicka2010-06-091-13/+47
* cgraph.c (cgraph_edge_cannot_lead_to_return): Also check if caller is noreturn.Jan Hubicka2010-06-071-121/+224
* ipa-pure-const.c (propagate): Fix type in handling functions that can not ret...Jan Hubicka2010-06-051-4/+14
* ipa-pure-const.c (local_pure_const): Do NORETURN discovery.Jan Hubicka2010-06-011-0/+21
* optabs.c (init_optabs): Guard all accesses to reinit.Richard Guenther2010-06-011-1/+2
* re PR middle-end/43853 (FAIL: gcc.dg/lto/20090126-1 c_lto_20090126-1_0.o-c_lt...Richard Guenther2010-06-011-9/+24
* gimple.c (gimple_call_builtin_p): New function.Jan Hubicka2010-05-311-0/+3
* cgraph.h (cgraph_node_cannot_return, [...]): New functions.Jan Hubicka2010-05-301-12/+120
* diagnostic-core.h: New.Joseph Myers2010-05-271-1/+1
* function.h (struct function): Add can_throw_non_call_exceptions bit.Eric Botcazou2010-05-251-3/+3
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-0/+1
* tree.h (memory_identifier_string): Remove.Jan Hubicka2010-05-151-1/+1
* * lto-symtab.c (lto_symtab_entry_def) Add vnode.Jan Hubicka2010-04-291-1/+2
* invoke.texi (-Wsuggest-attribute=const, [...]): Document.Manuel López-Ibáñez2010-04-271-36/+152
* tree-pass.h (ipa_opt_pass_d): Rename function_read_summary...Jan Hubicka2010-04-211-1/+2
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+2
* re PR objc/43061 (47 new GCC HEAD@156527 regressions)Mike Stump2010-02-191-1/+1
* cgraph.h (cgraph_set_nothrow_flag, [...]): New prototypes.Jakub Jelinek2009-12-141-17/+17
* matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...Jakub Jelinek2009-11-281-5/+0
* Remove trailing white spaces.H.J. Lu2009-11-251-48/+48
* tree-pass.h (struct ipa_opt_pass_d): Added stmt_fixup field.Martin Jambor2009-11-101-0/+1
* re PR tree-optimization/40556 (ICE in IPA-CP with recursion)Jan Hubicka2009-10-221-24/+40
* Merge lto branch into trunk.Diego Novillo2009-10-031-8/+138
* cgraph.c (cgraph_clone_node): Add redirect_callers parameter.Jan Hubicka2009-10-011-0/+14
* Squash commit of EH in gimpleRichard Henderson2009-09-141-2/+2
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-0/+3
* loop-24.c: Update dump file matching; enable -O2.Jan Hubicka2009-07-031-1/+5
* local-pure-const.c: New testcase.Jan Hubicka2009-07-021-1/+11
* cfgloopanal.c (check_irred): Move into ...Jan Hubicka2009-06-301-2/+29
* alias.c (struct alias_set_entry_d): Rename from struct alias_set_entry.Ian Lance Taylor2009-05-161-2/+2
* ipa-reference.c: Do not include c-common.h, include splay-tree.h.Steven Bosscher2009-05-011-1/+0
* ipa-pure-const.c (struct funct_state_d): New fields state_previously_known, l...Jan Hubicka2009-04-261-12/+13
* cgraph.c (cgraph_create_edge, [...]): Set proper cfun.Jan Hubicka2009-04-191-0/+3
* cgraph.c (cgraph_make_edge, [...]): Set nothrow flag.Jan Hubicka2009-04-181-18/+87
* gimple.h (walk_stmt_load_store_addr_ops): Declare.Richard Guenther2009-04-161-80/+46
* re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther2009-04-031-11/+42