This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9478556 TableGen/AsmMatcherEmitter: Bring sorting check back under EX [...] new 5b9f351 [lit] Support custom parsers in parseIntegratedTestScript new 350d0da AMDGPU: Refactor exp instructions
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/AMDGPUISelLowering.cpp | 2 + lib/Target/AMDGPU/AMDGPUISelLowering.h | 4 +- lib/Target/AMDGPU/AMDGPUInstrInfo.td | 26 +++ lib/Target/AMDGPU/R600ISelLowering.cpp | 6 +- lib/Target/AMDGPU/R600Instructions.td | 7 +- lib/Target/AMDGPU/SIDefines.h | 21 ++- lib/Target/AMDGPU/SIISelLowering.cpp | 23 +++ lib/Target/AMDGPU/SIInsertSkips.cpp | 11 +- lib/Target/AMDGPU/SIInsertWaits.cpp | 10 +- lib/Target/AMDGPU/SIInstrFormats.td | 31 ++- lib/Target/AMDGPU/SIInstrInfo.h | 8 + lib/Target/AMDGPU/SIInstrInfo.td | 55 +++--- lib/Target/AMDGPU/SIInstructions.td | 10 +- lib/Target/AMDGPU/SIIntrinsics.td | 15 +- test/CodeGen/AMDGPU/ret.ll | 8 +- test/CodeGen/MIR/AMDGPU/insert-waits-exp.mir | 63 +++++++ test/CodeGen/MIR/AMDGPU/movrels-bug.mir | 2 +- utils/lit/lit/TestRunner.py | 207 ++++++++++++++++----- .../tests/Inputs/testrunner-custom-parsers/lit.cfg | 14 ++ .../Inputs/testrunner-custom-parsers/test.txt | 13 ++ utils/lit/tests/unit/TestRunner.py | 114 ++++++++++++ 21 files changed, 522 insertions(+), 128 deletions(-) create mode 100644 test/CodeGen/MIR/AMDGPU/insert-waits-exp.mir create mode 100644 utils/lit/tests/Inputs/testrunner-custom-parsers/lit.cfg create mode 100644 utils/lit/tests/Inputs/testrunner-custom-parsers/test.txt create mode 100644 utils/lit/tests/unit/TestRunner.py