This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 739f0de995b [InstCombine] Don't replace allocas with smaller globals
new 8bedd02c0a0 Test commit: update my email
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:
CREDITS.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 compiler-rt.
from 37a2e2e98 [asan] Add support for Android debug message.
new bc311bbb0 [asan] Regression test for PR33372
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/pr33372.cc | 39 +++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
create mode 100644 test/asan/TestCases/pr33372.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 llvm.
from 5c10c248803 Update constants in complex-return test to prevent reductio [...]
new 2587e3ecef2 Make visible isDereferenceableAndAlignedPointer(..., const [...]
new 739f0de995b [InstCombine] Don't replace allocas with smaller globals
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/Analysis/Loads.h | 9 +++++++
lib/Analysis/Loads.cpp | 10 +++++++
.../InstCombine/InstCombineLoadStoreAlloca.cpp | 15 ++++++++++-
test/Transforms/InstCombine/memcpy-from-global.ll | 31 ++++++++++++++++++++++
4 files changed, 64 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 39844e05bae [WebAssembly] Fix build after r306177
new 5c10c248803 Update constants in complex-return test to prevent reductio [...]
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/CodeGen/PowerPC/complex-return.ll | 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 lnt.
from 44efb67 fix docu comment
new 4bd20f7 Fix pep8 warnings in main.py; NFC
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:
lnt/lnttool/main.py | 107 +++++++++++++++++++++++++++-------------------------
1 file changed, 55 insertions(+), 52 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 bfb1e6dd81c Remove redundant argument.
new 39844e05bae [WebAssembly] Fix build after r306177
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:
.../MCTargetDesc/WebAssemblyAsmBackend.cpp | 24 +++++++++++++---------
1 file changed, 14 insertions(+), 10 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 8eec1b83586 Fix use of uninitialized value.
new bfb1e6dd81c Remove redundant argument.
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/MC/MCAsmBackend.h | 3 +--
lib/MC/MCAssembler.cpp | 2 +-
lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp | 5 +++--
lib/Target/AMDGPU/MCTargetDesc/AMDGPUAsmBackend.cpp | 4 ++--
lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp | 3 ++-
lib/Target/ARM/MCTargetDesc/ARMAsmBackend.h | 2 +-
lib/Target/BPF/MCTargetDesc/BPFAsmBackend.cpp | 4 ++--
lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp | 3 +--
lib/Target/Lanai/MCTargetDesc/LanaiAsmBackend.cpp | 4 ++--
lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp | 3 ++-
lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h | 2 +-
lib/Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp | 2 +-
lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp | 4 ++--
lib/Target/Sparc/MCTargetDesc/SparcAsmBackend.cpp | 3 +--
lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp | 4 ++--
lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp | 2 +-
16 files changed, 25 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 72786af0ac8 [ORC] Re-apply r306166 and r306168 with fix for regression test.
new 8eec1b83586 Fix use of uninitialized value.
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/MC/MCValue.h | 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 lnt.
from 491aef1 Print result URL for `lnt submit`
new 44efb67 fix docu comment
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:
lnt/server/db/testsuitedb.py | 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 gcc.
from 7377eb47ee6 PR c++/79056 - C++17 ICE with invalid template syntax.
new 5f65124206a Daily bump.
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:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.