This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6f043b3 Limit test's triple in attempt to fix broken buildbot
new 312b28e Add GDB pretty-printer for llvm::Twine type
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:
utils/gdb-scripts/prettyprinters.py | 108 ++++++++++++++++++++++++++++++++++++
1 file changed, 108 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 clang.
from b0df0a8 [X86][XOP] Add codegen tests for vector integer comparison in [...]
new a64830e enable -save-temps with -finclude-defult-header
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/Driver/ToolChains/Clang.cpp | 14 +++++++++++++-
test/Driver/include-default-header.cl | 4 ++++
2 files changed, 17 insertions(+), 1 deletion(-)
create mode 100644 test/Driver/include-default-header.cl
--
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 c50553a PR libstdc++/62045 fix O(N) insertion in pd_ds binary heap
new 1a851f6 rs6000: Do not xfail nint_2.f90 on Linux systems
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/nint_2.f90 | 3 +--
2 files changed, 6 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 gcc-6-branch
in repository gcc.
from 572ef32 PR target/80019 * config/i386/i386.c (ix86_vector_duplicate [...]
new 54e9b3f 2017-03-15 Matthias Klose <doko(a)ubuntu.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 | 7 +++++++
gcc/Makefile.in | 10 ++++++++++
2 files changed, 17 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 gcc-5-branch
in repository gcc.
from f213017 PR target/80019 * config/i386/i386.c (ix86_vector_duplicate [...]
new 280d20f 2017-03-15 Matthias Klose <doko(a)ubuntu.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 | 7 +++++++
gcc/Makefile.in | 10 ++++++++++
2 files changed, 17 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 e702632 [EarlyCSE] reduce indent; NFCI
new 104814b NFC: Corrects comments that were supposed to go in with earl [...]
new 6f043b3 Limit test's triple in attempt to fix broken buildbot
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:
lib/DebugInfo/PDB/Native/NativeCompilandSymbol.cpp | 9 +++++----
test/CodeGen/Generic/pr32278.ll | 2 +-
2 files 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 glibc.
from 3ab2021 Fix build with --enable-static-nss [BZ #21088]
new 5d20a49 hppa: Fix setting of __libc_stack_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:
ChangeLog | 5 +++++
sysdeps/hppa/dl-machine.h | 9 ++++-----
2 files changed, 9 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 llvm.
from 38f8b96 Introduce NativeEnumModules and NativeCompilandSymbol
new 9fb2625 [tablegen][globalisel] Trivial changes to reduce size of foll [...]
new e702632 [EarlyCSE] reduce indent; NFCI
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:
lib/Transforms/Scalar/EarlyCSE.cpp | 43 ++++-----
utils/TableGen/GlobalISelEmitter.cpp | 167 +++++++++++++++++++----------------
2 files changed, 112 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 clang.
from 219029a Add AST matchers for ObjCProtocolDecl, ObjCCategoryDecl, ObjC [...]
new b0df0a8 [X86][XOP] Add codegen tests for vector integer comparison 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:
test/CodeGen/xop-builtins-cmp.c | 405 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 405 insertions(+)
create mode 100644 test/CodeGen/xop-builtins-cmp.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 glibc.
from e37fc4a Fix combreloc test with BSD grep
new 3ab2021 Fix build with --enable-static-nss [BZ #21088]
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 | 6 ++++++
nss/nsswitch.c | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.