This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 43f89c5 MachineModuleInfo: Avoid dummy constructor, use INITIALIZE_TM_PASS
new 459280c Increase the size of the sigaltstack used by LLVM signal hand [...]
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/Support/Unix/Signals.inc | 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 llvm.
from 7374d90 [ADCE] Add control dependence computation
new 43f89c5 MachineModuleInfo: Avoid dummy constructor, use INITIALIZE_TM_PASS
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/CodeGen/MachineModuleInfo.h | 4 +---
include/llvm/Target/TargetMachine.h | 3 ---
lib/CodeGen/LLVMTargetMachine.cpp | 14 +++-----------
lib/CodeGen/MachineModuleInfo.cpp | 20 +++++++-------------
tools/llc/llc.cpp | 2 +-
unittests/MI/LiveIntervalTest.cpp | 2 +-
6 files changed, 13 insertions(+), 32 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 96b1453 Run tests with keep going, so we run all the tests
new 8b34673 always create host-compiler
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 | 5 ++---
1 file changed, 2 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 libcxx.
from ab80428 libc++: Perform configuration checks with -nodefaultlibs
new af7f1a8 Revert "libc++: Perform configuration checks with -nodefaultlibs"
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:
cmake/config-ix.cmake | 23 ++---------------------
1 file changed, 2 insertions(+), 21 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 4ecbb91 [stackmaps] Remove an unneeded member variable [NFC]
new 7374d90 [ADCE] Add control dependence computation
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/ADCE.cpp | 109 +++++++++++++++++++++++++++++++++--------
1 file changed, 88 insertions(+), 21 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 f1626d7 [sanitizer] change the 64-bit allocator to use a single array [...]
new 20878d4 [sanitizer] trying to fix the PPC bots
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/sanitizer_common/sanitizer_allocator_primary64.h | 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 binutils-gdb.
from 4ba2515 Automatic date update in version.in
new 1130c90 [gold] Implement -z stack-size option
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:
gold/ChangeLog | 10 ++++++++++
gold/layout.cc | 37 ++++++++++++++++++++++++-------------
gold/layout.h | 4 ++--
gold/options.h | 6 ++++--
gold/output.h | 11 +++++++++--
5 files changed, 49 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 binutils-2_27-branch
in repository binutils-gdb.
from 4a3111d Automatic date update in version.in
new b372bc2 [gold] Implement -z stack-size option
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:
gold/ChangeLog | 10 ++++++++++
gold/layout.cc | 37 ++++++++++++++++++++++++-------------
gold/layout.h | 4 ++--
gold/options.h | 6 ++++--
gold/output.h | 11 +++++++++--
5 files changed, 49 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 gcc.
from b904831 gcc/: * config/s390/s390.c (s390_asm_file_start): Call defa [...]
new bc0d4f1 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 7e8d4de * testsuite/23_containers/map/77334.cc: Use dg-options for C++11.
new fc8cf11 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.