[cfe-commits] r70464 - in /cfe/trunk: include/clang/AST/ASTContext.h include/clang/AST/Type.h include/clang/Frontend/PCHBitCodes.h lib/AST/ASTContext.cpp lib/AST/Type.cpp lib/CodeGen/CGCall.cpp lib/CodeGen/CodeGenTypes.cpp lib/CodeGen/Mangle.cpp lib/Frontend/PCHReader.cpp lib/Frontend/PCHWriter.cpp lib/Sema/Sema.cpp test/CodeGen/uint128_t.c test/CodeGenCXX/mangle.cpp test/CodeGenObjC/encode-test-5.m test/Sema/types.c

Chris Lattner clattner at apple.com
Wed Apr 29 19:44:13 PDT 2009


On Apr 29, 2009, at 7:43 PM, Chris Lattner wrote:

> Author: lattner
> Date: Wed Apr 29 21:43:43 2009
> New Revision: 70464
>
> URL: http://llvm.org/viewvc/llvm-project?rev=70464&view=rev
> Log:
> initial support for __[u]int128_t, which should be basically
> compatible with VC++ and GCC.  The codegen/mangling angle hasn't
> been fully ironed out yet.  Note that we accept int128_t even in
> 32-bit mode, unlike gcc.

Oh, I forgot to mention: Anders wrote almost all of this!

-Chris



More information about the cfe-commits mailing list