This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 410e795 [LCG] Minor cleanup to the LCG walk over a function, NFC.
new c8e39ef WholeProgramDevirt: Teach the pass to handle structs of arrays.
new a3def13 [libFuzzer] implement crash-resistant merge (https://github.c [...]
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/Fuzzer/CMakeLists.txt | 3 +-
lib/Fuzzer/FuzzerDriver.cpp | 19 +-
lib/Fuzzer/FuzzerFlags.def | 3 +
lib/Fuzzer/FuzzerInternal.h | 3 +
lib/Fuzzer/FuzzerMerge.cpp | 255 +++++++++++++++++++++
lib/Fuzzer/FuzzerMerge.h | 70 ++++++
lib/Fuzzer/FuzzerUtil.h | 8 +
lib/Fuzzer/test/FuzzerUnittest.cpp | 135 +++++++++++
lib/Transforms/IPO/WholeProgramDevirt.cpp | 45 ++--
.../WholeProgramDevirt/bad-read-from-vtable.ll | 24 +-
.../{non-aggregate-vtable.ll => pointer-vtable.ll} | 2 +-
test/Transforms/WholeProgramDevirt/soa-vtable.ll | 52 +++++
12 files changed, 584 insertions(+), 35 deletions(-)
create mode 100644 lib/Fuzzer/FuzzerMerge.cpp
create mode 100644 lib/Fuzzer/FuzzerMerge.h
rename test/Transforms/WholeProgramDevirt/{non-aggregate-vtable.ll => pointer-vtab [...]
create mode 100644 test/Transforms/WholeProgramDevirt/soa-vtable.ll
--
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 e957f02 Clean up the new TestInterruptThreadNames test a bit.
new bd359e5 Modernize the Args access pattern in a few more commands.
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/lldb/Interpreter/CommandObject.h | 2 +-
source/Commands/CommandObjectHelp.cpp | 24 +++----
source/Commands/CommandObjectLog.cpp | 32 ++--------
source/Commands/CommandObjectMemory.cpp | 103 ++++++++++++++-----------------
source/Interpreter/CommandObject.cpp | 10 ++-
5 files changed, 66 insertions(+), 105 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 5ecad33 Make WholeProgramDevirt understand ConstStruct vtables.
new 410e795 [LCG] Minor cleanup to the LCG walk over a function, 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/Analysis/LazyCallGraph.h | 14 +++++++++---
lib/Analysis/LazyCallGraph.cpp | 41 +++++++++++++++++++----------------
2 files changed, 33 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 llvm.
from 18245f6 [ObjectYAML] Support for DWARF debug_aranges
new 5ecad33 Make WholeProgramDevirt understand ConstStruct vtables.
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/WholeProgramDevirt.cpp | 50 ++++++++++++++++------
...non-array-vtable.ll => non-aggregate-vtable.ll} | 0
.../{bad-read-from-vtable.ll => struct-vtable.ll} | 30 ++++++-------
3 files changed, 52 insertions(+), 28 deletions(-)
rename test/Transforms/WholeProgramDevirt/{non-array-vtable.ll => non-aggregate-vt [...]
copy test/Transforms/WholeProgramDevirt/{bad-read-from-vtable.ll => struct-vtable. [...]
--
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 c828f5b [InstCombine] add tests for umin+icmp; NFC
new 18245f6 [ObjectYAML] Support for DWARF debug_aranges
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/DebugInfo/DWARF/DWARFDebugArangeSet.h | 2 +
include/llvm/ObjectYAML/DWARFYAML.h | 25 +++
lib/ObjectYAML/DWARFYAML.cpp | 18 +++
...ARF-debug_str.yaml => DWARF-debug_aranges.yaml} | 179 ++++++++++++++-------
tools/obj2yaml/dwarf2yaml.cpp | 24 +++
tools/yaml2obj/yaml2dwarf.cpp | 27 ++++
tools/yaml2obj/yaml2macho.cpp | 3 +
tools/yaml2obj/yaml2obj.h | 2 +
8 files changed, 225 insertions(+), 55 deletions(-)
copy test/ObjectYAML/MachO/{DWARF-debug_str.yaml => DWARF-debug_aranges.yaml} (61%)
--
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 848b4ce [DOXYGEN] Improved doxygen comments for xmmintrin.h intrinsics.
new 6a643fe [AST, ASTMatchers, Basic] Fix some Clang-tidy modernize and I [...]
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/AST/ASTContext.h | 135 ++++++++++++++++----------
include/clang/AST/RecursiveASTVisitor.h | 36 +++++--
include/clang/ASTMatchers/ASTMatchersMacros.h | 4 +-
include/clang/ASTMatchers/Dynamic/Registry.h | 33 ++++---
include/clang/Basic/Diagnostic.h | 70 +++++++------
include/clang/Basic/FileManager.h | 28 ++++--
include/clang/Basic/IdentifierTable.h | 72 +++++++++-----
include/clang/Basic/SourceManager.h | 51 +++++-----
include/clang/Basic/VirtualFileSystem.h | 42 +++++++-
9 files changed, 305 insertions(+), 166 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 370e45b PR c/77531 - __attribute__((alloc_size(1,2))) could also warn [...]
new 9756d61 Daily bump.
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/DATESTAMP | 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 gcc-6-branch
in repository gcc.
from d0d46a5 * es.po: Update.
new 4b844fc Daily bump.
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/DATESTAMP | 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 gcc-5-branch
in repository gcc.
from 37fa93d PR c++/78551 * constexpr.c (extract_string_elt): New. Brok [...]
new 23b3346 Daily bump.
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/DATESTAMP | 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 ce61c6e [DOXYGEN] Improved doxygen comments.
new 848b4ce [DOXYGEN] Improved doxygen comments for xmmintrin.h intrinsics.
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/Headers/xmmintrin.h | 52 ++++++++++++++++++++++++-------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.