]> granicus.if.org Git - clang/commit
implement support for __builtin_eh_return_data_regno on x86-32 and x86-64.
authorChris Lattner <sabre@nondot.org>
Wed, 23 Sep 2009 06:06:36 +0000 (06:06 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 23 Sep 2009 06:06:36 +0000 (06:06 +0000)
commit21fb98ee003e992b0c4e204d98a19e0ef544cae3
treefb74b2013454c3630bc397c5a8ba0c8f9b654b42
parent6a3bc6df36848188e9d0c1d978170c2b0918c6a3
implement support for __builtin_eh_return_data_regno on x86-32 and x86-64.
This implements PR5034 and rdar://6836445.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82614 91177308-0d34-0410-b5e6-96231b3b80d8
clang.xcodeproj/project.pbxproj
include/clang/Basic/Builtins.def
include/clang/Basic/TargetInfo.h
lib/AST/ExprConstant.cpp
lib/Basic/Targets.cpp
lib/Sema/Sema.h
lib/Sema/SemaChecking.cpp
test/Sema/builtins.c