Displaying 1 result from an estimated 1 matches for "r128206".
Did you mean:
1128206
2011 Nov 16
1
[LLVMdev] LLVM 3.0 Release about X86
...ends support variadic argument constructs on X86-64 by
lowering them manually.
- Windows x64 (aka Win64) code generator has a few issues.
- On mingw-w64, you will see unresolved symbol __chkstk due to Bug
8919 <http://llvm.org/bugs/show_bug.cgi?id=8919>. It is fixed in
r128206<http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20110321/118499.html>
.
- Miss-aligned MOVDQA might crash your program. It is due to Bug
9483<http://llvm.org/bugs/show_bug.cgi?id=9483>,
lack of handling aligned internal globals.
These states should be upda...