This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r141751 - in /branches/profile-stdlib: gcc/Chan...


Author: rus
Date: Mon Nov 10 22:03:28 2008
New Revision: 141751

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141751
Log:
Added INEFFICIENT_HASH and VECTOR_TO_LIST diagnostics.  Reorganized to make it easy to add new diagnostics.  Bug fixes.

Added:
    branches/profile-stdlib/gcc/ChangeLog.profile-stdlib
    branches/profile-stdlib/libstdc++-v3/ChangeLog.profile-stdlib
    branches/profile-stdlib/libstdc++-v3/libprofc++/profiler_hash_func.cc
    branches/profile-stdlib/libstdc++-v3/libprofc++/profiler_hash_func.h
    branches/profile-stdlib/libstdc++-v3/libprofc++/profiler_vector_to_list.cc
    branches/profile-stdlib/libstdc++-v3/libprofc++/profiler_vector_to_list.h
Modified:
    branches/profile-stdlib/libstdc++-v3/include/profile/hashtable.h
    branches/profile-stdlib/libstdc++-v3/include/profile/unordered_map
    branches/profile-stdlib/libstdc++-v3/include/profile/unordered_set
    branches/profile-stdlib/libstdc++-v3/include/profile/vector
    branches/profile-stdlib/libstdc++-v3/libprofc++/Makefile.in
    branches/profile-stdlib/libstdc++-v3/libprofc++/profiler.h
    branches/profile-stdlib/libstdc++-v3/libprofc++/profiler_container_size.cc
    branches/profile-stdlib/libstdc++-v3/libprofc++/profiler_container_size.h
    branches/profile-stdlib/libstdc++-v3/libprofc++/profiler_hashtable_size.cc
    branches/profile-stdlib/libstdc++-v3/libprofc++/profiler_node.cc
    branches/profile-stdlib/libstdc++-v3/libprofc++/profiler_node.h
    branches/profile-stdlib/libstdc++-v3/libprofc++/profiler_state.h
    branches/profile-stdlib/libstdc++-v3/libprofc++/profiler_trace.cc
    branches/profile-stdlib/libstdc++-v3/libprofc++/profiler_trace.h
    branches/profile-stdlib/libstdc++-v3/libprofc++/profiler_vector_size.cc


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]