This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 740c753 Disable Iterating SmallPtrSet in reverse order to uncover non [...]
new 5e5a55a Don't double-initialize cl::opt for iterating in reverse orde [...]
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/Support/CommandLine.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 llvm.
from 68f637f [libFuzzer] document one more desired feature of a fuzz target
new 740c753 Disable Iterating SmallPtrSet in reverse order to uncover non [...]
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/ADT/SmallPtrSet.h | 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 5a6de76 When emitting a multidimensional array copy, only emit a sing [...]
new e0430ed [PS4] Undo dialect tweak for Objective-C.
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/Frontend/CompilerInvocation.cpp | 6 ++++--
test/SemaObjC/objcbridge-attribute-arc.m | 5 +----
2 files changed, 5 insertions(+), 6 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 glibc.
from ffb8455 Better design of libm.a installation rule.
new e370991 Use Linux 4.9 (headers) in build-many-glibcs.py.
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:
ChangeLog | 5 +++++
scripts/build-many-glibcs.py | 2 +-
2 files changed, 6 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 0885016 LTO: Add support for multi-module bitcode files.
new 68f637f [libFuzzer] document one more desired feature of a fuzz target
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/LibFuzzer.rst | 1 +
1 file changed, 1 insertion(+)
--
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 cfc1735 LTO: Add support for multi-module bitcode files.
new 5a6de76 When emitting a multidimensional array copy, only emit a sing [...]
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/CodeGen/CGExprAgg.cpp | 35 +++++++++++++++++++++++++---------
test/CodeGenCXX/lambda-expressions.cpp | 16 ++++------------
2 files changed, 30 insertions(+), 21 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 d5f6cc3 [DWARF] Preserve column number when emitting 'line 0' record
new 0885016 LTO: Add support for multi-module bitcode files.
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/Bitcode/BitcodeReader.h | 2 +
include/llvm/LTO/LTO.h | 35 ++++--
include/llvm/LTO/LTOBackend.h | 3 +-
lib/LTO/LTO.cpp | 170 +++++++++++++++++++----------
lib/LTO/LTOBackend.cpp | 8 +-
test/LTO/Resolution/X86/empty-bitcode.test | 3 +
test/LTO/Resolution/X86/mixed_lto.ll | 6 +
test/LTO/Resolution/X86/multi-thinlto.ll | 6 +
8 files changed, 162 insertions(+), 71 deletions(-)
create mode 100644 test/LTO/Resolution/X86/empty-bitcode.test
create mode 100644 test/LTO/Resolution/X86/multi-thinlto.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 clang.
from 993e3aa Remove custom handling of array copies in lambda by-value arr [...]
new cfc1735 LTO: Add support for multi-module bitcode files.
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/CodeGen/BackendUtil.cpp | 31 +++++++++++++++++++++++++++++--
test/CodeGen/thinlto_backend.ll | 9 +++++++--
2 files changed, 36 insertions(+), 4 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 60c9764 [llvm] Iterate SmallPtrSet in reverse order to uncover non-de [...]
new d5f6cc3 [DWARF] Preserve column number when emitting 'line 0' record
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/CodeGen/AsmPrinter/DwarfDebug.cpp | 13 +++++++++----
test/CodeGen/X86/unknown-location.ll | 5 ++---
test/DebugInfo/X86/dwarf-no-source-loc.ll | 4 ++--
test/DebugInfo/X86/tail-merge.ll | 2 +-
4 files changed, 14 insertions(+), 10 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 92de000 [ARM] Fix typo in checking prefix
new 60c9764 [llvm] Iterate SmallPtrSet in reverse order to uncover non-de [...]
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/ADT/SmallPtrSet.h | 54 +++++++++++++++++++++++++++++++++-
lib/Support/CommandLine.cpp | 11 +++++++
unittests/ADT/CMakeLists.txt | 1 +
unittests/ADT/ReverseIterationTest.cpp | 39 ++++++++++++++++++++++++
4 files changed, 104 insertions(+), 1 deletion(-)
create mode 100644 unittests/ADT/ReverseIterationTest.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.