This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ 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]

r137877 - in /branches/ix86/avx: contrib/Change...


Author: hjl
Date: Wed Jul 16 13:40:32 2008
New Revision: 137877

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=137877
Log:
Merged with trunk at revision 137876.

Added:
    branches/ix86/avx/libstdc++-v3/include/std/chrono
      - copied unchanged from r137876, trunk/libstdc++-v3/include/std/chrono
    branches/ix86/avx/libstdc++-v3/src/chrono.cc
      - copied unchanged from r137876, trunk/libstdc++-v3/src/chrono.cc
    branches/ix86/avx/libstdc++-v3/testsuite/20_util/clocks/
      - copied from r137876, trunk/libstdc++-v3/testsuite/20_util/clocks/
    branches/ix86/avx/libstdc++-v3/testsuite/20_util/duration/
      - copied from r137876, trunk/libstdc++-v3/testsuite/20_util/duration/
    branches/ix86/avx/libstdc++-v3/testsuite/20_util/time_point/
      - copied from r137876, trunk/libstdc++-v3/testsuite/20_util/time_point/
    branches/ix86/avx/libstdc++-v3/testsuite/ext/rope/36832.cc
      - copied unchanged from r137876, trunk/libstdc++-v3/testsuite/ext/rope/36832.cc
Modified:
    branches/ix86/avx/libstdc++-v3/ChangeLog
    branches/ix86/avx/libstdc++-v3/acinclude.m4
    branches/ix86/avx/libstdc++-v3/config.h.in
    branches/ix86/avx/libstdc++-v3/config/abi/pre/gnu.ver
    branches/ix86/avx/libstdc++-v3/configure
    branches/ix86/avx/libstdc++-v3/configure.ac
    branches/ix86/avx/libstdc++-v3/doc/doxygen/doxygroups.cc
    branches/ix86/avx/libstdc++-v3/doc/doxygen/user.cfg.in
    branches/ix86/avx/libstdc++-v3/include/Makefile.am
    branches/ix86/avx/libstdc++-v3/include/Makefile.in
    branches/ix86/avx/libstdc++-v3/include/bits/unique_ptr.h
    branches/ix86/avx/libstdc++-v3/include/ext/rope
    branches/ix86/avx/libstdc++-v3/include/parallel/algo.h
    branches/ix86/avx/libstdc++-v3/include/parallel/algobase.h
    branches/ix86/avx/libstdc++-v3/include/parallel/algorithmfwd.h
    branches/ix86/avx/libstdc++-v3/include/parallel/balanced_quicksort.h
    branches/ix86/avx/libstdc++-v3/include/parallel/base.h
    branches/ix86/avx/libstdc++-v3/include/parallel/basic_iterator.h
    branches/ix86/avx/libstdc++-v3/include/parallel/checkers.h
    branches/ix86/avx/libstdc++-v3/include/parallel/compatibility.h
    branches/ix86/avx/libstdc++-v3/include/parallel/equally_split.h
    branches/ix86/avx/libstdc++-v3/include/parallel/features.h
    branches/ix86/avx/libstdc++-v3/include/parallel/find.h
    branches/ix86/avx/libstdc++-v3/include/parallel/find_selectors.h
    branches/ix86/avx/libstdc++-v3/include/parallel/for_each.h
    branches/ix86/avx/libstdc++-v3/include/parallel/for_each_selectors.h
    branches/ix86/avx/libstdc++-v3/include/parallel/iterator.h
    branches/ix86/avx/libstdc++-v3/include/parallel/list_partition.h
    branches/ix86/avx/libstdc++-v3/include/parallel/losertree.h
    branches/ix86/avx/libstdc++-v3/include/parallel/merge.h
    branches/ix86/avx/libstdc++-v3/include/parallel/multiseq_selection.h
    branches/ix86/avx/libstdc++-v3/include/parallel/multiway_merge.h
    branches/ix86/avx/libstdc++-v3/include/parallel/multiway_mergesort.h
    branches/ix86/avx/libstdc++-v3/include/parallel/numericfwd.h
    branches/ix86/avx/libstdc++-v3/include/parallel/omp_loop.h
    branches/ix86/avx/libstdc++-v3/include/parallel/omp_loop_static.h
    branches/ix86/avx/libstdc++-v3/include/parallel/par_loop.h
    branches/ix86/avx/libstdc++-v3/include/parallel/parallel.h
    branches/ix86/avx/libstdc++-v3/include/parallel/partial_sum.h
    branches/ix86/avx/libstdc++-v3/include/parallel/partition.h
    branches/ix86/avx/libstdc++-v3/include/parallel/queue.h
    branches/ix86/avx/libstdc++-v3/include/parallel/quicksort.h
    branches/ix86/avx/libstdc++-v3/include/parallel/random_number.h
    branches/ix86/avx/libstdc++-v3/include/parallel/random_shuffle.h
    branches/ix86/avx/libstdc++-v3/include/parallel/search.h
    branches/ix86/avx/libstdc++-v3/include/parallel/set_operations.h
    branches/ix86/avx/libstdc++-v3/include/parallel/settings.h
    branches/ix86/avx/libstdc++-v3/include/parallel/sort.h
    branches/ix86/avx/libstdc++-v3/include/parallel/types.h
    branches/ix86/avx/libstdc++-v3/include/parallel/unique_copy.h
    branches/ix86/avx/libstdc++-v3/include/parallel/workstealing.h
    branches/ix86/avx/libstdc++-v3/include/precompiled/stdc++.h
    branches/ix86/avx/libstdc++-v3/include/std/complex
    branches/ix86/avx/libstdc++-v3/include/std/mutex
    branches/ix86/avx/libstdc++-v3/include/std/ratio
    branches/ix86/avx/libstdc++-v3/include/tr1_impl/type_traits
    branches/ix86/avx/libstdc++-v3/libsupc++/initializer_list
    branches/ix86/avx/libstdc++-v3/src/Makefile.am
    branches/ix86/avx/libstdc++-v3/src/Makefile.in
    branches/ix86/avx/libstdc++-v3/testsuite/17_intro/headers/c++200x/all.cc
    branches/ix86/avx/libstdc++-v3/testsuite/17_intro/headers/c++200x/all_multiple_inclusion.cc
    branches/ix86/avx/libstdc++-v3/testsuite/30_threads/recursive_mutex/cons/assign_neg.cc
    branches/ix86/avx/libstdc++-v3/testsuite/30_threads/recursive_mutex/cons/copy_neg.cc

