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]

r190563 - in /branches/cilkplus: ./ ChangeLog M...


Author: bviyer
Date: Tue Aug 21 15:11:01 2012
New Revision: 190563

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

Added:
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/unordered_map/operators/2.cc
      - copied unchanged from r190535, trunk/libstdc++-v3/testsuite/23_containers/unordered_map/operators/2.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/condition_variable/54185.cc
      - copied unchanged from r190535, trunk/libstdc++-v3/testsuite/30_threads/condition_variable/54185.cc
    branches/cilkplus/libstdc++-v3/testsuite/util/testsuite_counter_type.h
      - copied unchanged from r190535, trunk/libstdc++-v3/testsuite/util/testsuite_counter_type.h
Modified:
    branches/cilkplus/libstdc++-v3/ChangeLog
    branches/cilkplus/libstdc++-v3/include/bits/hashtable.h
    branches/cilkplus/libstdc++-v3/include/bits/hashtable_policy.h
    branches/cilkplus/libstdc++-v3/include/std/unordered_map
    branches/cilkplus/libstdc++-v3/include/std/unordered_set
    branches/cilkplus/libstdc++-v3/python/libstdcxx/v6/printers.py
    branches/cilkplus/libstdc++-v3/src/c++11/condition_variable.cc
    branches/cilkplus/libstdc++-v3/testsuite/libstdc++-prettyprinters/cxx11.cc

Changes in other areas also in this revision:
Added:
    branches/cilkplus/contrib/testsuite-management/x86_64-unknown-linux-gnu.xfail
      - copied unchanged from r190535, trunk/contrib/testsuite-management/x86_64-unknown-linux-gnu.xfail
    branches/cilkplus/gcc/config/tilegx/feedback.h
      - copied unchanged from r190535, trunk/gcc/config/tilegx/feedback.h
    branches/cilkplus/gcc/config/tilepro/feedback.h
      - copied unchanged from r190535, trunk/gcc/config/tilepro/feedback.h
    branches/cilkplus/gcc/hash-table.c
      - copied unchanged from r190535, trunk/gcc/hash-table.c
    branches/cilkplus/gcc/hash-table.h
      - copied unchanged from r190535, trunk/gcc/hash-table.h
    branches/cilkplus/gcc/testsuite/gcc.c-torture/compile/pr53411.c
      - copied unchanged from r190535, trunk/gcc/testsuite/gcc.c-torture/compile/pr53411.c
    branches/cilkplus/gcc/testsuite/gcc.c-torture/compile/pr53495.c
      - copied unchanged from r190535, trunk/gcc/testsuite/gcc.c-torture/compile/pr53495.c
    branches/cilkplus/gcc/testsuite/gcc.c-torture/compile/pr54321.c
      - copied unchanged from r190535, trunk/gcc/testsuite/gcc.c-torture/compile/pr54321.c
    branches/cilkplus/gcc/testsuite/gcc.c-torture/execute/20120817-1.c
      - copied unchanged from r190535, trunk/gcc/testsuite/gcc.c-torture/execute/20120817-1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/Wsizeof-pointer-memaccess1.c
      - copied unchanged from r190535, trunk/gcc/testsuite/gcc.dg/torture/Wsizeof-pointer-memaccess1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/pr54261-1.c
      - copied unchanged from r190535, trunk/gcc/testsuite/gcc.dg/torture/pr54261-1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/pr54327.c
      - copied unchanged from r190535, trunk/gcc/testsuite/gcc.dg/torture/pr54327.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/pr54245.c
      - copied unchanged from r190535, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr54245.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/div64-unwinding.c
      - copied unchanged from r190535, trunk/gcc/testsuite/gcc.target/arm/div64-unwinding.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/perm-concat.c
      - copied unchanged from r190535, trunk/gcc/testsuite/gcc.target/i386/perm-concat.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/pr20020-1.c
      - copied unchanged from r190535, trunk/gcc/testsuite/gcc.target/i386/pr20020-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/pr20020-2.c
      - copied unchanged from r190535, trunk/gcc/testsuite/gcc.target/i386/pr20020-2.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/pr20020-3.c
      - copied unchanged from r190535, trunk/gcc/testsuite/gcc.target/i386/pr20020-3.c
    branches/cilkplus/gcc/testsuite/gcc.target/mips/pr54240.c
      - copied unchanged from r190535, trunk/gcc/testsuite/gcc.target/mips/pr54240.c
    branches/cilkplus/gcc/testsuite/gcc.target/powerpc/pr54240.c
      - copied unchanged from r190535, trunk/gcc/testsuite/gcc.target/powerpc/pr54240.c
    branches/cilkplus/gcc/testsuite/gcc.target/sh/pr50751-8.c
      - copied unchanged from r190535, trunk/gcc/testsuite/gcc.target/sh/pr50751-8.c
    branches/cilkplus/gcc/testsuite/gcc.target/sh/pr52933-1.c
      - copied unchanged from r190535, trunk/gcc/testsuite/gcc.target/sh/pr52933-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/sh/pr52933-2.c
      - copied unchanged from r190535, trunk/gcc/testsuite/gcc.target/sh/pr52933-2.c
    branches/cilkplus/gcc/testsuite/gcc.target/sh/pr54236-1.c
      - copied unchanged from r190535, trunk/gcc/testsuite/gcc.target/sh/pr54236-1.c
    branches/cilkplus/gcc/testsuite/gfortran.dg/data_constraints_3.f90
      - copied unchanged from r190535, trunk/gcc/testsuite/gfortran.dg/data_constraints_3.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/interface_37.f90
      - copied unchanged from r190535, trunk/gcc/testsuite/gfortran.dg/interface_37.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/real_compare_1.f90
      - copied unchanged from r190535, trunk/gcc/testsuite/gfortran.dg/real_compare_1.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/typebound_call_24.f03
      - copied unchanged from r190535, trunk/gcc/testsuite/gfortran.dg/typebound_call_24.f03
    branches/cilkplus/gcc/testsuite/gfortran.dg/typebound_proc_27.f03
      - copied unchanged from r190535, trunk/gcc/testsuite/gfortran.dg/typebound_proc_27.f03
    branches/cilkplus/gcc/testsuite/gfortran.dg/warn_conversion_4.f90
      - copied unchanged from r190535, trunk/gcc/testsuite/gfortran.dg/warn_conversion_4.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/warn_target_lifetime_1.f90
      - copied unchanged from r190535, trunk/gcc/testsuite/gfortran.dg/warn_target_lifetime_1.f90
