summaryrefslogtreecommitdiff
path: root/gcc/ipa-pure-const.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* attr-noinline.c: Avoid pure-const optimization.Jan Hubicka2009-03-281-438/+457
* re PR middle-end/37448 (cannot compile big function)Jan Hubicka2008-09-181-25/+57
* cgraph.c (first_cgraph_function_insertion_hook): New variable.Jan Hubicka2008-08-211-0/+20
* Backport from LTO branch:Jan Hubicka2008-08-211-38/+104
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-72/+93
* cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.Jan Hubicka2008-07-251-1/+1
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-7/+7
* [multiple changes]Kenneth Zadeck2008-05-071-30/+37
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-3/+5
* [multiple changes]Kenneth Zadeck2007-11-081-0/+30
* ipa-pure-const.c (check_decl): Return immediately when pure_const_state has b...Samuel Tardieu2007-10-261-1/+4
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* ipa.c (cgraph_postorder): Cast according to the coding conventions.Thomas Neumann2007-06-301-8/+8
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-10/+12
* ipa-pure-const.c (check_operand): SSA_NAME is safe.Jan Hubicka2006-12-301-1/+2
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-3/+3
* re PR tree-optimization/29964 (function with volatile operators still found t...Andrew Pinski2006-11-241-6/+23
* re PR middle-end/27781 (weak-attribute over-optimisation)Richard Guenther2006-06-151-3/+6
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-1/+2
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-2/+2
* ipa-pure-const.c (static_execute): Free auxiliar information.Richard Guenther2005-09-161-0/+3
* ipa-pure-const.c: Change dump name.Daniel Berlin2005-08-311-1/+1
* re PR tree-optimization/23584 (ipa-pure-const pass ignores dereferencing a vo...Josh Conner2005-08-261-6/+7
* ipa-pure-const.c, [...]: Update FSF address.Kazu Hirata2005-07-261-2/+2
* Makefile.in: Added rules for ipa-pure-const.c...Daniel Berlin2005-07-161-0/+729