aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-symtab.c
AgeCommit message (Expand)Author
2013-06-182013-06-18 Richard Biener <rguenther@suse.de>Richard Biener
2013-06-172013-06-17 Richard Biener <rguenther@suse.de>Richard Biener
2013-06-12 * cgraph.c (verify_edge_corresponds_to_fndecl): Be lax aboutJan Hubicka
2013-06-12 * lto-symtab.c (lto_symtab_merge_symbols): Populate symtab hashtable.Jan Hubicka
2013-06-11 * c-family/c-common.c (handle_alias_ifunc_attribute): Do not setJan Hubicka
2013-06-01 * lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Rename to ...Jan Hubicka
2013-05-29 * cgraph.h (symtab_node_base): Add definition, alias and analyzedJan Hubicka
2013-05-17 * lto-symtab.c (lto_symtab_merge_cgraph_nodes): Resolve cross moduleJan Hubicka
2013-05-152013-05-15 Martin Jambor <mjambor@suse.cz>Martin Jambor
2013-05-15 PR lto/57038Jan Hubicka
2013-05-08 PR lto/54095Jan Hubicka
2013-02-042013-02-04 Richard Guenther <rguenther@suse.de>Richard Guenther
2013-01-302013-01-30 Richard Biener <rguenther@suse.de>Richard Biener
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-032013-01-03 Richard Biener <rguenther@suse.de>Richard Biener
2012-12-10Record the global variables if WPA isn't enabledH.J. Lu
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo
2012-11-18This patch rewrites the old VEC macro-based interface into a new oneDiego Novillo
2012-10-31This patch implements generic type query and conversion functions,Lawrence Crowl
2012-10-09gcc/Tobias Burnus
2012-10-06 PR lto/54790 Jan Hubicka
2012-09-272012-09-27 Richard Guenther <rguenther@suse.de>Richard Guenther
2012-09-252012-09-25 Richard Guenther <rguenther@suse.de>Richard Guenther
2012-09-252012-09-25 Richard Guenther <rguenther@suse.de>Richard Guenther
2012-09-19 * symtab.c (insert_to_assembler_name_hash): Do not insertJan Hubicka
2012-05-17 * lto-symtab.c (lto_symtab_resolve_symbols): Preffer decl with constructorJan Hubicka
2012-04-30 PR middle-end/53136Uros Bizjak
2012-04-23 * lto-symtab.c (lto_cgraph_replace_node): Do not callJan Hubicka
2012-04-22 * lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.Jan Hubicka
2012-04-20 * lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.Jan Hubicka
2012-04-18 * lto-symtab.c (lto_cgraph_replace_node): Update.Jan Hubicka
2012-04-16 * cgraph.h (FOR_EACH_VARIABLE, FOR_EACH_VARIABLE, FOR_EACH_FUNCTION):Jan Hubicka
2012-04-14 * cgraph.h: Update copyrights;Jan Hubicka
2011-10-02 PR lto/47247Jan Hubicka
2011-07-122011-07-12 Martin Jambor <mjambor@suse.cz>Martin Jambor
2011-06-18 * lto-symtab.c (lto_varpool_replace_node): Remove code handlingJan Hubicka
2011-06-11 * lto-symtab.c (lto_cgraph_replace_node): Kill same body alias code.Jan Hubicka
2011-05-31 * lto-symtab.c (lto_symtab_merge_cgraph_nodes): Merge alias declJan Hubicka
2011-05-092011-05-09 Richard Guenther <rguenther@suse.de>Richard Guenther
2011-04-122011-04-12 Martin Jambor <mjambor@suse.cz>Martin Jambor
2011-03-04 PR lto/47497Jan Hubicka
2011-01-25Remove the lambda framework and make -ftree-loop-linear an alias of -floop-in...Sebastian Pop
2010-12-14 PR lto/46940Jan Hubicka
2010-12-102010-12-10 Richard Guenther <rguenther@suse.de>Richard Guenther
2010-12-10gcc/ChangeLog:Dave Korn
2010-11-30 * diagnostic-core.h: Include bversion.h.Joseph Myers
2010-11-242010-11-24 Richard Guenther <rguenther@suse.de>Richard Guenther
2010-11-122010-11-11 Rodrigo Rivas Costa <rodrigorivascosta@gmail.com>Rodrigo Rivas Costa
2010-09-24 * lto-symtab.c (lto_symtab_entry_def): Add guessed field.Jan Hubicka
2010-08-20gcc/Nathan Froyd