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

gcc gcc/ChangeLog gcc/ChangeLog.profiling gcc/ ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	tree-profiling-branch
Changes by:	hubicka@gcc.gnu.org	2004-02-16 17:24:00

Modified files:
	gcc            : ChangeLog ChangeLog.profiling 
	                 ChangeLog.tree-ssa Makefile.in 
	                 builtin-types.def builtins.c builtins.def 
	                 c-decl.c calls.c cgraph.c cgraphunit.c 
	                 common.opt cse.c defaults.h dwarf2out.c 
	                 emit-rtl.c explow.c expr.c expr.h final.c 
	                 flags.h fold-const.c function.c function.h 
	                 gimple-low.c gimplify.c integrate.c jump.c 
	                 opts.c print-tree.c rtl.h stmt.c timevar.def 
	                 toplev.c tree-cfg.c tree-dfa.c tree-dump.c 
	                 tree-flow.h tree-inline.c tree-optimize.c 
	                 tree-pass.h tree-pretty-print.c tree-simple.h 
	                 tree-ssa-dom.c tree-ssa-operands.c tree.def 
	                 tree.h varasm.c version.c 
	gcc/ada        : ChangeLog.tree-ssa utils.c 
	gcc/config/rs6000: rs6000.c 
	gcc/cp         : ChangeLog.tree-ssa call.c cp-lang.c decl.c 
	                 decl2.c parser.c semantics.c 
	gcc/doc        : invoke.texi 
	gcc/f          : com.c 
	gcc/fortran    : ChangeLog Make-lang.in f95-lang.c trans-decl.c 
	                 trans-expr.c trans-types.c trans.c trans.h 
	gcc/java       : ChangeLog.tree-ssa builtins.c decl.c 
	gcc/testsuite  : ChangeLog.tree-ssa 
	libstdc++-v3/include/bits: c++config 
Added files:
	gcc            : tree-nested.c tree-profile.c tree-ssa-dse.c 
	gcc/testsuite/gcc.dg: winline-1.c winline-2.c winline-3.c 
	                      winline-4.c winline-5.c winline-6.c 
	                      winline-7.c 
	gcc/testsuite/gfortran.fortran-torture/execute: straret.f90 
