This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 510c1b6 Introduce GlobalSplit pass.
new b8248fe [AVR] Remove some accidentally-commited code that broke the 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:
test/CodeGen/AVR/lit.local.cfg | 24 ------------------------
1 file changed, 24 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 95de83a PR rtl-optimization/78378 * combine.c (make_extraction): Us [...]
new 969e45b 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 0fbe404 [i386][musl] Add cpuinfo to static libgcc only on *-musl*
new 50408d8 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-5-branch
in repository gcc.
from 3c56843 Fix PR78294 - thread sanitizer broken when using ld.gold
new d9979b4 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 clang.
from 0e9f942 Add warning when assigning enums to bitfields without an expl [...]
new a770019 [CMake] Support lld with LTO bootstrap
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 | 11 ++++++++---
1 file changed, 8 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 binutils-gdb.
from 256ae5d Stash frame id of current frame before stashing frame id for [...]
new fa98319 Automatic date update in version.in
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:
bfd/version.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 gdb-7.12-branch
in repository binutils-gdb.
from bebca28 Automatic date update in version.in
new 4fdeb46 Automatic date update in version.in
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:
bfd/version.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 binutils-2_27-branch
in repository binutils-gdb.
from b1fc391 Automatic date update in version.in
new cffaa4c Automatic date update in version.in
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:
bfd/version.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 llvm.
from af4a912 [AVR] Wrap all methods in the pseudo expansion pass in an ano [...]
new 510c1b6 Introduce GlobalSplit 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/InitializePasses.h | 1 +
include/llvm/Transforms/IPO.h | 4 +
lib/Transforms/IPO/CMakeLists.txt | 1 +
lib/Transforms/IPO/GlobalSplit.cpp | 164 ++++++++++++++++++++++++++
lib/Transforms/IPO/IPO.cpp | 1 +
lib/Transforms/IPO/PassManagerBuilder.cpp | 5 +
test/Transforms/GlobalSplit/basic.ll | 56 +++++++++
test/Transforms/GlobalSplit/non-beneficial.ll | 24 ++++
test/Transforms/GlobalSplit/nonlocal.ll | 29 +++++
9 files changed, 285 insertions(+)
create mode 100644 lib/Transforms/IPO/GlobalSplit.cpp
create mode 100644 test/Transforms/GlobalSplit/basic.ll
create mode 100644 test/Transforms/GlobalSplit/non-beneficial.ll
create mode 100644 test/Transforms/GlobalSplit/nonlocal.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 c9ea912 [analyzer] Remove unused check::RegionChanges::wantsRegionCha [...]
new 0e9f942 Add warning when assigning enums to bitfields without an expl [...]
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/DiagnosticGroups.td | 2 ++
include/clang/Basic/DiagnosticSemaKinds.td | 4 +++
lib/Sema/SemaChecking.cpp | 20 ++++++++++++++-
test/SemaCXX/warn-msvc-enum-bitfield.cpp | 40 ++++++++++++++++++++++++++++++
4 files changed, 65 insertions(+), 1 deletion(-)
create mode 100644 test/SemaCXX/warn-msvc-enum-bitfield.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.