This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository zorg.
from 10e40b4 Revert "[zorg] Disable internal symbolizer tests in compiler-rt"
new 9ebb75b [zorg] Refactor Libiomp5Builder to OpenMPBuilder
new 90ec635 Remove trailing whitespace, NFC.
new c582aba LLVMBuilder: Remove mutable default argument, NFCI.
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:
buildbot/osuosl/master/config/builders.py | 45 +++++----
zorg/buildbot/builders/LLVMBuilder.py | 2 +-
zorg/buildbot/builders/Libiomp5Builder.py | 133 -------------------------
zorg/buildbot/builders/OpenMPBuilder.py | 160 ++++++++++++++++++++++++++++++
4 files changed, 186 insertions(+), 154 deletions(-)
delete mode 100644 zorg/buildbot/builders/Libiomp5Builder.py
create mode 100644 zorg/buildbot/builders/OpenMPBuilder.py
--
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 6a04f0330 Makefile.rules: move CFLAGS_EXTRAS to the end of compile line
new c16ffb872 Allow SysV-i386 ABI on everything other than Apple targets
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/Plugins/ABI/SysV-i386/ABISysV_i386.cpp | 11 ++++++-----
1 file changed, 6 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 c9d23a99f0 Add objcCategoryImplDecl matcher
new 2cb4a7c648 Move MS inline asm parser methods out of line to reduce inde [...]
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/Parse/ParseStmtAsm.cpp | 216 +++++++++++++++++++++++++--------------------
1 file changed, 118 insertions(+), 98 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 aa9edc021f4 Deduction guides for associative containers, debug mode ded [...]
new 95fee1638ab Introduce emit_frame_chain
new 081c1d32b50 Add wider_subreg_mode helper functions
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 | 37 +++++++++++++++++++++++++++++++++++++
gcc/config/aarch64/aarch64.c | 19 ++++++++++---------
gcc/config/aarch64/aarch64.h | 9 ++++++---
gcc/ira-color.c | 30 +++++++++++++++++-------------
gcc/ira.h | 2 +-
gcc/lra-constraints.c | 10 +++-------
gcc/lra-spills.c | 9 +++------
gcc/lra.c | 6 ++----
gcc/reload1.c | 32 +++++++++++++++++---------------
gcc/rtl.h | 18 ++++++++++++++++++
10 files changed, 114 insertions(+), 58 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 228f43d82fe [MachineModuleInfoImpls] Replace qsort with array_pod_sort
new ae8900a8833 [DynamicLibrary] Fix build on musl libc
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/DynamicLibrary.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 gcc.
from 36bc3d02e10 [obvious][arm testsuite] Fixup expected location in require [...]
new bf39e18e700 Stop print_hex from printing bits above the precision
new 9f2c0e68ce0 Make more use of df_read_modify_subreg_p
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 | 21 +++++++++++++++++++++
gcc/caller-save.c | 5 +----
gcc/combine.c | 19 +++++--------------
gcc/lra-constraints.c | 6 ++----
gcc/lra.c | 16 ++++++----------
gcc/rtlanal.c | 17 +++++------------
gcc/wide-int-print.cc | 34 ++++++++++++++++------------------
gcc/wide-int.cc | 11 +++++++++++
8 files changed, 67 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 hjl/cet/master
in repository gcc.
discards 66073399aff Add Intel CET support for EH in libgcc.
new 37efe22ee05 Add Intel CET support for EH in libgcc.
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (66073399aff)
\
N -- N -- N refs/heads/hjl/cet/master (37efe22ee05)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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/config.gcc | 3 ++-
1 file changed, 2 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 e7df36ebba1 Reapply r316582 [Local] Fix a bug in the domtree update log [...]
new 228f43d82fe [MachineModuleInfoImpls] Replace qsort with array_pod_sort
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/MachineModuleInfoImpls.cpp | 14 ++++----------
1 file changed, 4 insertions(+), 10 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 hjl/cet/master
in repository gcc.
discards 6178e3dad73 Add Intel CET support for EH in libgcc.
discards ab3c385cd0b Enable building libgcc with CET options.
new 36452d76465 Enable building libgcc with CET options
new 66073399aff Add Intel CET support for EH in libgcc.
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (6178e3dad73)
\
N -- N -- N refs/heads/hjl/cet/master (66073399aff)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
config/cet.m4 | 2 +-
gcc/config.gcc | 4 +--
gcc/config/i386/cet.h | 57 ++++++++++++++++++++++++++++--------------
libgcc/config/i386/morestack.S | 6 ++++-
libgcc/config/i386/resms64.h | 2 ++
libgcc/config/i386/resms64f.h | 2 ++
libgcc/config/i386/resms64fx.h | 2 ++
libgcc/config/i386/resms64x.h | 2 ++
libgcc/config/i386/savms64.h | 2 ++
libgcc/config/i386/savms64f.h | 2 ++
libgcc/configure | 4 +--
11 files changed, 60 insertions(+), 25 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.