This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 846dae0 Test only the relevant bits.
new feee152 Inline MergeInputSection::getData().
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:
ELF/InputSection.cpp | 10 ----------
ELF/InputSection.h | 16 +++++++++++++++-
2 files changed, 15 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 clang.
from f7112d1 Revert r288626, which reverts r288449. Original commit message:
new 39afaeb Clean up some Sema checking code. 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/clang/Sema/Sema.h | 6 ++---
lib/Sema/SemaChecking.cpp | 56 ++++++++++-------------------------------------
2 files changed, 14 insertions(+), 48 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 6504ee5 [libcxx] [test] D27269: Fix MSVC x64 warning C4267 "conversio [...]
new 74c9d6a Fix C++03 modules 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:
include/module.modulemap | 2 ++
1 file changed, 2 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 llvm.
from a079dfc AMDGPU: Don't required structured CFG
new 1e11739 Introduces cmake option `LLVM_DISABLE_ABI_BREAKING_CHECKS_ENFORCING`
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:
CMakeLists.txt | 3 +++
include/llvm/Config/abi-breaking.h.cmake | 7 +++++++
2 files changed, 10 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 llvm.
from db18d34 revert inadvertedly introduced build break
new a079dfc AMDGPU: Don't required structured CFG
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/Target/AMDGPU/AMDGPUTargetMachine.cpp | 5 +--
test/CodeGen/AMDGPU/basic-branch.ll | 11 ++++---
test/CodeGen/AMDGPU/br_cc.f16.ll | 25 +++++++-------
test/CodeGen/AMDGPU/branch-relaxation.ll | 8 ++---
test/CodeGen/AMDGPU/indirect-addressing-si.ll | 6 ++++
test/CodeGen/AMDGPU/lds-m0-init-in-loop.ll | 5 ++-
test/CodeGen/AMDGPU/sgpr-control-flow.ll | 47 +++++++++++++++++++++++++--
test/CodeGen/AMDGPU/sgpr-copy.ll | 31 +++++++++++++-----
test/CodeGen/AMDGPU/skip-if-dead.ll | 6 ++--
test/CodeGen/AMDGPU/uniform-cfg.ll | 10 +++---
10 files changed, 107 insertions(+), 47 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 c7011af Allow enabling/disabling testing with module using env LIBCXX [...]
new d95f62e Add support for writing -verify shell tests
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/libcxx/compiler.py | 32 ++++++++++++++++++++++++++++++--
test/libcxx/test/config.py | 23 ++++++++++++++---------
test/libcxx/test/format.py | 4 +---
3 files changed, 45 insertions(+), 14 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 943496f Summary: Currently there is no way to disable deprecated warn [...]
new db18d34 revert inadvertedly introduced build break
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:
tools/llvm-pdbdump/LLVMOutputStyle.cpp | 10 +---------
1 file changed, 1 insertion(+), 9 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 4bf668d Daily bump.
new 0eb7cd3 2016-12-05 Michael Meissner <meissner(a)linux.vnet.ibm.com>
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 | 8 ++++++++
gcc/config/rs6000/rs6000.h | 10 +++++-----
2 files changed, 13 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 clang.
from e5685e2 Add test for r288732, warn on unsigned zero in std::max
new f7112d1 Revert r288626, which reverts r288449. Original commit message:
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/Lex/ModuleLoader.h | 25 +++++++++++++++++++------
lib/Frontend/CompilerInstance.cpp | 21 +++++++++++++++++----
lib/Lex/PPDirectives.cpp | 10 +++++-----
test/Modules/config-mismatch.cpp | 13 +++++++++++++
4 files changed, 54 insertions(+), 15 deletions(-)
create mode 100644 test/Modules/config-mismatch.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.