This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1f30221bfed [lit] Refactor out some more common lit configuration code. new 4d7a2deb50d Fix a bug in llvm-objdump when disassembling using the wron [...] new 4d15ba88e58 Revert "[lit] Refactor out some more common lit configurati [...] new 3e7d32b3f1f Enable the reuse of values computed in a previous loop iteration.
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: lib/Target/Hexagon/CMakeLists.txt | 1 + lib/Target/Hexagon/HexagonTargetMachine.cpp | 8 + .../Hexagon/HexagonVectorLoopCarriedReuse.cpp | 579 +++++++++++++++++++++ test/lit.cfg.py | 128 +++-- .../AArch64/Inputs/fat.macho-armv7s-arm64} | Bin 25180 -> 33112 bytes .../llvm-objdump/AArch64/macho-fat-arm-disasm.test | 6 + tools/llvm-objdump/MachODump.cpp | 10 +- utils/lit/lit/llvm/__init__.py | 44 +- utils/lit/lit/llvm/config.py | 108 +--- utils/lit/lit/util.py | 2 - 10 files changed, 712 insertions(+), 174 deletions(-) create mode 100644 lib/Target/Hexagon/HexagonVectorLoopCarriedReuse.cpp copy test/tools/{dsymutil/Inputs/fat-test.arm.dylib => llvm-objdump/AArch64/Inputs [...] mode change 100755 => 100644 create mode 100644 test/tools/llvm-objdump/AArch64/macho-fat-arm-disasm.test