Removed files:
	gcc/fixinc/tests/base/mach-o: dyld.h 
	gcc/testsuite/g++.dg/tc1: dr1.C dr108.C dr127.C dr128.C dr137.C 
	                          dr147.C dr164.C dr179.C dr185.C dr20.C 
	                          dr213.C dr52.C dr74.C dr85.C dr90.C 
	gcc/testsuite/gcc.c-torture/execute: 20030120-3.c 
	libada         : ChangeLog Makefile.in configure configure.in 
	libjava/javax/print/attribute/standard: Copies.java 
	                                        DateTimeAtCompleted.java 
	                                        DateTimeAtCreation.java 
	                                        DateTimeAtProcessing.java 
	                                        DocumentName.java 
	                                        JobHoldUntil.java 
	                                        JobImpressions.java 
	                                        JobImpressionsCompleted.java 
	                                        JobKOctets.java 
	                                        JobKOctetsProcessed.java 
	                                        JobMediaSheets.java 
	                                        JobMediaSheetsCompleted.java 
	                                        JobMessageFromOperator.java 
	                                        JobName.java 
	                                        JobOriginatingUserName.java 
	                                        JobPriority.java 
	                                        JobPrioritySupported.java 
	                                        NumberOfDocuments.java 
	                                        NumberOfInterveningJobs.java 
	                                        NumberUp.java 
	                                        OutputDeviceAssigned.java 
	                                        PagesPerMinute.java 
	                                        PagesPerMinuteColor.java 
	                                        PrinterInfo.java 
	                                        PrinterLocation.java 
	                                        PrinterMakeAndModel.java 
	                                        PrinterMessageFromOperator.java 
	                                        PrinterName.java 
	                                        QueuedJobCount.java 
	                                        RequestingUserName.java 
	libstdc++-v3/config/os/tpf: ctype_base.h ctype_inline.h 
	                            ctype_noninline.h os_defines.h 
	libstdc++-v3/testsuite/20_util/allocator: 1.cc 10378.cc 8230.cc 
	libstdc++-v3/testsuite/23_containers/bitset/input: 1.cc 
	libstdc++-v3/testsuite/27_io/basic_ios/imbue: 14072.cc 
	libstdc++-v3/testsuite/27_io/basic_ostream/seekp/char: 
	                                                       exceptions_badbit_throw.cc 
	libstdc++-v3/testsuite/ext/enc_filebuf/char: 13189.cc 
	libstdc++-v3/testsuite/ext/enc_filebuf/wchar_t: 13189.cc 
	libstdc++-v3/testsuite/ext/stdio_filebuf/char: 1.cc 10063-1.cc 
	                                               10063-2.cc 
	                                               10063-3.cc 2.cc 
	libstdc++-v3/testsuite/ext/stdio_sync_filebuf/char: 1.cc 
	                                                    12048-1.cc 
	                                                    12048-2.cc 
	                                                    12048-3.cc 
	                                                    12048-4.cc 
	libstdc++-v3/testsuite/ext/stdio_sync_filebuf/wchar_t: 1.cc 
	                                                       12948-1.cc 
	                                                       12948-2.cc 
	                                                       12948-3.cc 
	                                                       12948-4.cc 
	libstdc++-v3/testsuite/performance/20_util/allocator: insert.cc 
	                                                      insert_insert.cc 
	                                                      map_thread.cc 
	                                                      producer_consumer.cc 
	libstdc++-v3/testsuite/performance/21_strings: string_append.cc 
	                                               string_cons_input_iterator.cc 
	libstdc++-v3/testsuite/performance/22_locale: is_wchar_t.cc 
	                                              narrow_widen_char.cc 
	                                              narrow_widen_wchar_t.cc 
	                                              wchar_t_in.cc 
	                                              wchar_t_length.cc 
	                                              wchar_t_out.cc 
	libstdc++-v3/testsuite/performance/23_containers: 
	                                                  container_benchmark.cc 
	                                                  list_create_fill_sort.cc 
	                                                  map_create_fill.cc 
	libstdc++-v3/testsuite/performance/26_numerics: complex_norm.cc 
	libstdc++-v3/testsuite/performance/27_io: cout_insert_int.cc 
	                                          filebuf_copy.cc 
	                                          filebuf_sputc.cc 
	                                          fstream_seek_write.cc 
	                                          ifstream_extract_float.cc 
	                                          ifstream_extract_int.cc 
	                                          ifstream_getline.cc 
	                                          ofstream_insert_float.cc 
	                                          ofstream_insert_int.cc 

