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]

r140015 - in /branches/thread-annotations: ./ C...


Author: lcwu
Date: Thu Sep  4 23:53:22 2008
New Revision: 140015

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=140015
Log:
Merged revisions 139788-139792,139795,139798-139807,139809-139814,139817,139820-139828,139830-139840,139843,139846,139848,139854-139857,139859-139870,139873-139875,139878,139880-139881,139885-139894,139897-139898,139903-139906,139908-139912,139916,139918-139919,139922,139924,139926-139928,139930-139932,139934-139935,139937-139938,139940-139941,139943-139950,139952-139956,139959-139963,139966,139968-139970,139973,139977,139979-139983,139986-139987,139989-139991,139993-139994,139996-139999,140001,140003,140005,140008-140010 via svnmerge from 
svn+ssh://lcwu@gcc.gnu.org/svn/gcc/trunk

Added:
    branches/thread-annotations/libstdc++-v3/testsuite/30_threads/call_once/
      - copied from r140010, trunk/libstdc++-v3/testsuite/30_threads/call_once/
    branches/thread-annotations/libstdc++-v3/testsuite/30_threads/condition_variable/
      - copied from r140010, trunk/libstdc++-v3/testsuite/30_threads/condition_variable/
    branches/thread-annotations/libstdc++-v3/testsuite/30_threads/condition_variable_any/
      - copied from r140010, trunk/libstdc++-v3/testsuite/30_threads/condition_variable_any/
    branches/thread-annotations/libstdc++-v3/testsuite/30_threads/recursive_mutex/lock/
      - copied from r140010, trunk/libstdc++-v3/testsuite/30_threads/recursive_mutex/lock/
    branches/thread-annotations/libstdc++-v3/testsuite/30_threads/recursive_mutex/try_lock/
      - copied from r140010, trunk/libstdc++-v3/testsuite/30_threads/recursive_mutex/try_lock/
    branches/thread-annotations/libstdc++-v3/testsuite/30_threads/recursive_mutex/unlock/
      - copied from r140010, trunk/libstdc++-v3/testsuite/30_threads/recursive_mutex/unlock/
    branches/thread-annotations/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/
      - copied from r140010, trunk/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/
    branches/thread-annotations/libstdc++-v3/testsuite/30_threads/timed_mutex/
      - copied from r140010, trunk/libstdc++-v3/testsuite/30_threads/timed_mutex/
    branches/thread-annotations/libstdc++-v3/testsuite/30_threads/unique_lock/cons/
      - copied from r140010, trunk/libstdc++-v3/testsuite/30_threads/unique_lock/cons/
    branches/thread-annotations/libstdc++-v3/testsuite/30_threads/unique_lock/locking/
      - copied from r140010, trunk/libstdc++-v3/testsuite/30_threads/unique_lock/locking/
    branches/thread-annotations/libstdc++-v3/testsuite/30_threads/unique_lock/modifiers/
      - copied from r140010, trunk/libstdc++-v3/testsuite/30_threads/unique_lock/modifiers/
Modified:
    branches/thread-annotations/libstdc++-v3/ChangeLog
    branches/thread-annotations/libstdc++-v3/acinclude.m4
    branches/thread-annotations/libstdc++-v3/config/abi/pre/gnu.ver
    branches/thread-annotations/libstdc++-v3/configure
    branches/thread-annotations/libstdc++-v3/doc/xml/manual/locale.xml
    branches/thread-annotations/libstdc++-v3/include/std/condition_variable
    branches/thread-annotations/libstdc++-v3/include/std/mutex
    branches/thread-annotations/libstdc++-v3/include/std/type_traits
    branches/thread-annotations/libstdc++-v3/src/condition_variable.cc
    branches/thread-annotations/libstdc++-v3/src/mutex.cc
    branches/thread-annotations/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs-2.cc
    branches/thread-annotations/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs_neg.cc
    branches/thread-annotations/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs-2.cc
    branches/thread-annotations/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc
    branches/thread-annotations/libstdc++-v3/testsuite/25_algorithms/nth_element/2.cc
    branches/thread-annotations/libstdc++-v3/testsuite/30_threads/headers/condition_variable/types_std_c++0x.cc
    branches/thread-annotations/libstdc++-v3/testsuite/30_threads/headers/mutex/types_std_c++0x.cc
    branches/thread-annotations/libstdc++-v3/testsuite/30_threads/lock_guard/requirements/explicit_instantiation.cc
    branches/thread-annotations/libstdc++-v3/testsuite/30_threads/lock_guard/requirements/typedefs.cc
    branches/thread-annotations/libstdc++-v3/testsuite/30_threads/mutex/cons/1.cc
    branches/thread-annotations/libstdc++-v3/testsuite/30_threads/mutex/cons/assign_neg.cc
    branches/thread-annotations/libstdc++-v3/testsuite/30_threads/mutex/cons/copy_neg.cc
    branches/thread-annotations/libstdc++-v3/testsuite/30_threads/mutex/dest/destructor_locked.cc
    branches/thread-annotations/libstdc++-v3/testsuite/30_threads/mutex/lock/1.cc
    branches/thread-annotations/libstdc++-v3/testsuite/30_threads/mutex/native_handle/1.cc
    branches/thread-annotations/libstdc++-v3/testsuite/30_threads/mutex/requirements/typedefs.cc
    branches/thread-annotations/libstdc++-v3/testsuite/30_threads/mutex/try_lock/1.cc
    branches/thread-annotations/libstdc++-v3/testsuite/30_threads/mutex/try_lock/2.cc
    branches/thread-annotations/libstdc++-v3/testsuite/30_threads/mutex/unlock/1.cc
    branches/thread-annotations/libstdc++-v3/testsuite/30_threads/recursive_mutex/cons/1.cc
    branches/thread-annotations/libstdc++-v3/testsuite/30_threads/recursive_mutex/cons/assign_neg.cc
    branches/thread-annotations/libstdc++-v3/testsuite/30_threads/recursive_mutex/cons/copy_neg.cc
    branches/thread-annotations/libstdc++-v3/testsuite/30_threads/recursive_mutex/dest/destructor_locked.cc
    branches/thread-annotations/libstdc++-v3/testsuite/30_threads/recursive_mutex/native_handle/1.cc
    branches/thread-annotations/libstdc++-v3/testsuite/30_threads/recursive_mutex/requirements/typedefs.cc
    branches/thread-annotations/libstdc++-v3/testsuite/30_threads/unique_lock/requirements/explicit_instantiation.cc
    branches/thread-annotations/libstdc++-v3/testsuite/30_threads/unique_lock/requirements/typedefs.cc
    branches/thread-annotations/libstdc++-v3/testsuite/lib/dg-options.exp
    branches/thread-annotations/libstdc++-v3/testsuite/lib/libstdc++.exp

