This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5cfb646 [pdb] Finish conversion to zero copy pdb access. new 27f2fb0 [MC] Support symbolic expressions in assembly directives new 898ae7b Make sure the directory contains info for all streams new 2be5914 An empty record cannot be null-terminated new c12ac37 Bounds check the number of bitmap blocks in the name map
The 4 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: .../llvm/DebugInfo/CodeView/RecordSerialization.h | 3 ++ include/llvm/MC/MCObjectStreamer.h | 5 ++ include/llvm/MC/MCStreamer.h | 22 +++++++++ lib/DebugInfo/PDB/Raw/NameMap.cpp | 10 ++++ lib/DebugInfo/PDB/Raw/PDBFile.cpp | 11 +++-- lib/MC/MCAsmStreamer.cpp | 40 ++++++++++++++-- lib/MC/MCObjectStreamer.cpp | 38 ++++++++++++++++ lib/MC/MCParser/AsmParser.cpp | 42 ++++++----------- lib/MC/MCStreamer.cpp | 16 ++++++- test/MC/AsmParser/directive_fill.s | 53 ++++++++++------------ test/MC/AsmParser/directive_space.s | 5 ++ 11 files changed, 180 insertions(+), 65 deletions(-)