This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 572c99a Make it so that one can register prefix matches as well as id [...]
new 3152bf2 [PECOFF] Use the COFF subsystem field when determining the Triple.
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/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp | 19 ++++++++++++++++++-
source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h | 2 ++
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 lld.
from 7ef1038 Simplify SORT and --sort-section command line option handling.
new 5b13364 Make test less dependent on the section order.
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/arm-thumb-interwork-thunk.s | 3 ++-
test/ELF/linkerscript/align-empty.s | 7 ++++--
test/ELF/linkerscript/common.s | 30 +++++++++++------------
test/ELF/linkerscript/data-segment-relro.s | 6 ++---
test/ELF/linkerscript/multi-sections-constraint.s | 17 ++++---------
test/ELF/linkerscript/repsection-va.s | 7 +++---
test/ELF/linkerscript/sections-constraint.s | 13 +++++-----
test/ELF/linkerscript/symbols-synthetic.s | 1 +
8 files changed, 41 insertions(+), 43 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 44a4162 tsan: revert r281970
new 5b6dd69 [asan] Fix GlobalAddressDescription::Print()
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/asan/asan_descriptions.cc | 3 ++-
test/asan/TestCases/global-address.cpp | 12 ++++++++++++
2 files changed, 14 insertions(+), 1 deletion(-)
create mode 100644 test/asan/TestCases/global-address.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 clang.
from 1be4cc5 Remove some boilerplate comments that don't explain anything.
new d9e26ca [analyzer] Add a checker that detects blocks in critical sections
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/clang/StaticAnalyzer/Checkers/Checkers.td | 4 +
.../Checkers/BlockInCriticalSectionChecker.cpp | 109 +++++++++++++++++++++
lib/StaticAnalyzer/Checkers/CMakeLists.txt | 1 +
test/Analysis/block-in-critical-section.cpp | 50 ++++++++++
4 files changed, 164 insertions(+)
create mode 100644 lib/StaticAnalyzer/Checkers/BlockInCriticalSectionChecker.cpp
create mode 100644 test/Analysis/block-in-critical-section.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 llvm.
from ba03c81 [x86] split up tests, regenerate checks
new 7bcdeca Next set of additional error checks for invalid Mach-O files [...]
new f5969f7 [Profile] Do not annotate select insts not covered in profile.
new 38ea316 Mark ELF sections whose name start with .note as note
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:
lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 5 ++
lib/Object/MachOObjectFile.cpp | 96 ++++++++++++++++++---
.../Instrumentation/PGOInstrumentation.cpp | 3 +-
test/CodeGen/X86/note-sections.ll | 19 ++++
.../Inputs/macho-invalid-dylib-id-more-than-one | Bin 0 -> 84 bytes
.../Inputs/macho-invalid-dylib-name_offset-toobig | Bin 0 -> 52 bytes
.../macho-invalid-dylib-name_offset-toosmall | Bin 0 -> 52 bytes
test/Object/Inputs/macho-invalid-dylib-name_toobig | Bin 0 -> 56 bytes
test/Object/Inputs/macho-invalid-dylib-no-id | Bin 0 -> 28 bytes
test/Object/Inputs/macho-invalid-dylib-small | Bin 0 -> 56 bytes
.../Inputs/macho-invalid-dylib-wrong-filetype | Bin 0 -> 56 bytes
test/Object/macho-invalid.test | 21 +++++
12 files changed, 130 insertions(+), 14 deletions(-)
create mode 100644 test/CodeGen/X86/note-sections.ll
create mode 100644 test/Object/Inputs/macho-invalid-dylib-id-more-than-one
create mode 100644 test/Object/Inputs/macho-invalid-dylib-name_offset-toobig
create mode 100644 test/Object/Inputs/macho-invalid-dylib-name_offset-toosmall
create mode 100644 test/Object/Inputs/macho-invalid-dylib-name_toobig
create mode 100644 test/Object/Inputs/macho-invalid-dylib-no-id
create mode 100644 test/Object/Inputs/macho-invalid-dylib-small
create mode 100644 test/Object/Inputs/macho-invalid-dylib-wrong-filetype
--
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 aea5c83 Fix exc2signal.c template
new 706e674 posix: Correctly enable/disable cancellation on Linux posix_spawn
new 802c1c5 posix: Correctly block/unblock all signals on Linux posix_spawn
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:
ChangeLog | 11 ++++
nptl/Makefile | 2 +-
nptl/{tst-exec1.c => tst-exec5.c} | 115 ++++++++++++++++++++++----------------
sysdeps/unix/sysv/linux/spawni.c | 14 ++---
4 files changed, 84 insertions(+), 58 deletions(-)
copy nptl/{tst-exec1.c => tst-exec5.c} (52%)
--
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 4345f45 * trans-intrinsic.c (conv_expr_ref_to_caf_ref): Adjust fall [...]
new 2e99c3f Report DejaGnu ERROR messages in compare_tests
new ae96b05 Report DejaGnu ERROR messages in dg-extract-results.
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:
contrib/ChangeLog | 11 +++++++++++
contrib/compare_tests | 4 ++--
contrib/dg-extract-results.py | 13 ++++++++++---
contrib/dg-extract-results.sh | 10 +++++++---
4 files changed, 30 insertions(+), 8 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 gdb-7.12-branch
in repository binutils-gdb.
from 87e84bc Automatic date update in version.in
new 4e2b3c62 ppc: Fix record support of Store String Word instructions
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:
gdb/ChangeLog | 5 +++++
gdb/rs6000-tdep.c | 10 +++++++---
2 files changed, 12 insertions(+), 3 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 fortran-dev
in repository gcc.
from 3671d3f 2016-09-20 Tobias Burnus <burnus(a)net-b.de>
new 12cdcb9 2016-20-10 Paul Thomas <pault(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.fortran-dev | 8 ++++++++
gcc/fortran/trans-array.c | 27 ++++++++++++++++++++++++++-
gcc/fortran/trans-decl.c | 22 ++++++++++++----------
3 files changed, 46 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 clang.
from 5c8f490 Fix a regex error breaking tests.
new 1be4cc5 Remove some boilerplate comments that don't explain anything.
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/Tools.cpp | 4 ----
1 file changed, 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.