This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 8116318 [IR] Stop a -Wsign-compare warning from firing
new 1c6f7ab Fix the assertion failure caused by http://reviews.llvm.org/D22118
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/IR/MDBuilder.cpp | 2 +-
lib/IR/Metadata.cpp | 3 ++-
2 files changed, 3 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 lldb.
from 0843062 Change the /proc/<pid>/maps to not assert on incorrect input
new 7ac5a51 Fix an issue where one could not define a Python command with [...]
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:
.../.categories | 0
.../command_script_alias/TestCommandScriptAlias.py | 37 ++++++++++++++++++++++
.../command_script_alias/tcsacmd.py | 11 +++++++
source/Interpreter/CommandInterpreter.cpp | 9 ++++--
4 files changed, 55 insertions(+), 2 deletions(-)
copy packages/Python/lldbsuite/test/functionalities/{abbreviation => command_scrip [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/command_script_a [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/command_script_a [...]
--
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 abd1b54 [LowerTypeTests] Don't rely on doInitialization().
new 8116318 [IR] Stop a -Wsign-compare warning from firing
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/IR/Metadata.cpp | 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 a45abc6 Make tooling::applyAllReplacements return llvm::Expected<stri [...]
new 6186a63 [man page] Fix two sphinx build errors. These options were re [...]
new f2e96f7 [man page] Document -gline-tables-only in the clang man page.
new 57615ee [Sema] Don't artificially forbid BuiltinTemplateDecls in Chec [...]
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:
docs/CommandGuide/clang.rst | 38 ++++++++++++++++++++++++--------------
lib/Sema/SemaTemplate.cpp | 13 ++++++-------
test/SemaCXX/make_integer_seq.cpp | 2 +-
3 files changed, 31 insertions(+), 22 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 a73706e * decl.c (store_parm_decls): Remove check for void parm.
new 4623d92 2016-07-11 Hale Wang <hale.wang(a)arm.com> Andre Vieira [...]
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:
libgcc/ChangeLog | 5 +
libgcc/config/arm/lib1funcs.S | 250 ++++++++++++++++++++++++++++++++++++------
2 files changed, 223 insertions(+), 32 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 bc3b9e5 Implement callsite-hotness based inline cost for Sample-based PGO
new abd1b54 [LowerTypeTests] Don't rely on doInitialization().
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/Transforms/IPO/LowerTypeTests.cpp | 39 ++++++++++++++---------------------
1 file changed, 16 insertions(+), 23 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.19/master
in repository glibc.
from ce92632 CVE-2016-4429: sunrpc: Do not use alloca in clntudp_call [BZ #20112]
new 1a43fd3 Fix memory handling in strxfrm_l [BZ #16009]
new dea992a Always enable pointer guard [BZ #18928]
new 66986de Harden tls_dtor_list with pointer mangling [BZ #19018]
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:
ChangeLog | 33 +++
NEWS | 10 +-
elf/rtld.c | 15 +-
localedata/sort-test.sh | 6 +
localedata/xfrm-test.c | 52 ++++-
stdlib/cxa_thread_atexit_impl.c | 12 +-
string/strxfrm_l.c | 499 ++++++++++++++++++++++++++++++++--------
sysdeps/generic/ldsodefs.h | 3 -
8 files changed, 507 insertions(+), 123 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 b73690a input.c: add lexing selftests and a test matrix for line_tabl [...]
new a73706e * decl.c (store_parm_decls): Remove check for void parm.
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/cp/ChangeLog | 4 ++++
gcc/cp/decl.c | 8 +-------
2 files changed, 5 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 master
in repository llvm.
from a47e4c7 Tune the weight propagation algorithm for sample profile.
new bc3b9e5 Implement callsite-hotness based inline cost for Sample-based PGO
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/IR/Instruction.h | 5 +++++
lib/Analysis/InlineCost.cpp | 9 +++++++-
lib/IR/Metadata.cpp | 25 ++++++++++++++++++++++
lib/Transforms/IPO/SampleProfile.cpp | 13 +++++++++++
...inline-hot-callee.ll => inline-hot-callsite.ll} | 22 +++++++++----------
5 files changed, 62 insertions(+), 12 deletions(-)
copy test/Transforms/Inline/{inline-hot-callee.ll => inline-hot-callsite.ll} (62%)
--
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 b02ab09 [x86] make some of the tests 256-bit for testing diversity
new a47e4c7 Tune the weight propagation algorithm for sample profile.
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/Transforms/IPO/SampleProfile.cpp | 38 +++++++++++++++++++++++-----------
test/Transforms/SampleProfile/fnptr.ll | 8 +++----
2 files changed, 30 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.