This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4956e307f3e [NewPM] Port Msan new 60ccceba743 Python compat - print statement new 9d106538ada Python compat - assertRaisesRegex new 083a68ec95c Pythran compat - range vs. xrange new 3050b0cd319 [NFC] Remove unused Python import new ed38195683b Python compat - portable way of raising exceptions new fdc4ee5d0ba Python compat - iteritems() vs. items() new e09ecd02e50 Python compat - map/filter new ee72f59247b Python compat - has_key vs. in operator new 9f3acd1159d Python compat - urllib new 247f1c68c48 Python compat - test if type is integral
The 10 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: bindings/python/llvm/core.py | 3 +- bindings/python/llvm/tests/base.py | 5 ++ bindings/python/llvm/tests/test_bitreader.py | 6 +- bindings/python/llvm/tests/test_core.py | 4 +- bindings/python/llvm/tests/test_disassembler.py | 6 +- bindings/python/llvm/tests/test_object.py | 16 +++--- docs/conf.py | 9 +-- examples/Kaleidoscope/MCJIT/cached/genk-timing.py | 8 ++- examples/Kaleidoscope/MCJIT/cached/split-lib.py | 6 +- .../Kaleidoscope/MCJIT/complete/genk-timing.py | 8 ++- examples/Kaleidoscope/MCJIT/complete/split-lib.py | 6 +- examples/Kaleidoscope/MCJIT/lazy/genk-timing.py | 8 ++- test/BugPoint/compile-custom.ll.py | 2 + test/CodeGen/NVPTX/ld-st-addrrspace.py | 2 + test/CodeGen/NVPTX/wmma.py | 2 + test/CodeGen/SystemZ/Large/branch-range-01.py | 54 +++++++++--------- test/CodeGen/SystemZ/Large/branch-range-02.py | 32 ++++++----- test/CodeGen/SystemZ/Large/branch-range-03.py | 58 ++++++++++---------- test/CodeGen/SystemZ/Large/branch-range-04.py | 58 ++++++++++---------- test/CodeGen/SystemZ/Large/branch-range-05.py | 54 +++++++++--------- test/CodeGen/SystemZ/Large/branch-range-06.py | 54 +++++++++--------- test/CodeGen/SystemZ/Large/branch-range-07.py | 42 +++++++------- test/CodeGen/SystemZ/Large/branch-range-08.py | 42 +++++++------- test/CodeGen/SystemZ/Large/branch-range-09.py | 58 ++++++++++---------- test/CodeGen/SystemZ/Large/branch-range-10.py | 58 ++++++++++---------- test/CodeGen/SystemZ/Large/branch-range-11.py | 58 ++++++++++---------- test/CodeGen/SystemZ/Large/branch-range-12.py | 58 ++++++++++---------- test/CodeGen/SystemZ/Large/spill-01.py | 27 +++++---- test/CodeGen/SystemZ/Large/spill-02.py | 59 ++++++++++---------- test/MC/COFF/bigobj.py | 2 + test/Other/opt-bisect-helper.py | 2 + test/tools/llvm-readobj/Inputs/relocs.py | 31 ++++++----- tools/opt-viewer/optpmap.py | 2 +- tools/sancov/coverage-report-server.py | 2 + utils/DSAclean.py | 5 +- utils/DSAextract.py | 8 ++- utils/Reviewing/find_interesting_reviews.py | 6 +- utils/Target/ARM/analyze-match-table.py | 10 ++-- utils/create_ladder_graph.py | 30 +++++----- utils/demangle_tree.py | 2 + .../docker/scripts/llvm_checksum/llvm_checksum.py | 2 +- utils/extract_vplan.py | 2 + utils/gdb-scripts/prettyprinters.py | 2 + utils/indirect_calls.py | 6 +- utils/lint/common_lint.py | 3 +- utils/lint/cpp_lint.py | 3 +- utils/lit/lit/util.py | 2 + .../tests/Inputs/shtest-env/print_environment.py | 3 +- utils/lit/tests/Inputs/shtest-shell/check_path.py | 2 + utils/llvm-build/llvmbuild/componentinfo.py | 6 +- utils/llvm-gisel-cov.py | 5 +- utils/release/findRegressions-nightly.py | 58 ++++++++++---------- utils/release/findRegressions-simple.py | 56 ++++++++++--------- utils/schedcover.py | 2 +- utils/shuffle_fuzz.py | 64 +++++++++++----------- utils/shuffle_select_fuzz_tester.py | 17 +++--- utils/unicode-case-fold.py | 48 +++++++++------- utils/update_analyze_test_checks.py | 22 ++++---- utils/update_llc_test_checks.py | 22 ++++---- utils/update_test_checks.py | 22 ++++---- utils/wciia.py | 13 +++-- 61 files changed, 689 insertions(+), 574 deletions(-)