This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from ad9ac1e [OpenMP] diagnose orphaned teams construct
new e34b8a8 Update for LLVM changes
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/CodeGen/aarch64-neon-2velem.c | 2063 +++----
test/CodeGen/aarch64-neon-across.c | 112 +-
test/CodeGen/aarch64-neon-fma.c | 16 +-
test/CodeGen/aarch64-neon-intrinsics.c | 6632 +++++++++------------
test/CodeGen/aarch64-neon-misc.c | 1636 +++--
test/CodeGen/aarch64-neon-perm.c | 1416 +++--
test/CodeGen/aarch64-neon-scalar-x-indexed-elem.c | 4 +-
test/CodeGen/aarch64-poly64.c | 36 +-
test/CodeGen/arm-neon-directed-rounding.c | 96 +-
test/CodeGen/arm-neon-fma.c | 16 +-
test/CodeGen/arm-neon-numeric-maxmin.c | 40 +-
test/CodeGen/arm-neon-vcvtX.c | 64 +-
12 files changed, 5018 insertions(+), 7113 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 ce05a53 [Coverage] Do not write out coverage mappings with zero entries
new ad9ac1e [OpenMP] diagnose orphaned teams construct
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 | 3 +++
lib/Sema/SemaOpenMP.cpp | 20 ++++++++++++++------
test/OpenMP/nesting_of_regions.cpp | 2 ++
3 files changed, 19 insertions(+), 6 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 bb936d2 LiveIntervalAnalysis: Fix handleMoveDown() problem
new 7f21dd5 Propery format doccomment in lto.h . 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:
include/llvm-c/lto.h | 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 llvm.
from 6ba6032 GlobalISel: remove redundant ';'s. NFC
new bb936d2 LiveIntervalAnalysis: Fix handleMoveDown() problem
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/LiveIntervalAnalysis.cpp | 2 +
unittests/MI/LiveIntervalTest.cpp | 153 +++++++++++++++++++++--------------
2 files changed, 93 insertions(+), 62 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 a6b4cd4 [CMake] Updating Xcode Toolchain creation to support Xcode 7
new 6ba6032 GlobalISel: remove redundant ';'s. 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/GlobalISel/IRTranslator.cpp | 2 +-
lib/CodeGen/GlobalISel/MachineLegalizePass.cpp | 2 +-
lib/CodeGen/GlobalISel/RegBankSelect.cpp | 2 +-
3 files 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 zorg.
from 6e8cd00 [GreenDragon] Setup DYLD_LIBRARY_PATH in clang_build mode
new 2157b19 [GreenDragon] Thread DYLIB_LIBRARY_PATH via cmake
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:
zorg/jenkins/build.py | 3 +++
1 file changed, 3 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 lldb.
from e1f7d82 Print a warning if the directory passed to --test-subdir does [...]
new 9ba40ea DynamicLoaderDarwinKernel will look in four addresses for the [...]
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:
.../DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp | 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 gcc.
from 98cada7 os/user: fix Solaris declaration.
new e86de78 libgo: bump library version number for 1.7
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/go/gofrontend/MERGE | 2 +-
libgo/configure | 2 +-
libgo/configure.ac | 2 +-
3 files 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 8018723 COFF: Implement /linkrepro flag.
new 339617d Add qualification to fix MSVC build.
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/Core/Reproduce.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 lld.
from e49e72b Split getPhdrsIndices. NFC.
new 8018723 COFF: Implement /linkrepro flag.
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/CMakeLists.txt | 4 +-
COFF/Driver.cpp | 53 +++++++++++++++++++
COFF/Driver.h | 3 ++
COFF/Error.h | 6 +++
COFF/InputFiles.cpp | 14 +++--
COFF/Options.td | 1 +
ELF/CMakeLists.txt | 1 +
ELF/Driver.cpp | 9 ++--
ELF/Driver.h | 29 +----------
ELF/DriverUtils.cpp | 106 ++-----------------------------------
ELF/InputFiles.h | 1 +
include/lld/Core/Reproduce.h | 70 +++++++++++++++++++++++++
lib/Core/CMakeLists.txt | 1 +
lib/Core/Reproduce.cpp | 121 +++++++++++++++++++++++++++++++++++++++++++
test/COFF/linkrepro.test | 35 +++++++++++++
15 files changed, 316 insertions(+), 138 deletions(-)
create mode 100644 include/lld/Core/Reproduce.h
create mode 100644 lib/Core/Reproduce.cpp
create mode 100644 test/COFF/linkrepro.test
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.