This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e2ef9203a95 Fix code causing fallthrough warnings in the PPC back end.
new ccd83515f56 [X86] Add XOP schedule 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/CodeGen/X86/xop-schedule.ll | 998 +++++++++++++++++++++++++++++++++++++++
1 file changed, 998 insertions(+)
create mode 100644 test/CodeGen/X86/xop-schedule.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 glibc.
from 1e36806fb8 powerpc: st{r,p}cpy optimization for aligned strings
new 174edbde7e Update SPARC divrem generation to match output.
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:
ChangeLog | 12 ++++++++++++
sysdeps/sparc/sparc32/Makefile | 8 ++++----
sysdeps/sparc/sparc32/divrem.m4 | 8 +++++---
sysdeps/sparc/sparc32/rem.S | 2 +-
sysdeps/sparc/sparc32/sdiv.S | 2 +-
sysdeps/sparc/sparc32/udiv.S | 2 +-
sysdeps/sparc/sparc32/urem.S | 2 +-
7 files changed, 25 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 lldb.
from 5e182788f [ExpressionParser] Fix evaluation failures due to mismatch in [...]
new c6226fb04 llgs-tests: Make addition of new tests easier
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:
unittests/tools/lldb-server/CMakeLists.txt | 10 +-
unittests/tools/lldb-server/tests/CMakeLists.txt | 3 +
unittests/tools/lldb-server/tests/MessageObjects.h | 6 ++
unittests/tools/lldb-server/tests/TestBase.cpp | 36 +++++++
unittests/tools/lldb-server/tests/TestBase.h | 48 +++++++++
unittests/tools/lldb-server/tests/TestClient.cpp | 116 ++++++++++-----------
unittests/tools/lldb-server/tests/TestClient.h | 33 +++---
.../lldb-server/tests/ThreadIdsInJstopinfoTest.cpp | 37 +++----
8 files changed, 189 insertions(+), 100 deletions(-)
create mode 100644 unittests/tools/lldb-server/tests/TestBase.cpp
create mode 100644 unittests/tools/lldb-server/tests/TestBase.h
--
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 2f38e95645e 2017-12-15 Hristian Kirtchev <kirtchev(a)adacore.com>
new 5c222558975 2017-12-15 Richard Biener <rguenther(a)suse.de>
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/internal-fn.c | 8 ++++++++
gcc/internal-fn.def | 3 +++
gcc/lto-streamer-in.c | 22 ++++++++++++++--------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/lto/pr83388_0.c | 18 ++++++++++++++++++
6 files changed, 56 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/lto/pr83388_0.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 gcc.
from 57bca8dcc1e Make dse.c use offset/width instead of start/end
new 2f38e95645e 2017-12-15 Hristian Kirtchev <kirtchev(a)adacore.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/ada/ChangeLog | 40 +++++++
gcc/ada/exp_aggr.adb | 18 +--
gcc/ada/exp_ch11.adb | 2 +
gcc/ada/exp_ch4.adb | 71 ++++++++++++
gcc/ada/exp_ch4.ads | 3 +-
gcc/ada/exp_ch6.adb | 5 +-
gcc/ada/exp_util.adb | 2 +
gcc/ada/expander.adb | 3 +
gcc/ada/libgnat/a-except.adb | 13 +++
gcc/ada/par-ch4.adb | 254 +++++++++++++++++++++++++++++++++++++++----
gcc/ada/sem.adb | 6 +
gcc/ada/sem_ch4.adb | 73 +++++++++++++
gcc/ada/sem_ch4.ads | 4 +-
gcc/ada/sem_ch6.adb | 44 ++++----
gcc/ada/sem_prag.adb | 114 ++++++++-----------
gcc/ada/sem_res.adb | 7 ++
gcc/ada/sem_spark.adb | 6 +
gcc/ada/sinfo.adb | 16 ++-
gcc/ada/sinfo.ads | 56 +++++++++-
gcc/ada/sprint.adb | 22 ++++
gcc/ada/types.ads | 10 +-
gcc/ada/types.h | 3 +-
22 files changed, 636 insertions(+), 136 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 aa1acfa32 [libFuzzer] make the tests depend on ubsan
new c81be8bd5 Added a separate install target for compilert-rt-headers
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/CMakeLists.txt | 20 +++++++++++++++++++-
1 file changed, 19 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 gcc.
from 3ee06931b08 * gimple-loop-interchange.cc (STMT_COST_RATIO): New macro. [...]
new 57bca8dcc1e Make dse.c use offset/width instead of start/end
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 | 16 +++++
gcc/dse.c | 194 +++++++++++++++++++++++++++++++++++-----------------------
2 files changed, 132 insertions(+), 78 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 release/2.25/master
in repository glibc.
from 8f50b4a454 ia64: Add ipc_priv.h header to set __IPC_64 to zero
new 17357d93cb NEWS: merge two sections about security related changes in 2.25.1
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:
NEWS | 11 ++++-------
1 file changed, 4 insertions(+), 7 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 glibc.
from 58722f9999 x86: Unwind shadow stack by one more frame
new 4f729be2aa The shift for i386 should by 2, not by 3
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:
sysdeps/unix/sysv/linux/i386/____longjmp_chk.S | 2 +-
sysdeps/unix/sysv/linux/i386/__longjmp.S | 2 +-
2 files changed, 2 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 master
in repository gcc.
from 1937db45cca gcc/ada/
new 3ee06931b08 * gimple-loop-interchange.cc (STMT_COST_RATIO): New macro. [...]
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 | 16 ++++
gcc/gimple-loop-interchange.cc | 179 ++++++++++++++++++++++-------------------
2 files changed, 114 insertions(+), 81 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.