Log message:
	* Merge from tree-ssa branch  (tree-profilng-merge-20040216)

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-nested.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=NONE&r2=1.1.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-profile.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=NONE&r2=1.1.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-dse.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=NONE&r2=1.1.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.14646.2.127&r2=1.14646.2.127.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.profiling.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.tree-ssa.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.2.1186&r2=1.1.2.1186.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/Makefile.in.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.903.2.179&r2=1.903.2.179.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/builtin-types.def.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.7.2.10&r2=1.7.2.10.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/builtins.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.152.2.50&r2=1.152.2.50.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/builtins.def.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.29.2.25&r2=1.29.2.25.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-decl.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.334.2.80&r2=1.334.2.80.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/calls.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.229.2.42&r2=1.229.2.42.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cgraph.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.4.4.18&r2=1.4.4.18.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cgraphunit.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.35&r2=1.1.4.35.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/common.opt.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.14.2.20&r2=1.14.2.20.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cse.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.229.2.26&r2=1.229.2.26.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/defaults.h.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.80.2.26&r2=1.80.2.26.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/dwarf2out.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.379.2.35&r2=1.379.2.35.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/emit-rtl.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.280.2.29&r2=1.280.2.29.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/explow.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.94.2.20&r2=1.94.2.20.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/expr.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.467.2.76&r2=1.467.2.76.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/expr.h.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.117.2.25&r2=1.117.2.25.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/final.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.262.2.23&r2=1.262.2.23.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/flags.h.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.86.2.46&r2=1.86.2.46.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fold-const.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.213.2.70&r2=1.213.2.70.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/function.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.374.2.42&r2=1.374.2.42.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/function.h.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.83.2.27&r2=1.83.2.27.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/gimple-low.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.17&r2=1.1.4.17.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/gimplify.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.2.141&r2=1.1.2.141.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/integrate.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.197.2.31&r2=1.197.2.31.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/jump.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.210.2.20&r2=1.210.2.20.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/opts.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.31.2.28&r2=1.31.2.28.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/print-tree.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.59.2.18&r2=1.59.2.18.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/rtl.h.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.362.2.34&r2=1.362.2.34.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/stmt.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.267.2.47&r2=1.267.2.47.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/timevar.def.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.14.2.35&r2=1.14.2.35.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/toplev.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.654.2.97&r2=1.654.2.97.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-cfg.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.267&r2=1.1.4.267.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-dfa.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.217&r2=1.1.4.217.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-dump.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.6.2.63&r2=1.6.2.63.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-flow.h.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.187&r2=1.1.4.187.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-inline.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.26.2.83&r2=1.26.2.83.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-optimize.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.122&r2=1.1.4.122.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-pass.h.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.2.12&r2=1.1.2.12.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-pretty-print.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.2.73&r2=1.1.2.73.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-simple.h.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.47&r2=1.1.4.47.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-dom.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.2.135&r2=1.1.2.135.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-operands.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.2.9&r2=1.1.2.9.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.def.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.52.2.24&r2=1.52.2.24.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.h.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.342.2.169&r2=1.342.2.169.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/varasm.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.295.2.44&r2=1.295.2.44.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/version.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1630.2.318&r2=1.1630.2.318.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/ChangeLog.tree-ssa.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.2.2&r2=1.1.2.2.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/utils.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.19.2.15&r2=1.19.2.15.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/rs6000.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.332.2.39&r2=1.332.2.39.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.tree-ssa.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.2.70&r2=1.1.2.70.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/call.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.320.2.43&r2=1.320.2.43.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/cp-lang.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.36.2.30&r2=1.36.2.30.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/decl.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.911.2.62&r2=1.911.2.62.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/decl2.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.540.2.47&r2=1.540.2.47.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/parser.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.32.2.20&r2=1.32.2.20.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/semantics.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.264.2.46&r2=1.264.2.46.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/invoke.texi.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.152.2.73&r2=1.152.2.73.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/f/com.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.171.2.23&r2=1.171.2.23.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fixinc/tests/base/mach-o/dyld.h.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.6.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/ChangeLog.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.2.120&r2=1.1.2.120.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/Make-lang.in.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.2.13&r2=1.1.2.13.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/f95-lang.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.2.16&r2=1.1.2.16.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/trans-decl.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.2.30&r2=1.1.2.30.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/trans-expr.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.2.17&r2=1.1.2.17.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/trans-types.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.2.10&r2=1.1.2.10.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/trans.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.2.11&r2=1.1.2.11.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/trans.h.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.2.13&r2=1.1.2.13.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/ChangeLog.tree-ssa.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.2.34&r2=1.1.2.34.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/builtins.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.8.2.9&r2=1.8.2.9.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/decl.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.128.2.36&r2=1.128.2.36.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.tree-ssa.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.2.170&r2=1.1.2.170.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/tc1/dr1.C.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/tc1/dr108.C.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/tc1/dr127.C.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/tc1/dr128.C.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/tc1/dr137.C.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/tc1/dr147.C.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/tc1/dr164.C.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/tc1/dr179.C.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/tc1/dr185.C.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/tc1/dr20.C.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/tc1/dr213.C.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/tc1/dr52.C.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/tc1/dr74.C.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/tc1/dr85.C.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/tc1/dr90.C.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.c-torture/execute/20030120-3.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.2.2&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/winline-1.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=NONE&r2=1.1.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/winline-2.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=NONE&r2=1.1.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/winline-3.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=NONE&r2=1.1.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/winline-4.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=NONE&r2=1.1.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/winline-5.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=NONE&r2=1.1.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/winline-6.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=NONE&r2=1.1.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/winline-7.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=NONE&r2=1.2.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gfortran.fortran-torture/execute/straret.f90.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=NONE&r2=1.1.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libada/ChangeLog.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.3.2.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libada/Makefile.in.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.3.2.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libada/configure.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.2.2.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libada/configure.in.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.2.2.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/javax/print/attribute/standard/Copies.java.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.2.2.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/javax/print/attribute/standard/DateTimeAtCompleted.java.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.10.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/javax/print/attribute/standard/DateTimeAtCreation.java.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.10.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/javax/print/attribute/standard/DateTimeAtProcessing.java.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.10.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/javax/print/attribute/standard/DocumentName.java.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.10.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/javax/print/attribute/standard/JobHoldUntil.java.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.10.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/javax/print/attribute/standard/JobImpressions.java.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.2.2.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/javax/print/attribute/standard/JobImpressionsCompleted.java.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.10.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/javax/print/attribute/standard/JobKOctets.java.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.10.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/javax/print/attribute/standard/JobKOctetsProcessed.java.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.2.10.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/javax/print/attribute/standard/JobMediaSheets.java.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.2.2.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/javax/print/attribute/standard/JobMediaSheetsCompleted.java.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.2.10.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/javax/print/attribute/standard/JobMessageFromOperator.java.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.10.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/javax/print/attribute/standard/JobName.java.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.10.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/javax/print/attribute/standard/JobOriginatingUserName.java.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.10.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/javax/print/attribute/standard/JobPriority.java.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.6.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/javax/print/attribute/standard/JobPrioritySupported.java.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.10.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/javax/print/attribute/standard/NumberOfDocuments.java.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.2.2.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/javax/print/attribute/standard/NumberOfInterveningJobs.java.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.2.2.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/javax/print/attribute/standard/NumberUp.java.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.6.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/javax/print/attribute/standard/OutputDeviceAssigned.java.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.2.10.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/javax/print/attribute/standard/PagesPerMinute.java.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.2.2.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/javax/print/attribute/standard/PagesPerMinuteColor.java.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.2.2.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/javax/print/attribute/standard/PrinterInfo.java.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.10.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/javax/print/attribute/standard/PrinterLocation.java.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.10.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/javax/print/attribute/standard/PrinterMakeAndModel.java.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.10.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/javax/print/attribute/standard/PrinterMessageFromOperator.java.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.10.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/javax/print/attribute/standard/PrinterName.java.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.10.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/javax/print/attribute/standard/QueuedJobCount.java.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.2.2.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/javax/print/attribute/standard/RequestingUserName.java.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.2.10.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/os/tpf/ctype_base.h.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.6.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/os/tpf/ctype_inline.h.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.6.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/os/tpf/ctype_noninline.h.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.6.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/os/tpf/os_defines.h.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.6.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/c++config.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.395.2.314&r2=1.395.2.314.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/20_util/allocator/1.cc.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.6.2&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/20_util/allocator/10378.cc.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.6.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/20_util/allocator/8230.cc.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/bitset/input/1.cc.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.6.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ios/imbue/14072.cc.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/seekp/char/exceptions_badbit_throw.cc.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.2.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/enc_filebuf/char/13189.cc.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.2.6.2&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/enc_filebuf/wchar_t/13189.cc.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.2.6.2&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/stdio_filebuf/char/1.cc.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.6.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/stdio_filebuf/char/10063-1.cc.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/stdio_filebuf/char/10063-2.cc.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.2.2.2&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/stdio_filebuf/char/10063-3.cc.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.6.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/stdio_filebuf/char/2.cc.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.6.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/char/1.cc.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.6.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/char/12048-1.cc.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.6.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/char/12048-2.cc.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.6.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/char/12048-3.cc.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.6.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/char/12048-4.cc.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.6.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/wchar_t/1.cc.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.6.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/wchar_t/12948-1.cc.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.6.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/wchar_t/12948-2.cc.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.6.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/wchar_t/12948-3.cc.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.6.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/wchar_t/12948-4.cc.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.6.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/performance/20_util/allocator/insert.cc.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.3.2.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/performance/20_util/allocator/insert_insert.cc.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.2.2.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/performance/20_util/allocator/map_thread.cc.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.2.2.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/performance/20_util/allocator/producer_consumer.cc.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.2.2.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/performance/21_strings/string_append.cc.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/performance/21_strings/string_cons_input_iterator.cc.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/performance/22_locale/is_wchar_t.cc.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/performance/22_locale/narrow_widen_char.cc.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/performance/22_locale/narrow_widen_wchar_t.cc.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/performance/22_locale/wchar_t_in.cc.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/performance/22_locale/wchar_t_length.cc.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/performance/22_locale/wchar_t_out.cc.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/performance/23_containers/container_benchmark.cc.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/performance/23_containers/list_create_fill_sort.cc.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/performance/23_containers/map_create_fill.cc.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/performance/26_numerics/complex_norm.cc.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/performance/27_io/cout_insert_int.cc.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/performance/27_io/filebuf_copy.cc.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/performance/27_io/filebuf_sputc.cc.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/performance/27_io/fstream_seek_write.cc.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/performance/27_io/ifstream_extract_float.cc.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/performance/27_io/ifstream_extract_int.cc.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/performance/27_io/ifstream_getline.cc.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/performance/27_io/ofstream_insert_float.cc.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/performance/27_io/ofstream_insert_int.cc.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.1&r2=NONE


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