1. 29 May, 2010 4 commits
    • cgraph.c (clone_function_name): Take SUFFIX argument; export. · 036546e5
      	* cgraph.c (clone_function_name): Take SUFFIX argument; export.
      	(cgraph_create_virtual_clone): Take SUFFIX argument; udpate
      	use of clone_function_name.
      	* cgraph.h (cgraph_create_virtual_clone, 
      	cgraph_function_versioning): update prototypes.
      	(clone_function_name): Declare.
      	* ipa-cp.c (ipcp_insert_stage): Update call of
      	cgraph_create_virtual_clone.
      	* omp-low.c (create_omp_child_function_name): Use
      	cgraph_create_virtual_clone.
      	* cgraphunit.c (cgraph_copy_node_for_versioning): Fix edges updating.
      	(cgraph_function_versioning): Take SUFFIX argument; produce new name
      	and make decl local.
      
      	* gcc.dg/tree-ssa/ipa-cp-1.c: Update testcase.
      
      From-SVN: r160016
      Jan Hubicka committed
    • Fix long lines · 6c608111
      From-SVN: r160015
      Eric Botcazou committed
    • Daily bump. · b8f31589
      From-SVN: r160014
      GCC Administrator committed
    • vec.h: Include statistics.h · 3e097227
      gcc/ChangeLog:
      	* vec.h: Include statistics.h
      	* Makefile.in: Introduce VEC_H.  Replace all vec.h dependencies
      	with VEC_H.
      
      lto/ChangeLog:
      	* Make-lang.in: Replace vec.h dependency with VEC_H.
      
      From-SVN: r160010
      Steven Bosscher committed
  2. 28 May, 2010 36 commits