This is an automated email from the git hooks/post-receive script.
charles.baylis pushed a change to branch master
in repository toolchain/abe-tests.
from 6a45b10 Move md5sums to manifest 1.2, check real git revisions agains [...]
new c65514b Make target configurable, logging clean ups
new fa8c476 Check gdbserver fields against gdb fields
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-manifest2.sh | 19 +++++++++++--------
validate-manifest.pl | 17 +++++++++++++++++
2 files changed, 28 insertions(+), 8 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 3547063 [Sema] Teach CheckPlaceholderExpr about unaddressable functions.
new 2e5f745 AMDGPU: Verify subtarget specific builtins
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/clang/Basic/BuiltinsAMDGPU.def | 8 +-
lib/Basic/Targets.cpp | 136 ++++++++++++++++++----------
test/CodeGenOpenCL/builtins-amdgcn-error.cl | 18 ++++
test/CodeGenOpenCL/builtins-amdgcn-vi.cl | 12 +++
test/CodeGenOpenCL/builtins-amdgcn.cl | 7 --
test/CodeGenOpenCL/builtins-r600.cl | 16 ++--
test/SemaOpenCL/builtins-amdgcn.cl | 6 --
7 files changed, 133 insertions(+), 70 deletions(-)
create mode 100644 test/CodeGenOpenCL/builtins-amdgcn-error.cl
create mode 100644 test/CodeGenOpenCL/builtins-amdgcn-vi.cl
delete mode 100644 test/SemaOpenCL/builtins-amdgcn.cl
--
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 9f50079 [libFuzzer] docs: merge two lines with cmake instructions, ad [...]
new fd9cb1a [libFuzzer] add a test that is built w/o coverage instrumenta [...]
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/Fuzzer/FuzzerLoop.cpp | 5 +++++
lib/Fuzzer/test/CMakeLists.txt | 1 +
lib/Fuzzer/test/fuzzer.test | 3 +++
lib/Fuzzer/test/no-coverage/CMakeLists.txt | 16 ++++++++++++++++
lib/Fuzzer/test/uninstrumented/CMakeLists.txt | 3 ++-
5 files changed, 27 insertions(+), 1 deletion(-)
create mode 100644 lib/Fuzzer/test/no-coverage/CMakeLists.txt
--
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 178ae08 [RegisterBankInfo] Adapt the copy cost logic to give somethin [...]
new d292b5e [AArch64][RegisterBankInfo] Use the generic implementation of [...]
new 9f50079 [libFuzzer] docs: merge two lines with cmake instructions, ad [...]
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:
docs/LibFuzzer.rst | 11 +++++------
lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 3 ++-
2 files changed, 7 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 43f972b Now that there are no cycles that cause leaks in the disassem [...]
new f5c8289 Revive the error message from "process load" and SBProcess::L [...]
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:
source/Plugins/Platform/POSIX/PlatformPOSIX.cpp | 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 compiler-rt.
from 4c179b4 [profile] Hide a few external symbols (NFCI)
new ce56f06 [profile] Un-hide two symbols
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/profile/InstrProfiling.c | 3 +--
lib/profile/InstrProfilingFile.c | 2 +-
2 files changed, 2 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 llvm.
from edb4f7c [RegisterBankInfo] Add a size argument for the cost of copy.
new 178ae08 [RegisterBankInfo] Adapt the copy cost logic to give somethin [...]
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/llvm/CodeGen/GlobalISel/RegisterBankInfo.h | 6 +++++-
1 file changed, 5 insertions(+), 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 llvm.
from 0f19dc2 MIR: Fix parsing of stack object references in MachineMemOperands
new 5c05d41 [RegisterBankInfo] Move a hidden function into a static method. NFC.
new edb4f7c [RegisterBankInfo] Add a size argument for the cost of copy.
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:
include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h | 19 +++++++--
lib/CodeGen/GlobalISel/RegBankSelect.cpp | 4 +-
lib/CodeGen/GlobalISel/RegisterBankInfo.cpp | 46 +++++++++++-----------
lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 3 +-
lib/Target/AArch64/AArch64RegisterBankInfo.h | 10 +++--
5 files changed, 50 insertions(+), 32 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 44e9b30 [pdb] Try to fix use after free.
new 0f19dc2 MIR: Fix parsing of stack object references in MachineMemOperands
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/CodeGen/MIRParser/MIParser.cpp | 11 ++++++++++-
test/CodeGen/MIR/X86/memory-operands.mir | 23 ++++++++++++++++++-----
2 files changed, 28 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 compiler-rt.
from 61be762 [esan] Intercept calloc to avoid deadlocks with tcmalloc
new 4c179b4 [profile] Hide a few external symbols (NFCI)
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/profile/InstrProfiling.c | 3 ++-
lib/profile/InstrProfilingFile.c | 2 +-
lib/profile/InstrProfilingUtil.c | 4 ++--
3 files changed, 5 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.