search for: vs10

Displaying 13 results from an estimated 13 matches for "vs10".

Did you mean: v10
2013 Oct 04
2
Again about encoding speed of different compiles
...: * GCC 4.8.1 (MSYS from http://xhmikosr.1f0.de/tools/) * Intel C++ Composer XE 2013 update 5 * MSVS 2010 SP1 * MSVS 2012 update 3 (SSSE3 and SSE4.1 code was disabled for all compilers) Stereo 24-bit WAV file was encoded with -8 preset. Encoding time, in seconds: GCC 32-bit: 209 ICC 32-bit: 130 VS10 32-bit: 116 VS12 32-bit: 114 GCC 64-bit: 79.5 ICC 64-bit: 81.2 VS10 64-bit: 81.1 VS12 64-bit: 83.3 According to a profiler, FLAC__lpc_compute_residual_from_qlp_coefficients_wide() is one of the most CPU consuming. I added __restrict keyword to its parameters. before it was: void FLAC__lpc_compu...
2011 Mar 18
0
[LLVMdev] [RC1] Status of Visual Studio 8, 9 and 10
Good evening, guys! At first, I apologize my report is a little gross, I have so little time to do checking process minutely. * RC1 RC1 can be built on VS8, 9, 10 with Debug|Release. At one point, r127264(in release_29/trunk) is needed to build with Debug on VS10. RC1 can pass clang-test with any configurations. RC1 fails llvm's check on many tests. * RC1 and patches ToT would be ready to failure-free build with several patches. - r127264 (in release_29/trunk) - r127723 [PR6270] PathV1::makeUnique() - r127731, r127732, r127733, r127734, r1277...
2011 Aug 15
0
[LLVMdev] LLVM 2.9 64bits on Visual Studio 9
FYI, I have confirmed it works on VS10SP1 with x64|Release. E:\llvm\build\cmake-x64-vs10>bin\Release\Fibonacci.exe 24 verifying... OK We just constructed this LLVM module: --------- ; ModuleID = 'test' (snip) --------- starting fibonacci(24) with JIT... Result: 46368 ...Takumi 2011/8/11 <gleizesd at gmail.com>: &g...
2011 Aug 11
2
[LLVMdev] LLVM 2.9 64bits on Visual Studio 9
Hello everybody, I have sucessfully compiled LLVM with CMAKE generator "Visual Studio 9 2008 Win64" (OS Windows 7). -But when I run the Fibonacci example program in "release" mode, I get a crash with this visual studio popup message : Microsoft Visual Studio C Runtime Library has detected a fatal error in Fibonacci.exe. -Here is the visual studio output:
2010 Aug 13
4
[LLVMdev] errors when compiling with visual studio 10
im compiling llvm with visual studio 10. I have used cmake build app. visual studio 10 is complaining about error c2039: 'setjmp' : is not a member of llvm::Intrinsic its line 154, LowerInvoke.cpp any ideas? -- View this message in context: http://old.nabble.com/errors-when-compiling-with-visual-studio-10-tp29427176p29427176.html Sent from the LLVM - Dev mailing list archive at
2010 Aug 13
0
[LLVMdev] errors when compiling with visual studio 10
also within visual studio, when i compile a window pops up saying that CMake has regenerated 29.sln files. and do i want to reload them? is this normal. what should I do? gafferuk wrote: > > im compiling llvm with visual studio 10. I have used cmake build app. > > visual studio 10 is complaining about error c2039: 'setjmp' : is not a > member of llvm::Intrinsic > its
2011 Jan 10
1
[LLVMdev] Current state of the (new) CBackend & LLVM/clang with Microsoft Visual Studio
Hi. I am interested in using the CBackend of LLVM. I have read about the problems with the current version and that David Greene has started a reimplementation. Can you tell me about its current state? Furthermore, I use Microsoft Visual Studio. The "Getting started with MVC" documents for release 2.8 say "To emphasize, there is no C/C++ front end currently available" but
2011 Mar 27
0
[LLVMdev] [RC3] Visual Studio [8,9,10] Debug build
...Failures: 3 vs9 10>Failing Tests (2): 10> LLVM :: Transforms/SRETPromotion/basictest.ll 10> LLVM-Unit :: Support/Debug/SupportTests.exe/CastingTest.cast 10> Expected Passes : 8107 10> Expected Failures : 73 10> Unsupported Tests : 552 10> Unexpected Failures: 2 vs10 10> Failing Tests (2): 10> LLVM :: Transforms/SRETPromotion/basictest.ll 10> LLVM-Unit :: Support/Debug/SupportTests.exe/CastingTest.cast 10> 10> Expected Passes : 8137 10> Expected Failures : 73 10> Unsupported Tests : 552 10> Unexpected Failures...
2011 Mar 27
0
[LLVMdev] [RC3] Visual Studio [8, 9, 10] Release build
...upported Tests : 552 vs9 10>Failing Tests (3): 10> LLVM :: CodeGen/ARM/bfi.ll 10> LLVM :: CodeGen/ARM/va_arg.ll 10> LLVM :: CodeGen/Thumb2/bfi.ll 10> Expected Passes : 8097 10> Expected Failures : 73 10> Unsupported Tests : 552 10> Unexpected Failures: 3 vs10 25> Expected Passes : 8130 25> Expected Failures : 73 25> Unsupported Tests : 552
2004 Dec 02
1
failure notice
...is is the qmail-send program at relay.spectranet.com. I'm afraid I wasn't able to deliver your message to the following addresses. This is a permanent error; I've given up. Sorry it didn't work out. <jack@yahoo.com>: 64.156.215.6 does not like recipient. Remote host said: 553 VS10-RT Possible forgery or deactivated due to abuse (#5.1.1) Giving up on 64.156.215.6. --- Below this line is a copy of the message. Return-Path: <samba@lists.samba.org> Received: (qmail 16053 invoked by uid 1008); 2 Dec 2004 03:59:50 -0000 Received: from direct-static-dsl152-d.spectranet.com...
2012 Nov 06
1
[LLVMdev] nm-archive test failing on Windows
Hi, The Object/nm-archive test is failing for me on 64-bit Windows. It started recently, possibly with r166767. The output is as follows: 12> ******************** TEST 'LLVM :: Object/nm-archive.test' FAILED ******************** 12> Script: 12> -- 12> C:/dev/llvm/build/bin/Debug/llvm-nm.EXE c:\dev\llvm\test\Object/Inputs/archive-test.a-coff-i386 |
2012 Dec 04
0
[LLVMdev] Visual Studio 2012 cl.exe ICE while building LLVM for x64 (in TableGen) at -O2
> On Behalf Of Nicholas Chapman > > On 04/12/2012 06:29, Michael Spencer wrote: > > On Mon, Dec 3, 2012 at 8:08 PM, Gordon Keiser <gkeiser at arxan.com> > wrote: > >> As an update to this: > >> http://connect.microsoft.com/VisualStudio/feedback/details/769222/cl- > >> exe-ice-when-building-llvm-trunk-at-o2 > >> > >> Microsoft
2012 Dec 04
3
[LLVMdev] Visual Studio 2012 cl.exe ICE while building LLVM for x64 (in TableGen) at -O2
On 04/12/2012 06:29, Michael Spencer wrote: > On Mon, Dec 3, 2012 at 8:08 PM, Gordon Keiser <gkeiser at arxan.com> wrote: >> As an update to this: >> http://connect.microsoft.com/VisualStudio/feedback/details/769222/cl-exe-ice-when-building-llvm-trunk-at-o2 >> >> Microsoft has reproduced the ICE, given a workaround, and is planning a fix for a future MSVC release.