This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 188ccfb [OpenCL] Output OpenCL version in diagnostics.
new 889fcf3 [ubsan] Add -fsanitize-undefined-strip-path-components=N
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:
docs/UndefinedBehaviorSanitizer.rst | 20 +++++++++++++++++++
include/clang/Driver/Options.td | 4 ++++
include/clang/Frontend/CodeGenOptions.def | 4 ++++
lib/CodeGen/CGExpr.cpp | 29 +++++++++++++++++++++++++++-
lib/Driver/Tools.cpp | 4 ++++
lib/Frontend/CompilerInvocation.cpp | 3 +++
test/CodeGen/ubsan-strip-path-components.cpp | 29 ++++++++++++++++++++++++++++
test/Driver/fubsan-strip-path-components.cpp | 2 ++
8 files changed, 94 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/ubsan-strip-path-components.cpp
create mode 100644 test/Driver/fubsan-strip-path-components.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 0e99482 [macho2yaml] Add support for dumping mach_headers
new 8f15084 Fix option description /NFC
new c8239a0 minor test clean up /NFC
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/CodeGen/MachineBlockPlacement.cpp | 4 ++--
test/CodeGen/X86/code_placement_loop_rotation3.ll | 9 ++++-----
2 files changed, 6 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 zorg.
from 4259934 give more time to clang-fuzzer
new 788bcb9 Enable tests on the LLDB buildbot
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:
buildbot/osuosl/master/config/builders.py | 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 fd74312 clang-format: [JS] respect clang-format off when requoting strings.
new 188ccfb [OpenCL] Output OpenCL version in diagnostics.
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/Basic/DiagnosticSemaKinds.td | 4 ++--
lib/Parse/ParseDecl.cpp | 11 ++++++++---
test/Parser/opencl-cl20.cl | 12 ++++++------
test/Parser/opencl-storage-class.cl | 8 ++++----
test/SemaOpenCL/invalid-access-qualifier.cl | 2 +-
test/SemaOpenCL/storageclass.cl | 2 +-
6 files changed, 22 insertions(+), 17 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 binutils-gdb.
from 58c7f09 Use correct regexp syntax in ARM PR20068 test
new 8ddd5a6 PR symtab/19999 gdb unable to resolve vars with fission+PIE
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 | 6 +
gdb/dwarf2loc.c | 12 +-
gdb/testsuite/ChangeLog | 8 +
.../{fission-loclists.S => fission-loclists-pie.S} | 472 ++++++++-------------
...ssion-loclists.exp => fission-loclists-pie.exp} | 10 +-
gdb/testsuite/lib/dwarf.exp | 2 +-
6 files changed, 216 insertions(+), 294 deletions(-)
copy gdb/testsuite/gdb.dwarf2/{fission-loclists.S => fission-loclists-pie.S} (50%)
copy gdb/testsuite/gdb.dwarf2/{fission-loclists.exp => fission-loclists-pie.exp} (80%)
--
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 1000189 [mips][ias] Fix O32 .cprestore directive when inside .set noa [...]
new 7455ed8 [ObjectYAML] Support Thin MachO headers to YAML
new 0e99482 [macho2yaml] Add support for dumping mach_headers
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:
include/llvm/ObjectYAML/MachOYAML.h | 53 +++++++++++++++++++++++++++++++++++++
lib/ObjectYAML/CMakeLists.txt | 1 +
lib/ObjectYAML/MachOYAML.cpp | 44 ++++++++++++++++++++++++++++++
tools/obj2yaml/macho2yaml.cpp | 30 ++++++++++++++++++++-
4 files changed, 127 insertions(+), 1 deletion(-)
create mode 100644 include/llvm/ObjectYAML/MachOYAML.h
create mode 100644 lib/ObjectYAML/MachOYAML.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 binutils-gdb.
from 1997c99 ld -z combreloc reloc sorting
new 58c7f09 Use correct regexp syntax in ARM PR20068 test
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:
gas/ChangeLog | 5 +++++
gas/testsuite/gas/arm/pr20068.d | 4 ++--
2 files changed, 7 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 compiler-rt.
from b57cc42 [mips][sanitizer_common] Don't use `ld` in internal_clone() o [...]
new 8d59f29 [sanitizer] Allow nullptr in Swift demangler
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_symbolizer_posix_libcdep.cc | 4 +++-
1 file changed, 3 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 gcc.
from dc0b0e3 Add dg-require-atomic-builtins to test
new 22a3f7b PR c/70756 * c-common.c (pointer_int_sum): Call size_in_byt [...]
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 | 11 ++++++
gcc/c-family/ChangeLog | 6 +++
gcc/c-family/c-common.c | 2 +-
gcc/c/ChangeLog | 22 +++++++++++
gcc/c/c-decl.c | 2 +-
gcc/c/c-tree.h | 4 +-
gcc/c/c-typeck.c | 48 +++++++++++------------
gcc/cp/ChangeLog | 31 +++++++++++++++
gcc/cp/call.c | 2 +-
gcc/cp/cp-tree.h | 26 ++++++++++---
gcc/cp/cp-ubsan.c | 4 +-
gcc/cp/decl2.c | 5 ++-
gcc/cp/init.c | 29 +++++++-------
gcc/cp/method.c | 4 +-
gcc/cp/semantics.c | 5 ++-
gcc/cp/typeck.c | 69 +++++++++++++++++-----------------
gcc/cp/typeck2.c | 17 ++++-----
gcc/langhooks-def.h | 2 +-
gcc/langhooks.c | 3 +-
gcc/langhooks.h | 5 ++-
gcc/testsuite/ChangeLog | 6 +++
gcc/testsuite/c-c++-common/pr70756-2.c | 12 ++++++
gcc/testsuite/c-c++-common/pr70756.c | 23 ++++++++++++
gcc/tree.c | 4 +-
gcc/tree.h | 8 +++-
25 files changed, 244 insertions(+), 106 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/pr70756-2.c
create mode 100644 gcc/testsuite/c-c++-common/pr70756.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.