Remove the successor probabilities normalization in tail duplication pass.
[oota-llvm.git] / lib / Support / SmallVector.cpp
2015-06-09 Daniel Sanders[ADT] Assert that SmallVectorBase::grow_pod() successfu...
2012-08-22 Richard SmithReduce alignment of SmallVector<T> to the required...
2010-09-02 John McCallAfter some discussion with djg, teach SmallVector to...
2010-06-08 Benjamin KramerUse realloc instead of malloc+memcpy when growing a...
2009-12-16 Chris Lattnernow that libsystem no longer uses SmallVector, we can...