OSDN Git Service

libstdc++ profile mode bug fixes and minor updates
authorrus <rus@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 10 Jan 2010 08:25:23 +0000 (08:25 +0000)
committerrus <rus@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 10 Jan 2010 08:25:23 +0000 (08:25 +0000)
commit19368c775120ec8f646866c1b7cb54d7117b9aaa
tree2ae0e898916516734c5d6bcf4385bc03d46207e9
parentdb80fc3f1add0d1d105ce7569fb6fbedebf40b7f
libstdc++ profile mode bug fixes and minor updates

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155786 138bc75d-0d04-0410-961f-82ee72b054a4
27 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/config.h.in
libstdc++-v3/configure
libstdc++-v3/configure.ac
libstdc++-v3/doc/xml/manual/profile_mode.xml
libstdc++-v3/include/Makefile.am
libstdc++-v3/include/Makefile.in
libstdc++-v3/include/backward/hash_map
libstdc++-v3/include/backward/hash_set
libstdc++-v3/include/profile/hashtable.h [deleted file]
libstdc++-v3/include/profile/impl/profiler.h
libstdc++-v3/include/profile/impl/profiler_container_size.h
libstdc++-v3/include/profile/impl/profiler_hash_func.h
libstdc++-v3/include/profile/impl/profiler_hashtable_size.h
libstdc++-v3/include/profile/impl/profiler_list_to_slist.h [new file with mode: 0644]
libstdc++-v3/include/profile/impl/profiler_list_to_vector.h [new file with mode: 0644]
libstdc++-v3/include/profile/impl/profiler_map_to_unordered_map.h
libstdc++-v3/include/profile/impl/profiler_node.h
libstdc++-v3/include/profile/impl/profiler_state.h
libstdc++-v3/include/profile/impl/profiler_trace.h
libstdc++-v3/include/profile/impl/profiler_vector_size.h
libstdc++-v3/include/profile/impl/profiler_vector_to_list.h
libstdc++-v3/include/profile/iterator_tracker.h [new file with mode: 0644]
libstdc++-v3/include/profile/list
libstdc++-v3/include/profile/vector
libstdc++-v3/testsuite/ext/throw_allocator/deallocate_global.cc
libstdc++-v3/testsuite/ext/throw_allocator/deallocate_local.cc