search for: vs8

Displaying 14 results from an estimated 14 matches for "vs8".

Did you mean: s8
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 (...
2006 Nov 04
2
[LLVMdev] Port succesful
...o for strtoll because the windows version is strtol (not strtoll). macro replaces strtoll with strtol and it compiles. I found really a lot of warnings in the project. Should I clean them? GCC probably doesn't throw them, so I don't know ... I don't even want to try to compile with VS8 which is even better at warnings ... Otherwise, I hope to use llvm (and of course also the port) for my project, baadengine (www.baadengine.org). llvm would serve as a script compiler (could be static or to bytecodes and JIT-ed at execution). I have already made the compiler (parsing, code extra...
2008 Dec 05
2
[LLVMdev] Build errors on trunk for about a week now.
Been trying to build the trunk to test some things for about a week now using VS8 (VS2k5). Tons of Warnings (like things first being declared struct, being redefined class and so forth, those need to be fixed, but are otherwise not harmful), and a *lot* of errors. Being trunk I figured just the normal trunk-type issues, but it has been going on for a while now, so figured it w...
2008 Oct 05
1
[LLVMdev] There are two linker error when compiling the latest llvm source...
Hi everyone.I am using the visual stuido 2005 to build the lastesllvm source code. After the building phase, the vs 2005 dump two errors with the lli and llc. Here is the message: the Error 1549 error LNK2019: unresolved external symbol "class llvm::FunctionPass * __cdecl llvm::createPBQPRegisterAllocator(void)" (?createPBQPRegisterAllocator at llvm@@YAPAVFunctionPass at 1@XZ)
2011 Mar 27
0
[LLVMdev] [RC3] Visual Studio [8,9,10] Debug build
They are good. I am checking with Release now. 20> Clang :: CodeGenObjC/image-info.m I will investigate it later. ...Takumi vs8 20>Failing Tests (3): 20> Clang :: CodeGenObjC/image-info.m 20> LLVM :: Transforms/SRETPromotion/basictest.ll 20> LLVM-Unit :: support/debug/SupportTests.exe/CastingTest.cast 20> Expected Passes : 8106 20> Expected Failures : 73 20> Unsupported Tests : 552 20&g...
2011 Mar 27
0
[LLVMdev] [RC3] Visual Studio [8, 9, 10] Release build
They are good. On VS9, it seems ARM stuff has been broken for months. ...Takumi vs8 10>-- Testing: 8725 tests, 8 threads -- 10>Testing Time: 245.20s 10> Expected Passes : 8100 10> Expected Failures : 73 10> Unsupported Tests : 552 vs9 10>Failing Tests (3): 10> LLVM :: CodeGen/ARM/bfi.ll 10> LLVM :: CodeGen/ARM/va_arg.ll 10> LLVM :: Code...
2011 Jun 06
1
[LLVMdev] Left-to-right push of formal parameters
...ozdev.org/ iQEcBAEBCAAGBQJN7RQLAAoJEGQmXQvMOEBcUiQH/iMRX3LDV46mV06L6tEzsRty BoVqH7bF5cD0z31OSI4yfVYHX4VNrz67LzbrTLf2G2pRRXWsys9oveCBgCJ8W9rL MnInR10Tn+DDCHGeXZ8dHB/B7SWMuNDJ8TrNE0kXucs9/86TTRNifVD7klbiwAum zQSmALgvFogg6Be4oqg7IBL117MINlN81PvPmvUuYteruPFFrdGeWBNvxucXeQ30 aeaBslYTWTqPQ+ti6SnzyN//MXl+vs8/M1SZR8SgzJ50AQHKSEfGgXc3ZAA6nVDr LHjs6wnUVdoTgrGb/poTAw85iY+sCkOxxb6cPGIdan9GzKHA8dpbthJePj9i/U0= =amB/ -----END PGP SIGNATURE-----
2008 Jun 14
0
Re: Weird Notepad++ toolbar bug
...didn't allowed me to release it this way, and is working fine with latest version of Wine. But, I figured that the problem comes froma security update for Visual Studio 9 (2008) wich aftect Visual Studio 8 (2005) if you have all this versions. So, next version for phpBB will be compliled with VS8, but I will make sure that the toolbar is working fine in Wine. Plese download the version for phpBB and if still does not work for you I will post back wich version of wine I have when I restart in Ubuntu.
2006 Nov 04
0
[LLVMdev] Port succesful
...gt; windows version is strtol (not strtoll). macro replaces strtoll with strtol > and it compiles. > > I found really a lot of warnings in the project. Should I clean them? GCC > probably doesn't > throw them, so I don't know ... I don't even want to try to compile with VS8 > which is even better at warnings ... > > Otherwise, I hope to use llvm (and of course also the port) for my project, > baadengine (www.baadengine.org). llvm would > serve as a script compiler (could be static or to bytecodes and JIT-ed at > execution). I have already made the...
2011 Nov 08
0
[LLVMdev] VS2005 compatibility
In the v7.0 SDK I see _WIN32_WINNT defined in several places: winresrc.h0x0500 if not defined already (Windows 2000) sdkddkver.h0x0601 if not defined already (Windows 7) objbase.hSet based on NTDDI_VERSION, if not defined already objidl.hSimiler to objbase.h sdkddkver.h is included by windows.h in the v7.0 SDK. With SP1 VC2005, it's defined as 0x0500 in only one place (winresrc.h). So it
2011 Nov 08
2
[LLVMdev] VS2005 compatibility
On Tue, Nov 8, 2011 at 8:42 AM, Don Williamson <don.williamson at yahoo.com> wrote: > Hi Francois, > > I have all licensed versions of VS at my disposal (the benefits of being a former MS employee) but I'm currently using VS2005 due to specific technical reasons that I can't disclose. > > The "Getting Started" page states support of 2005 SP1 which, if
2008 Dec 05
0
[LLVMdev] Build errors on trunk for about a week now.
OvermindDL1 a écrit : > Been trying to build the trunk to test some things for about a week > now using VS8 (VS2k5). Tons of Warnings (like things first being > declared struct, being redefined class and so forth, those need to be > fixed, but are otherwise not harmful), and a *lot* of errors. Being > trunk I figured just the normal trunk-type issues, but it has been > going on for a while...
2020 Feb 27
2
[PATCH] Update the 5 year logo to 10 year logo
...*HJ`+XJt!dMy;(`V96s?-xfP(iylt1Y_UQ{F&uBFc_pHfs*#HP>M;+pcs z6P^P^9XG}_d=h>GXUWD+FCK$Q{P%d*FW(M&@SrJnZQh~&fSG#FnR(#|xv^(Zs0^{L z-xPCKd3mI+w3xl)1MzdehRXvKiOktQh8<VS(n&YGg1GK0FUx#J^<kpT!7D!s`{Fp1 zQYm>#TdtXhkYaSl9nU}K0CN&Y^1=_NWNAuCrzJIdCx<@m&pQFTxo*~&8CPCr*vs8< zj~F7m-nwCaOmbUQY3k>GXp_2vF*n|!ZmV828Z=GjaCbM^SEAVa$pAK(_T?A1kE?X2 zdz{=71awHgQPE=c?J`)EO1Wmoj{c8y<9hZ6QAR645Ee?36zb~gs+%`&9{qY6D}=(a zkaxa@rlg^c`CCkWcMk7=@DZPFD&?E5p=APoPl!twRb&-8(5Uwm`Jg0`a&!Zsjmigy zgqu(zIN|%sblD-gl0qWqyh#4Fqc}KfDJ?bNe42!rYXD6quPs-jZlE?Ic=UIi`Jxvt zZueK...
2008 Aug 09
2
xy plot in version 2.7.1 for Mac (PR#12520)
...j2++/aU9fvjl0eqfX354fPOvBP/5y2P1 z35e67bsx2Nb+7Yt/fFf//H4S7027mXd13V/nH6/P8a5L8c4H/06l72P8eTBf3/87bEu51jz5/Hf 9P+bf/86T/z2uzpgfXz3LSNa/Y8/5a+93cu9jvH44afHtS5b38b9tG1jufraHmRtufbtGo/I1nGf jx8f17Zsx94a2b70+94i25fLg0xn+NjuiI5lX/ejU9eX87yOyM7l7vt1eqwva7t6ZLcrjbaRtaWP 8yK71+U+ombb1mW/zz2yvuzXOMbT1u/l3GLJvS8ro1jSr+U+j5KNZfSjsYSstyPW3Sf3HXsn47Ax Yt59LeM4jpO6YzluLvjx0dZ1Wa/DsX0s9zZaydpyrGfeHUs795zRhKl1Vm19X/a254y2isl+Rt8m OLG4rcfSjstTfbluzonoXI7LvSNrvFCye+lrfNzbsp09DmhNLIWXtnU5Wi91rS99Z5yYXaOXcW1b zuOmjmy93TqvjqVfN3XtWvi0jGvHcq339bS1cxnnGge0+rWn/Kqtdf1SvIoE2ToAwFNlk19vU21d v+6zRtvO2XcZV54QiWlRvRkfJq5EK7e...