This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 532cc31305 Add some missing xcoff support
new 7639175c9a Move print_insn_XXX to an opcodes internal header, again
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:
opcodes/ChangeLog | 6 ++++++
opcodes/cgen-dis.in | 2 +-
opcodes/m32c-dis.c | 2 +-
opcodes/mep-dis.c | 2 +-
4 files changed, 9 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 20bde087167 [WebAssembly] Support weak defined symbols
new d0585d352f3 [InferAddressSpaces] Fix assertion about null pointer
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/Transforms/Scalar/InferAddressSpaces.cpp | 3 ++-
test/Transforms/InferAddressSpaces/AMDGPU/basic.ll | 12 ++++++++++++
2 files changed, 14 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 471398ffea7 Extend memcpy expansion in Transform/Utils to handle wider [...]
new 20bde087167 [WebAssembly] Support weak defined 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:
include/llvm/Object/Wasm.h | 2 +-
lib/MC/WasmObjectWriter.cpp | 133 +++++++++++++++++++-------------------
lib/Object/WasmObjectFile.cpp | 30 ++++++---
test/MC/WebAssembly/weak-alias.ll | 32 +++++++--
4 files changed, 116 insertions(+), 81 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 zorg.
from e699fcc Add 32-bit libc++ builder
new b166833 Added a step to compare Tablegen inc files if nondeterminism [...]
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:
zorg/buildbot/builders/ClangLTOBuilder.py | 38 +++++++++++++++++++++++++++++--
1 file changed, 36 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 104fd8eec74 Revert r307342, r307343.
new 471398ffea7 Extend memcpy expansion in Transform/Utils to handle wider [...]
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/Analysis/TargetTransformInfo.h | 41 +++
include/llvm/Analysis/TargetTransformInfoImpl.h | 14 +
include/llvm/Transforms/Utils/LowerMemIntrinsics.h | 26 +-
lib/Analysis/TargetTransformInfo.cpp | 25 ++
lib/Target/AMDGPU/AMDGPULowerIntrinsics.cpp | 13 +-
lib/Target/NVPTX/NVPTXLowerAggrCopies.cpp | 35 ++-
lib/Transforms/Utils/LowerMemIntrinsics.cpp | 288 ++++++++++++++++++++-
test/CodeGen/AMDGPU/lower-mem-intrinsics.ll | 12 +
test/CodeGen/NVPTX/lower-aggr-copies.ll | 61 +++++
9 files changed, 490 insertions(+), 25 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 3b48753a2f3 Copy arguments passed by value into explicit allocas for ASan.
new 104fd8eec74 Revert r307342, r307343.
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:
.../Instrumentation/AddressSanitizer.cpp | 37 -----------------
.../AddressSanitizer/stack-poisoning-byval-args.ll | 48 ----------------------
2 files changed, 85 deletions(-)
delete mode 100644 test/Instrumentation/AddressSanitizer/stack-poisoning-byval-args.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 compiler-rt.
from 32840b904 [cmake] Cache results of find_darwin_sdk_dir
new 9e2c69ffc Revert r307342, r307343.
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:
test/asan/TestCases/pass-object-byval.cc | 36 ----------------------------
test/asan/TestCases/pass-struct-byval-uar.cc | 32 -------------------------
test/asan/TestCases/pass-struct-byval.cc | 23 ------------------
3 files changed, 91 deletions(-)
delete mode 100644 test/asan/TestCases/pass-object-byval.cc
delete mode 100644 test/asan/TestCases/pass-struct-byval-uar.cc
delete mode 100644 test/asan/TestCases/pass-struct-byval.cc
--
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 55b271fd8 [asan] Add end-to-end tests for overflows of byval arguments.
new 32840b904 [cmake] Cache results of find_darwin_sdk_dir
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:
cmake/Modules/CompilerRTDarwinUtils.cmake | 6 ++++++
1 file changed, 6 insertions(+)
--
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 binutils-gdb.
from 9691e722c6 Automatic date update in version.in
new 1cf9552bf1 Another _doprnt fix for %L handling
new aff6079bc7 Apply ld/Makefile.in patch to the correct file
new 532cc31305 Add some missing xcoff support
The 3 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:
bfd/ChangeLog | 9 +++++++++
bfd/bfd.c | 27 +++++++++++++++------------
bfd/coffcode.h | 7 ++++++-
ld/ChangeLog | 4 ++++
ld/Makefile.am | 1 +
5 files changed, 35 insertions(+), 13 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 80c7e63a6db [lit] Modify LIT to accept environment variable LIT_FILTER [...]
new eb0c2c435b1 [SafepointIRVerifier] NFC: Refactor code for identifying ex [...]
new 3b48753a2f3 Copy arguments passed by value into explicit allocas for ASan.
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/IR/SafepointIRVerifier.cpp | 109 ++++++++++++++-------
.../Instrumentation/AddressSanitizer.cpp | 37 +++++++
.../AddressSanitizer/stack-poisoning-byval-args.ll | 48 +++++++++
3 files changed, 157 insertions(+), 37 deletions(-)
create mode 100644 test/Instrumentation/AddressSanitizer/stack-poisoning-byval-args.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.