This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 25eb287 Fix program header propagation.
new 419449c [ELF] Clarify why `lld -flavor gnu` is used.
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/ELF/lto/timepasses.ll | 2 ++
1 file changed, 2 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 0ba1dc9 [OpenCL] Fix for integer parameters of enqueue_kernel
new 4fe4b24 Fix OpenCL test for buildbot by removing extra (erroneous) RUN line
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/SemaOpenCL/cl20-device-side-enqueue.cl | 1 -
1 file changed, 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 compiler-rt.
from 127c0e7 Split strncmp and strncasecmp test and XFAIL one for Windows
new 34faeda Remove pwd to fix WinASan bot
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/asan/TestCases/Windows/coverage-dll-stdio.cc | 1 -
1 file changed, 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 binutils-gdb.
from 35fd2dd Generate correct hint value for IDATA6.
new 9d734ef Also check GOT PLT for R_X86_64_PLTOFF64
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:
bfd/ChangeLog | 6 ++++++
bfd/elf64-x86-64.c | 11 +++++++++--
ld/ChangeLog | 7 +++++++
ld/testsuite/ld-x86-64/pr20800a.S | 17 +++++++++++++++++
ld/testsuite/ld-x86-64/pr20800b.S | 21 +++++++++++++++++++++
ld/testsuite/ld-x86-64/x86-64.exp | 8 ++++++++
6 files changed, 68 insertions(+), 2 deletions(-)
create mode 100644 ld/testsuite/ld-x86-64/pr20800a.S
create mode 100644 ld/testsuite/ld-x86-64/pr20800b.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 9ff5ab9 2016-11-14 Janus Weil <janus(a)gcc.gnu.org>
new f253fdb 2016-11-14 Thomas Koenig <tkoenig(a)gcc.gnu.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/fortran/ChangeLog | 6 ++++++
gcc/fortran/dump-parse-tree.c | 15 ++++++++++++++-
2 files changed, 20 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 b91d4c2 Typo
new 63165f6 Use _Unwind_Backtrace on Apple platforms.
new 3b7c9b9 [PDB] Add documentation for the PDB Stream.
new 576eea8 [PDB] Add documentation for the DBI Stream.
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/PDB/DbiStream.rst | 448 ++++++++++++++++++++++++++++++++++++++++++-
docs/PDB/PdbStream.rst | 83 +++++++-
docs/PDB/index.rst | 5 +
lib/Support/Unix/Signals.inc | 2 +-
4 files changed, 531 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 compiler-rt.
from 1e54762 [asan/win] Delay load dbghelp.dll to delay ucrtbase.dll initi [...]
new 127c0e7 Split strncmp and strncasecmp test and XFAIL one for Windows
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:
.../{strncmp_strict.c => strncasecmp_strict.c} | 38 +++++++---------------
test/asan/TestCases/strncmp_strict.c | 38 +++++++---------------
2 files changed, 23 insertions(+), 53 deletions(-)
copy test/asan/TestCases/{strncmp_strict.c => strncasecmp_strict.c} (55%)
--
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 c7f4e58 Fix the unit test darwin-multiarch-arm.c for windows
new 1dd6278 [clang docs] Minor fix in ClangCheck.rst
new 0ba1dc9 [OpenCL] Fix for integer parameters of enqueue_kernel
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:
docs/ClangCheck.rst | 6 +-
include/clang/Basic/DiagnosticSemaKinds.td | 2 +-
lib/CodeGen/CGBuiltin.cpp | 36 +++---
lib/Sema/SemaChecking.cpp | 42 +++----
test/CodeGenOpenCL/cl20-device-side-enqueue.cl | 148 +++++++++++++++----------
test/SemaOpenCL/cl20-device-side-enqueue.cl | 43 +++++--
6 files changed, 165 insertions(+), 112 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 f2247b9 [lsan] [aarch64] Fix printing of pointers in make check tests [...]
new 1e54762 [asan/win] Delay load dbghelp.dll to delay ucrtbase.dll initi [...]
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/sanitizer_common/sanitizer_dbghelp.h | 42 ++++++++++++++++++++++++
lib/sanitizer_common/sanitizer_symbolizer_win.cc | 40 +++++++++++++++++++---
lib/sanitizer_common/sanitizer_win.cc | 6 ++--
test/CMakeLists.txt | 2 +-
test/asan/TestCases/Windows/delay_dbghelp.cc | 18 ++++++++++
5 files changed, 100 insertions(+), 8 deletions(-)
create mode 100644 lib/sanitizer_common/sanitizer_dbghelp.h
create mode 100644 test/asan/TestCases/Windows/delay_dbghelp.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.