This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4021505db6f [llvm-exegesis] Check perf event validity. new 6357b5f4058 [llvm-exegesis] InMemoryAssembler: handle return-less targe [...]
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: tools/llvm-exegesis/lib/CMakeLists.txt | 1 + tools/llvm-exegesis/lib/InMemoryAssembler.cpp | 12 +++- unittests/tools/llvm-exegesis/ARM/CMakeLists.txt | 20 ++++++ .../llvm-exegesis/ARM/InMemoryAssemblerTest.cpp | 79 ++++++++++++++++++++++ unittests/tools/llvm-exegesis/CMakeLists.txt | 7 +- 5 files changed, 114 insertions(+), 5 deletions(-) create mode 100644 unittests/tools/llvm-exegesis/ARM/CMakeLists.txt create mode 100644 unittests/tools/llvm-exegesis/ARM/InMemoryAssemblerTest.cpp