This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c662d06 [APInt] Optimize APInt creation from uint64_t new 22bd547 Re-enable BinaryStreamTest.StreamReaderObject. new aa64e90 New tool: opt-stats.py
The 2 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: unittests/DebugInfo/PDB/BinaryStreamTest.cpp | 28 ++-- utils/opt-viewer/opt-stats.py | 56 ++++++++ utils/opt-viewer/opt-viewer.py | 197 ++------------------------- utils/opt-viewer/optrecord.py | 181 ++++++++++++++++++++++++ 4 files changed, 264 insertions(+), 198 deletions(-) create mode 100755 utils/opt-viewer/opt-stats.py create mode 100644 utils/opt-viewer/optrecord.py