llvm-6502/include
Jakob Stoklund Olesen b0b7214fc9 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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120226 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-27 21:12:36 +00:00
..
llvm Add test case with randomly ordered insertions, massive coalescing. 2010-11-27 21:12:36 +00:00
llvm-c add a 'LLVMConstIntOfArbitraryPrecision' api to the C api, 2010-11-23 02:47:22 +00:00