This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7212e1e [Support] Add a free toString function for Error
new fea3ecb [GlobalDCE, Misc] Don't remove functions referenced by ifuncs
new 11773e9 Remove (unused) "using namespace llvm;" in Support header. Th [...]
new 6c67e89 [X86] Lower zext i1 arguments
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:
include/llvm/IR/GlobalAlias.h | 15 --------
include/llvm/IR/GlobalIndirectSymbol.h | 16 +++++++++
include/llvm/Support/ScopedPrinter.h | 2 --
lib/Target/X86/X86FastISel.cpp | 15 ++++++++
lib/Transforms/IPO/GlobalDCE.cpp | 26 ++++++++++++++
lib/Transforms/Utils/SplitModule.cpp | 12 ++++---
test/CodeGen/X86/pr27591.ll | 42 +++++++++++++++++++++++
test/Transforms/GlobalDCE/global-ifunc.ll | 13 +++++++
tools/bugpoint/CrashDebugger.cpp | 4 +--
tools/verify-uselistorder/verify-uselistorder.cpp | 8 +++++
10 files changed, 129 insertions(+), 24 deletions(-)
create mode 100644 test/CodeGen/X86/pr27591.ll
create mode 100644 test/Transforms/GlobalDCE/global-ifunc.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 gcc.
from b461b04 [RS6000] powerpc64le -ffixed-cr2 -ffixed-cr3 -ffixed-cr4 ICE
new 2d1861f Combine simplify_set WORD_REGISTER_OPERATIONS
new b371206 Daily bump.
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:
gcc/ChangeLog | 4 ++++
gcc/DATESTAMP | 2 +-
gcc/combine.c | 2 +-
3 files changed, 6 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 gcc-5-branch
in repository gcc.
from f62b1ec /cp 2016-05-03 Paolo Carlini <paolo.carlini(a)oracle.com>
new b091f47 Daily bump.
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/DATESTAMP | 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 gcc-6-branch
in repository gcc.
from 6d45a19 Fix a typo in dwarf2out.c:resolve_args_picking_1
new ca4be35 Daily bump.
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/DATESTAMP | 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 gcc-4_9-branch
in repository gcc.
from b14e488 Daily bump.
new 3523bf0 Daily bump.
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/DATESTAMP | 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 lldb.
from e5c6178 Added a testcase for the ptr_refs tool so we catch if it stop [...]
new e6df379 You have to call setHasLoadedFieldsFromExternalStorage 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:
source/Symbol/ClangASTContext.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 89526ff PR rtl-optimization/57193 * opts.c (default_options_table): [...]
new b461b04 [RS6000] powerpc64le -ffixed-cr2 -ffixed-cr3 -ffixed-cr4 ICE
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 | 6 ++++++
gcc/config/rs6000/rs6000.c | 6 +++---
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.target/powerpc/pr70866.c | 11 +++++++++++
4 files changed, 24 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr70866.c
--
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 71107c1 Revert "[sanitizer] Move stat/__xstat to the common interceptors"
new 5f450c2 [sanitizer] Move stat/__xstat to the common interceptors
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/esan/esan_interceptors.cpp | 18 -----------
lib/msan/msan_interceptors.cc | 21 ------------
.../sanitizer_common_interceptors.inc | 37 ++++++++++++++++++++++
lib/sanitizer_common/sanitizer_flags.inc | 3 ++
.../sanitizer_platform_interceptors.h | 8 +++++
lib/tsan/rtl/tsan_interceptors.cc | 25 ---------------
6 files changed, 48 insertions(+), 64 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 1820caa Produce another specific error message for a malformed Mach-O [...]
new de24f13 llvm-pdbdump: Update libdeps.
new 7212e1e [Support] Add a free toString function for Error
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:
include/llvm/Support/Error.h | 19 +++++++++++++++++++
tools/llvm-pdbdump/CMakeLists.txt | 3 ++-
unittests/Support/ErrorTest.cpp | 19 +++++++++++++++++++
3 files changed, 40 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 llvm.
from 546d80a Fix template type deduction error on some compilers.
new 1820caa Produce another specific error message for a malformed Mach-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:
include/llvm/Object/Error.h | 1 -
lib/Object/Error.cpp | 2 --
lib/Object/MachOObjectFile.cpp | 12 +++++++-----
.../Object/Inputs/macho64-invalid-too-small-load-command.1 | Bin 0 -> 88 bytes
test/Object/macho-invalid.test | 4 ++++
5 files changed, 11 insertions(+), 8 deletions(-)
create mode 100644 test/Object/Inputs/macho64-invalid-too-small-load-command.1
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.