aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-utils.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-19/+19
2012-09-13ipa-pure-const.c (state_from_flags, [...]): Use current_function_name instead...Steven Bosscher1-2/+22
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-2/+1
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-1/+1
2012-04-18lto-symtab.c (lto_cgraph_replace_node): Update.Jan Hubicka1-2/+2
2012-04-16cgraph.h (FOR_EACH_VARIABLE, [...]): New macros.Jan Hubicka1-5/+5
2012-04-14cgraph.h: Update copyrights;Jan Hubicka1-20/+20
2011-06-13ipa-utils.c (postorder_stack): New structure.Jan Hubicka1-37/+49
2011-06-11lto-symtab.c (lto_cgraph_replace_node): Kill same body alias code.Jan Hubicka1-2/+3
2011-06-10ipa-utils.c (searchc): Use cgraph_function_or_thunk_node.Jan Hubicka1-3/+3
2011-06-01ipa-utils.c (ipa_dfs_info): New field scc_no.Martin Jambor1-0/+1
2011-06-01ipa-utils.c (searchc_env): New field allow_overwritable.Martin Jambor1-1/+6
2011-05-03cgraph.h (cgraph_node_set_def, [...]): Move out of GTY; replace hash by point...Jan Hubicka1-0/+257
2011-04-30cgraph.h (cgraph_postorder): Remove declaration.Martin Jambor1-10/+107
2009-11-25Remove trailing white spaces.H.J. Lu1-31/+31
2009-09-14Squash commit of EH in gimpleRichard Henderson1-4/+0
2009-08-27gengtype.c (main): Handle uint64_t.Richard Guenther1-1/+2
2009-05-01ipa-reference.c: Do not include c-common.h, include splay-tree.h.Steven Bosscher1-1/+1
2009-04-19toplev.c (compile_file): Move call to coverage_finish ...Diego Novillo1-1/+2
2009-04-18cgraph.c (cgraph_make_edge, [...]): Set nothrow flag.Jan Hubicka1-4/+9
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-09-18re PR middle-end/37448 (cannot compile big function)Jan Hubicka1-25/+25
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-1/+1
2007-11-08[multiple changes]Kenneth Zadeck1-1/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-6/+4
2007-06-30ipa.c (cgraph_postorder): Cast according to the coding conventions.Thomas Neumann1-8/+8
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-1/+1
2005-07-26ipa-pure-const.c, [...]: Update FSF address.Kazu Hirata1-2/+2
2005-07-16Makefile.in: Added rules for ipa-pure-const.c...Daniel Berlin1-0/+228