aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-pure-const.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-08Makefile.in (tree-tailcall.o): Add $(CFGLOOP_H) dependency.Richard Biener1-3/+6
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-16/+14
2012-11-06* ipa-pure-const.c (check_stmt): Fix debug info formatting.Jan Hubicka1-5/+8
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+2
2012-09-20function.c (push_cfun): Check old current_function_decl matches old cfun...Martin Jambor1-3/+0
2012-09-13ipa-pure-const.c (state_from_flags, [...]): Use current_function_name instead...Steven Bosscher1-12/+8
2012-08-16re PR middle-end/54146 (Very slow compile with attribute((flatten)))Richard Guenther1-1/+1
2012-08-13tree-pass.h (write_summary, [...]): Remove set and vset arguments.Jan Hubicka1-7/+11
2012-08-11cgraph.h (vector types for symtab_node): Add.Jan Hubicka1-6/+6
2012-07-25re PR target/53633 (__attribute__((naked)) should disable -Wreturn-type)Sandra Loosemore1-1/+2
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+0
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-2/+2
2012-04-16cgraph.h (FOR_EACH_VARIABLE, [...]): New macros.Jan Hubicka1-2/+2
2012-04-14cgraph.h: Update copyrights;Jan Hubicka1-19/+19
2012-01-27ipa-pure-const.c (check_stmt): Clobbers do not make a function non-const/pure.Richard Guenther1-1/+2
2011-10-07re PR middle-end/50527 (inconsistent vla align)Tom de Vries1-0/+1
2011-08-12data-streamer.h (streamer_write_zero): Rename from output_zero.Diego Novillo1-6/+6
2011-08-08rebaseDiego Novillo1-0/+2
2011-06-10cgraph.c (cgraph_set_nothrow_flag_1): Update cgraph after setting the nothrow...Jan Hubicka1-7/+6
2011-06-10ipa-utils.c (searchc): Use cgraph_function_or_thunk_node.Jan Hubicka1-7/+11
2011-05-29re PR tree-optimization/49217 (Wrong optimization of code)Richard Guenther1-2/+2
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