This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository newlib.
from af272ac Fix cpp invocation for C++ in nano spec
new fa55c61 Only define static locks in multithreaded mode
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:
newlib/libc/posix/telldir.c | 16 ++++++++++------
newlib/libc/stdlib/__call_atexit.c | 2 ++
newlib/libc/stdlib/arc4random.c | 8 ++++++++
newlib/libc/stdlib/arc4random.h | 2 ++
newlib/libc/stdlib/quick_exit.c | 6 ++++++
5 files changed, 28 insertions(+), 6 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 32b8484 2017-02-13 Prathamesh Kulkarni <prathamesh.kulkarni(a)linaro.org>
new 67af79b * init.c (warn_placement_new_too_small): Add missing space i [...]
new 234d589 * config/nvptx/mkoffload.c (process): Add space in between [...]
new 19efce7 * cprop.c (cprop_jump): Add missing space in string literal. [...]
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:
gcc/ChangeLog | 16 ++++++++++++++++
gcc/c/ChangeLog | 5 +++++
gcc/c/c-parser.c | 2 +-
gcc/cgraph.c | 2 +-
gcc/config/nvptx/mkoffload.c | 4 ++--
gcc/cp/ChangeLog | 5 +++++
gcc/cp/init.c | 2 +-
gcc/cp/mangle.c | 5 +++--
gcc/cp/parser.c | 2 +-
gcc/cprop.c | 2 +-
gcc/df-core.c | 2 +-
gcc/fortran/ChangeLog | 4 ++++
gcc/fortran/trans-expr.c | 2 +-
gcc/ipa-inline.c | 2 +-
gcc/lra-constraints.c | 2 +-
gcc/omp-grid.c | 4 ++--
gcc/trans-mem.c | 2 +-
gcc/tree-outof-ssa.c | 2 +-
gcc/tree-ssa-sccvn.c | 2 +-
gcc/tree-ssa-structalias.c | 6 +++---
20 files changed, 52 insertions(+), 21 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 47946ad Address post-commit comments for https://reviews.llvm.org/D29 [...]
new cfee44a [CodeGen] Use bitfields instead of manual masks in ArgFlagsTy, NFC
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/Target/TargetCallingConv.h | 179 +++++++++++++-------------------
1 file changed, 73 insertions(+), 106 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 c243457 [CMake] Adding API dependency on Utility
new cce4eba FindFunctions now works again with mangled names.
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:
.../name_lookup}/Makefile | 0
.../test/python_api/name_lookup/TestNameLookup.py | 65 ++++++++++++++++++++++
.../lldbsuite/test/python_api/name_lookup/main.cpp | 54 ++++++++++++++++++
source/Core/Module.cpp | 49 +++++++++-------
source/Symbol/Symtab.cpp | 5 ++
5 files changed, 153 insertions(+), 20 deletions(-)
copy packages/Python/lldbsuite/test/{api/check_public_api_headers => python_api/na [...]
create mode 100644 packages/Python/lldbsuite/test/python_api/name_lookup/TestNameL [...]
create mode 100644 packages/Python/lldbsuite/test/python_api/name_lookup/main.cpp
--
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 lld.
from f2ee92a ELF: Read all dynamic lists specified on the command line.
new 8db8c72 Fix checks for R_386_8 and R_386_16.
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:
ELF/Target.cpp | 6 ++++++
.../{x86-64-reloc-16-error.s => i386-reloc-16-error.s} | 0
.../Inputs/{x86-64-reloc-16-error.s => i386-reloc-16.s} | 2 +-
.../{x86-64-reloc-8-error.s => i386-reloc-8-error.s} | 0
test/ELF/Inputs/{x86-64-reloc-16.s => i386-reloc-8.s} | 2 +-
test/ELF/i386-reloc-16.s | 14 ++++++++++++++
test/ELF/i386-reloc-8.s | 14 ++++++++++++++
7 files changed, 36 insertions(+), 2 deletions(-)
copy test/ELF/Inputs/{x86-64-reloc-16-error.s => i386-reloc-16-error.s} (100%)
copy test/ELF/Inputs/{x86-64-reloc-16-error.s => i386-reloc-16.s} (63%)
copy test/ELF/Inputs/{x86-64-reloc-8-error.s => i386-reloc-8-error.s} (100%)
copy test/ELF/Inputs/{x86-64-reloc-16.s => i386-reloc-8.s} (67%)
create mode 100644 test/ELF/i386-reloc-16.s
create mode 100644 test/ELF/i386-reloc-8.s
--
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 dbfc39d * config/i386/i386.h (REG_CLASS_NAMES): Add , in between "M [...]
new 32b8484 2017-02-13 Prathamesh Kulkarni <prathamesh.kulkarni(a)linaro.org>
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/c/ChangeLog | 6 ++++++
gcc/c/gimple-parser.c | 1 +
2 files changed, 7 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 lldb.
from 466d72b [CMake] Adding API dependency on Utility
new c243457 [CMake] Adding API dependency on Utility
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/Breakpoint/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
--
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 db4a46b swiftcc: Don't emit tail calls from callers with swifterror p [...]
new 47946ad Address post-commit comments for https://reviews.llvm.org/D29 [...]
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/MachineBasicBlock.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 lldb.
from 24f6f6a Try to fix windows build (broken by r294939)
new 466d72b [CMake] Adding API dependency on Utility
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/API/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
--
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 fafac6b [Builtin][ARM] Fix subsf3vfp for non-HF target
new 965a267 Add lsan function stubs for darwin
new e248be9 Disable darwin interception of non-darwin 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:
lib/lsan/CMakeLists.txt | 3 +-
lib/lsan/lsan_common_mac.cc | 40 ++++++++++++++++++++++
lib/lsan/lsan_interceptors.cc | 15 ++++++--
lib/sanitizer_common/CMakeLists.txt | 1 +
.../sanitizer_platform_interceptors.h | 2 ++
lib/sanitizer_common/sanitizer_stoptheworld_mac.cc | 38 ++++++++++++++++++++
6 files changed, 96 insertions(+), 3 deletions(-)
create mode 100644 lib/lsan/lsan_common_mac.cc
create mode 100644 lib/sanitizer_common/sanitizer_stoptheworld_mac.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.