search for: ofstream_ctor

Displaying 20 results from an estimated 27 matches for "ofstream_ctor".

2010 Jan 31
3
[LLVMdev] llvm-gcc 4.0 question
..._GNU_SOURCE -D__STDC_LIMIT_MACROS -DNDEBUG -O2 -m32 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version- min=10.4 -fno-omit-frame-pointer -fno-strict-aliasing -fPIC -c /Users/ build/NightlyBuild/llvm_root/3rdparty/llvm-2.6-src/projects/test-suite/ SingleSource/Regression/C++/ofstream_ctor.cpp -o Output/ ofstream_ctor.bc -emit-llvm In file included from /Developer/SDKs/MacOSX10.4u.sdk/usr/include/ wchar.h:112, from /Developer/SDKs/MacOSX10.4u.sdk/usr/include/c++/ 4.0.0/cwchar:54, from /Developer/SDKs/MacOSX10.4u.sdk/usr/include/c++/ 4.0.0/bits/...
2006 Nov 08
0
[LLVMdev] 1.9 Next Steps
...row llc /SingleSource/Regression/C++/EH/throw_rethrow_test jit /SingleSource/Regression/C++/EH/throw_rethrow_test cbe /SingleSource/Regression/C++/EH/throw_rethrow_test llc /SingleSource/Regression/C++/BuiltinTypeInfo cbe /SingleSource/Regression/C++/BuiltinTypeInfo llc /SingleSource/Regression/C++/ofstream_ctor cbe /SingleSource/Regression/C++/ofstream_ctor ^^ All of these fail due to C++ exception handling not implemented in llvm-gcc4 llc /SingleSource/Benchmarks/CoyoteBench/fftbench jit /SingleSource/Benchmarks/CoyoteBench/fftbench ^^ PR990 llc /SingleSource/Benchmarks/Shootout-C++/except jit /Sin...
2006 Nov 08
6
[LLVMdev] 1.9 Next Steps
I created the 1.9 release branch last night. As a reminder, please do not check in any code changes to the release branch. Please send me email if you have changes that need to be merged into the release branch. To check out the release branch: cvs -d <CVS Repository> co -r release_19 llvm cvs -d <CVS Repository> co -r release_19 llvm-test cvs -d <CVS Repository> co -r
2010 Mar 24
1
[LLVMdev] [cfe-dev] 2.7 Pre-release1 available for testing
...ngleSource/Regression/C++/EH/simple_throw SingleSource/UnitTests/2006-12-04-DynAllocAndRestore SingleSource/UnitTests/Vector/SSE/sse.expandfft SingleSource/UnitTests/Vector/SSE/sse.stepfft JIT failures in clang, pass in llvm-gcc: MultiSource/Applications/sqlite3/sqlite3 SingleSource/Regression/C++/ofstream_ctor 3. Some performance regressions GCC/LLC (2.6 -> 2.7), but keep in mind that I wasn't using GCC 4.4.3 as comparison for llvm 2.6! MultiSource/Applications/hexxagon/hexxagon 1.22 -> 1.14 MultiSource/Applications/lua/lua 0.91 -> 0.84 MultiSource/Applications/obsequi/Obsequi 0.93 -&g...
2006 Nov 17
2
[LLVMdev] 1.9 Prerelease Available for Testing (TAKE TWO)
...est TEST-FAIL: jit /SingleSource/Regression/C++/EH/throw_rethrow_test TEST-FAIL: cbe /SingleSource/Regression/C++/EH/throw_rethrow_test TEST-FAIL: llc /SingleSource/Regression/C++/BuiltinTypeInfo TEST-FAIL: cbe /SingleSource/Regression/C++/BuiltinTypeInfo TEST-FAIL: llc /SingleSource/Regression/C++/ofstream_ctor TEST-FAIL: jit /SingleSource/Regression/C++/ofstream_ctor TEST-FAIL: cbe /SingleSource/Regression/C++/ofstream_ctor TEST-FAIL: llc /SingleSource/Benchmarks/Shootout-C++/except TEST-FAIL: jit /SingleSource/Benchmarks/Shootout-C++/except TEST-FAIL: cbe /SingleSource/Benchmarks/Shootout-C++/except *...
2010 Mar 30
0
[LLVMdev] [cfe-dev] 2.7 Pre-release1 available for testing
..._throw > SingleSource/UnitTests/2006-12-04-DynAllocAndRestore > SingleSource/UnitTests/Vector/SSE/sse.expandfft > SingleSource/UnitTests/Vector/SSE/sse.stepfft > > JIT failures in clang, pass in llvm-gcc: > MultiSource/Applications/sqlite3/sqlite3 > SingleSource/Regression/C++/ofstream_ctor > This isn't part of our release criteria. So, these are not release blockers. > 3. Some performance regressions GCC/LLC (2.6 -> 2.7), but keep in mind > that I wasn't using GCC 4.4.3 as comparison for llvm 2.6! > > MultiSource/Applications/hexxagon/hexxagon 1.22 -&g...
2007 Mar 30
0
[LLVMdev] llvm-gcc4_2
...(bei llc and when compiling c-backend code) (i guess thats what you were refering to) > > and a few other failures i did not relate to this 2 groups Right, C++ EH is disabled in llvm-gcc at this point. Some of the failures do look real though, things like pointer_method, BuiltinTypeInfo, ofstream_ctor, etc. Very nice. Reid/Anton, do you guys have an idea when the svn server will be available? -Chris -- http://nondot.org/sabre/ http://llvm.org/
2007 Mar 28
2
[LLVMdev] llvm-gcc4_2
hi > > i fixed some major bugs in the llvm-gcc4_2 patch since my last post. > > this brings me to an interesting question: > > > > what are your criteria to use my patch for further development? > > I have no fixed criteria. I think the best solution is for the work to be > checked into the (forthcoming) public SVN server. When it is available, > you can
2010 Mar 17
9
[LLVMdev] 2.7 Pre-release1 available for testing
The 2.7 binaries are available for testing: http://llvm.org/pre-releases/2.7/pre-release1/ You will also find the source tarballs there as well. We rely on the community to help make our releases great, so please help test 2.7 if you can. Please follow these instructions to test 2.7: To test llvm-gcc: 1) Compile llvm from source and untar the llvm-test in the projects directory (name it
2014 May 04
12
[LLVMdev] [RFC] Benchmarking subset of the test suite
...ion/C++/EH/simple_rethrow SingleSource/Regression/C++/EH/simple_throw SingleSource/Regression/C++/EH/throw_rethrow_test SingleSource/Regression/C++/fixups SingleSource/Regression/C++/global_ctor SingleSource/Regression/C/globalrefs SingleSource/Regression/C++/global_type SingleSource/Regression/C++/ofstream_ctor SingleSource/Regression/C/pointer_arithmetic SingleSource/Regression/C++/pointer_member SingleSource/Regression/C++/pointer_method SingleSource/Regression/C++/pointer_method2 SingleSource/Regression/C/PR10189 SingleSource/Regression/C/PR1386 SingleSource/Regression/C/PR491 SingleSource/Regression/C...
2010 Mar 30
2
[LLVMdev] [cfe-dev] 2.7 Pre-release1 available for testing
...e/UnitTests/2006-12-04-DynAllocAndRestore >> SingleSource/UnitTests/Vector/SSE/sse.expandfft >> SingleSource/UnitTests/Vector/SSE/sse.stepfft >> >> JIT failures in clang, pass in llvm-gcc: >> MultiSource/Applications/sqlite3/sqlite3 >> SingleSource/Regression/C++/ofstream_ctor >> > > This isn't part of our release criteria. So, these are not release blockers. Ok, something to keep in mind for LLVM 2.8 then. > >> 3. Some performance regressions GCC/LLC (2.6 -> 2.7), but keep in mind >> that I wasn't using GCC 4.4.3 as comparison...
2006 Nov 16
0
[LLVMdev] 1.9 Prerelease Available for Testing
Tanya, Here's the results for GNU/Linux, 2.6.18-1.2200.fc5smp (Fedora Core 5) HIGH LEVEL COMMENTS * The llvm-1.9.tar.gz file unpacks to a dir named "llvm". Shouldn't that be llvm-1.9? * LLVM was built in Release mode in all cases * I don't think this is ready for release. In particular the llvm-gcc4 binary seg faults on FC 5 for most of llvm-test programs. *
2006 Nov 14
5
[LLVMdev] 1.9 Prerelease Available for Testing
LLVMers, The LLVM 1.9 Prerelease is available for testing: http://llvm.org/prereleases/1.9/ If anyone can spare some time, please download the appropriate tarballs for your platform and test the release (at least with make check). I'd also appreciate any documentation reviews. Please note that llvm-gcc3 on x86 may not have a clean dejagnu run. You should see one XPASS for
2012 Feb 19
2
[LLVMdev] Problem While Running Test Suite
...leSource/Regression/C++/2003-05-14-array-init | * | * | SingleSource/Regression/C++/fixups | * | * | SingleSource/Regression/C++/2003-08-20-EnumSizeProblem | * | * | SingleSource/Regression/C++/ofstream_ctor | * | * | SingleSource/Regression/C++/2011-03-28-Bitfield | * | * | SingleSource/Regression/C++/2008-01-29-ParamAliasesReturn | * | * | SingleSource/Regression/C++/2003-06-08-BaseType...
2008 Feb 03
0
[LLVMdev] 2.2 Prerelease available for testing
...0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C++/global_type | 0.0010 428 0.0014 * 0.0014 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C++/ofstream_ctor | 0.0025 2508 0.0022 * 0.0021 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C++/pointer_member | 0.0023 556 0.0019 * 0.0019...
2007 Sep 18
0
[LLVMdev] 2.1 Pre-Release Available (testers needed)
...0.00 * 0.02 | - - n/a n/a SingleSource/Regression/C++/global_type | 0.0000 412 0.0000 * 0.0080 | 0.00 0.01 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C++/ofstream_ctor | 0.0040 1632 0.0000 * 0.0040 | 0.00 0.00 0.00 * 0.03 | - - n/a n/a SingleSource/Regression/C++/pointer_member | 0.0040 580 0.0000 * 0.0040...
2008 Jan 24
6
[LLVMdev] 2.2 Prerelease available for testing
LLVMers, The 2.2 prerelease is now available for testing: http://llvm.org/prereleases/2.2/ If anyone can help test this release, I ask that you do the following: 1) Build llvm and llvm-gcc (or use a binary). You may build release (default) or debug. You may pick llvm-gcc-4.0, llvm-gcc-4.2, or both. 2) Run 'make check'. 3) In llvm-test, run 'make TEST=nightly report'. 4) When
2007 Sep 18
0
[LLVMdev] 2.1 Pre-Release Available (testers needed)
...0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C++/global_type | 0.0078 424 0.0011 * 0.0011 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/Regression/C++/ofstream_ctor | 0.0033 1544 0.0017 * 0.0017 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C++/pointer_member | 0.0030 564 0.0015 * 0.0015...
2008 Jan 28
0
[LLVMdev] 2.2 Prerelease available for testing
...0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C++/global_type | 0.0006 448 0.0006 * 0.0006 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C++/ofstream_ctor | 0.0014 2560 0.0012 * 0.0010 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C++/pointer_member | 0.0009 580 0.0010 * 0.0010...
2009 Oct 20
1
[LLVMdev] 2.6 pre-release2 ready for testing
...    0.02 | -       -       n/a          n/a > SingleSource/Regression/C++/global_type                                  | > 0.0000 456      0.0000      *                0.0000      |    0.00    0.00 >  0.01 *           0.00 | -       -       n/a          n/a > SingleSource/Regression/C++/ofstream_ctor                                | > 0.0400 9176     0.0300      *                0.0300      |    0.00    0.01 >  0.00 *           0.04 | -       -       n/a          n/a > SingleSource/Regression/C++/pointer_member                               | > 0.0000 660      0.0000      *        ...