This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 9cf4c80 Remove dead include from GoASTContext.cpp.
new 80790cb Merge r298536 changes to Xcode
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:
lldb.xcodeproj/project.pbxproj | 8 ++++----
1 file changed, 4 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 compiler-rt.
from 5d7bda4 Make nullability test pass on Windows, which evaluates parame [...]
new 9440162 Use lld-link /nopdb to suppress PDB generation when DWARF is [...]
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/Windows/fuse-lld.cc | 4 ++--
test/cfi/stats.cpp | 2 --
test/lit.common.cfg | 3 ++-
3 files changed, 4 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 lld.
from 7f341a7 Add "(compatible with GNU linkers)" to the -version output.
new 0cbfdd9 Add a /nopdb flag to disable PDB generation
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/Driver.cpp | 4 ++++
COFF/Options.td | 1 +
test/COFF/nopdb.test | 14 ++++++++++++++
3 files changed, 19 insertions(+)
create mode 100644 test/COFF/nopdb.test
--
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 2b66aee Preserve nonnull metadata on Loads through SROA & mem2reg.
new 6cde877 [LVI] Add an LVI printer pass to capture test LVI cache after [...]
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/LazyValueInfo.h | 3 +
include/llvm/InitializePasses.h | 1 +
lib/Analysis/Analysis.cpp | 1 +
lib/Analysis/LazyValueInfo.cpp | 102 +++++++++++++++++++--
.../LazyValueAnalysis/lvi-after-jumpthreading.ll | 84 +++++++++++++++++
5 files changed, 185 insertions(+), 6 deletions(-)
create mode 100644 test/Analysis/LazyValueAnalysis/lvi-after-jumpthreading.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 7518b3f Move FileSpec from Host -> Utility.
new 9cf4c80 Remove dead include from GoASTContext.cpp.
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/Symbol/CMakeLists.txt | 1 -
source/Symbol/GoASTContext.cpp | 1 -
2 files changed, 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 e53e585 IPO: Const correctness for summaries passed into passes.
new 2b66aee Preserve nonnull metadata on Loads through SROA & mem2reg.
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/Scalar/SROA.cpp | 4 +
lib/Transforms/Utils/PromoteMemoryToRegister.cpp | 57 +++++++++++---
.../Mem2Reg/preserve-nonnull-load-metadata.ll | 89 ++++++++++++++++++++++
test/Transforms/SROA/preserve-nonnull.ll | 26 +++++++
4 files changed, 166 insertions(+), 10 deletions(-)
create mode 100644 test/Transforms/Mem2Reg/preserve-nonnull-load-metadata.ll
create mode 100644 test/Transforms/SROA/preserve-nonnull.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 clang.
from 0b45f6a [X86][MMX] Add tests for _mm_set*_* intrinsics
new 75b763e [X86] Implement __readgsqword (and the rest) as builtins (PR32373)
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/Builtins.def | 1 -
include/clang/Basic/BuiltinsX86.def | 10 ++++++
lib/CodeGen/CGBuiltin.cpp | 34 +++++++++++++------
lib/Headers/intrin.h | 43 ------------------------
test/CodeGen/ms-x86-intrinsics.c | 65 +++++++++++++++++++++++++++++++++++--
5 files changed, 96 insertions(+), 57 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 65ede46 Factor lsan allocator cache accesses into a function
new 5d7bda4 Make nullability test pass on Windows, which evaluates parame [...]
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/ubsan/TestCases/Misc/nullability.c | 2 --
1 file changed, 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 gcc.
from d4d3d38 PR c++/80141 * semantics.c (finish_omp_clause) <case OMP_CL [...]
new 1293c5a 2017-03-21 Nicolas Koenig <koenigni(a)student.ethz.ch>
new ac2f3f4 2017-03-22 Nicolas Koenig <koenigni(a)student.ethz.ch>
new d5f44a8 2017-03-12 Nicolas Koenig <koenigni(a)student.ethz.ch>
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:
gcc/fortran/ChangeLog | 12 ++++++++++++
gcc/testsuite/ChangeLog | 10 ++++++++++
gcc/testsuite/gfortran.dg/equiv_constraint_bind_c.f90 | 11 +++++++++++
3 files changed, 33 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/equiv_constraint_bind_c.f90
--
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 97e19e5 PR sanitizer/78158 * tsan/tsan_interface_atomic.cc: Cherry- [...]
new d4d3d38 PR c++/80141 * semantics.c (finish_omp_clause) <case OMP_CL [...]
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/cp/ChangeLog | 7 +++++++
gcc/cp/semantics.c | 4 ++--
gcc/testsuite/ChangeLog | 3 +++
gcc/testsuite/g++.dg/gomp/pr80141.C | 8 ++++++++
4 files changed, 20 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/gomp/pr80141.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.