This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c9087d07bbe [Dominators] Don't compute DFS InOut numbers eagerly.
new f89749b21f5 Reduce the complexity of the signbit/branch test functions.
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/InstCombine/InstCombineCompares.cpp | 6 +++---
1 file changed, 3 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 master
in repository llvm.
from 075dc444144 Add a C API section to the release notes.
new c9087d07bbe [Dominators] Don't compute DFS InOut numbers eagerly.
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/Support/GenericDomTreeConstruction.h | 2 --
test/Analysis/Dominators/2006-10-02-BreakCritEdges.ll | 2 +-
unittests/IR/DominatorTreeTest.cpp | 2 ++
3 files changed, 3 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 master
in repository llvm.
from 16264149cd6 [Coverage] Remove two overloads of CoverageMapping::load. NFC.
new 075dc444144 Add a C API section to the release notes.
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/ReleaseNotes.rst | 5 +++++
1 file changed, 5 insertions(+)
--
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 ec3ac50fcec [DWARF] Move a couple of member functions to the DWARFUnit [...]
new f21a6b7f6b3 [WebAssembly] Add support for exception handling instructions
new 16264149cd6 [Coverage] Remove two overloads of CoverageMapping::load. 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:
include/llvm/IR/IntrinsicsWebAssembly.td | 4 ++++
.../llvm/ProfileData/Coverage/CoverageMapping.h | 11 ---------
lib/ProfileData/Coverage/CoverageMapping.cpp | 12 ----------
lib/Target/WebAssembly/WebAssemblyInstrControl.td | 26 +++++++++++++++++-----
test/CodeGen/WebAssembly/exception.ll | 22 ++++++++++++++++++
unittests/ProfileData/CoverageMappingTest.cpp | 17 +++++++-------
6 files changed, 56 insertions(+), 36 deletions(-)
create mode 100644 test/CodeGen/WebAssembly/exception.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 6f6b2e231c [CodeGen] Propagate dllexport to thunks
new 115b2ce907 [WebAssembly] Add throw/rethrow builtins for exception handling
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/BuiltinsWebAssembly.def | 4 ++++
lib/CodeGen/CGBuiltin.cpp | 10 ++++++++++
test/CodeGen/builtins-wasm.c | 12 ++++++++++++
3 files changed, 26 insertions(+)
--
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 6d581eddf Fix some type-based warnings
new 477ed4253 [Data formatters] Make NSSetM support both old- and new-style [...]
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/Language/ObjC/NSSet.cpp | 104 ++++++++++++++++++++++++---------
1 file changed, 76 insertions(+), 28 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 10ece687e Tweak to match change in LLVM API, in r306699
new 4a19e0fea Remove unused declarations
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:
COFF/Driver.h | 1 -
COFF/Writer.cpp | 1 -
ELF/SymbolTable.h | 2 +-
3 files changed, 1 insertion(+), 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 master
in repository llvm.
from 271565d7e6d Unified logic for computing target ABI in backend and front [...]
new ec3ac50fcec [DWARF] Move a couple of member functions to the DWARFUnit [...]
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/DwarfCompileUnit.cpp | 20 --------------------
lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | 10 ----------
lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 20 ++++++++++++++++++++
lib/CodeGen/AsmPrinter/DwarfUnit.h | 9 +++++++++
4 files changed, 29 insertions(+), 30 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 dc67fb7d513 2017-06-29 Maya Rashish <coypu(a)sdf.org>
new 70cbf8241f8 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-7-branch
in repository gcc.
from 24737b9cbc0 [gcc] 2017-06-29 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new d791474f3fc 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.