This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 548c83d AMDGPU: Refactor indirect vector lowering
new bd79a59 [libFuzzer] change the probabilities so that we choose only t [...]
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/FuzzerCorpus.h | 15 ++++++++++++---
lib/Fuzzer/build.sh | 2 +-
2 files changed, 13 insertions(+), 4 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 dc1ddc0 AMDGPU: Factor SGPR spilling into separate functions
new 548c83d AMDGPU: Refactor indirect vector lowering
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/SIISelLowering.cpp | 78 +++++++++++++++++++-----------------
1 file changed, 42 insertions(+), 36 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 053beb2 Fix test when using remote debugging.
new 26a461c Fix TestNestedAliases.py
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/Interpreter/CommandInterpreter.cpp | 11 ++++++-----
1 file changed, 6 insertions(+), 5 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 7789303 Revert "Codegen: Tail-duplicate during placement."
new dc1ddc0 AMDGPU: Factor SGPR spilling into separate functions
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/SIRegisterInfo.cpp | 289 +++++++++++++++++++----------------
lib/Target/AMDGPU/SIRegisterInfo.h | 6 +
2 files changed, 166 insertions(+), 129 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 3b64e7a Early return. NFC.
new a7d2bea Remove unused parameter.
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:
COFF/PDB.cpp | 6 +++---
1 file changed, 3 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 lld.
from 35d9b74 [ELF] - Apply clang-format. NFC.
new 3b64e7a Early return. 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:
ELF/MarkLive.cpp | 11 ++++++-----
1 file changed, 6 insertions(+), 5 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 6b3629e [lit] Remove workaround for Python 2.5
new 7789303 Revert "Codegen: Tail-duplicate during placement."
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/TailDuplicator.h | 26 +-
lib/CodeGen/MachineBlockPlacement.cpp | 301 ++--------------------
lib/CodeGen/TailDuplication.cpp | 2 +-
lib/CodeGen/TailDuplicator.cpp | 59 +----
test/CodeGen/AArch64/arm64-extload-knownzero.ll | 1 +
test/CodeGen/AArch64/machine_cse.ll | 6 +-
test/CodeGen/ARM/2011-03-23-PeepholeBug.ll | 1 +
test/CodeGen/PowerPC/branch-opt.ll | 16 +-
test/CodeGen/PowerPC/sjlj.ll | 18 +-
test/CodeGen/PowerPC/tail-dup-layout.ll | 100 -------
test/CodeGen/WebAssembly/cfg-stackify.ll | 2 +-
test/CodeGen/WebAssembly/mem-intrinsics.ll | 2 +-
test/CodeGen/X86/block-placement.ll | 10 +-
test/CodeGen/X86/cmov-into-branch.ll | 4 +-
test/CodeGen/X86/fma-intrinsics-phi-213-to-231.ll | 24 +-
test/CodeGen/X86/fp-une-cmp.ll | 4 +-
test/CodeGen/X86/pr11202.ll | 5 +-
test/CodeGen/X86/ragreedy-bug.ll | 22 +-
test/CodeGen/X86/sse1.ll | 28 +-
test/CodeGen/X86/tail-dup-repeat.ll | 53 ----
test/CodeGen/X86/update-terminator.mir | 22 --
21 files changed, 93 insertions(+), 613 deletions(-)
delete mode 100644 test/CodeGen/PowerPC/tail-dup-layout.ll
delete mode 100644 test/CodeGen/X86/tail-dup-repeat.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 lldb.
from a19ed23 Try to fix failing tests when running remote test suite.
new 053beb2 Fix test when using remote debugging.
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:
.../breakpoint_case_sensitivity/TestBreakpointCaseSensitivity.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 clang.
from f7aae83 [coroutines] Adding builtins for coroutine intrinsics and bac [...]
new 1a49351 [coroutines] Switch to using std::experimental namespace per P0057R5
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/DiagnosticSemaKinds.td | 4 +--
include/clang/Sema/Sema.h | 6 ++++
lib/Sema/Sema.cpp | 4 +--
lib/Sema/SemaCoroutine.cpp | 9 ++---
lib/Sema/SemaDeclCXX.cpp | 14 ++++++++
test/SemaCXX/coroutines.cpp | 53 +++++++++++++++++++-----------
6 files changed, 63 insertions(+), 27 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 aba0070 Make GlobalsAA ignore dead constant expressions.
new 6b3629e [lit] Remove workaround for Python 2.5
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/lit/lit/main.py | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.