Go to file
Douglas Gregor e5de7013c7 Remove the last virtual member function from the Decl hierarchy,
reducing the size of all declarations by one pointer. For a 64-bit
Clang parsing Cocoa.h, this saves ~630k of memory (about 3.5% of
ASTContext's memory usage for this header).

llvm-svn: 125756
2011-02-17 18:14:32 +00:00
clang Remove the last virtual member function from the Decl hierarchy, 2011-02-17 18:14:32 +00:00
compiler-rt clang_darwin: We don't need clear_cache for use with Clang on ARM/Darwin. 2011-01-21 18:23:47 +00:00
debuginfo-tests test case for r125249. 2011-02-10 00:41:14 +00:00
libcxx Change install name to libc++.1.dylib 2011-02-16 00:40:06 +00:00
lldb Move Align(val, alignment) utility function to ARMUtils.h. 2011-02-17 17:31:08 +00:00
llvm Fix wrong logic in promotion of signed mul-with-overflow (I pointed this out at 2011-02-17 12:42:48 +00:00