This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d3302ddc52a [AMDGPU] Add a new pass to insert waitcnts. Leave under an [...]
new 81e9372c9e3 [INC] Test commit. 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:
lib/CodeGen/ImplicitNullChecks.cpp | 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 2bbdf239b18 Daily bump.
new 3da31ee0daa PR go/77857 cmd/go: generate vendor paths for -I arg o [...]
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:
libgo/go/cmd/go/build.go | 57 +++++++++++++++++++++++++++++++++++++++++-------
1 file changed, 49 insertions(+), 8 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 clang.
from 91f051ff9b Serialization: Emit the final diagnostic state last, almost NFC
new d3992c554d Serialization: Simulate -Werror settings in implicit modules
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/Diagnostic.h | 3 ++
include/clang/Basic/DiagnosticIDs.h | 24 +++++++++++
lib/Basic/Diagnostic.cpp | 6 ++-
lib/Serialization/ASTReader.cpp | 50 +++++++++++++++++++---
lib/Serialization/ASTWriter.cpp | 7 ++-
.../Inputs/implicit-built-Werror-using-W/convert.h | 8 ++++
.../implicit-built-Werror-using-W/module.modulemap | 3 ++
test/Modules/implicit-built-Werror-using-W.cpp | 42 ++++++++++++++++++
8 files changed, 134 insertions(+), 9 deletions(-)
create mode 100644 test/Modules/Inputs/implicit-built-Werror-using-W/convert.h
create mode 100644 test/Modules/Inputs/implicit-built-Werror-using-W/module.modulemap
create mode 100644 test/Modules/implicit-built-Werror-using-W.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 clang.
from 5e5be8ed35 Serialization: Skip check in WritePragmaDiagnosticMappings, NFC
new 91f051ff9b Serialization: Emit the final diagnostic state last, almost 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:
lib/Serialization/ASTReader.cpp | 43 +++++++++++++++++++++++++----------------
lib/Serialization/ASTWriter.cpp | 16 +++++++++++++--
2 files changed, 40 insertions(+), 19 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 4a0d76ba2f3 ThinLTOBitcodeWriter: keep comdats together, rename if lead [...]
new 92625cfb474 CodeGen: BlockPlacement: Clear ComputedEdges between functions.
new d3302ddc52a [AMDGPU] Add a new pass to insert waitcnts. Leave under an [...]
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/MachineBlockPlacement.cpp | 7 +-
lib/Target/AMDGPU/AMDGPU.h | 4 +
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 12 +-
lib/Target/AMDGPU/CMakeLists.txt | 1 +
lib/Target/AMDGPU/DSInstructions.td | 2 +
lib/Target/AMDGPU/SIInsertWaitcnts.cpp | 1863 ++++++++++++++++++++++++
test/CodeGen/AMDGPU/llvm.amdgcn.ds.bpermute.ll | 3 -
test/CodeGen/AMDGPU/llvm.amdgcn.ds.permute.ll | 2 -
8 files changed, 1886 insertions(+), 8 deletions(-)
create mode 100644 lib/Target/AMDGPU/SIInsertWaitcnts.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 users/aoliva/SFN
in repository binutils-gdb.
from 45c30a130a LVU: emit pending line info before changing segments
new b1da2fa7f1 LVU: do NOT emit line info before asm source file is set
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:
gas/dwarf2dbg.c | 4 +++-
1 file changed, 3 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 libunwind.
from 98ba30a Revert "[CMake][libunwind] Use -nodefaultlibs for CMake checks"
new ab68429 Reland "[CMake][libunwind] Use -nodefaultlibs for CMake checks"
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:
CMakeLists.txt | 13 ++++++++
cmake/Modules/HandleCompilerRT.cmake | 58 ++++++++++++++++++++++++++++++++++++
cmake/config-ix.cmake | 36 ++++++++++++++++++++--
3 files changed, 105 insertions(+), 2 deletions(-)
create mode 100644 cmake/Modules/HandleCompilerRT.cmake
--
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 9cdcf26331 [IR] Add AttributeSet to hide AttributeSetNode* again, NFC
new 5e5be8ed35 Serialization: Skip check in WritePragmaDiagnosticMappings, 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:
lib/Serialization/ASTWriter.cpp | 3 +--
1 file changed, 1 insertion(+), 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 e9dc13a1838 Revert "[WebAssembly] Update use of Attributes after r299875"
new 4a0d76ba2f3 ThinLTOBitcodeWriter: keep comdats together, rename if lead [...]
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/IPO/ThinLTOBitcodeWriter.cpp | 39 +++++++++++--
test/Transforms/ThinLTOBitcodeWriter/comdat.ll | 80 ++++++++++++++++++++++++++
2 files changed, 113 insertions(+), 6 deletions(-)
create mode 100644 test/Transforms/ThinLTOBitcodeWriter/comdat.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 379a34bac [XRay][compiler-rt] Add another work-around to XRay FDR tests [...]
new 4f0068953 [XRay] [compiler-rt] Simplify FDR logging handler. [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:
lib/xray/xray_fdr_logging_impl.h | 50 +++++++++++++++++-----------------------
1 file changed, 21 insertions(+), 29 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.