This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 084d7ce7aa7 [DA] Delinearise AddRecs if we can prove they don't wrap
new ba791754878 [SampleFDO] Add an option to turn on/off warning about samp [...]
new c4c340a047c AMDGPU/GlobalISel: Fix G_IMPLICIT_DEF for pointers
new b34fc164bd8 AMDGPU: Remove commented out code
The 3 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/AMDGPULegalizerInfo.cpp | 6 +-
lib/Target/AMDGPU/SIISelLowering.cpp | 2 -
lib/Transforms/IPO/SampleProfile.cpp | 8 ++
.../AMDGPU/GlobalISel/inst-select-implicit-def.mir | 88 ++++++++++++++++++++--
4 files changed, 94 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 gcc.
from ed572d0aa09 2018-06-25 Richard Biener <rguenther(a)suse.de>
new d992022ea9d gcc/ChangeLog:
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/ChangeLog | 4 ++++
gcc/config/rs6000/vsx.md | 2 +-
2 files changed, 5 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 clang.
from 029be8c2f3 [ASTImporter] Import the whole redecl chain of functions
new f65e8af1d2 [OPENMP] Do not consider address constant vars as possibly 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/CodeGen/CodeGenModule.cpp | 3 ++-
test/OpenMP/constexpr_codegen.cpp | 29 +++++++++++++++++++++++++++++
2 files changed, 31 insertions(+), 1 deletion(-)
create mode 100644 test/OpenMP/constexpr_codegen.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 lld.
from 87bbbb959 [ELF] - Rewrote comment. NFC.
new 602065c3a [ELF] - ICF: add one more test case #3.
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/icf16.s | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
create mode 100644 test/ELF/icf16.s
--
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 d3d2228f8c6 AMDGPU: Respect align argument parameter
new 084d7ce7aa7 [DA] Delinearise AddRecs if we can prove they don't wrap
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/Analysis/DependenceAnalysis.h | 5 ++++
lib/Analysis/DependenceAnalysis.cpp | 23 ++++++++++++++++--
test/Analysis/DependenceAnalysis/DADelin.ll | 36 ++++++++++++++++++++++++++++-
3 files changed, 61 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 glibc.
from 189699ab37 csb_PL: Add alternative month names (bug 23140).
new 318bad78b0 nscd restart: Use malloc instead of extend_alloca [BZ #18023]
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:
ChangeLog | 6 ++++
nscd/connections.c | 99 +++++++++++++++++++++++++++++++++---------------------
2 files changed, 67 insertions(+), 38 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 7f055b7e1a [clang-cl] Don't emit dllexport inline functions etc. from p [...]
new 029be8c2f3 [ASTImporter] Import the whole redecl chain of 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:
include/clang/AST/ASTImporter.h | 9 +
lib/AST/ASTImporter.cpp | 165 +++++++--
lib/AST/DeclBase.cpp | 2 +
test/ASTMerge/class/test.cpp | 8 +-
unittests/AST/ASTImporterTest.cpp | 714 ++++++++++++++++++++++++++++++++++----
5 files changed, 787 insertions(+), 111 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 4d711158a [ELF] - ICF: add one more test case #2.
new 87bbbb959 [ELF] - Rewrote comment. 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:
test/ELF/icf13.s | 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 llvm.
from c39bf69d806 SafepointIRVerifier should ignore dead blocks and dead edges
new d3d2228f8c6 AMDGPU: Respect align argument 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:
.../MCTargetDesc/AMDGPUHSAMetadataStreamer.cpp | 28 +++--
.../MCTargetDesc/AMDGPUHSAMetadataStreamer.h | 1 +
.../AMDGPU/hsa-metadata-from-llvm-ir-full.ll | 115 ++++++++++++++++++++-
3 files changed, 133 insertions(+), 11 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 4aa752260 Revert "[FileSpec] Always normalize"
new 12651e3a4 Fix TestThreadExit for gcc&libc++ combo
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:
.../Python/lldbsuite/test/functionalities/thread/thread_exit/main.cpp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.