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]

r145763 - in /branches/lto: ./ gcc/ChangeLog gc...


Author: dnovillo
Date: Wed Apr  8 17:13:09 2009
New Revision: 145763

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=145763
Log:
2009-04-08  Diego Novillo  <dnovillo@google.com>

	Mainline merge @145637.

	* configure.ac (acx_pkgversion): Update revision merge string.
	* configure: Regenerate.

2009-04-08  Diego Novillo  <dnovillo@google.com>

	* gimple.h (gimple_reset_mem_ops): Remove.  Update all users.
	* ipa-cp.c (ipcp_ltrans_cloning_candidate_p): Remove.  Update all
	users.
	(ipcp_cloning_candidate_p): Do not check for LTRANS.
	(ipcp_update_callgraph): Revert handling of cloned caller
	nodes.
	(graph_gate_cp): Add FIXME lto note.
	* lto-function-in.c (input_expr_operand): Do not call build7.
	Remove handling of NAME_MEMORY_TAG and SYMBOL_MEMORY_TAG.
	(input_eh_region): Return NULL for LTO_eh_table_shared_region.
	(fixup_eh_region_pointers): Setup region sharing using
	AKA bitmap sets.
	(input_gimple_stmt): Clear tuple fields with pointer values.
	Mark the statement modified.
	(input_function): Call update_ssa to update SSA on .MEM.
	(input_tree_operand): Remove handling of NAME_MEMORY_TAG
	and SYMBOL_MEMORY_TAG.
	* lto-function-out.c (output_eh_region): Do not output
	the region number for LTO_eh_table_shared_region.
	(output_expr_operand): Remove handling of NAME_MEMORY_TAG
	and SYMBOL_MEMORY_TAG.
	(output_bb): Do not write PHI nodes for .MEM.
	(output_tree_with_context): Remove handling of
	NAME_MEMORY_TAG and SYMBOL_MEMORY_TAG.
	* lto-tree-flags.def: Likewise.
	* tree-into-ssa.c: Call bitmap_obstack_initialize.



Added:
    branches/lto/libstdc++-v3/include/bits/random.h
      - copied unchanged from r145636, trunk/libstdc++-v3/include/bits/random.h
    branches/lto/libstdc++-v3/include/bits/random.tcc
      - copied unchanged from r145636, trunk/libstdc++-v3/include/bits/random.tcc
    branches/lto/libstdc++-v3/include/tr1/random.h
      - copied unchanged from r145636, trunk/libstdc++-v3/include/tr1/random.h
    branches/lto/libstdc++-v3/include/tr1/random.tcc
      - copied unchanged from r145636, trunk/libstdc++-v3/include/tr1/random.tcc
    branches/lto/libstdc++-v3/testsuite/26_numerics/random/
      - copied from r145636, trunk/libstdc++-v3/testsuite/26_numerics/random/
Removed:
    branches/lto/libstdc++-v3/include/tr1_impl/random
    branches/lto/libstdc++-v3/include/tr1_impl/random.tcc
Modified:
    branches/lto/libstdc++-v3/ChangeLog
    branches/lto/libstdc++-v3/config/cpu/sh/atomicity.h
    branches/lto/libstdc++-v3/include/Makefile.am
    branches/lto/libstdc++-v3/include/Makefile.in
    branches/lto/libstdc++-v3/include/std/random
    branches/lto/libstdc++-v3/include/tr1/random
    branches/lto/libstdc++-v3/testsuite/20_util/shared_ptr/thread/default_weaktoshared.cc
    branches/lto/libstdc++-v3/testsuite/20_util/shared_ptr/thread/mutex_weaktoshared.cc
    branches/lto/libstdc++-v3/testsuite/26_numerics/headers/random/std_c++0x_neg.cc

