Go to file
Benjamin Kramer 9610ea943c BitVector tweaks.
- Double the vector's capacity when growing to avoid unneeccesary reallocation.
- Do the reallocation with realloc(3) which can expand the memory in place.

llvm-svn: 120183
2010-11-26 18:25:20 +00:00
clang Allow access to non-static members without an object in sizeof expressions, in C++0x. Patch by Jakub Wieczorek. 2010-11-26 16:28:07 +00:00
compiler-rt license change 2010-11-16 22:13:33 +00:00
debuginfo-tests Zap white spaces, test commit email. 2010-11-10 18:11:11 +00:00
libcxx Add template alias emulation to <ratio> 2010-11-24 17:05:06 +00:00
lldb When we resolve a forward declaration type, be sure to put it into the m_die_to_type map so we don't assert later when someone tries to resolve the type. 2010-11-20 19:16:50 +00:00
llvm BitVector tweaks. 2010-11-26 18:25:20 +00:00