This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 43ca59772e9 Revert "[llvm-rc] Add basic RC scripts parsing ability." new 230b5542e44 AMDGPU/NFC: Rename few things in SIMemoryLegalizer: new a74a4df4d59 [lit] support unsetting env variables (again!)
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: lib/Target/AMDGPU/SIMemoryLegalizer.cpp | 220 ++++++++++----------- utils/lit/lit/TestRunner.py | 13 ++ utils/lit/tests/Inputs/shtest-env/env-u.txt | 23 +++ utils/lit/tests/Inputs/shtest-env/env.txt | 15 ++ utils/lit/tests/Inputs/shtest-env/lit.cfg | 9 + utils/lit/tests/Inputs/shtest-env/mixed.txt | 18 ++ .../tests/Inputs/shtest-env/print_environment.py | 8 + utils/lit/tests/Inputs/shtest-env/shtest-env.py | 3 + 8 files changed, 196 insertions(+), 113 deletions(-) create mode 100644 utils/lit/tests/Inputs/shtest-env/env-u.txt create mode 100644 utils/lit/tests/Inputs/shtest-env/env.txt create mode 100644 utils/lit/tests/Inputs/shtest-env/lit.cfg create mode 100644 utils/lit/tests/Inputs/shtest-env/mixed.txt create mode 100644 utils/lit/tests/Inputs/shtest-env/print_environment.py create mode 100644 utils/lit/tests/Inputs/shtest-env/shtest-env.py