This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a206940 Added the ability to dump hex bytes easily into a raw_ostream. new ecca5dd [cmake] Fix handling compiler-rt in LLVM_ENABLE_PROJECTS by t [...] new 78c322d [ValueTracking] recognize obfuscated variants of umin/umax new f70da78 [XRay][Docs] Add documentation for XRay in LLVM
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: CMakeLists.txt | 1 + docs/XRay.rst | 219 +++++++++++++++++++++++++++++++++++ docs/index.rst | 4 + lib/Analysis/ValueTracking.cpp | 26 ++++- test/CodeGen/X86/vec_minmax_match.ll | 20 +--- 5 files changed, 253 insertions(+), 17 deletions(-) create mode 100644 docs/XRay.rst