[cfe-commits] r64445 - in /cfe/trunk: lib/CodeGen/CGDecl.cpp lib/CodeGen/CGStmt.cpp lib/CodeGen/CodeGenFunction.cpp lib/CodeGen/CodeGenFunction.h lib/Sema/SemaDeclAttr.cpp test/CodeGen/attr-nodebug.c
Chris Lattner
clattner at apple.com
Fri Feb 13 08:17:34 PST 2009
On Feb 13, 2009, at 12:11 AM, Anders Carlsson wrote:
> Author: andersca
> Date: Fri Feb 13 02:11:52 2009
> New Revision: 64445
>
> URL: http://llvm.org/viewvc/llvm-project?rev=64445&view=rev
> Log:
> Add CodeGen support for the nodebug attribute.
Nice! Should the functions in xmmintrin.h (etc) use these? The
intention of nodebug is to make it so that you can step through code
in a debugger without continually stepping *into* the "builtin".
-Chris
More information about the cfe-commits
mailing list