This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 3acbc32 AMDGPU: Change how exp is printed
new 923a400 AMDGPU: Assembler support for exp
The 1 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/AsmParser/AMDGPUAsmParser.cpp | 168 +++++++++++++++++++++++-
lib/Target/AMDGPU/SIInstrInfo.td | 46 ++++++-
lib/Target/AMDGPU/SIRegisterInfo.td | 21 ---
test/MC/AMDGPU/exp-err.s | 107 +++++++++++++++
test/MC/AMDGPU/exp.s | 86 ++++++++++++
5 files changed, 401 insertions(+), 27 deletions(-)
create mode 100644 test/MC/AMDGPU/exp-err.s
create mode 100644 test/MC/AMDGPU/exp.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from bbd776f Include object file name to an error message.
new f4f3fca Make test test what it should be testing.
new 34526e3 Simplify test. NFC.
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:
test/ELF/bss.s | 14 ++++++++++++--
test/ELF/openbsd-randomize.s | 8 ++++----
2 files changed, 16 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 350d0da AMDGPU: Refactor exp instructions
new 3acbc32 AMDGPU: Change how exp is printed
The 1 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/AsmParser/AMDGPUAsmParser.cpp | 16 ++
.../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 80 ++++++-
lib/Target/AMDGPU/InstPrinter/AMDGPUInstPrinter.h | 25 ++-
lib/Target/AMDGPU/SIInstrInfo.td | 13 +-
lib/Target/AMDGPU/SIRegisterInfo.td | 21 ++
test/CodeGen/AMDGPU/llvm.SI.export.ll | 237 +++++++++++++++++++++
test/CodeGen/AMDGPU/ret.ll | 13 +-
test/CodeGen/AMDGPU/skip-if-dead.ll | 4 +-
8 files changed, 395 insertions(+), 14 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/llvm.SI.export.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 964bf8a Fix stack-use-after-scope in CheckExplicitlyDefaultedMemberEx [...]
new bd6b03c [analyzer] Print type for SymbolRegionValues when dumping to stream
The 1 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/StaticAnalyzer/Core/SymbolManager.cpp | 3 ++-
test/Analysis/expr-inspection.c | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 0689e74 [AArch64][RegisterBankInfo] Fix typo in the logic used in assert.
new 9478556 TableGen/AsmMatcherEmitter: Bring sorting check back under EX [...]
The 1 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:
utils/TableGen/AsmMatcherEmitter.cpp | 16 +++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxxabi.
from 6d9aad0 Check for SD-6 feature test macro when determining which test [...]
new a3219da [libc++abi] Add _LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS
The 1 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:
include/__cxxabi_config.h | 21 ++++++++++++++-------
1 file changed, 14 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 4a72b6c [lldb] Update the check for Linux or FreeBSD in SymbolFileDWA [...]
new f1d0eb6 [CMake] Don't add gtest if it is already there
The 1 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:
unittests/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from d59e3c7 Handle tests for noexcept that expect a false value
new c6d8e8a [libc++] Add _LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS
The 1 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:
CMakeLists.txt | 2 +-
docs/UsingLibcxx.rst | 6 ++++++
include/__config | 42 +++++++++++++++++++++++++++++++++++-------
include/__config_site.in | 2 +-
4 files changed, 43 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from ffdb307 Fix stack-use-after-scope in EvaluateImplicitExceptionSpec
new 964bf8a Fix stack-use-after-scope in CheckExplicitlyDefaultedMemberEx [...]
The 1 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/Sema/SemaDeclCXX.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.