Go to file
Sean Callanan f487bd877f Changed the ClangASTImporter to store metadata
for each AST context it knows about in a single
object.  This makes it faster to look up the
appropriate ASTImpoter for a given ASTContext
pair and also makes it much easier to delete all
metadata for a given AST context.

In the future, this fix will allow the
ClangASTImporter to propagate completion
information between the metadata for different
AST contexts as its minions move AST objects
around.

llvm-svn: 144835
2011-11-16 21:40:57 +00:00
clang Fix Neon builtin pointer argument checking for "sret" builtins. 2011-11-16 21:32:23 +00:00
compiler-rt lib/int_math: Some versions of GCC don't provide __builtin_isfinite. Support 2011-11-16 18:56:55 +00:00
debuginfo-tests Testcase for r133065 2011-06-15 17:57:23 +00:00
libcxx On FreeBSD, define a macro that causes the unimplemented C99 math.h functions to be declared. This prevents <cmath> users from being broken, unless they actually use the C++ wrappers that call the missing functions. 2011-11-13 17:15:33 +00:00
libcxxabi reformatted to match Clang style; thanks to John McCall for the nudge 2011-08-15 18:06:47 +00:00
lldb Changed the ClangASTImporter to store metadata 2011-11-16 21:40:57 +00:00
llvm Add fast-isel stats to determine who's doing all the work, the 2011-11-16 21:05:28 +00:00
polly ScopLib: Fix export/import after parameters are now tagged with isl_ids. 2011-11-15 11:39:02 +00:00