This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8498a493c81 TableGen: Add !foldl operation new dc7756a32cd [CallSiteSplitting] Do not crash when BB's terminator changes. new 3c24f8abd86 [Asm] Refactor debug printing of AsmToken new 2fb672c0b90 [Asm] Add debug printing for assembler macros
The 3 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/MC/MCAsmMacro.h | 7 ++ include/llvm/MC/MCContext.h | 9 +- include/llvm/MC/MCParser/MCAsmLexer.h | 4 + lib/MC/CMakeLists.txt | 1 + lib/MC/MCAsmMacro.cpp | 42 +++++++ lib/MC/MCParser/MCAsmLexer.cpp | 93 ++++++++++++++++ lib/Transforms/Scalar/CallSiteSplitting.cpp | 8 +- test/Transforms/CallSiteSplitting/split-loop.ll | 90 +++++++++++++++ tools/llvm-mc/llvm-mc.cpp | 140 +----------------------- 9 files changed, 255 insertions(+), 139 deletions(-) create mode 100644 lib/MC/MCAsmMacro.cpp create mode 100644 test/Transforms/CallSiteSplitting/split-loop.ll