This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9d4478cdf25 Specify namespace for realloc new 165fd931ac2 Revert r325224 "Report fatal error in the case of out of memory"
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/ADT/BitVector.h | 7 +++--- include/llvm/ADT/SparseMultiSet.h | 2 +- include/llvm/ADT/SparseSet.h | 3 +-- include/llvm/Support/Allocator.h | 27 ---------------------- include/llvm/Support/ErrorHandling.h | 2 -- include/llvm/Support/OnDiskHashTable.h | 5 ++-- lib/CodeGen/InterferenceCache.cpp | 4 ++-- lib/CodeGen/LiveIntervalUnion.cpp | 2 +- lib/CodeGen/RegisterPressure.cpp | 3 +-- lib/ExecutionEngine/Interpreter/Execution.cpp | 2 +- lib/Object/Object.cpp | 2 +- lib/Support/ErrorHandling.cpp | 33 --------------------------- lib/Support/FoldingSet.cpp | 3 +-- lib/Support/RWMutex.cpp | 3 +-- lib/Support/StringMap.cpp | 13 +++++++---- lib/Support/Unix/Signals.inc | 2 +- lib/Support/Windows/RWMutex.inc | 4 ++-- tools/llvm-c-test/attributes.c | 3 --- tools/llvm-c-test/echo.cpp | 3 +-- unittests/Support/AllocatorTest.cpp | 2 +- unittests/Support/ManagedStatic.cpp | 6 ++--- 21 files changed, 30 insertions(+), 101 deletions(-)