OSDN Git Service

merge branch profile-stdlib
authorrus <rus@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 3 Oct 2009 02:17:41 +0000 (02:17 +0000)
committerrus <rus@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 3 Oct 2009 02:17:41 +0000 (02:17 +0000)
commitc55dc904bf82da75f1a76a6523c4e8ff16352b4f
tree4ee10967bd743d512cc41a7b4610019f4ca6adfb
parentfb5d6a4fa9aec18d9dda9b4d568d0e2be87a34ef
merge branch profile-stdlib

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@152431 138bc75d-0d04-0410-961f-82ee72b054a4
58 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/config.h.in
libstdc++-v3/configure
libstdc++-v3/doc/Makefile.am
libstdc++-v3/doc/Makefile.in
libstdc++-v3/doc/doxygen/user.cfg.in
libstdc++-v3/doc/xml/manual/debug.xml
libstdc++-v3/doc/xml/manual/extensions.xml
libstdc++-v3/doc/xml/manual/profile_mode.xml [new file with mode: 0644]
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/bits/c++config
libstdc++-v3/include/profile/base.h [new file with mode: 0644]
libstdc++-v3/include/profile/bitset [new file with mode: 0644]
libstdc++-v3/include/profile/deque [new file with mode: 0644]
libstdc++-v3/include/profile/hashtable.h [new file with mode: 0644]
libstdc++-v3/include/profile/impl/profiler.h [new file with mode: 0644]
libstdc++-v3/include/profile/impl/profiler_container_size.h [new file with mode: 0644]
libstdc++-v3/include/profile/impl/profiler_hash_func.h [new file with mode: 0644]
libstdc++-v3/include/profile/impl/profiler_hashtable_size.h [new file with mode: 0644]
libstdc++-v3/include/profile/impl/profiler_map_to_unordered_map.h [new file with mode: 0644]
libstdc++-v3/include/profile/impl/profiler_node.h [new file with mode: 0644]
libstdc++-v3/include/profile/impl/profiler_state.h [new file with mode: 0644]
libstdc++-v3/include/profile/impl/profiler_trace.h [new file with mode: 0644]
libstdc++-v3/include/profile/impl/profiler_vector_size.h [new file with mode: 0644]
libstdc++-v3/include/profile/impl/profiler_vector_to_list.h [new file with mode: 0644]
libstdc++-v3/include/profile/list [new file with mode: 0644]
libstdc++-v3/include/profile/map [new file with mode: 0644]
libstdc++-v3/include/profile/map.h [new file with mode: 0644]
libstdc++-v3/include/profile/multimap.h [new file with mode: 0644]
libstdc++-v3/include/profile/multiset.h [new file with mode: 0644]
libstdc++-v3/include/profile/set [new file with mode: 0644]
libstdc++-v3/include/profile/set.h [new file with mode: 0644]
libstdc++-v3/include/profile/unordered_map [new file with mode: 0644]
libstdc++-v3/include/profile/unordered_set [new file with mode: 0644]
libstdc++-v3/include/profile/vector [new file with mode: 0644]
libstdc++-v3/include/std/bitset
libstdc++-v3/include/std/deque
libstdc++-v3/include/std/list
libstdc++-v3/include/std/map
libstdc++-v3/include/std/set
libstdc++-v3/include/std/unordered_map
libstdc++-v3/include/std/unordered_set
libstdc++-v3/include/std/vector
libstdc++-v3/include/tr1_impl/hashtable
libstdc++-v3/testsuite/23_containers/deque/capacity/moveable.cc
libstdc++-v3/testsuite/23_containers/list/capacity/29134.cc
libstdc++-v3/testsuite/23_containers/unordered_map/profile/hash_map.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/unordered_map/profile/unordered.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/vector/profile/vector.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/vector/resize/moveable.cc
libstdc++-v3/testsuite/Makefile.am
libstdc++-v3/testsuite/Makefile.in
libstdc++-v3/testsuite/ext/profile/all.cc [new file with mode: 0644]
libstdc++-v3/testsuite/ext/profile/mh.cc [new file with mode: 0644]
libstdc++-v3/testsuite/ext/profile/mutex_extensions.cc [new file with mode: 0644]