summaryrefslogtreecommitdiff
path: root/gcc/ipa-pure-const.c
Commit message (Expand)AuthorAgeFilesLines
* cgraph.h (FOR_EACH_VARIABLE, [...]): New macros.Jan Hubicka2012-04-161-2/+2
* cgraph.h: Update copyrights;Jan Hubicka2012-04-141-19/+19
* ipa-pure-const.c (check_stmt): Clobbers do not make a function non-const/pure.Richard Guenther2012-01-271-1/+2
* re PR middle-end/50527 (inconsistent vla align)Tom de Vries2011-10-071-0/+1
* data-streamer.h (streamer_write_zero): Rename from output_zero.Diego Novillo2011-08-121-6/+6
* rebaseDiego Novillo2011-08-081-0/+2
* cgraph.c (cgraph_set_nothrow_flag_1): Update cgraph after setting the nothrow...Jan Hubicka2011-06-101-7/+6
* ipa-utils.c (searchc): Use cgraph_function_or_thunk_node.Jan Hubicka2011-06-101-7/+11
* re PR tree-optimization/49217 (Wrong optimization of code)Richard Guenther2011-05-291-2/+2
* cgraph.c (cgraph_add_thunk): Create real function node instead of alias node...Jan Hubicka2011-05-061-3/+10
* cgraph.h (cgraph_postorder): Remove declaration.Martin Jambor2011-04-301-28/+6
* remove useless if-before-free testsJim Meyering2011-04-201-2/+1
* gimple.h (gimple_asm_clobbers_memory_p): Declare.Nathan Froyd2011-04-151-10/+5
* except.c (set_nothrow_function_flags): Call cgraph_get_node instead of cgraph...Martin Jambor2011-04-111-1/+1
* 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