This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ca7371d Move GlobPattern class from LLD to llvm/Support.
new 1ced44b [Analysis] Centralize objectsize lowering logic.
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/MemoryBuiltins.h | 10 +++++++
lib/Analysis/MemoryBuiltins.cpp | 30 +++++++++++++++++++
lib/CodeGen/CodeGenPrepare.cpp | 14 ++-------
lib/Transforms/InstCombine/InstCombineCalls.cpp | 15 ++++------
.../InstCombine/InstructionCombining.cpp | 9 ++----
.../Transforms/CodeGenPrepare/builtin-condition.ll | 35 +++++++++++++++++++++-
6 files changed, 84 insertions(+), 29 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 lld.
from fd845d1 Move GlobPattern class from LLD to llvm/Support.
new dcb317a Use ArrayRef instead of `const std::vector`.
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/Strings.cpp | 2 +-
ELF/Strings.h | 2 +-
2 files changed, 2 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 llvm.
from 4138b67 Revert "[ObjectYAML] Support for DWARF debug_info section"
new 2f33273 [SCEV] Be less conservative when extending bitwidths for comp [...]
new ca7371d Move GlobPattern class from LLD to llvm/Support.
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/Support/GlobPattern.h | 48 ++++++++++
lib/Analysis/ScalarEvolution.cpp | 13 ++-
lib/Support/CMakeLists.txt | 1 +
lib/Support/GlobPattern.cpp | 167 ++++++++++++++++++++++++++++++++++
unittests/Support/CMakeLists.txt | 3 +-
unittests/Support/GlobPatternTest.cpp | 70 ++++++++++++++
6 files changed, 294 insertions(+), 8 deletions(-)
create mode 100644 include/llvm/Support/GlobPattern.h
create mode 100644 lib/Support/GlobPattern.cpp
create mode 100644 unittests/Support/GlobPatternTest.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 46c287c [ELF] Do not warn about missed entry symbol in case of reloca [...]
new fd845d1 Move GlobPattern class from LLD to llvm/Support.
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/Strings.cpp | 134 +++-----------------------------------------------------
ELF/Strings.h | 27 +-----------
2 files changed, 9 insertions(+), 152 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-tools-extra.
from 5d13e3b [clang-tidy] Add modernize-use-default-member-init check
new f425463 Comment out char16_t and char32_t tests
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:
.../modernize-use-default-member-init-assignment.cpp | 14 +++++++-------
test/clang-tidy/modernize-use-default-member-init.cpp | 14 +++++++-------
2 files changed, 14 insertions(+), 14 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 0ef22e2 [ObjectYAML] Support for DWARF debug_info section
new 4138b67 Revert "[ObjectYAML] Support for DWARF debug_info section"
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/DWARFFormValue.h | 2 -
include/llvm/DebugInfo/DWARF/DWARFUnit.h | 8 -
include/llvm/ObjectYAML/DWARFYAML.h | 38 --
include/llvm/ObjectYAML/MachOYAML.h | 1 +
lib/DebugInfo/DWARF/DWARFFormValue.cpp | 12 -
lib/ObjectYAML/DWARFYAML.cpp | 33 +-
test/ObjectYAML/MachO/DWARF-debug_info.yaml | 525 --------------------------
tools/obj2yaml/dwarf2yaml.cpp | 117 +-----
tools/yaml2obj/yaml2dwarf.cpp | 126 -------
tools/yaml2obj/yaml2macho.cpp | 2 -
tools/yaml2obj/yaml2obj.h | 1 -
11 files changed, 8 insertions(+), 857 deletions(-)
delete mode 100644 test/ObjectYAML/MachO/DWARF-debug_info.yaml
--
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 c00ee55 C++11 test cleanup: nonthrowing destructors
new c650f17 Make a test use a specific C++ dialect
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/CodeGenCXX/stack-reuse-miscompile.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 clang.
from c8c1a19 [c++1z] P0195R2: Support pack-expansion of using-declarations.
new 768efe7 Make two vtable tests tolerate C++11.
new c00ee55 C++11 test cleanup: nonthrowing destructors
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:
test/CodeGenCXX/destructors.cpp | 128 +++++++++++++++++++++-----------
test/CodeGenCXX/nrvo.cpp | 24 +++---
test/CodeGenCXX/partial-destruction.cpp | 39 ++++++----
test/CodeGenCXX/vtable-layout.cpp | 2 +
test/CodeGenCXX/vtable-linkage.cpp | 9 +++
5 files changed, 131 insertions(+), 71 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 lld.
from 2bbd10d [ELF] - Treat .openbsd.randomdata as relro section
new 46c287c [ELF] Do not warn about missed entry symbol in case of reloca [...]
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/Driver.cpp | 3 ++-
test/ELF/entry.s | 3 +++
2 files changed, 5 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.
Yvan Roux pushed a change to branch linaro-local/releases/linaro-5.4-2017.01
in repository toolchain/gcc.
at b8cc503 gcc/ * LINARO-VERSION: Bump version number, post release ca [...]
This branch includes the following new commits:
new b8cc503 gcc/ * LINARO-VERSION: Bump version number, post release ca [...]
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.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.