summaryrefslogtreecommitdiff
path: root/gcc/ipa-pure-const.c
Commit message (Expand)AuthorAgeFilesLines
* * diagnostic-core.h: Include bversion.h.jsm282010-11-301-1/+0
* PR tree-optimization/46233jakub2010-11-041-2/+3
* PR middle-end/45736hubicka2010-10-261-10/+6
* * opt-functions.awk (static_var): Update comment.jsm282010-09-301-1/+1
* * tree-pass.h (pass_ipa_cdtor_merge): New function.hubicka2010-08-211-3/+3
* 2010-07-26 Richard Guenther <rguenther@suse.de>rguenth2010-07-261-0/+7
* * builtins.def (BUILT_IN_ARGS_INFO): Remove.froydnj2010-07-231-1/+0
* * ipa-pure-const.c (varying_state): Break out from ...hubicka2010-07-211-6/+12
* 2010-07-01 Richard Guenther <rguenther@suse.de>rguenth2010-07-011-1/+1
* 2010-06-14 Richard Guenther <rguenther@suse.de>rguenth2010-06-141-16/+14
* * ipa-pure-const.c (special_builtlin_state): New function.hubicka2010-06-111-5/+48
* * doc/invoke.texi (Wsuggest-attribute): Document.hubicka2010-06-111-5/+11
* * ipa-pure-const.c (propagate_pure_const, propagate_noreturn):hubicka2010-06-091-13/+47
* * cgraph.c (cgraph_edge_cannot_lead_to_return): Also checkhubicka2010-06-071-121/+224
* * ipa-pure-const.c (propagate): Fix type in handling functionshubicka2010-06-051-4/+14
* * ipa-pure-const.c (local_pure_const): Do NORETURN discovery.hubicka2010-06-011-0/+21
* 2010-06-01 Richard Guenther <rguenther@suse.de>rguenth2010-06-011-1/+2
* 2010-06-01 Richard Guenther <rguenther@suse.de>rguenth2010-06-011-9/+24
* * gimple.c (gimple_call_builtin_p): New function.hubicka2010-05-311-0/+3
* * cgraph.h (cgraph_node_cannot_return,hubicka2010-05-301-12/+120
* * diagnostic-core.h: New. Contents moved from diagnostic.h andjsm282010-05-271-1/+1
* * function.h (struct function): Add can_throw_non_call_exceptions bit.ebotcazou2010-05-251-3/+3
* * diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h orjsm282010-05-211-0/+1
* * tree.h (memory_identifier_string): Remove.hubicka2010-05-151-1/+1
* * lto-symtab.c (lto_symtab_entry_def) Add vnode.hubicka2010-04-291-1/+2
* 2010-04-27 Manuel López-Ibáñez <manu@gcc.gnu.org>manu2010-04-271-36/+152
* * tree-pass.h (ipa_opt_pass_d): Rename function_read_summary;hubicka2010-04-211-1/+2
* * ada/gcc-interface/Make-lang.in, alias.c, attribs.c, auto-inc-dec.c, steven2010-04-021-1/+2
* PR objc/43061mrs2010-02-191-1/+1
* * cgraph.h (cgraph_set_nothrow_flag, cgraph_set_readonly_flag,jakub2009-12-141-17/+17
* * matrix-reorg.c (analyze_matrix_allocation_site): Remove unusedjakub2009-11-281-5/+0
* Remove trailing white spaces.hjl2009-11-251-48/+48
* 2009-11-10 Martin Jambor <mjambor@suse.cz>jamborm2009-11-101-0/+1
* PR tree-optimize/40556 ...hubicka2009-10-221-24/+40
* Merge lto branch into trunk.dnovillo2009-10-031-8/+138
* * cgraph.c (cgraph_clone_node): Add redirect_callers parameter.hubicka2009-10-011-0/+14
* Squash commit of EH in gimplerth2009-09-141-2/+2
* gcc/ChangeLog:aoliva2009-09-021-0/+3
* * gcc.dg/tree-ssa/loop-24.c: Update dump file matching; enable -O2.hubicka2009-07-031-1/+5
* * gcc.dg/tree-ssa/local-pure-const.c: New testcase.hubicka2009-07-021-1/+11
* * cfgloopanal.c (check_irred): Move into ...hubicka2009-06-301-2/+29
* gcc/ChangeLog:ian2009-05-161-2/+2
* * ipa-reference.c: Do not include c-common.h, include splay-tree.h.steven2009-05-011-1/+0
* * ipa-pure-const.c (struct funct_state_d): New fieldshubicka2009-04-261-12/+13
* * cgraph.c (cgraph_create_edge, cgraph_set_call_stmt): Set proper cfun.hubicka2009-04-191-0/+3
* * cgraph.c (cgraph_make_edge, dump_cgraph_node, cgraph_set_call_stmt):hubicka2009-04-181-18/+87
* 2009-04-16 Richard Guenther <rguenther@suse.de>rguenth2009-04-161-80/+46
* 2009-04-03 Richard Guenther <rguenther@suse.de>rguenth2009-04-031-11/+42
* * gcc.dg/attr-noinline.c: Avoid pure-const optimization.hubicka2009-03-281-438/+457
* PR middle-end/37448hubicka2008-09-181-25/+57