Changes in other areas also in this revision:
Added:
    branches/thread-annotations/gcc/config/arm/cortex-a9.md
      - copied unchanged from r140010, trunk/gcc/config/arm/cortex-a9.md
    branches/thread-annotations/gcc/config/arm/cortex-r4f.md
      - copied unchanged from r140010, trunk/gcc/config/arm/cortex-r4f.md
    branches/thread-annotations/gcc/config/picochip/
      - copied from r140010, trunk/gcc/config/picochip/
    branches/thread-annotations/gcc/graphite.c
      - copied unchanged from r140010, trunk/gcc/graphite.c
    branches/thread-annotations/gcc/graphite.h
      - copied unchanged from r140010, trunk/gcc/graphite.h
    branches/thread-annotations/gcc/po/fi.po
      - copied unchanged from r140010, trunk/gcc/po/fi.po
    branches/thread-annotations/gcc/sel-sched-dump.c
      - copied unchanged from r140010, trunk/gcc/sel-sched-dump.c
    branches/thread-annotations/gcc/sel-sched-dump.h
      - copied unchanged from r140010, trunk/gcc/sel-sched-dump.h
    branches/thread-annotations/gcc/sel-sched-ir.c
      - copied unchanged from r140010, trunk/gcc/sel-sched-ir.c
    branches/thread-annotations/gcc/sel-sched-ir.h
      - copied unchanged from r140010, trunk/gcc/sel-sched-ir.h
    branches/thread-annotations/gcc/sel-sched.c
      - copied unchanged from r140010, trunk/gcc/sel-sched.c
    branches/thread-annotations/gcc/sel-sched.h
      - copied unchanged from r140010, trunk/gcc/sel-sched.h
    branches/thread-annotations/gcc/testsuite/g++.dg/cpp0x/auto2.C
      - copied unchanged from r140010, trunk/gcc/testsuite/g++.dg/cpp0x/auto2.C
    branches/thread-annotations/gcc/testsuite/g++.dg/cpp0x/auto3.C
      - copied unchanged from r140010, trunk/gcc/testsuite/g++.dg/cpp0x/auto3.C
    branches/thread-annotations/gcc/testsuite/g++.dg/cpp0x/auto4.C
      - copied unchanged from r140010, trunk/gcc/testsuite/g++.dg/cpp0x/auto4.C
    branches/thread-annotations/gcc/testsuite/g++.dg/cpp0x/auto5.C
      - copied unchanged from r140010, trunk/gcc/testsuite/g++.dg/cpp0x/auto5.C
    branches/thread-annotations/gcc/testsuite/g++.dg/cpp0x/auto6.C
      - copied unchanged from r140010, trunk/gcc/testsuite/g++.dg/cpp0x/auto6.C
    branches/thread-annotations/gcc/testsuite/g++.dg/cpp0x/defaulted4.C
      - copied unchanged from r140010, trunk/gcc/testsuite/g++.dg/cpp0x/defaulted4.C
    branches/thread-annotations/gcc/testsuite/g++.dg/ext/attrib34.C
      - copied unchanged from r140010, trunk/gcc/testsuite/g++.dg/ext/attrib34.C
    branches/thread-annotations/gcc/testsuite/g++.dg/gomp/pr37189.C
      - copied unchanged from r140010, trunk/gcc/testsuite/g++.dg/gomp/pr37189.C
    branches/thread-annotations/gcc/testsuite/g++.dg/gomp/pr37346.C
      - copied unchanged from r140010, trunk/gcc/testsuite/g++.dg/gomp/pr37346.C
    branches/thread-annotations/gcc/testsuite/g++.dg/inherit/thunk9.C
      - copied unchanged from r140010, trunk/gcc/testsuite/g++.dg/inherit/thunk9.C
    branches/thread-annotations/gcc/testsuite/g++.dg/opt/pr36449.C
      - copied unchanged from r140010, trunk/gcc/testsuite/g++.dg/opt/pr36449.C
    branches/thread-annotations/gcc/testsuite/g++.dg/parse/crash45.C
      - copied unchanged from r140010, trunk/gcc/testsuite/g++.dg/parse/crash45.C
    branches/thread-annotations/gcc/testsuite/g++.dg/torture/ipa-cp-1.C
      - copied unchanged from r140010, trunk/gcc/testsuite/g++.dg/torture/ipa-cp-1.C
    branches/thread-annotations/gcc/testsuite/g++.dg/torture/pr36444.C
      - copied unchanged from r140010, trunk/gcc/testsuite/g++.dg/torture/pr36444.C
    branches/thread-annotations/gcc/testsuite/g++.dg/torture/pr36445.C
      - copied unchanged from r140010, trunk/gcc/testsuite/g++.dg/torture/pr36445.C
    branches/thread-annotations/gcc/testsuite/g++.dg/torture/pr37343.C
      - copied unchanged from r140010, trunk/gcc/testsuite/g++.dg/torture/pr37343.C
    branches/thread-annotations/gcc/testsuite/g++.dg/torture/pr37345.C
      - copied unchanged from r140010, trunk/gcc/testsuite/g++.dg/torture/pr37345.C
    branches/thread-annotations/gcc/testsuite/g++.dg/tree-ssa/pr36766.C
      - copied unchanged from r140010, trunk/gcc/testsuite/g++.dg/tree-ssa/pr36766.C
    branches/thread-annotations/gcc/testsuite/gcc.c-torture/compile/pr37305.c
      - copied unchanged from r140010, trunk/gcc/testsuite/gcc.c-torture/compile/pr37305.c
    branches/thread-annotations/gcc/testsuite/gcc.c-torture/compile/pr37327.c
      - copied unchanged from r140010, trunk/gcc/testsuite/gcc.c-torture/compile/pr37327.c
    branches/thread-annotations/gcc/testsuite/gcc.c-torture/compile/vector-4.c
      - copied unchanged from r140010, trunk/gcc/testsuite/gcc.c-torture/compile/vector-4.c
    branches/thread-annotations/gcc/testsuite/gcc.c-torture/execute/ieee/pr36332.c
      - copied unchanged from r140010, trunk/gcc/testsuite/gcc.c-torture/execute/ieee/pr36332.c
    branches/thread-annotations/gcc/testsuite/gcc.dg/fastmath-2.c
      - copied unchanged from r140010, trunk/gcc/testsuite/gcc.dg/fastmath-2.c
    branches/thread-annotations/gcc/testsuite/gcc.dg/graphite/
      - copied from r140010, trunk/gcc/testsuite/gcc.dg/graphite/
    branches/thread-annotations/gcc/testsuite/gcc.dg/pr37289.c
      - copied unchanged from r140010, trunk/gcc/testsuite/gcc.dg/pr37289.c
    branches/thread-annotations/gcc/testsuite/gcc.target/i386/amd64-abi-3.c
      - copied unchanged from r140010, trunk/gcc/testsuite/gcc.target/i386/amd64-abi-3.c
    branches/thread-annotations/gcc/testsuite/gcc.target/i386/amd64-abi-4.c
      - copied unchanged from r140010, trunk/gcc/testsuite/gcc.target/i386/amd64-abi-4.c
    branches/thread-annotations/gcc/testsuite/gcc.target/i386/amd64-abi-5.c
      - copied unchanged from r140010, trunk/gcc/testsuite/gcc.target/i386/amd64-abi-5.c
    branches/thread-annotations/gcc/testsuite/gcc.target/i386/amd64-abi-6.c
      - copied unchanged from r140010, trunk/gcc/testsuite/gcc.target/i386/amd64-abi-6.c
    branches/thread-annotations/gcc/testsuite/gcc.target/i386/cold-attribute-1.c
      - copied unchanged from r140010, trunk/gcc/testsuite/gcc.target/i386/cold-attribute-1.c
    branches/thread-annotations/gcc/testsuite/gcc.target/i386/cold-attribute-2.c
      - copied unchanged from r140010, trunk/gcc/testsuite/gcc.target/i386/cold-attribute-2.c
    branches/thread-annotations/gcc/testsuite/gcc.target/i386/cold-attribute-3.c
      - copied unchanged from r140010, trunk/gcc/testsuite/gcc.target/i386/cold-attribute-3.c
    branches/thread-annotations/gcc/testsuite/gcc.target/i386/cold-attribute-4.c
      - copied unchanged from r140010, trunk/gcc/testsuite/gcc.target/i386/cold-attribute-4.c
    branches/thread-annotations/gcc/testsuite/gcc.target/i386/cold-attribute-4.s
      - copied unchanged from r140010, trunk/gcc/testsuite/gcc.target/i386/cold-attribute-4.s
    branches/thread-annotations/gcc/testsuite/gcc.target/mips/octeon-cins-1.c
      - copied unchanged from r140010, trunk/gcc/testsuite/gcc.target/mips/octeon-cins-1.c
    branches/thread-annotations/gcc/testsuite/gcc.target/mips/octeon-cins-2.c
      - copied unchanged from r140010, trunk/gcc/testsuite/gcc.target/mips/octeon-cins-2.c
    branches/thread-annotations/gcc/testsuite/gcc.target/mips/octeon-exts-1.c
      - copied unchanged from r140010, trunk/gcc/testsuite/gcc.target/mips/octeon-exts-1.c
    branches/thread-annotations/gcc/testsuite/gcc.target/mips/octeon-exts-2.c
      - copied unchanged from r140010, trunk/gcc/testsuite/gcc.target/mips/octeon-exts-2.c
    branches/thread-annotations/gcc/testsuite/gcc.target/mips/octeon-exts-3.c
      - copied unchanged from r140010, trunk/gcc/testsuite/gcc.target/mips/octeon-exts-3.c
    branches/thread-annotations/gcc/testsuite/gcc.target/mips/octeon-exts-4.c
      - copied unchanged from r140010, trunk/gcc/testsuite/gcc.target/mips/octeon-exts-4.c
    branches/thread-annotations/gcc/testsuite/gcc.target/mips/octeon-seq-1.c
      - copied unchanged from r140010, trunk/gcc/testsuite/gcc.target/mips/octeon-seq-1.c
    branches/thread-annotations/gcc/testsuite/gcc.target/mips/octeon-seq-2.c
      - copied unchanged from r140010, trunk/gcc/testsuite/gcc.target/mips/octeon-seq-2.c
    branches/thread-annotations/gcc/testsuite/gcc.target/mips/octeon-seq-3.c
      - copied unchanged from r140010, trunk/gcc/testsuite/gcc.target/mips/octeon-seq-3.c
    branches/thread-annotations/gcc/testsuite/gcc.target/mips/octeon-seq-4.c
      - copied unchanged from r140010, trunk/gcc/testsuite/gcc.target/mips/octeon-seq-4.c
    branches/thread-annotations/gcc/testsuite/gcc.target/mips/seq-1.c
      - copied unchanged from r140010, trunk/gcc/testsuite/gcc.target/mips/seq-1.c
    branches/thread-annotations/gcc/testsuite/gcc.target/mips/truncate-2.c
      - copied unchanged from r140010, trunk/gcc/testsuite/gcc.target/mips/truncate-2.c
    branches/thread-annotations/gcc/testsuite/gcc.target/powerpc/pr37168.c
      - copied unchanged from r140010, trunk/gcc/testsuite/gcc.target/powerpc/pr37168.c
    branches/thread-annotations/gcc/testsuite/gfortran.dg/abstract_type_1.f90
      - copied unchanged from r140010, trunk/gcc/testsuite/gfortran.dg/abstract_type_1.f90
    branches/thread-annotations/gcc/testsuite/gfortran.dg/abstract_type_2.f03
      - copied unchanged from r140010, trunk/gcc/testsuite/gfortran.dg/abstract_type_2.f03
    branches/thread-annotations/gcc/testsuite/gfortran.dg/abstract_type_3.f03
      - copied unchanged from r140010, trunk/gcc/testsuite/gfortran.dg/abstract_type_3.f03
    branches/thread-annotations/gcc/testsuite/gfortran.dg/abstract_type_4.f03
      - copied unchanged from r140010, trunk/gcc/testsuite/gfortran.dg/abstract_type_4.f03
    branches/thread-annotations/gcc/testsuite/gfortran.dg/graphite/
      - copied from r140010, trunk/gcc/testsuite/gfortran.dg/graphite/
    branches/thread-annotations/gcc/testsuite/gfortran.dg/namelist_53.f90
      - copied unchanged from r140010, trunk/gcc/testsuite/gfortran.dg/namelist_53.f90
    branches/thread-annotations/gcc/testsuite/gfortran.dg/pr37243.f
      - copied unchanged from r140010, trunk/gcc/testsuite/gfortran.dg/pr37243.f
    branches/thread-annotations/gcc/testsuite/gfortran.dg/pr37287-1.f90
      - copied unchanged from r140010, trunk/gcc/testsuite/gfortran.dg/pr37287-1.f90
    branches/thread-annotations/gcc/testsuite/gfortran.dg/pr37287-2.F90
      - copied unchanged from r140010, trunk/gcc/testsuite/gfortran.dg/pr37287-2.F90
    branches/thread-annotations/gcc/testsuite/gfortran.dg/string_compare_1.f90
      - copied unchanged from r140010, trunk/gcc/testsuite/gfortran.dg/string_compare_1.f90
    branches/thread-annotations/gcc/testsuite/gfortran.dg/string_compare_2.f90
      - copied unchanged from r140010, trunk/gcc/testsuite/gfortran.dg/string_compare_2.f90
    branches/thread-annotations/gcc/testsuite/gfortran.dg/string_compare_3.f90
      - copied unchanged from r140010, trunk/gcc/testsuite/gfortran.dg/string_compare_3.f90
    branches/thread-annotations/gcc/testsuite/gfortran.dg/typebound_generic_1.f03
      - copied unchanged from r140010, trunk/gcc/testsuite/gfortran.dg/typebound_generic_1.f03
    branches/thread-annotations/gcc/testsuite/gfortran.dg/typebound_generic_2.f03
      - copied unchanged from r140010, trunk/gcc/testsuite/gfortran.dg/typebound_generic_2.f03
    branches/thread-annotations/gcc/testsuite/gfortran.dg/typebound_generic_3.f03
      - copied unchanged from r140010, trunk/gcc/testsuite/gfortran.dg/typebound_generic_3.f03
    branches/thread-annotations/gcc/testsuite/gfortran.dg/use_rename_4.f90
      - copied unchanged from r140010, trunk/gcc/testsuite/gfortran.dg/use_rename_4.f90
    branches/thread-annotations/gcc/testsuite/gfortran.dg/use_rename_5.f90
      - copied unchanged from r140010, trunk/gcc/testsuite/gfortran.dg/use_rename_5.f90
