[cfe-commits] r149183 - in /cfe/trunk: include/clang/Basic/Builtins.def include/clang/Basic/BuiltinsX86.def lib/CodeGen/CGBuiltin.cpp test/CodeGen/2005-05-06-CountBuiltins.c test/CodeGen/count-builtins.c

Chris Lattner clattner at apple.com
Sat Jan 28 11:24:48 PST 2012


On Jan 28, 2012, at 10:42 AM, Benjamin Kramer wrote:

> Author: d0k
> Date: Sat Jan 28 12:42:57 2012
> New Revision: 149183
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=149183&view=rev
> Log:
> Make the __builtin_c[lt]zs builtins target independent.
> 
> There is really no reason to have these only available on x86. It's
> just __builtin_c[tl]z for shorts. 

Cool.  Please add this to LanguageExtensions.html when you get a chance, thanks!

-Chris




More information about the cfe-commits mailing list