This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3ef466f15f4 Add missing file from r313884. new 5185caa70db [Power9] Spill gprs to vector registers rather than stack new 2462b0299b0 [lit] Add a test for the builtin config map.
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: cmake/modules/AddLLVM.cmake | 9 ++- lib/Target/PowerPC/PPCInstrInfo.cpp | 71 +++++++++++++++++++++- lib/Target/PowerPC/PPCInstrVSX.td | 24 ++++++++ lib/Target/PowerPC/PPCRegisterInfo.cpp | 22 +++++++ lib/Target/PowerPC/PPCRegisterInfo.td | 5 ++ test/CodeGen/PowerPC/gpr-vsr-spill.ll | 24 ++++++++ utils/lit/CMakeLists.txt | 7 ++- utils/lit/lit/util.py | 6 ++ .../tests/Inputs/config-map-discovery/driver.py | 14 +++++ .../Inputs/config-map-discovery/invalid-test.txt | 0 .../tests/Inputs/config-map-discovery/lit.alt.cfg | 9 +++ .../config-map-discovery/main-config/lit.cfg | 1 + .../Inputs/config-map-discovery/tests/test1.txt | 0 .../Inputs/config-map-discovery/tests/test2.txt | 0 utils/lit/tests/discovery.py | 22 +++++++ 15 files changed, 209 insertions(+), 5 deletions(-) create mode 100644 test/CodeGen/PowerPC/gpr-vsr-spill.ll create mode 100644 utils/lit/tests/Inputs/config-map-discovery/driver.py copy bindings/python/llvm/__init__.py => utils/lit/tests/Inputs/config-map-discove [...] create mode 100644 utils/lit/tests/Inputs/config-map-discovery/lit.alt.cfg create mode 100644 utils/lit/tests/Inputs/config-map-discovery/main-config/lit.cfg copy bindings/python/llvm/__init__.py => utils/lit/tests/Inputs/config-map-discove [...] copy bindings/python/llvm/__init__.py => utils/lit/tests/Inputs/config-map-discove [...]