Removed:
    branches/thread-annotations/gcc/testsuite/gcc.target/i386/cold-1.c
    branches/thread-annotations/gcc/testsuite/gcc.target/i386/hot-1.c
Modified:
    branches/thread-annotations/   (props changed)
    branches/thread-annotations/ChangeLog
    branches/thread-annotations/MAINTAINERS
    branches/thread-annotations/Makefile.def
    branches/thread-annotations/Makefile.in
    branches/thread-annotations/Makefile.tpl
    branches/thread-annotations/configure
    branches/thread-annotations/configure.ac
    branches/thread-annotations/gcc/ChangeLog
    branches/thread-annotations/gcc/DATESTAMP
    branches/thread-annotations/gcc/Makefile.in
    branches/thread-annotations/gcc/ada/ChangeLog
    branches/thread-annotations/gcc/ada/gcc-interface/Make-lang.in
    branches/thread-annotations/gcc/attribs.c
    branches/thread-annotations/gcc/auto-inc-dec.c
    branches/thread-annotations/gcc/basic-block.h
    branches/thread-annotations/gcc/bb-reorder.c
    branches/thread-annotations/gcc/c-common.c
    branches/thread-annotations/gcc/c-common.h
    branches/thread-annotations/gcc/c-decl.c
    branches/thread-annotations/gcc/c-objc-common.h
    branches/thread-annotations/gcc/c-omp.c
    branches/thread-annotations/gcc/c-parser.c
    branches/thread-annotations/gcc/c-pragma.c
    branches/thread-annotations/gcc/c-tree.h
    branches/thread-annotations/gcc/c-typeck.c
    branches/thread-annotations/gcc/calls.c
    branches/thread-annotations/gcc/cfghooks.c
    branches/thread-annotations/gcc/cfghooks.h
    branches/thread-annotations/gcc/cfgloop.c
    branches/thread-annotations/gcc/cfgloop.h
    branches/thread-annotations/gcc/cfgloopanal.c
    branches/thread-annotations/gcc/cfgloopmanip.c
    branches/thread-annotations/gcc/cgraph.c
    branches/thread-annotations/gcc/cgraphunit.c
    branches/thread-annotations/gcc/combine.c
    branches/thread-annotations/gcc/common.opt
    branches/thread-annotations/gcc/config.gcc
    branches/thread-annotations/gcc/config.in
    branches/thread-annotations/gcc/config/alpha/alpha.c
    branches/thread-annotations/gcc/config/alpha/alpha.h
    branches/thread-annotations/gcc/config/arc/arc.c
    branches/thread-annotations/gcc/config/arc/arc.h
    branches/thread-annotations/gcc/config/arm/arm-cores.def
    branches/thread-annotations/gcc/config/arm/arm-protos.h
    branches/thread-annotations/gcc/config/arm/arm-tune.md
    branches/thread-annotations/gcc/config/arm/arm.c
    branches/thread-annotations/gcc/config/arm/arm.h
    branches/thread-annotations/gcc/config/arm/arm.md
    branches/thread-annotations/gcc/config/arm/arm.opt
    branches/thread-annotations/gcc/config/arm/arm1020e.md
    branches/thread-annotations/gcc/config/arm/bpabi.h
    branches/thread-annotations/gcc/config/arm/cortex-a8-neon.md
    branches/thread-annotations/gcc/config/arm/cortex-r4.md
    branches/thread-annotations/gcc/config/arm/symbian.h
    branches/thread-annotations/gcc/config/arm/thumb2.md
    branches/thread-annotations/gcc/config/arm/uclinux-elf.h
    branches/thread-annotations/gcc/config/arm/vfp.md
    branches/thread-annotations/gcc/config/arm/vfp11.md
    branches/thread-annotations/gcc/config/arm/vxworks.h
    branches/thread-annotations/gcc/config/avr/avr.c
    branches/thread-annotations/gcc/config/avr/avr.h
    branches/thread-annotations/gcc/config/bfin/bfin.c
    branches/thread-annotations/gcc/config/bfin/bfin.h
    branches/thread-annotations/gcc/config/cris/cris.c
    branches/thread-annotations/gcc/config/cris/cris.h
    branches/thread-annotations/gcc/config/crx/crx.c
    branches/thread-annotations/gcc/config/crx/crx.h
    branches/thread-annotations/gcc/config/frv/frv.c
    branches/thread-annotations/gcc/config/frv/frv.h
    branches/thread-annotations/gcc/config/h8300/h8300.c
    branches/thread-annotations/gcc/config/h8300/h8300.h
    branches/thread-annotations/gcc/config/i386/bsd.h
    branches/thread-annotations/gcc/config/i386/driver-i386.c
    branches/thread-annotations/gcc/config/i386/gthr-win32.c
    branches/thread-annotations/gcc/config/i386/i386-c.c
    branches/thread-annotations/gcc/config/i386/i386-protos.h
    branches/thread-annotations/gcc/config/i386/i386.c
    branches/thread-annotations/gcc/config/i386/i386.h
    branches/thread-annotations/gcc/config/i386/mingw32.h
    branches/thread-annotations/gcc/config/i386/t-cygming
    branches/thread-annotations/gcc/config/i386/t-cygwin
    branches/thread-annotations/gcc/config/i386/t-mingw32
    branches/thread-annotations/gcc/config/ia64/ia64.c
    branches/thread-annotations/gcc/config/ia64/ia64.h
    branches/thread-annotations/gcc/config/iq2000/iq2000.c
    branches/thread-annotations/gcc/config/iq2000/iq2000.h
    branches/thread-annotations/gcc/config/m32c/m32c.c
    branches/thread-annotations/gcc/config/m32r/m32r.c
    branches/thread-annotations/gcc/config/m32r/m32r.h
    branches/thread-annotations/gcc/config/m68hc11/m68hc11.c
    branches/thread-annotations/gcc/config/m68hc11/m68hc11.h
    branches/thread-annotations/gcc/config/m68k/m68k.c
    branches/thread-annotations/gcc/config/mcore/mcore.c
    branches/thread-annotations/gcc/config/mips/mips-protos.h
    branches/thread-annotations/gcc/config/mips/mips.c
    branches/thread-annotations/gcc/config/mips/mips.h
    branches/thread-annotations/gcc/config/mips/mips.md
    branches/thread-annotations/gcc/config/mmix/mmix.c
    branches/thread-annotations/gcc/config/mn10300/mn10300.c
    branches/thread-annotations/gcc/config/mn10300/mn10300.h
    branches/thread-annotations/gcc/config/pa/pa-hpux11.h
    branches/thread-annotations/gcc/config/pa/pa.c
    branches/thread-annotations/gcc/config/pa/pa.h
    branches/thread-annotations/gcc/config/pa/pa.md
    branches/thread-annotations/gcc/config/pa/pa64-hpux.h
    branches/thread-annotations/gcc/config/pdp11/pdp11.c
    branches/thread-annotations/gcc/config/pdp11/pdp11.h
    branches/thread-annotations/gcc/config/rs6000/altivec.md
    branches/thread-annotations/gcc/config/rs6000/predicates.md
    branches/thread-annotations/gcc/config/rs6000/rs6000-protos.h
    branches/thread-annotations/gcc/config/rs6000/rs6000.c
    branches/thread-annotations/gcc/config/rs6000/rs6000.h
    branches/thread-annotations/gcc/config/s390/s390.c
    branches/thread-annotations/gcc/config/s390/s390.h
    branches/thread-annotations/gcc/config/score/score-protos.h
    branches/thread-annotations/gcc/config/score/score.c
    branches/thread-annotations/gcc/config/score/score.h
    branches/thread-annotations/gcc/config/score/score3.c
    branches/thread-annotations/gcc/config/score/score3.h
    branches/thread-annotations/gcc/config/score/score7.c
    branches/thread-annotations/gcc/config/score/score7.h
    branches/thread-annotations/gcc/config/sh/sh.c
    branches/thread-annotations/gcc/config/sh/sh.h
    branches/thread-annotations/gcc/config/sparc/sparc.c
    branches/thread-annotations/gcc/config/sparc/sparc.h
    branches/thread-annotations/gcc/config/spu/spu.c
    branches/thread-annotations/gcc/config/spu/spu.h
    branches/thread-annotations/gcc/config/spu/spu.md
    branches/thread-annotations/gcc/config/stormy16/stormy16.c
    branches/thread-annotations/gcc/config/stormy16/stormy16.h
    branches/thread-annotations/gcc/config/v850/v850.c
    branches/thread-annotations/gcc/config/v850/v850.h
    branches/thread-annotations/gcc/config/vax/vax.c
    branches/thread-annotations/gcc/config/vax/vax.h
    branches/thread-annotations/gcc/config/xtensa/xtensa.c
    branches/thread-annotations/gcc/config/xtensa/xtensa.h
    branches/thread-annotations/gcc/configure
    branches/thread-annotations/gcc/configure.ac
    branches/thread-annotations/gcc/cp/ChangeLog
    branches/thread-annotations/gcc/cp/call.c
    branches/thread-annotations/gcc/cp/class.c
    branches/thread-annotations/gcc/cp/cp-objcp-common.h
    branches/thread-annotations/gcc/cp/cp-tree.h
    branches/thread-annotations/gcc/cp/decl.c
    branches/thread-annotations/gcc/cp/decl2.c
    branches/thread-annotations/gcc/cp/init.c
    branches/thread-annotations/gcc/cp/mangle.c
    branches/thread-annotations/gcc/cp/parser.c
    branches/thread-annotations/gcc/cp/pt.c
    branches/thread-annotations/gcc/cp/typeck.c
    branches/thread-annotations/gcc/cp/typeck2.c
    branches/thread-annotations/gcc/cse.c
    branches/thread-annotations/gcc/dbgcnt.def
    branches/thread-annotations/gcc/df-scan.c
    branches/thread-annotations/gcc/diagnostic.c
    branches/thread-annotations/gcc/doc/contrib.texi
    branches/thread-annotations/gcc/doc/extend.texi
    branches/thread-annotations/gcc/doc/invoke.texi
    branches/thread-annotations/gcc/doc/md.texi
    branches/thread-annotations/gcc/doc/tm.texi
    branches/thread-annotations/gcc/dojump.c
    branches/thread-annotations/gcc/dse.c
    branches/thread-annotations/gcc/dwarf2out.c
    branches/thread-annotations/gcc/emit-rtl.c
    branches/thread-annotations/gcc/expmed.c
    branches/thread-annotations/gcc/expr.c
    branches/thread-annotations/gcc/expr.h
    branches/thread-annotations/gcc/final.c
    branches/thread-annotations/gcc/flags.h
    branches/thread-annotations/gcc/fold-const.c
    branches/thread-annotations/gcc/fortran/ChangeLog
    branches/thread-annotations/gcc/fortran/decl.c
    branches/thread-annotations/gcc/fortran/dump-parse-tree.c
    branches/thread-annotations/gcc/fortran/expr.c
    branches/thread-annotations/gcc/fortran/gfc-internals.texi
    branches/thread-annotations/gcc/fortran/gfortran.h
    branches/thread-annotations/gcc/fortran/interface.c
    branches/thread-annotations/gcc/fortran/io.c
    branches/thread-annotations/gcc/fortran/match.c
    branches/thread-annotations/gcc/fortran/match.h
    branches/thread-annotations/gcc/fortran/module.c
    branches/thread-annotations/gcc/fortran/parse.c
    branches/thread-annotations/gcc/fortran/primary.c
    branches/thread-annotations/gcc/fortran/resolve.c
    branches/thread-annotations/gcc/fortran/st.c
    branches/thread-annotations/gcc/fortran/symbol.c
    branches/thread-annotations/gcc/fortran/trans-array.c
    branches/thread-annotations/gcc/fortran/trans-expr.c
    branches/thread-annotations/gcc/fortran/trans-intrinsic.c
    branches/thread-annotations/gcc/fwprop.c
    branches/thread-annotations/gcc/gdbinit.in
    branches/thread-annotations/gcc/genattr.c
    branches/thread-annotations/gcc/genautomata.c
    branches/thread-annotations/gcc/gimple.c
    branches/thread-annotations/gcc/gimple.h
    branches/thread-annotations/gcc/gimplify.c
    branches/thread-annotations/gcc/gthr-win32.h
    branches/thread-annotations/gcc/haifa-sched.c
    branches/thread-annotations/gcc/hard-reg-set.h
    branches/thread-annotations/gcc/hooks.c
    branches/thread-annotations/gcc/hooks.h
    branches/thread-annotations/gcc/ifcvt.c
    branches/thread-annotations/gcc/ipa-cp.c
    branches/thread-annotations/gcc/ipa-inline.c
    branches/thread-annotations/gcc/ira-build.c
    branches/thread-annotations/gcc/ira-color.c
    branches/thread-annotations/gcc/ira-conflicts.c
    branches/thread-annotations/gcc/ira-emit.c
    branches/thread-annotations/gcc/ira-int.h
    branches/thread-annotations/gcc/ira-lives.c
    branches/thread-annotations/gcc/ira.c
    branches/thread-annotations/gcc/ira.h
    branches/thread-annotations/gcc/lambda-code.c
    branches/thread-annotations/gcc/lambda.h
    branches/thread-annotations/gcc/langhooks-def.h
    branches/thread-annotations/gcc/langhooks.c
    branches/thread-annotations/gcc/langhooks.h
    branches/thread-annotations/gcc/lists.c
    branches/thread-annotations/gcc/loop-doloop.c
    branches/thread-annotations/gcc/loop-init.c
    branches/thread-annotations/gcc/loop-invariant.c
    branches/thread-annotations/gcc/matrix-reorg.c
    branches/thread-annotations/gcc/mkmap-flat.awk
    branches/thread-annotations/gcc/modulo-sched.c
    branches/thread-annotations/gcc/objc/ChangeLog
    branches/thread-annotations/gcc/objc/objc-act.c
    branches/thread-annotations/gcc/omp-low.c
    branches/thread-annotations/gcc/opt-functions.awk
    branches/thread-annotations/gcc/optabs.c
    branches/thread-annotations/gcc/opts.c
    branches/thread-annotations/gcc/opts.h
    branches/thread-annotations/gcc/output.h
    branches/thread-annotations/gcc/params.def
    branches/thread-annotations/gcc/passes.c
    branches/thread-annotations/gcc/po/ChangeLog
    branches/thread-annotations/gcc/postreload-gcse.c
    branches/thread-annotations/gcc/postreload.c
    branches/thread-annotations/gcc/predict.c
    branches/thread-annotations/gcc/predict.def
    branches/thread-annotations/gcc/profile.c
    branches/thread-annotations/gcc/real.c
    branches/thread-annotations/gcc/recog.c
    branches/thread-annotations/gcc/recog.h
    branches/thread-annotations/gcc/regrename.c
    branches/thread-annotations/gcc/reload1.c
    branches/thread-annotations/gcc/rtl.c
    branches/thread-annotations/gcc/rtl.h
    branches/thread-annotations/gcc/rtlanal.c
    branches/thread-annotations/gcc/rtlhooks-def.h
    branches/thread-annotations/gcc/sched-deps.c
    branches/thread-annotations/gcc/sched-ebb.c
    branches/thread-annotations/gcc/sched-int.h
    branches/thread-annotations/gcc/sched-rgn.c
    branches/thread-annotations/gcc/sched-vis.c
    branches/thread-annotations/gcc/see.c
    branches/thread-annotations/gcc/simplify-rtx.c
    branches/thread-annotations/gcc/stmt.c
    branches/thread-annotations/gcc/target-def.h
    branches/thread-annotations/gcc/target.h
    branches/thread-annotations/gcc/targhooks.c
    branches/thread-annotations/gcc/targhooks.h
    branches/thread-annotations/gcc/testsuite/ChangeLog
    branches/thread-annotations/gcc/testsuite/g++.dg/abi/mangle-neon.C
    branches/thread-annotations/gcc/testsuite/g++.dg/ext/java-2.C
    branches/thread-annotations/gcc/testsuite/gcc.c-torture/compile/pr11832.c
    branches/thread-annotations/gcc/testsuite/gcc.c-torture/compile/pr33009.c
    branches/thread-annotations/gcc/testsuite/gcc.dg/20010516-1.c
    branches/thread-annotations/gcc/testsuite/gcc.dg/pr36997.c
    branches/thread-annotations/gcc/testsuite/gcc.dg/pr37186.c
    branches/thread-annotations/gcc/testsuite/gcc.dg/vect/slp-perm-1.c
    branches/thread-annotations/gcc/testsuite/gcc.dg/vect/slp-perm-2.c
    branches/thread-annotations/gcc/testsuite/gcc.dg/vect/slp-perm-3.c
    branches/thread-annotations/gcc/testsuite/gcc.dg/vect/slp-perm-4.c
    branches/thread-annotations/gcc/testsuite/gcc.dg/vect/slp-perm-5.c
    branches/thread-annotations/gcc/testsuite/gcc.dg/vect/slp-perm-6.c
    branches/thread-annotations/gcc/testsuite/gcc.dg/vect/slp-perm-7.c
    branches/thread-annotations/gcc/testsuite/gcc.dg/vect/slp-perm-8.c
    branches/thread-annotations/gcc/testsuite/gcc.dg/vect/slp-perm-9.c
    branches/thread-annotations/gcc/testsuite/gcc.target/bfin/mcpu-bf522.c
    branches/thread-annotations/gcc/testsuite/gcc.target/bfin/mcpu-bf523.c
    branches/thread-annotations/gcc/testsuite/gcc.target/bfin/mcpu-bf524.c
    branches/thread-annotations/gcc/testsuite/gcc.target/bfin/mcpu-bf525.c
    branches/thread-annotations/gcc/testsuite/gcc.target/bfin/mcpu-bf526.c
    branches/thread-annotations/gcc/testsuite/gcc.target/bfin/mcpu-bf527.c
    branches/thread-annotations/gcc/testsuite/gcc.target/bfin/mcpu-bf542.c
    branches/thread-annotations/gcc/testsuite/gcc.target/bfin/mcpu-bf544.c
    branches/thread-annotations/gcc/testsuite/gcc.target/bfin/mcpu-bf547.c
    branches/thread-annotations/gcc/testsuite/gcc.target/bfin/mcpu-bf548.c
    branches/thread-annotations/gcc/testsuite/gcc.target/bfin/mcpu-bf549.c
    branches/thread-annotations/gcc/testsuite/gcc.target/i386/avx-3.c
    branches/thread-annotations/gcc/testsuite/gcc.target/i386/funcspec-1.c
    branches/thread-annotations/gcc/testsuite/gcc.target/i386/funcspec-10.c
    branches/thread-annotations/gcc/testsuite/gcc.target/i386/funcspec-11.c
    branches/thread-annotations/gcc/testsuite/gcc.target/i386/funcspec-2.c
    branches/thread-annotations/gcc/testsuite/gcc.target/i386/funcspec-3.c
    branches/thread-annotations/gcc/testsuite/gcc.target/i386/funcspec-4.c
    branches/thread-annotations/gcc/testsuite/gcc.target/i386/funcspec-5.c
    branches/thread-annotations/gcc/testsuite/gcc.target/i386/funcspec-6.c
    branches/thread-annotations/gcc/testsuite/gcc.target/i386/funcspec-7.c
    branches/thread-annotations/gcc/testsuite/gcc.target/i386/funcspec-8.c
    branches/thread-annotations/gcc/testsuite/gcc.target/i386/funcspec-9.c
    branches/thread-annotations/gcc/testsuite/gcc.target/i386/opt-2.c
    branches/thread-annotations/gcc/testsuite/gcc.target/i386/sse-22.c
    branches/thread-annotations/gcc/testsuite/gcc.target/i386/sse-23.c
    branches/thread-annotations/gcc/testsuite/gcc.target/mips/scc-2.c
    branches/thread-annotations/gcc/testsuite/gcc.target/mips/scc-3.c
    branches/thread-annotations/gcc/testsuite/gfortran.dg/debug/pr35154-dwarf2.f
    branches/thread-annotations/gcc/testsuite/gfortran.dg/fmt_g0_4.f08
    branches/thread-annotations/gcc/testsuite/gfortran.dg/internal_pack_4.f90
    branches/thread-annotations/gcc/testsuite/lib/target-supports.exp
    branches/thread-annotations/gcc/timevar.def
    branches/thread-annotations/gcc/toplev.h
    branches/thread-annotations/gcc/tree-call-cdce.c
    branches/thread-annotations/gcc/tree-cfg.c
    branches/thread-annotations/gcc/tree-chrec.c
    branches/thread-annotations/gcc/tree-chrec.h
    branches/thread-annotations/gcc/tree-data-ref.c
    branches/thread-annotations/gcc/tree-data-ref.h
    branches/thread-annotations/gcc/tree-flow.h
    branches/thread-annotations/gcc/tree-inline.c
    branches/thread-annotations/gcc/tree-into-ssa.c
    branches/thread-annotations/gcc/tree-loop-distribution.c
    branches/thread-annotations/gcc/tree-loop-linear.c
    branches/thread-annotations/gcc/tree-pass.h
    branches/thread-annotations/gcc/tree-phinodes.c
    branches/thread-annotations/gcc/tree-predcom.c
    branches/thread-annotations/gcc/tree-sra.c
    branches/thread-annotations/gcc/tree-ssa-address.c
    branches/thread-annotations/gcc/tree-ssa-alias.c
    branches/thread-annotations/gcc/tree-ssa-ccp.c
    branches/thread-annotations/gcc/tree-ssa-loop-ivopts.c
    branches/thread-annotations/gcc/tree-ssa-loop-unswitch.c
    branches/thread-annotations/gcc/tree-ssa-loop.c
    branches/thread-annotations/gcc/tree-ssa-pre.c
    branches/thread-annotations/gcc/tree-switch-conversion.c
    branches/thread-annotations/gcc/tree-vect-analyze.c
    branches/thread-annotations/gcc/tree-vectorizer.c
    branches/thread-annotations/gcc/tree-vrp.c
    branches/thread-annotations/gcc/tree.c
    branches/thread-annotations/gcc/tree.h
    branches/thread-annotations/gcc/varasm.c
    branches/thread-annotations/gcc/vecprim.h
    branches/thread-annotations/libgcc/ChangeLog
    branches/thread-annotations/libgcc/config.host
    branches/thread-annotations/libgfortran/ChangeLog
    branches/thread-annotations/libgfortran/io/format.c
    branches/thread-annotations/libgfortran/io/io.h
    branches/thread-annotations/libgfortran/io/transfer.c
    branches/thread-annotations/libgfortran/io/write.c
    branches/thread-annotations/libgfortran/runtime/error.c
    branches/thread-annotations/libgomp/ChangeLog
    branches/thread-annotations/libgomp/Makefile.am
    branches/thread-annotations/libgomp/Makefile.in
    branches/thread-annotations/libgomp/testsuite/Makefile.in

Propchange: branches/thread-annotations/
            ('svnmerge-integrated' modified)



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