Changes in other areas also in this revision:
Added:
    branches/lto/gcc/config/i386/atom.md
      - copied unchanged from r145636, trunk/gcc/config/i386/atom.md
    branches/lto/gcc/config/i386/cygwin-stdint.h
      - copied unchanged from r145636, trunk/gcc/config/i386/cygwin-stdint.h
    branches/lto/gcc/config/i386/mingw-stdint.h
      - copied unchanged from r145636, trunk/gcc/config/i386/mingw-stdint.h
    branches/lto/gcc/testsuite/g++.dg/opt/pr39607.C
      - copied unchanged from r145636, trunk/gcc/testsuite/g++.dg/opt/pr39607.C
    branches/lto/gcc/testsuite/g++.dg/template/const2.C
      - copied unchanged from r145636, trunk/gcc/testsuite/g++.dg/template/const2.C
    branches/lto/gcc/testsuite/g++.dg/template/error38.C
      - copied unchanged from r145636, trunk/gcc/testsuite/g++.dg/template/error38.C
    branches/lto/gcc/testsuite/g++.dg/template/error39.C
      - copied unchanged from r145636, trunk/gcc/testsuite/g++.dg/template/error39.C
    branches/lto/gcc/testsuite/g++.dg/template/fnspec1.C
      - copied unchanged from r145636, trunk/gcc/testsuite/g++.dg/template/fnspec1.C
    branches/lto/gcc/testsuite/g++.dg/torture/20090329-1.C
      - copied unchanged from r145636, trunk/gcc/testsuite/g++.dg/torture/20090329-1.C
    branches/lto/gcc/testsuite/g++.dg/tree-ssa/pr13146.C
      - copied unchanged from r145636, trunk/gcc/testsuite/g++.dg/tree-ssa/pr13146.C
    branches/lto/gcc/testsuite/g++.dg/tree-ssa/pr8781.C
      - copied unchanged from r145636, trunk/gcc/testsuite/g++.dg/tree-ssa/pr8781.C
    branches/lto/gcc/testsuite/gcc.c-torture/compile/pr39636.c
      - copied unchanged from r145636, trunk/gcc/testsuite/gcc.c-torture/compile/pr39636.c
    branches/lto/gcc/testsuite/gcc.c-torture/compile/pr39648.c
      - copied unchanged from r145636, trunk/gcc/testsuite/gcc.c-torture/compile/pr39648.c
    branches/lto/gcc/testsuite/gcc.c-torture/execute/pr39501.c
      - copied unchanged from r145636, trunk/gcc/testsuite/gcc.c-torture/execute/pr39501.c
    branches/lto/gcc/testsuite/gcc.c-torture/execute/pr39501.x
      - copied unchanged from r145636, trunk/gcc/testsuite/gcc.c-torture/execute/pr39501.x
    branches/lto/gcc/testsuite/gcc.dg/torture/pta-ptrarith-3.c
      - copied unchanged from r145636, trunk/gcc/testsuite/gcc.dg/torture/pta-ptrarith-3.c
    branches/lto/gcc/testsuite/gcc.dg/torture/pta-structcopy-1.c
      - copied unchanged from r145636, trunk/gcc/testsuite/gcc.dg/torture/pta-structcopy-1.c
    branches/lto/gcc/testsuite/gcc.dg/torture/ssa-pta-fn-1.c
      - copied unchanged from r145636, trunk/gcc/testsuite/gcc.dg/torture/ssa-pta-fn-1.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/alias-20.c
      - copied unchanged from r145636, trunk/gcc/testsuite/gcc.dg/tree-ssa/alias-20.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/pr13146.c
      - copied unchanged from r145636, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr13146.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/pr23086.c
      - copied unchanged from r145636, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr23086.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/pr2480.c
      - copied unchanged from r145636, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr2480.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/pr38895.c
      - copied unchanged from r145636, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr38895.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/pta-ptrarith-1.c
      - copied unchanged from r145636, trunk/gcc/testsuite/gcc.dg/tree-ssa/pta-ptrarith-1.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/pta-ptrarith-2.c
      - copied unchanged from r145636, trunk/gcc/testsuite/gcc.dg/tree-ssa/pta-ptrarith-2.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/ssa-dce-4.c
      - copied unchanged from r145636, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-dce-4.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/ssa-dce-5.c
      - copied unchanged from r145636, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-dce-5.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-12.c
      - copied unchanged from r145636, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-12.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-18.c
      - copied unchanged from r145636, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-18.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-19.c
      - copied unchanged from r145636, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-19.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-20.c
      - copied unchanged from r145636, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-20.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-23.c
      - copied unchanged from r145636, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-23.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/ssa-pre-23.c
      - copied unchanged from r145636, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-pre-23.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/ssa-pre-24.c
      - copied unchanged from r145636, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-pre-24.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/ssa-pre-25.c
      - copied unchanged from r145636, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-pre-25.c
    branches/lto/gcc/testsuite/gcc.target/mips/interrupt_handler.c
      - copied unchanged from r145636, trunk/gcc/testsuite/gcc.target/mips/interrupt_handler.c
    branches/lto/gcc/testsuite/gfortran.dg/common_12.f90
      - copied unchanged from r145636, trunk/gcc/testsuite/gfortran.dg/common_12.f90
    branches/lto/gcc/testsuite/gfortran.dg/common_align_2.f90
      - copied unchanged from r145636, trunk/gcc/testsuite/gfortran.dg/common_align_2.f90
    branches/lto/gcc/testsuite/gfortran.dg/dependency_23.f90
      - copied unchanged from r145636, trunk/gcc/testsuite/gfortran.dg/dependency_23.f90
    branches/lto/gcc/testsuite/gfortran.dg/implied_do_1.f90
      - copied unchanged from r145636, trunk/gcc/testsuite/gfortran.dg/implied_do_1.f90
    branches/lto/gcc/testsuite/gfortran.dg/proc_decl_21.f90
      - copied unchanged from r145636, trunk/gcc/testsuite/gfortran.dg/proc_decl_21.f90
    branches/lto/gcc/testsuite/gfortran.dg/read_float_2.f03
      - copied unchanged from r145636, trunk/gcc/testsuite/gfortran.dg/read_float_2.f03
    branches/lto/gcc/testsuite/gfortran.dg/read_float_3.f90
      - copied unchanged from r145636, trunk/gcc/testsuite/gfortran.dg/read_float_3.f90
    branches/lto/gcc/testsuite/gfortran.dg/recursive_check_10.f90
      - copied unchanged from r145636, trunk/gcc/testsuite/gfortran.dg/recursive_check_10.f90
    branches/lto/gcc/testsuite/gfortran.dg/recursive_check_11.f90
      - copied unchanged from r145636, trunk/gcc/testsuite/gfortran.dg/recursive_check_11.f90
    branches/lto/gcc/testsuite/gfortran.dg/recursive_check_12.f90
      - copied unchanged from r145636, trunk/gcc/testsuite/gfortran.dg/recursive_check_12.f90
    branches/lto/gcc/testsuite/gfortran.dg/recursive_check_13.f90
      - copied unchanged from r145636, trunk/gcc/testsuite/gfortran.dg/recursive_check_13.f90
    branches/lto/gcc/testsuite/gfortran.dg/recursive_check_14.f90
      - copied unchanged from r145636, trunk/gcc/testsuite/gfortran.dg/recursive_check_14.f90
    branches/lto/gcc/testsuite/gfortran.dg/recursive_check_8.f90
      - copied unchanged from r145636, trunk/gcc/testsuite/gfortran.dg/recursive_check_8.f90
    branches/lto/gcc/testsuite/gfortran.dg/recursive_check_9.f90
      - copied unchanged from r145636, trunk/gcc/testsuite/gfortran.dg/recursive_check_9.f90
    branches/lto/gcc/testsuite/objc.dg/bad-receiver-type-2.m
      - copied unchanged from r145636, trunk/gcc/testsuite/objc.dg/bad-receiver-type-2.m
    branches/lto/gcc/tree-ssa-alias.h
      - copied unchanged from r145636, trunk/gcc/tree-ssa-alias.h
