Go to file
Jakob Stoklund Olesen bb4bece211 Add test case with randomly ordered insertions, massive coalescing.
Implement iterator::erase() in a simple version that erases nodes when they
become empty, but doesn't try to redistribute elements among siblings for better
packing.

Handle coalescing across leaf nodes which may require erasing entries.

llvm-svn: 120226
2010-11-27 21:12:36 +00:00
clang Forgot a file in r120182 2010-11-26 18:37:14 +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 Add test case with randomly ordered insertions, massive coalescing. 2010-11-27 21:12:36 +00:00