OSDN Git Service

2012-02-01 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / ipa-pure-const.c
2012-01-27 rguenth2012-01-27 Richard Guenther <rguenther@suse.de>
2011-10-07 vries2011-10-07 Tom de Vries <tom@codesourcery.com>
2011-08-12 dnovillo * data-streamer.h (streamer_write_zero): Rename from...
2011-08-08 dnovillorebase
2011-06-10 hubicka * cgraph.c (cgraph_set_nothrow_flag_1): Update cgraph...
2011-06-10 hubicka * ipa-utils.c (searchc): Use cgraph_function_or_thunk_...
2011-05-29 rguenth2011-05-29 Richard Guenther <rguenther@suse.de>
2011-05-06 hubicka * cgraph.c (cgraph_add_thunk): Create real function...
2011-04-29 jamborm2011-04-29 Martin Jambor <mjambor@suse.cz>
2011-04-20 meyeringremove useless if-before-free tests
2011-04-15 froydnj * gimple.h (gimple_asm_clobbers_memory_p): Declare.
2011-04-11 jamborm2011-04-11 Martin Jambor <mjambor@suse.cz>
2011-02-11 froydnj * cgraph.c: Fix comment typos.
2010-11-30 jsm28 * diagnostic-core.h: Include bversion.h.
2010-11-04 jakub PR tree-optimization/46233
2010-10-26 hubicka PR middle-end/45736
2010-09-30 jsm28 * opt-functions.awk (static_var): Update comment.
2010-08-21 hubicka * tree-pass.h (pass_ipa_cdtor_merge): New function.
2010-07-26 rguenth2010-07-26 Richard Guenther <rguenther@suse.de>
2010-07-23 froydnj * builtins.def (BUILT_IN_ARGS_INFO): Remove.
2010-07-21 hubicka * ipa-pure-const.c (varying_state): Break out from ...
2010-07-01 rguenth2010-07-01 Richard Guenther <rguenther@suse.de>
2010-06-14 rguenth2010-06-14 Richard Guenther <rguenther@suse.de>
2010-06-11 hubicka * ipa-pure-const.c (special_builtlin_state): New function.
2010-06-11 hubicka * doc/invoke.texi (Wsuggest-attribute): Document.
2010-06-09 hubicka * ipa-pure-const.c (propagate_pure_const, propagate_no...
2010-06-07 hubicka * cgraph.c (cgraph_edge_cannot_lead_to_return): Also...
2010-06-05 hubicka * ipa-pure-const.c (propagate): Fix type in handling...
2010-06-01 hubicka * ipa-pure-const.c (local_pure_const): Do NORETURN...
2010-06-01 rguenth2010-06-01 Richard Guenther <rguenther@suse.de>
2010-06-01 rguenth2010-06-01 Richard Guenther <rguenther@suse.de>
2010-05-31 hubicka * gimple.c (gimple_call_builtin_p): New function.
2010-05-30 hubicka * cgraph.h (cgraph_node_cannot_return,
2010-05-27 jsm28 * diagnostic-core.h: New. Contents moved from diagnos...
2010-05-25 ebotcazou * function.h (struct function): Add can_throw_non_call...
2010-05-21 jsm28 * diagnostic.c: Don't include tm.h, tree.h, tm_p.h...
2010-05-15 hubicka * tree.h (memory_identifier_string): Remove.
2010-04-29 hubicka * lto-symtab.c (lto_symtab_entry_def) Add vnode.
2010-04-27 manu2010-04-27 Manuel López-Ibáñez <manu@gcc.gnu.org>
2010-04-21 hubicka * tree-pass.h (ipa_opt_pass_d): Rename function_read_s...
2010-04-02 steven * ada/gcc-interface/Make-lang.in, alias.c, attribs...
2010-02-19 mrs PR objc/43061
2009-12-14 jakub * cgraph.h (cgraph_set_nothrow_flag, cgraph_set_readon...
2009-11-28 jakub * matrix-reorg.c (analyze_matrix_allocation_site)...
2009-11-25 hjlRemove trailing white spaces.
2009-11-10 jamborm2009-11-10 Martin Jambor <mjambor@suse.cz>
2009-10-22 hubicka PR tree-optimize/40556
2009-10-03 dnovilloMerge lto branch into trunk.
2009-10-01 hubicka * cgraph.c (cgraph_clone_node): Add redirect_callers...
2009-09-14 rthSquash commit of EH in gimple
2009-09-02 aolivagcc/ChangeLog:
2009-07-03 hubicka * gcc.dg/tree-ssa/loop-24.c: Update dump file matching...
2009-07-02 hubicka * gcc.dg/tree-ssa/local-pure-const.c: New testcase.
2009-06-30 hubicka * cfgloopanal.c (check_irred): Move into ...
2009-05-16 iangcc/ChangeLog:
2009-05-01 steven * ipa-reference.c: Do not include c-common.h, include...
2009-04-26 hubicka * ipa-pure-const.c (struct funct_state_d): New fields
2009-04-19 hubicka * cgraph.c (cgraph_create_edge, cgraph_set_call_stmt...
2009-04-18 hubicka * cgraph.c (cgraph_make_edge, dump_cgraph_node, cgraph...
2009-04-16 rguenth2009-04-16 Richard Guenther <rguenther@suse.de>
2009-04-03 rguenth2009-04-03 Richard Guenther <rguenther@suse.de>
2009-03-28 hubicka * gcc.dg/attr-noinline.c: Avoid pure-const optimization.
2008-09-18 hubicka PR middle-end/37448
2008-08-21 hubicka * cgraph.c (first_cgraph_function_insertion_hook)...
2008-08-21 hubicka Backport from LTO branch:
2008-07-28 rguenth2008-07-28 Richard Guenther <rguenther@suse.de>
2008-07-25 hubicka * cgraphbuild.c (record_reference): Drop non-unit...
2008-06-06 rwildgcc/
2008-05-07 zadeck2008-05-07 Kenneth Zadeck <zadeck@naturalbridge.com>
2008-03-19 hubicka * gcc.dg/20050811-2.c: Update dumping flags.
2007-11-08 zadeck2007-11-07 Kenneth Zadeck <zadeck@naturalbridge.com>
2007-10-26 uros * ipa-pure-const.c (check_decl): Return immedia...
2007-07-26 nickcChange copyright header to refer to version 3 of the...
2007-06-30 tneumann * ipa.c (cgraph_postorder): Cast according to the...
2007-02-15 sandra2007-02-15 Sandra Loosemore <sandra@codesourcery...
2006-12-30 hubicka * ipa-pure-const.c (check_operand): SSA_NAME is safe.
2006-12-05 aldyhMerge gimple-tuples-branch into mainline.
2006-11-24 pinskia2006-11-24 Andrew Pinski <andrew_pinski@playstation...
2006-06-15 rguenth2006-06-16 Richard Guenther <rguenther@suse.de>
2006-03-02 dberlin2006-03-02 Daniel Berlin <dberlin@dberlin.org>
2006-01-31 dalecki2006-01-31 Marcin Dalecki <martin@dalecki.de>
2005-09-16 rguenth2005-09-16 Richard Guenther <rguenther@suse.de>
2005-08-31 dberlin2005-08-31 Daniel Berlin <dberlin@dberlin.org>
2005-08-26 jconner PR middle-end/23584
2005-07-26 kazu * ipa-pure-const.c, ipa-reference.c, ipa-reference.h,
2005-07-16 zadeck2005-07-16 Danny Berlin <dberlin@dberlin.org>