This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 964a48a5b6b [IPO/LowerTypesTest] Skip blockaddress(es) when replacing uses. new ed2657e43a7 [XRay] Minimal tool to convert xray traces to Chrome's Trac [...]
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-xray/trie-node.h | 92 ++++++++++++++++++ tools/llvm-xray/xray-converter.cc | 198 +++++++++++++++++++++++++++++++++++++- tools/llvm-xray/xray-converter.h | 7 +- tools/llvm-xray/xray-stacks.cc | 191 ++++++++++++++++-------------------- 4 files changed, 375 insertions(+), 113 deletions(-) create mode 100644 tools/llvm-xray/trie-node.h