Changes in other areas also in this revision:
Added:
    branches/ix86/avx/contrib/check_makefile_deps.sh
      - copied unchanged from r137876, trunk/contrib/check_makefile_deps.sh
    branches/ix86/avx/gcc/config/arm/eabi.h
      - copied unchanged from r137876, trunk/gcc/config/arm/eabi.h
    branches/ix86/avx/gcc/config/arm/eabi.opt
      - copied unchanged from r137876, trunk/gcc/config/arm/eabi.opt
    branches/ix86/avx/gcc/config/xtensa/libgcc-xtensa.ver
      - copied unchanged from r137876, trunk/gcc/config/xtensa/libgcc-xtensa.ver
    branches/ix86/avx/gcc/testsuite/g++.dg/torture/pr36745.C
      - copied unchanged from r137876, trunk/gcc/testsuite/g++.dg/torture/pr36745.C
    branches/ix86/avx/gcc/testsuite/gcc.c-torture/compile/pr35492.c
      - copied unchanged from r137876, trunk/gcc/testsuite/gcc.c-torture/compile/pr35492.c
    branches/ix86/avx/gcc/testsuite/gcc.dg/Wstrict-aliasing-bogus-ref-all.c
      - copied unchanged from r137876, trunk/gcc/testsuite/gcc.dg/Wstrict-aliasing-bogus-ref-all.c
    branches/ix86/avx/gcc/testsuite/gcc.dg/vmx/1b-06-ansi.c
      - copied unchanged from r137876, trunk/gcc/testsuite/gcc.dg/vmx/1b-06-ansi.c
    branches/ix86/avx/gcc/testsuite/gcc.dg/vmx/1b-07-ansi.c
      - copied unchanged from r137876, trunk/gcc/testsuite/gcc.dg/vmx/1b-07-ansi.c
    branches/ix86/avx/gcc/testsuite/gcc.target/powerpc/altivec-26.c
      - copied unchanged from r137876, trunk/gcc/testsuite/gcc.target/powerpc/altivec-26.c
    branches/ix86/avx/gcc/testsuite/gcc.target/powerpc/altivec-macros.c
      - copied unchanged from r137876, trunk/gcc/testsuite/gcc.target/powerpc/altivec-macros.c
    branches/ix86/avx/gcc/testsuite/gcc.target/powerpc/asm-y.c
      - copied unchanged from r137876, trunk/gcc/testsuite/gcc.target/powerpc/asm-y.c
    branches/ix86/avx/gcc/testsuite/gfortran.dg/fmt_g0_4.f08
      - copied unchanged from r137876, trunk/gcc/testsuite/gfortran.dg/fmt_g0_4.f08
    branches/ix86/avx/gcc/testsuite/gnat.dg/case_optimization1.adb
      - copied unchanged from r137876, trunk/gcc/testsuite/gnat.dg/case_optimization1.adb
    branches/ix86/avx/gcc/testsuite/gnat.dg/case_optimization1.ads
      - copied unchanged from r137876, trunk/gcc/testsuite/gnat.dg/case_optimization1.ads
    branches/ix86/avx/gcc/testsuite/gnat.dg/case_optimization_pkg1.ads
      - copied unchanged from r137876, trunk/gcc/testsuite/gnat.dg/case_optimization_pkg1.ads