Modified:
    branches/cilkplus/   (props changed)
    branches/cilkplus/ChangeLog
    branches/cilkplus/Makefile.in
    branches/cilkplus/Makefile.tpl
    branches/cilkplus/configure
    branches/cilkplus/configure.ac
    branches/cilkplus/contrib/ChangeLog
    branches/cilkplus/contrib/testsuite-management/validate_failures.py
    branches/cilkplus/gcc/ChangeLog
    branches/cilkplus/gcc/DATESTAMP
    branches/cilkplus/gcc/Makefile.in
    branches/cilkplus/gcc/ada/ChangeLog
    branches/cilkplus/gcc/ada/gcc-interface/decl.c
    branches/cilkplus/gcc/ada/gcc-interface/trans.c
    branches/cilkplus/gcc/ada/gcc-interface/utils.c
    branches/cilkplus/gcc/ada/gcc-interface/utils2.c
    branches/cilkplus/gcc/ada/layout.adb
    branches/cilkplus/gcc/alias.c
    branches/cilkplus/gcc/alloc-pool.c
    branches/cilkplus/gcc/basic-block.h
    branches/cilkplus/gcc/bitmap.h
    branches/cilkplus/gcc/c-family/ChangeLog
    branches/cilkplus/gcc/c-family/c-common.c
    branches/cilkplus/gcc/c-family/c-common.def
    branches/cilkplus/gcc/c-family/c-common.h
    branches/cilkplus/gcc/c-family/c-opts.c
    branches/cilkplus/gcc/c-family/c-pragma.c
    branches/cilkplus/gcc/c-family/c.opt
    branches/cilkplus/gcc/c/ChangeLog
    branches/cilkplus/gcc/c/c-decl.c
    branches/cilkplus/gcc/c/c-parser.c
    branches/cilkplus/gcc/c/c-tree.h
    branches/cilkplus/gcc/c/c-typeck.c
    branches/cilkplus/gcc/cfganal.c
    branches/cilkplus/gcc/cfgexpand.c
    branches/cilkplus/gcc/cfgloop.c
    branches/cilkplus/gcc/cfgloop.h
    branches/cilkplus/gcc/cfgloopmanip.c
    branches/cilkplus/gcc/cilk-spawn.c
    branches/cilkplus/gcc/combine.c
    branches/cilkplus/gcc/common/config/rs6000/rs6000-common.c
    branches/cilkplus/gcc/config.gcc
    branches/cilkplus/gcc/config.in
    branches/cilkplus/gcc/config/arm/arm.c
    branches/cilkplus/gcc/config/arm/arm.md
    branches/cilkplus/gcc/config/arm/mmintrin.h
    branches/cilkplus/gcc/config/arm/neon.md
    branches/cilkplus/gcc/config/avr/avr-log.c
    branches/cilkplus/gcc/config/avr/avr.c
    branches/cilkplus/gcc/config/avr/avr.h
    branches/cilkplus/gcc/config/avr/gen-avr-mmcu-texi.c
    branches/cilkplus/gcc/config/avr/t-avr
    branches/cilkplus/gcc/config/c6x/c6x.c
    branches/cilkplus/gcc/config/fr30/fr30.md
    branches/cilkplus/gcc/config/i386/i386-protos.h
    branches/cilkplus/gcc/config/i386/i386.c
    branches/cilkplus/gcc/config/i386/i386.h
    branches/cilkplus/gcc/config/i386/i386.md
    branches/cilkplus/gcc/config/i386/i386elf.h
    branches/cilkplus/gcc/config/ia64/hpux.h
    branches/cilkplus/gcc/config/ia64/ia64.c
    branches/cilkplus/gcc/config/iq2000/iq2000.c
    branches/cilkplus/gcc/config/iq2000/iq2000.md
    branches/cilkplus/gcc/config/mcore/mcore.md
    branches/cilkplus/gcc/config/mep/t-mep
    branches/cilkplus/gcc/config/mips/24k.md
    branches/cilkplus/gcc/config/mips/74k.md
    branches/cilkplus/gcc/config/mips/mips-dsp.md
    branches/cilkplus/gcc/config/mips/mips-dspr2.md
    branches/cilkplus/gcc/config/mips/mips-protos.h
    branches/cilkplus/gcc/config/mips/mips.c
    branches/cilkplus/gcc/config/mips/mips.md
    branches/cilkplus/gcc/config/rs6000/aix43.h
    branches/cilkplus/gcc/config/rs6000/aix51.h
    branches/cilkplus/gcc/config/rs6000/aix52.h
    branches/cilkplus/gcc/config/rs6000/aix53.h
    branches/cilkplus/gcc/config/rs6000/aix61.h
    branches/cilkplus/gcc/config/rs6000/darwin.h
    branches/cilkplus/gcc/config/rs6000/darwin.md
    branches/cilkplus/gcc/config/rs6000/darwin64.h
    branches/cilkplus/gcc/config/rs6000/default64.h
    branches/cilkplus/gcc/config/rs6000/dfp.md
    branches/cilkplus/gcc/config/rs6000/driver-rs6000.c
    branches/cilkplus/gcc/config/rs6000/eabi.h
    branches/cilkplus/gcc/config/rs6000/eabialtivec.h
    branches/cilkplus/gcc/config/rs6000/eabispe.h
    branches/cilkplus/gcc/config/rs6000/linuxaltivec.h
    branches/cilkplus/gcc/config/rs6000/linuxspe.h
    branches/cilkplus/gcc/config/rs6000/rs6000-builtin.def
    branches/cilkplus/gcc/config/rs6000/rs6000-c.c
    branches/cilkplus/gcc/config/rs6000/rs6000-cpus.def
    branches/cilkplus/gcc/config/rs6000/rs6000-tables.opt
    branches/cilkplus/gcc/config/rs6000/rs6000.c
    branches/cilkplus/gcc/config/rs6000/rs6000.h
    branches/cilkplus/gcc/config/rs6000/rs6000.md
    branches/cilkplus/gcc/config/rs6000/rs6000.opt
    branches/cilkplus/gcc/config/rs6000/spe.md
    branches/cilkplus/gcc/config/rs6000/sync.md
    branches/cilkplus/gcc/config/rs6000/sysv4.h
    branches/cilkplus/gcc/config/rs6000/sysv4le.h
    branches/cilkplus/gcc/config/rs6000/vsx.md
    branches/cilkplus/gcc/config/rs6000/vxworks.h
    branches/cilkplus/gcc/config/sh/constraints.md
    branches/cilkplus/gcc/config/sh/predicates.md
    branches/cilkplus/gcc/config/sh/sh.c
    branches/cilkplus/gcc/config/sh/sh.md
    branches/cilkplus/gcc/config/spu/spu.c
    branches/cilkplus/gcc/config/spu/t-spu-elf
    branches/cilkplus/gcc/config/xtensa/xtensa.c
    branches/cilkplus/gcc/config/xtensa/xtensa.h
    branches/cilkplus/gcc/configure
    branches/cilkplus/gcc/configure.ac
    branches/cilkplus/gcc/coretypes.h
    branches/cilkplus/gcc/coverage.c
    branches/cilkplus/gcc/cp/ChangeLog
    branches/cilkplus/gcc/cp/Make-lang.in
    branches/cilkplus/gcc/cp/call.c
    branches/cilkplus/gcc/cp/cilk.c
    branches/cilkplus/gcc/cp/class.c
    branches/cilkplus/gcc/cp/cp-tree.def
    branches/cilkplus/gcc/cp/decl.c
    branches/cilkplus/gcc/cp/name-lookup.c
    branches/cilkplus/gcc/cp/parser.c
    branches/cilkplus/gcc/cp/rtti.c
    branches/cilkplus/gcc/cp/semantics.c
    branches/cilkplus/gcc/cp/tree.c
    branches/cilkplus/gcc/cp/typeck2.c
    branches/cilkplus/gcc/df-problems.c
    branches/cilkplus/gcc/df-scan.c
    branches/cilkplus/gcc/doc/gty.texi
    branches/cilkplus/gcc/doc/install.texi
    branches/cilkplus/gcc/doc/invoke.texi
    branches/cilkplus/gcc/doc/tm.texi
    branches/cilkplus/gcc/doc/tm.texi.in
    branches/cilkplus/gcc/dominance.c
    branches/cilkplus/gcc/double-int.c
    branches/cilkplus/gcc/double-int.h
    branches/cilkplus/gcc/dse.c
    branches/cilkplus/gcc/dwarf2cfi.c
    branches/cilkplus/gcc/dwarf2out.c
    branches/cilkplus/gcc/emit-rtl.c
    branches/cilkplus/gcc/except.c
    branches/cilkplus/gcc/expmed.c
    branches/cilkplus/gcc/final.c
    branches/cilkplus/gcc/fixed-value.c
    branches/cilkplus/gcc/fold-const.c
    branches/cilkplus/gcc/fortran/ChangeLog
    branches/cilkplus/gcc/fortran/array.c
    branches/cilkplus/gcc/fortran/check.c
    branches/cilkplus/gcc/fortran/decl.c
    branches/cilkplus/gcc/fortran/dump-parse-tree.c
    branches/cilkplus/gcc/fortran/error.c
    branches/cilkplus/gcc/fortran/expr.c
    branches/cilkplus/gcc/fortran/gfortran.h
    branches/cilkplus/gcc/fortran/interface.c
    branches/cilkplus/gcc/fortran/invoke.texi
    branches/cilkplus/gcc/fortran/lang.opt
    branches/cilkplus/gcc/fortran/match.c
    branches/cilkplus/gcc/fortran/options.c
    branches/cilkplus/gcc/fortran/parse.c
    branches/cilkplus/gcc/fortran/primary.c
    branches/cilkplus/gcc/fortran/resolve.c
    branches/cilkplus/gcc/fortran/symbol.c
    branches/cilkplus/gcc/fortran/trans-array.c
    branches/cilkplus/gcc/fortran/trans-expr.c
    branches/cilkplus/gcc/fortran/trans-io.c
    branches/cilkplus/gcc/fortran/trans-stmt.c
    branches/cilkplus/gcc/function.h
    branches/cilkplus/gcc/fwprop.c
    branches/cilkplus/gcc/gcc.c
    branches/cilkplus/gcc/gdbinit.in
    branches/cilkplus/gcc/genautomata.c
    branches/cilkplus/gcc/genextract.c
    branches/cilkplus/gcc/gengtype-lex.l
    branches/cilkplus/gcc/gengtype-parse.c
    branches/cilkplus/gcc/gengtype-state.c
    branches/cilkplus/gcc/gengtype.c
    branches/cilkplus/gcc/gengtype.h
    branches/cilkplus/gcc/genoutput.c
    branches/cilkplus/gcc/ggc-page.c
    branches/cilkplus/gcc/ggc-zone.c
    branches/cilkplus/gcc/ggc.h
    branches/cilkplus/gcc/gimple-fold.c
    branches/cilkplus/gcc/gimple-low.c
    branches/cilkplus/gcc/gimple-pretty-print.c
    branches/cilkplus/gcc/gimple-ssa-strength-reduction.c
    branches/cilkplus/gcc/gimple-streamer-out.c
    branches/cilkplus/gcc/gimple.h
    branches/cilkplus/gcc/gimplify.c
    branches/cilkplus/gcc/go/ChangeLog
    branches/cilkplus/gcc/go/go-c.h
    branches/cilkplus/gcc/go/go-gcc.cc
    branches/cilkplus/gcc/go/go-system.h
    branches/cilkplus/gcc/go/gofrontend/expressions.cc
    branches/cilkplus/gcc/go/gofrontend/gogo-tree.cc
    branches/cilkplus/gcc/go/gofrontend/types.cc
    branches/cilkplus/gcc/graphite-scop-detection.c
    branches/cilkplus/gcc/graphite-sese-to-poly.c
    branches/cilkplus/gcc/hw-doloop.c
    branches/cilkplus/gcc/intl.h
    branches/cilkplus/gcc/ipa-inline-analysis.c
    branches/cilkplus/gcc/ipa-inline.c
    branches/cilkplus/gcc/ipa-inline.h
    branches/cilkplus/gcc/ipa-prop.c
    branches/cilkplus/gcc/ipa-prop.h
    branches/cilkplus/gcc/ipa-pure-const.c
    branches/cilkplus/gcc/ipa-ref-inline.h
    branches/cilkplus/gcc/ipa-ref.c
    branches/cilkplus/gcc/ipa-split.c
    branches/cilkplus/gcc/ira-build.c
    branches/cilkplus/gcc/ira.c
    branches/cilkplus/gcc/java/boehm.c
    branches/cilkplus/gcc/java/class.c
    branches/cilkplus/gcc/java/constants.c
    branches/cilkplus/gcc/java/java-tree.h
    branches/cilkplus/gcc/loop-init.c
    branches/cilkplus/gcc/lto-streamer-out.c
    branches/cilkplus/gcc/modulo-sched.c
    branches/cilkplus/gcc/objc/objc-act.c
    branches/cilkplus/gcc/optabs.c
    branches/cilkplus/gcc/params.def
    branches/cilkplus/gcc/predict.c
    branches/cilkplus/gcc/ree.c
    branches/cilkplus/gcc/reg-stack.c
    branches/cilkplus/gcc/regrename.c
    branches/cilkplus/gcc/reload.h
    branches/cilkplus/gcc/reload1.c
    branches/cilkplus/gcc/sched-int.h
    branches/cilkplus/gcc/sel-sched-ir.c
    branches/cilkplus/gcc/sel-sched-ir.h
    branches/cilkplus/gcc/sel-sched.c
    branches/cilkplus/gcc/sese.c
    branches/cilkplus/gcc/simplify-rtx.c
    branches/cilkplus/gcc/sparseset.c
    branches/cilkplus/gcc/stor-layout.c
    branches/cilkplus/gcc/stringpool.c
    branches/cilkplus/gcc/system.h
    branches/cilkplus/gcc/target.def
    branches/cilkplus/gcc/targhooks.c
    branches/cilkplus/gcc/targhooks.h
    branches/cilkplus/gcc/testsuite/ChangeLog
    branches/cilkplus/gcc/testsuite/g++.dg/debug/dwarf2/pubnames-2.C
    branches/cilkplus/gcc/testsuite/gcc.dg/ipa/iinline-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/thumb-16bit-ops.c
    branches/cilkplus/gcc/testsuite/gfortran.dg/bessel_5.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/data_constraints_1.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/g77/19990826-3.f
    branches/cilkplus/gcc/testsuite/gfortran.dg/g77/20020307-1.f
    branches/cilkplus/gcc/testsuite/gfortran.dg/g77/980310-3.f
    branches/cilkplus/gcc/testsuite/gfortran.dg/pr37243.f
    branches/cilkplus/gcc/testsuite/gfortran.dg/typebound_proc_20.f90
    branches/cilkplus/gcc/testsuite/lib/target-supports.exp
    branches/cilkplus/gcc/timevar.def
    branches/cilkplus/gcc/tree-call-cdce.c
    branches/cilkplus/gcc/tree-cfg.c
    branches/cilkplus/gcc/tree-cfgcleanup.c
    branches/cilkplus/gcc/tree-eh.c
    branches/cilkplus/gcc/tree-flow.h
    branches/cilkplus/gcc/tree-if-conv.c
    branches/cilkplus/gcc/tree-inline.c
    branches/cilkplus/gcc/tree-into-ssa.c
    branches/cilkplus/gcc/tree-loop-distribution.c
    branches/cilkplus/gcc/tree-outof-ssa.c
    branches/cilkplus/gcc/tree-parloops.c
    branches/cilkplus/gcc/tree-scalar-evolution.c
    branches/cilkplus/gcc/tree-sra.c
    branches/cilkplus/gcc/tree-ssa-address.c
    branches/cilkplus/gcc/tree-ssa-ccp.c
    branches/cilkplus/gcc/tree-ssa-coalesce.c
    branches/cilkplus/gcc/tree-ssa-copy.c
    branches/cilkplus/gcc/tree-ssa-dce.c
    branches/cilkplus/gcc/tree-ssa-dom.c
    branches/cilkplus/gcc/tree-ssa-forwprop.c
    branches/cilkplus/gcc/tree-ssa-live.c
    branches/cilkplus/gcc/tree-ssa-live.h
    branches/cilkplus/gcc/tree-ssa-loop-im.c
    branches/cilkplus/gcc/tree-ssa-loop-ivopts.c
    branches/cilkplus/gcc/tree-ssa-loop-manip.c
    branches/cilkplus/gcc/tree-ssa-loop-niter.c
    branches/cilkplus/gcc/tree-ssa-loop.c
    branches/cilkplus/gcc/tree-ssa-math-opts.c
    branches/cilkplus/gcc/tree-ssa-phiopt.c
    branches/cilkplus/gcc/tree-ssa-pre.c
    branches/cilkplus/gcc/tree-ssa-propagate.c
    branches/cilkplus/gcc/tree-ssa-reassoc.c
    branches/cilkplus/gcc/tree-ssa-sccvn.c
    branches/cilkplus/gcc/tree-ssa-strlen.c
    branches/cilkplus/gcc/tree-ssa-structalias.c
    branches/cilkplus/gcc/tree-ssa-tail-merge.c
    branches/cilkplus/gcc/tree-ssa-ter.c
    branches/cilkplus/gcc/tree-ssa-threadedge.c
    branches/cilkplus/gcc/tree-ssa-threadupdate.c
    branches/cilkplus/gcc/tree-ssa-uninit.c
    branches/cilkplus/gcc/tree-ssa.c
    branches/cilkplus/gcc/tree-stdarg.c
    branches/cilkplus/gcc/tree-vect-data-refs.c
    branches/cilkplus/gcc/tree-vect-loop-manip.c
    branches/cilkplus/gcc/tree-vect-loop.c
    branches/cilkplus/gcc/tree-vect-slp.c
    branches/cilkplus/gcc/tree-vect-stmts.c
    branches/cilkplus/gcc/tree-vrp.c
    branches/cilkplus/gcc/tree.c
    branches/cilkplus/gcc/tree.h
    branches/cilkplus/gcc/value-prof.c
    branches/cilkplus/gcc/var-tracking.c
    branches/cilkplus/gcc/varasm.c
    branches/cilkplus/gcc/vec.c
    branches/cilkplus/gcc/vec.h
    branches/cilkplus/libcpp/ChangeLog
    branches/cilkplus/libcpp/Makefile.in
    branches/cilkplus/libcpp/configure
    branches/cilkplus/libcpp/configure.ac
    branches/cilkplus/libcpp/identifiers.c
    branches/cilkplus/libcpp/include/symtab.h
    branches/cilkplus/libcpp/init.c
    branches/cilkplus/libcpp/internal.h
    branches/cilkplus/libcpp/symtab.c
    branches/cilkplus/libgcc/ChangeLog
    branches/cilkplus/libgcc/Makefile.in
    branches/cilkplus/libgcc/config.host
    branches/cilkplus/libgcc/config/arm/t-bpabi
    branches/cilkplus/libgcc/config/m68k/linux-atomic.c
    branches/cilkplus/libgcc/crtstuff.c
    branches/cilkplus/libgcc/longlong.h
    branches/cilkplus/libiberty/ChangeLog
    branches/cilkplus/libiberty/floatformat.c

Propchange: branches/cilkplus/
            ('svn:mergeinfo' modified)



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