This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 1169682 Fix typo in comment. NFC.
new 908f420 [ORC] Fix unit-test breakage from r280016.
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/ExecutionEngine/Orc/RPCUtilsTest.cpp | 4 ++--
1 file changed, 2 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 compiler-rt.
from d1a9fe4 [scudo] use 32 bits of ASLR entropy instead of just 24 when s [...]
new efe61c1 [asan] Attempt to fix test on darwin bot
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/use-after-scope-types.cc | 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 llvm.
from e060ffb [PowerPC] Fix i8/i16 atomics for little-Endian targets withou [...]
new cf53871 [ThinLTO] Indirect call promotion fixes for promoted local functions
new 1169682 Fix typo in comment. 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:
lib/ProfileData/InstrProf.cpp | 3 +++
lib/Target/X86/X86ISelLowering.cpp | 2 +-
lib/Transforms/IPO/PassManagerBuilder.cpp | 17 ++++++++++++++---
.../Inputs/thinlto_indirect_call_promotion.ll | 9 +++++++++
.../PGOProfile/thinlto_indirect_call_promotion.ll | 13 ++++++++++---
5 files changed, 37 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 llvm.
from 2f811bd [SLP] Return a boolean value for these static helpers. NFC.
new e060ffb [PowerPC] Fix i8/i16 atomics for little-Endian targets withou [...]
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/PowerPC/PPCISelLowering.cpp | 18 ++++++++++++------
test/CodeGen/PowerPC/atomic-2.ll | 15 ++++++++++++++-
2 files changed, 26 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 libcxxabi.
from f0e3789 [CMake] Use -std=c++11 if supported
new 01489a2 [CMake] Trying to fix the bots I broke
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/config-ix.cmake | 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 libcxxabi.
from 564b6ea [CMake] Be more consistent about naming targets and component [...]
new f0e3789 [CMake] Use -std=c++11 if supported
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/config-ix.cmake | 5 +++++
1 file changed, 5 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 llvm.
from 55a983f [ORC][RPC] Fix typo in RPC comments: call primitives on void [...]
new 79944cc AMDGPU/R600: Remove MergeVectorStores from legalization
new 2f811bd [SLP] Return a boolean value for these static helpers. 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:
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 59 ------------------------------
lib/Target/AMDGPU/AMDGPUISelLowering.h | 3 --
lib/Target/AMDGPU/R600ISelLowering.cpp | 3 --
lib/Transforms/Vectorize/SLPVectorizer.cpp | 33 ++++++++---------
4 files changed, 16 insertions(+), 82 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 684477b [CMake] Make LLVMConfig.cmake variable names match in-tree names
new d6f8e0f [ORC][RPC] Make the future type of an Orc RPC call Error/Expe [...]
new 55a983f [ORC][RPC] Fix typo in RPC comments: call primitives on void [...]
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/ExecutionEngine/Orc/RPCUtils.h | 62 +++++++++++---------------
unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp | 8 ++--
2 files changed, 29 insertions(+), 41 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 lld.
from 1755ce8 COFF: disambiguate make_unique (NFC)
new 9cdc5eb Make lld actually compatible with gold in terms of filler handling.
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:
ELF/LinkerScript.cpp | 20 ++++++++++----------
.../ELF/linkerscript/linkerscript-sections-padding.s | 10 +++++-----
2 files changed, 15 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.