Go to file
NAKAMURA Takumi 4e8c365e9a include/clang/Basic/BuiltinsX86.def: __builtin_ia32_crc32**() should be defined to take unsigned args and to return unsigned value.
mingw-w64's intrin.h declares __builtin_ia32_crc32**() as external.

llvm-svn: 127329
2011-03-09 12:00:19 +00:00
clang include/clang/Basic/BuiltinsX86.def: __builtin_ia32_crc32**() should be defined to take unsigned args and to return unsigned value. 2011-03-09 12:00:19 +00:00
compiler-rt <rdar://problem/9099747> fix use of SDKROOT 2011-03-08 20:25:22 +00:00
debuginfo-tests test case for r125249. 2011-02-10 00:41:14 +00:00
libcxx Chris Jefferson found a defect in the C++0x working draft by trying to run libc++ against boost. I've submitted an issue to the LWG, and this commit attempts to implement the proposed resolution of that defect report. I'd point to the issue but it hasn't been put into the LWG list yet. The title of the issue will be: Stage 2 accumulate incompatibilty 2011-03-09 01:03:19 +00:00
lldb Fixed a bug where the disassembly syntax specified for the 2011-03-09 01:02:51 +00:00
llvm Target/X86: Tweak va_arg for Win64 not to miss taking va_start when number of fixed args > 4. 2011-03-09 11:33:15 +00:00