Modified:
    branches/ix86/avx/contrib/ChangeLog
    branches/ix86/avx/gcc/ChangeLog
    branches/ix86/avx/gcc/DATESTAMP
    branches/ix86/avx/gcc/Makefile.in
    branches/ix86/avx/gcc/ada/ChangeLog
    branches/ix86/avx/gcc/ada/gnat_ugn.texi
    branches/ix86/avx/gcc/bt-load.c
    branches/ix86/avx/gcc/builtins.c
    branches/ix86/avx/gcc/c-common.c
    branches/ix86/avx/gcc/c-common.h
    branches/ix86/avx/gcc/c-decl.c
    branches/ix86/avx/gcc/caller-save.c
    branches/ix86/avx/gcc/cgraph.c
    branches/ix86/avx/gcc/cgraph.h
    branches/ix86/avx/gcc/combine.c
    branches/ix86/avx/gcc/config.gcc
    branches/ix86/avx/gcc/config/arm/bpabi.h
    branches/ix86/avx/gcc/config/arm/elf.h
    branches/ix86/avx/gcc/config/arm/unknown-elf.h
    branches/ix86/avx/gcc/config/cris/cris.c
    branches/ix86/avx/gcc/config/cris/cris.h
    branches/ix86/avx/gcc/config/cris/cris.md
    branches/ix86/avx/gcc/config/i386/i386-protos.h
    branches/ix86/avx/gcc/config/i386/i386.c
    branches/ix86/avx/gcc/config/i386/i386.md
    branches/ix86/avx/gcc/config/i386/sse.md
    branches/ix86/avx/gcc/config/m32c/m32c.c
    branches/ix86/avx/gcc/config/mips/driver-native.c
    branches/ix86/avx/gcc/config/rs6000/rs6000-c.c
    branches/ix86/avx/gcc/config/rs6000/rs6000.c
    branches/ix86/avx/gcc/config/s390/s390.c
    branches/ix86/avx/gcc/config/s390/s390.md
    branches/ix86/avx/gcc/config/sh/sh.h
    branches/ix86/avx/gcc/config/sh/sh.md
    branches/ix86/avx/gcc/config/xtensa/t-linux
    branches/ix86/avx/gcc/coretypes.h
    branches/ix86/avx/gcc/cp/ChangeLog
    branches/ix86/avx/gcc/cp/lex.c
    branches/ix86/avx/gcc/cse.c
    branches/ix86/avx/gcc/df-problems.c
    branches/ix86/avx/gcc/df-scan.c
    branches/ix86/avx/gcc/doc/extend.texi
    branches/ix86/avx/gcc/dse.c
    branches/ix86/avx/gcc/emit-rtl.c
    branches/ix86/avx/gcc/explow.c
    branches/ix86/avx/gcc/fortran/ChangeLog
    branches/ix86/avx/gcc/fortran/Make-lang.in
    branches/ix86/avx/gcc/fortran/io.c
    branches/ix86/avx/gcc/fwprop.c
    branches/ix86/avx/gcc/gcse.c
    branches/ix86/avx/gcc/java/ChangeLog
    branches/ix86/avx/gcc/java/Make-lang.in
    branches/ix86/avx/gcc/java/lang.c
    branches/ix86/avx/gcc/langhooks.c
    branches/ix86/avx/gcc/lcm.c
    branches/ix86/avx/gcc/lower-subreg.c
    branches/ix86/avx/gcc/mode-switching.c
    branches/ix86/avx/gcc/objc/ChangeLog
    branches/ix86/avx/gcc/objc/objc-act.c
    branches/ix86/avx/gcc/testsuite/ChangeLog
    branches/ix86/avx/gcc/testsuite/gcc.c-torture/compile/20080704-1.c
    branches/ix86/avx/gcc/testsuite/gcc.dg/vmx/1b-06.c
    branches/ix86/avx/gcc/testsuite/gcc.dg/vmx/1b-07.c
    branches/ix86/avx/gcc/tree-call-cdce.c
    branches/ix86/avx/gcc/tree-flow-inline.h
    branches/ix86/avx/gcc/tree-flow.h
    branches/ix86/avx/gcc/tree-ssa-ccp.c
    branches/ix86/avx/gcc/tree-ssa-pre.c
    branches/ix86/avx/gcc/tree-ssa-sccvn.c
    branches/ix86/avx/gcc/tree-ssa-sccvn.h
    branches/ix86/avx/gcc/tree-switch-conversion.c
    branches/ix86/avx/gcc/tree.c
    branches/ix86/avx/gcc/tree.h
    branches/ix86/avx/gcc/varasm.c
    branches/ix86/avx/libcpp/ChangeLog
    branches/ix86/avx/libcpp/include/cpplib.h
    branches/ix86/avx/libcpp/internal.h
    branches/ix86/avx/libcpp/lex.c
    branches/ix86/avx/libcpp/macro.c
    branches/ix86/avx/libjava/classpath/ChangeLog
    branches/ix86/avx/libjava/classpath/configure
    branches/ix86/avx/libjava/classpath/configure.ac
    branches/ix86/avx/libjava/classpath/m4/acinclude.m4
    branches/ix86/avx/libjava/classpath/tools/Makefile.am


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