summaryrefslogtreecommitdiff
path: root/gcc/ipa-utils.c
Commit message (Expand)AuthorAgeFilesLines
* cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka2013-05-291-1/+1
* ipa-prop.c (ipa_print_node_jump_functions): Print symbol order in header...Martin Jambor2013-05-151-1/+1
* Update copyright years in gcc/Richard Sandiford2013-01-101-1/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo2012-11-201-1/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-19/+19
* ipa-pure-const.c (state_from_flags, [...]): Use current_function_name instead...Steven Bosscher2012-09-131-2/+22
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-2/+1
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-311-1/+0
* LANGUAGES: Fix typos.Joseph Myers2012-05-291-1/+1
* lto-symtab.c (lto_cgraph_replace_node): Update.Jan Hubicka2012-04-181-2/+2
* cgraph.h (FOR_EACH_VARIABLE, [...]): New macros.Jan Hubicka2012-04-161-5/+5
* cgraph.h: Update copyrights;Jan Hubicka2012-04-141-20/+20
* ipa-utils.c (postorder_stack): New structure.Jan Hubicka2011-06-131-37/+49
* lto-symtab.c (lto_cgraph_replace_node): Kill same body alias code.Jan Hubicka2011-06-111-2/+3
* ipa-utils.c (searchc): Use cgraph_function_or_thunk_node.Jan Hubicka2011-06-101-3/+3
* ipa-utils.c (ipa_dfs_info): New field scc_no.Martin Jambor2011-06-011-0/+1
* ipa-utils.c (searchc_env): New field allow_overwritable.Martin Jambor2011-06-011-1/+6
* cgraph.h (cgraph_node_set_def, [...]): Move out of GTY; replace hash by point...Jan Hubicka2011-05-031-0/+257
* cgraph.h (cgraph_postorder): Remove declaration.Martin Jambor2011-04-301-10/+107
* Remove trailing white spaces.H.J. Lu2009-11-251-31/+31
* Squash commit of EH in gimpleRichard Henderson2009-09-141-4/+0
* gengtype.c (main): Handle uint64_t.Richard Guenther2009-08-271-1/+2
* ipa-reference.c: Do not include c-common.h, include splay-tree.h.Steven Bosscher2009-05-011-1/+1
* toplev.c (compile_file): Move call to coverage_finish ...Diego Novillo2009-04-191-1/+2
* cgraph.c (cgraph_make_edge, [...]): Set nothrow flag.Jan Hubicka2009-04-181-4/+9
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* re PR middle-end/37448 (cannot compile big function)Jan Hubicka2008-09-181-25/+25
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-1/+1
* [multiple changes]Kenneth Zadeck2007-11-081-1/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-6/+4
* ipa.c (cgraph_postorder): Cast according to the coding conventions.Thomas Neumann2007-06-301-8/+8
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-1/+1
* 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/+228