This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4b0e4cbeb2f [X86] Make folding table checking threadsafe new 6a89efb6b2d Move some code from PDBFileBuilder to MSFBuilder.
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/DebugInfo/MSF/MSFBuilder.h | 7 +- include/llvm/DebugInfo/PDB/Native/PDBFileBuilder.h | 2 +- include/llvm/Support/BinaryByteStream.h | 12 +++ lib/DebugInfo/MSF/MSFBuilder.cpp | 78 +++++++++++++++++++- lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp | 86 ++++------------------ unittests/DebugInfo/MSF/MSFBuilderTest.cpp | 16 ++-- 6 files changed, 118 insertions(+), 83 deletions(-)