summaryrefslogtreecommitdiff
path: root/gcc/cgraphbuild.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* PR middle-end/58956jakub2013-12-161-3/+3
* Eliminate FOR_EACH_BB macro.dmalcolm2013-12-091-3/+3
* Rename profile_status_for_function to profile_status_for_fn.dmalcolm2013-12-091-1/+1
* * asan.c: Remove struct tags when referring to class varpool_node.olegendo2013-12-061-7/+7
* 2013-11-27 Richard Biener <rguenther@suse.de>rguenth2013-11-271-0/+4
* * gimple.h: Remove all includes.amacleod2013-11-221-1/+7
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm2013-11-191-3/+3
* * gimple-walk.h: New File. Relocate prototypes from gimple.h.amacleod2013-11-131-0/+2
* 2013-11-13 Martin Jambor <mjambor@suse.cz>jamborm2013-11-131-8/+8
* Automated part of renaming of symtab_node_base to symtab_node.dmalcolm2013-10-311-5/+5
* Autogenerated fixes of "->symbol." to "->"dmalcolm2013-10-291-23/+23
* * tree-outof-ssa.h: Remove include files.amacleod2013-10-291-0/+1
* * tree-ssa.h: Remove all #include'samacleod2013-10-231-3/+0
* gcc/rsandifo2013-09-301-2/+2
* gcc/rsandifo2013-09-281-6/+6
* * tree-ssa.h: New. Move content from tree-flow.h andamacleod2013-09-121-1/+1
* * cgraphbuild.c (cgraph_rebuild_references): Rebuild only non-speculativehubicka2013-08-091-2/+9
* * cgraphbuild.c (build_cgraph_edges): Do not walk into debugs.hubicka2013-08-081-1/+6
* Automated conversion of passes to C++ classesdmalcolm2013-08-051-51/+106
* 2013-05-24 Martin Jambor <mjambor@suse.cz>jamborm2013-05-241-18/+14
* * cgraph.h (cgraph_get_create_real_symbol_node): Declare.hubicka2013-03-171-7/+7
* Update copyright years in gcc/rsandifo2013-01-101-2/+1
* 2012-11-01 Sharad Singhai <singhai@google.com>singhai2012-11-011-0/+3
* This patch implements generic type query and conversion functions,crowl2012-10-311-6/+6
* * cgraphbuild.c (record_reference): Update.hubicka2012-05-191-1/+1
* * cgraphbuild.c (build_cgraph_edges): Do not finalize varshubicka2012-05-091-1/+2
* * coretypes.h (gimple_seq, const_gimple_seq): Typedef as gimple.matz2012-05-021-3/+3
* * cgraphunit.c: Update toplevel comment.hubicka2012-04-251-14/+0
* * lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.hubicka2012-04-221-5/+0
* * lto-symtab.c (lto_cgraph_replace_node): Update.hubicka2012-04-181-22/+26
* * cgraph.h: Update copyrights;hubicka2012-04-141-4/+4
* 2012-03-29 Richard Guenther <rguenther@suse.de>rguenth2012-03-291-14/+0
* * lto-symtab.c (lto_varpool_replace_node): Remove code handlinghubicka2011-06-181-8/+0
* * cgraphbuild.c (record_eh_tables): Mark personality function as havinghubicka2011-06-091-3/+7
* * cgraphbuild.c (build_cgraph_edges): Update callhubicka2011-04-261-6/+4
* * cgraphbuild.c: Include ipa-inline.h.hubicka2011-04-161-10/+2
* 2011-04-12 Martin Jambor <mjambor@suse.cz>jamborm2011-04-121-16/+14
* 2011-04-11 Martin Jambor <mjambor@suse.cz>jamborm2011-04-111-4/+4
* * cgraphbuild.c (record_reference): Canonicalize constructormatz2011-04-031-0/+6
* 2011-01-26 Richard Guenther <rguenther@suse.de>rguenth2011-01-261-0/+5
* PR tree-optimization/47056ebotcazou2011-01-041-9/+16
* Update Copyright years for files modified in 2010.jakub2011-01-031-1/+1
* 2010-11-22 Richard Guenther <rguenther@suse.de>rguenth2010-11-221-16/+13
* * timevar.def (TV_IPA_OPT, TV_EARLY_LOCAL, TV_OPTIMIZE,matz2010-11-171-1/+1
* * cgraphbuild.c (build_cgraph_edges): Use ipa-reference to represent OMP.hubicka2010-10-261-3/+6
* gcc/froydnj2010-07-061-10/+6
* 2010-07-01 Richard Guenther <rguenther@suse.de>rguenth2010-07-011-2/+2
* * cgraphbuild.c (build_cgraph_edges, rebuild_cgraph_edges): Buildhubicka2010-05-121-12/+30
* * cgraphbuild.c (cgraph_rebuild_references): New.hubicka2010-05-111-0/+31