Displaying 5 results from an estimated 5 matches for "c4065".
Did you mean:
4065
2009 May 12
0
[LLVMdev] Integer casting warning, and another set of warnings
...Regarding the email I *just* send about the INT64_C macros and so
forth, the 1 should actually be INT64_C(1) and that should fix it.
Also, getting another set of warning, but the file looks fine, so do not know...
R:\SDKs\llvm\trunk_VC8_building\lib\Target\X86\X86GenDAGISel.inc(54113)
: warning C4065: switch statement contains 'default' but no 'case'
labels
R:\SDKs\llvm\trunk_VC8_building\lib\Target\X86\X86GenDAGISel.inc(54121)
: warning C4065: switch statement contains 'default' but no 'case'
labels
R:\SDKs\llvm\trunk_VC8_building\lib\Target\X86\X86GenDAGISel.in...
2009 May 12
0
[LLVMdev] Integer casting warning, and another set of warnings
...Regarding the email I *just* send about the INT64_C macros and so
forth, the 1 should actually be INT64_C(1) and that should fix it.
Also, getting another set of warning, but the file looks fine, so do not know...
R:\SDKs\llvm\trunk_VC8_building\lib\Target\X86\X86GenDAGISel.inc(54113)
: warning C4065: switch statement contains 'default' but no 'case'
labels
R:\SDKs\llvm\trunk_VC8_building\lib\Target\X86\X86GenDAGISel.inc(54121)
: warning C4065: switch statement contains 'default' but no 'case'
labels
R:\SDKs\llvm\trunk_VC8_building\lib\Target\X86\X86GenDAGISel.in...
2011 Feb 20
5
[LLVMdev] Windows/Visual Studio 2010 warnings (WARNINGS!)
...signed int'
in operation lib\Transforms\IPO\ExtractGV.cpp 58
1 LLVMipo
warning C4805: '==' : unsafe mix of type 'bool' and type 'unsigned int'
in operation lib\Transforms\IPO\ExtractGV.cpp 68
1 LLVMipo
warning C4065: switch statement contains 'default' but no 'case'
labels lib\Target\X86\X86GenRegisterInfo.inc
4360 1 LLVMX86CodeGen
The two first seem worth some attention, the latter just seems slightly
bizarre.
Cheers,
Mikael
P.S. I was thinking you per...
2007 Jun 12
1
[LLVMdev] LLVM binaries for Windows and more
...from 'uint64_t' to 'int', possible loss of data
..\..\lib\Target\X86\X86RegisterInfo.cpp(1185) : warning C4244: 'argument' : conversion from 'int64_t' to 'int', possible loss of data
c:\Eigenes\compiler\llvm-2.0\win32\x86\X86GenRegisterInfo.inc(805) : warning C4065: switch statement contains 'default' but no 'case' labels
C:\eigenes\compiler\vcc2005\VC\include\xutility(2282) : warning C4996: 'std::_Copy_opt' was declared deprecated
C:\eigenes\compiler\vcc2005\VC\include\xutility(2270) : see declaration of 'std::_Copy_opt...
2008 Dec 05
3
[LLVMdev] Build errors on trunk for about a week now.
On Fri, Dec 5, 2008 at 1:58 PM, OvermindDL1 <overminddl1 at gmail.com> wrote:
> On Fri, Dec 5, 2008 at 1:57 PM, OvermindDL1 <overminddl1 at gmail.com> wrote:
>> On Fri, Dec 5, 2008 at 1:52 PM, OvermindDL1 <overminddl1 at gmail.com> wrote:
>>> / * snip */
>>
>> Actually, rebuilding it makes "debug tblgen" fail with the errors at
>> the