Removed:
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/alias-15.c
    branches/lto/gcc/tree-ssa-structalias.h
Modified:
    branches/lto/   (props changed)
    branches/lto/gcc/ChangeLog
    branches/lto/gcc/ChangeLog.lto
    branches/lto/gcc/DATESTAMP
    branches/lto/gcc/Makefile.in
    branches/lto/gcc/ada/ChangeLog
    branches/lto/gcc/ada/gcc-interface/utils.c
    branches/lto/gcc/alias.c
    branches/lto/gcc/alias.h
    branches/lto/gcc/bt-load.c
    branches/lto/gcc/c-decl.c
    branches/lto/gcc/calls.c
    branches/lto/gcc/config.gcc
    branches/lto/gcc/config/arm/arm.md
    branches/lto/gcc/config/i386/i386-c.c
    branches/lto/gcc/config/i386/i386.c
    branches/lto/gcc/config/i386/i386.h
    branches/lto/gcc/config/i386/i386.md
    branches/lto/gcc/config/i386/sse.md
    branches/lto/gcc/config/ia64/div.md
    branches/lto/gcc/config/ia64/ia64.md
    branches/lto/gcc/config/mips/mips-protos.h
    branches/lto/gcc/config/mips/mips.c
    branches/lto/gcc/config/mips/mips.h
    branches/lto/gcc/config/mips/mips.md
    branches/lto/gcc/config/mips/sde.h
    branches/lto/gcc/config/rs6000/linux64.h
    branches/lto/gcc/config/rs6000/sysv4.h
    branches/lto/gcc/config/rs6000/sysv4.opt
    branches/lto/gcc/config/rs6000/t-linux64
    branches/lto/gcc/config/sh/lib1funcs.asm
    branches/lto/gcc/config/sh/sh-protos.h
    branches/lto/gcc/config/sh/sh.c
    branches/lto/gcc/configure
    branches/lto/gcc/configure.ac
    branches/lto/gcc/cp/ChangeLog
    branches/lto/gcc/cp/cp-tree.h
    branches/lto/gcc/cp/error.c
    branches/lto/gcc/cp/pt.c
    branches/lto/gcc/cp/semantics.c
    branches/lto/gcc/doc/extend.texi
    branches/lto/gcc/doc/install.texi
    branches/lto/gcc/doc/invoke.texi
    branches/lto/gcc/doc/tree-ssa.texi
    branches/lto/gcc/except.c
    branches/lto/gcc/except.h
    branches/lto/gcc/fortran/ChangeLog
    branches/lto/gcc/fortran/decl.c
    branches/lto/gcc/fortran/dependency.c
    branches/lto/gcc/fortran/gfortran.h
    branches/lto/gcc/fortran/primary.c
    branches/lto/gcc/fortran/resolve.c
    branches/lto/gcc/fortran/symbol.c
    branches/lto/gcc/fortran/trans-array.c
    branches/lto/gcc/fortran/trans-common.c
    branches/lto/gcc/fortran/trans-decl.c
    branches/lto/gcc/fortran/trans-stmt.c
    branches/lto/gcc/gcc.c
    branches/lto/gcc/gimple-pretty-print.c
    branches/lto/gcc/gimple.c
    branches/lto/gcc/gimple.h
    branches/lto/gcc/graphite.c
    branches/lto/gcc/ipa-cp.c
    branches/lto/gcc/ipa-inline.c
    branches/lto/gcc/ipa-pure-const.c
    branches/lto/gcc/ipa-reference.c
    branches/lto/gcc/ipa-struct-reorg.c
    branches/lto/gcc/ira-build.c
    branches/lto/gcc/ira-color.c
    branches/lto/gcc/ira-emit.c
    branches/lto/gcc/ira-lives.c
    branches/lto/gcc/lambda-code.c
    branches/lto/gcc/lto-function-in.c
    branches/lto/gcc/lto-function-out.c
    branches/lto/gcc/lto-tree-flags.def
    branches/lto/gcc/matrix-reorg.c
    branches/lto/gcc/omp-low.c
    branches/lto/gcc/opts.c
    branches/lto/gcc/params.def
    branches/lto/gcc/params.h
    branches/lto/gcc/passes.c
    branches/lto/gcc/reload.c
    branches/lto/gcc/reload1.c
    branches/lto/gcc/stor-layout.c
    branches/lto/gcc/testsuite/ChangeLog
    branches/lto/gcc/testsuite/g++.dg/opt/pr36187.C
    branches/lto/gcc/testsuite/gcc.dg/memcpy-1.c
    branches/lto/gcc/testsuite/gcc.dg/pr19633-1.c
    branches/lto/gcc/testsuite/gcc.dg/pr38984.c
    branches/lto/gcc/testsuite/gcc.dg/pragma-isr-trapa2.c
    branches/lto/gcc/testsuite/gcc.dg/torture/pr30375.c
    branches/lto/gcc/testsuite/gcc.dg/torture/pr33560.c
    branches/lto/gcc/testsuite/gcc.dg/torture/pr33563.c
    branches/lto/gcc/testsuite/gcc.dg/torture/pr33870.c
    branches/lto/gcc/testsuite/gcc.dg/torture/pr39074-2.c
    branches/lto/gcc/testsuite/gcc.dg/torture/pr39074.c
    branches/lto/gcc/testsuite/gcc.dg/torture/pta-callused-1.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/20070302-1.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/alias-16.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/alias-18.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/alias-19.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/pr23382.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/pr26421.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/sra-3.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-10.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-13.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-14.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-15.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/ssa-lim-3.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/ssa-sccvn-1.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/ssa-sccvn-2.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/ssa-sccvn-4.c
    branches/lto/gcc/testsuite/gcc.dg/uninit-B.c
    branches/lto/gcc/testsuite/gcc.dg/uninit-pr19430.c
    branches/lto/gcc/testsuite/gcc.dg/vect/no-vfa-vect-43.c
    branches/lto/gcc/testsuite/gcc.dg/vect/no-vfa-vect-49.c
    branches/lto/gcc/testsuite/gcc.dg/vect/no-vfa-vect-53.c
    branches/lto/gcc/testsuite/gcc.dg/vect/no-vfa-vect-57.c
    branches/lto/gcc/testsuite/gcc.dg/vect/no-vfa-vect-61.c
    branches/lto/gcc/testsuite/gcc.target/sh/sh4a-bitmovua.c
    branches/lto/gcc/testsuite/gcc.target/sh/sh4a-memmovua.c
    branches/lto/gcc/testsuite/gfortran.dg/forall_13.f90
    branches/lto/gcc/testsuite/gfortran.dg/namelist_48.f90
    branches/lto/gcc/testsuite/gfortran.dg/namelist_49.f90
    branches/lto/gcc/testsuite/gfortran.dg/namelist_50.f90
    branches/lto/gcc/testsuite/gfortran.dg/namelist_51.f90
    branches/lto/gcc/testsuite/gfortran.dg/namelist_52.f90
    branches/lto/gcc/testsuite/gfortran.dg/namelist_56.f90
    branches/lto/gcc/testsuite/gfortran.dg/read_repeat.f90
    branches/lto/gcc/testsuite/gfortran.dg/streamio_9.f90
    branches/lto/gcc/testsuite/gfortran.dg/utf8_1.f03
    branches/lto/gcc/testsuite/gfortran.dg/utf8_2.f03
    branches/lto/gcc/testsuite/gfortran.dg/widechar_IO_1.f90
    branches/lto/gcc/testsuite/gfortran.dg/widechar_IO_3.f90
    branches/lto/gcc/testsuite/lib/gnat.exp
    branches/lto/gcc/timevar.def
    branches/lto/gcc/toplev.c
    branches/lto/gcc/tree-call-cdce.c
    branches/lto/gcc/tree-cfg.c
    branches/lto/gcc/tree-complex.c
    branches/lto/gcc/tree-data-ref.c
    branches/lto/gcc/tree-data-ref.h
    branches/lto/gcc/tree-dfa.c
    branches/lto/gcc/tree-dump.c
    branches/lto/gcc/tree-eh.c
    branches/lto/gcc/tree-flow-inline.h
    branches/lto/gcc/tree-flow.h
    branches/lto/gcc/tree-inline.c
    branches/lto/gcc/tree-into-ssa.c
    branches/lto/gcc/tree-loop-distribution.c
    branches/lto/gcc/tree-outof-ssa.c
    branches/lto/gcc/tree-pass.h
    branches/lto/gcc/tree-predcom.c
    branches/lto/gcc/tree-pretty-print.c
    branches/lto/gcc/tree-profile.c
    branches/lto/gcc/tree-sra.c
    branches/lto/gcc/tree-ssa-address.c
    branches/lto/gcc/tree-ssa-alias.c
    branches/lto/gcc/tree-ssa-ccp.c
    branches/lto/gcc/tree-ssa-coalesce.c
    branches/lto/gcc/tree-ssa-copy.c
    branches/lto/gcc/tree-ssa-copyrename.c
    branches/lto/gcc/tree-ssa-dce.c
    branches/lto/gcc/tree-ssa-dom.c
    branches/lto/gcc/tree-ssa-dse.c
    branches/lto/gcc/tree-ssa-forwprop.c
    branches/lto/gcc/tree-ssa-ifcombine.c
    branches/lto/gcc/tree-ssa-live.c
    branches/lto/gcc/tree-ssa-loop-im.c
    branches/lto/gcc/tree-ssa-loop-ivcanon.c
    branches/lto/gcc/tree-ssa-loop-ivopts.c
    branches/lto/gcc/tree-ssa-loop-niter.c
    branches/lto/gcc/tree-ssa-loop-prefetch.c
    branches/lto/gcc/tree-ssa-operands.c
    branches/lto/gcc/tree-ssa-operands.h
    branches/lto/gcc/tree-ssa-phiprop.c
    branches/lto/gcc/tree-ssa-pre.c
    branches/lto/gcc/tree-ssa-propagate.c
    branches/lto/gcc/tree-ssa-reassoc.c
    branches/lto/gcc/tree-ssa-sccvn.c
    branches/lto/gcc/tree-ssa-sccvn.h
    branches/lto/gcc/tree-ssa-sink.c
    branches/lto/gcc/tree-ssa-structalias.c
    branches/lto/gcc/tree-ssa-ter.c
    branches/lto/gcc/tree-ssa-uncprop.c
    branches/lto/gcc/tree-ssa.c
    branches/lto/gcc/tree-ssanames.c
    branches/lto/gcc/tree-tailcall.c
    branches/lto/gcc/tree-vect-data-refs.c
    branches/lto/gcc/tree-vect-loop-manip.c
    branches/lto/gcc/tree-vect-loop.c
    branches/lto/gcc/tree-vect-slp.c
    branches/lto/gcc/tree-vect-stmts.c
    branches/lto/gcc/tree-vectorizer.h
    branches/lto/gcc/tree-vrp.c
    branches/lto/gcc/tree.c
    branches/lto/gcc/tree.def
    branches/lto/gcc/tree.h
    branches/lto/gcc/treestruct.def
    branches/lto/gcc/unwind-dw2.c
    branches/lto/gcc/unwind-dw2.h
    branches/lto/libada/ChangeLog
    branches/lto/libada/Makefile.in
    branches/lto/libgcc/ChangeLog
    branches/lto/libgcc/config.host
    branches/lto/libgfortran/ChangeLog
    branches/lto/libgfortran/io/fbuf.c
    branches/lto/libgfortran/io/file_pos.c
    branches/lto/libgfortran/io/format.c
    branches/lto/libgfortran/io/intrinsics.c
    branches/lto/libgfortran/io/io.h
    branches/lto/libgfortran/io/list_read.c
    branches/lto/libgfortran/io/open.c
    branches/lto/libgfortran/io/read.c
    branches/lto/libgfortran/io/transfer.c
    branches/lto/libgfortran/io/unit.c
    branches/lto/libgfortran/io/unix.c
    branches/lto/libgfortran/io/write.c

Propchange: branches/lto/
            ('svnmerge-integrated' modified)



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