]> gcc.gnu.org Git - gcc.git/commit
merge branch profile-stdlib
authorSilvius Rus <silvius.rus@gmail.com>
Sat, 3 Oct 2009 02:17:41 +0000 (02:17 +0000)
committerSilvius Rus <rus@gcc.gnu.org>
Sat, 3 Oct 2009 02:17:41 +0000 (02:17 +0000)
commit1218d701f7de691254c06b4599abab6ca7361703
tree4ee10967bd743d512cc41a7b4610019f4ca6adfb
parent3930dbe9d6c9849e32ce39d7ff585348d4716329
merge branch profile-stdlib

From-SVN: r152431
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]
This page took 0.06726 seconds and 5 git commands to generate.