Dan Gohman df799afbec Fix some sporadic segfaults that are triggered when SmallVector's heap
storage lands near the end of the available address space. In the expression
Begin+N > Capacity, the Begin+N was overflowing. Fix this by replacing it
by with an expression that doesn't involve computation of an address
beyond the end of allocated memory.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37171 91177308-0d34-0410-b5e6-96231b3b80d8
2007-05-17 18:29:01 +00:00
..
2007-05-14 01:54:16 +00:00
2007-05-03 01:11:54 +00:00
2007-05-17 00:11:35 +00:00
2007-05-06 13:37:16 +00:00
2007-04-17 18:16:39 +00:00
2007-04-16 21:24:12 +00:00
2007-04-29 18:02:48 +00:00
2007-04-29 18:02:48 +00:00
2007-04-30 19:14:56 +00:00
2007-05-16 06:03:49 +00:00
2007-05-04 03:13:39 +00:00
2007-05-03 01:11:54 +00:00