This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 98a155c Mark P0127R3 as done, and replace its __has_feature check wit [...]
new ce8f8cc [PR30341] Alias must point to a definition
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/CGCXX.cpp | 14 ++++++--------
test/CodeGenCXX/alias-available-externally.cpp | 19 +++++++++++++++++++
2 files changed, 25 insertions(+), 8 deletions(-)
create mode 100644 test/CodeGenCXX/alias-available-externally.cpp
--
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 libcxx.
from c0f860c Partially revert overflow checking in last_write_time
new 56919fc [libc++] Add missing locale aliases
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/support/win32/locale_win32.h | 5 +++--
1 file changed, 3 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 66f2dbf Remove an unnecessary duplicate initialization of TLOF from t [...]
new 8579d6c Add explanatory 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:
lib/LTO/LTOBackend.cpp | 4 ++++
1 file changed, 4 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 zorg.
from 641a337 run python tests against i386 and x86_64 inferiors
new f66e0d0 Run multiple svn command in time to speedup checkout.
new f806952 Remove code duplication
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:
.../buildbot/builders/sanitizers/buildbot_cmake.sh | 186 ++++++++-------------
.../builders/sanitizers/buildbot_functions.sh | 33 ++--
2 files changed, 93 insertions(+), 126 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 2b72738 MachineFunction: Add missing newline in debug print()
new 32b5cf7 Tidy spelling and grammar.
new cfc9fcc Update comment about initializing TLOF with a pointer at the [...]
new b660c90 Remove the default constructor and count variable from the Ma [...]
new 66f2dbf Remove an unnecessary duplicate initialization of TLOF from t [...]
The 4 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/IR/Mangler.h | 5 -----
lib/IR/Mangler.cpp | 2 +-
lib/MC/MCContext.cpp | 2 +-
lib/Target/Mips/MipsAsmPrinter.cpp | 4 ----
lib/Target/NVPTX/NVPTXAsmPrinter.cpp | 4 +++-
5 files changed, 5 insertions(+), 12 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 762c9cd Attempt to fix Windows buildbots.
new 19b5de6 [AArch64] Fix test case ELF/aarch64-tls-le.s
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/ELF/aarch64-tls-le.s | 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 lld.
from 3ce98db Remove unused #includes.
new 762c9cd Attempt to fix Windows buildbots.
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/LTO.h | 2 ++
1 file changed, 2 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 abc1d21 ScheduleDAGInstrs: There is no need to set OrigNode for MI SU [...]
new 0461ece AMDGPU: Partially fix control flow at -O0
new 2b72738 MachineFunction: Add missing newline in debug print()
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/CodeGen/MachineFunction.cpp | 1 +
lib/Target/AMDGPU/AMDGPU.h | 3 +
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 21 +-
lib/Target/AMDGPU/CMakeLists.txt | 1 +
lib/Target/AMDGPU/SIInstrInfo.cpp | 19 +-
lib/Target/AMDGPU/SIInstructions.td | 25 +-
lib/Target/AMDGPU/SILowerControlFlow.cpp | 74 +-
lib/Target/AMDGPU/SIOptimizeExecMasking.cpp | 304 +++++++++
test/CodeGen/AMDGPU/control-flow-fastregalloc.ll | 296 ++++++++
.../MIR/AMDGPU/optimize-if-exec-masking.mir | 755 +++++++++++++++++++++
10 files changed, 1478 insertions(+), 21 deletions(-)
create mode 100644 lib/Target/AMDGPU/SIOptimizeExecMasking.cpp
create mode 100644 test/CodeGen/AMDGPU/control-flow-fastregalloc.ll
create mode 100644 test/CodeGen/MIR/AMDGPU/optimize-if-exec-masking.mir
--
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 240c79e Add comments.
new 3ce98db Remove unused #includes.
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/Driver.h | 3 ++-
ELF/LTO.cpp | 21 ---------------------
ELF/LTO.h | 3 ---
ELF/Writer.cpp | 1 +
4 files changed, 3 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 0b61d07 LTO: Fix use-after-scope error.
new abc1d21 ScheduleDAGInstrs: There is no need to set OrigNode for MI SU [...]
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/ScheduleDAGInstrs.h | 1 -
1 file changed, 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.