This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e782760 NewGVN: Move leaders around properly to ensure we have a cano [...]
new e71a092 [InstCombine / InstSimplify] add and move tests for lshr tran [...]
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/Transforms/InstCombine/intrinsics.ll | 23 +-----
test/Transforms/InstCombine/lshr.ll | 102 ++++++++++++++++++++++++
test/Transforms/InstSimplify/shift-knownbits.ll | 43 ++++++++++
3 files changed, 146 insertions(+), 22 deletions(-)
create mode 100644 test/Transforms/InstCombine/lshr.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 llvm.
from b24afca Add a variant of DWARFDie::find() and DWARFDie::findRecursive [...]
new e782760 NewGVN: Move leaders around properly to ensure we have a cano [...]
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/Scalar/NewGVN.cpp | 129 +++++++++++++++++++++++++-----------
test/Transforms/NewGVN/pr31613.ll | 135 ++++++++++++++++++++++++++++++++++++++
2 files changed, 224 insertions(+), 40 deletions(-)
create mode 100644 test/Transforms/NewGVN/pr31613.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 libcxx.
from ebaf7da Add _LIBCPP_DIAGNOSE_WARNING and _LIBCPP_DIAGNOSE_ERROR macros.
new eaf2920 Diagnose non-const-callable hash functions and comparators
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/__hash_table | 36 ++++++++++++++
include/__tree | 11 ++---
include/type_traits | 9 ----
include/unordered_map | 8 +---
.../associative/non_const_comparator.fail.cpp | 4 +-
.../containers/unord/non_const_comparator.fail.cpp | 56 ++++++++++++++++++++++
6 files changed, 100 insertions(+), 24 deletions(-)
create mode 100644 test/libcxx/containers/unord/non_const_comparator.fail.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 22eeda1 [LoopStrengthReduce] Don't bother rewriting PHIs in catchswit [...]
new b24afca Add a variant of DWARFDie::find() and DWARFDie::findRecursive [...]
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/DWARFDie.h | 27 +++++++++-
lib/DebugInfo/DWARF/DWARFDie.cpp | 41 +++++++++++----
lib/DebugInfo/DWARF/DWARFUnit.cpp | 4 +-
tools/dsymutil/DwarfLinker.cpp | 12 ++---
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp | 67 ++++++++++++++++++++++++
5 files changed, 131 insertions(+), 20 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 beabb63 Cleanup how DWARFDie attributes are accessed and decoded.
new 3615e56 [CodeGen] Simplify getRecipEstimateForFunc
new 22eeda1 [LoopStrengthReduce] Don't bother rewriting PHIs in catchswit [...]
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/TargetLoweringBase.cpp | 6 +--
lib/Transforms/Scalar/LoopStrengthReduce.cpp | 6 ++-
test/Transforms/LoopStrengthReduce/pr31627.ll | 58 +++++++++++++++++++++++++++
3 files changed, 64 insertions(+), 6 deletions(-)
create mode 100644 test/Transforms/LoopStrengthReduce/pr31627.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 gcc.
from ad64ae1 Revert r244448
new fd961ce 2017-01-13 Joe Seymour <joe.s(a)somniumtech.com> * config/msp [...]
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:
libgcc/ChangeLog | 5 +++++
libgcc/config/msp430/t-msp430 | 8 ++++----
2 files changed, 9 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 clang.
from 4ad7038 PR31606: Generalize our tentative DR resolution for inheritin [...]
new fc1ee28 [clang] Emit `diagnose_if` warnings from system headers
new b0e39fe PR31631: fix bad CFG (and bogus warnings) when an if-statemen [...]
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/clang/Basic/DiagnosticSemaKinds.td | 3 +-
lib/Analysis/CFG.cpp | 77 +++++++++++------------
test/Sema/Inputs/diagnose-if-warn-system-header.h | 11 ++++
test/Sema/diagnose_if.c | 3 +
test/SemaCXX/uninitialized.cpp | 12 +++-
5 files changed, 63 insertions(+), 43 deletions(-)
create mode 100644 test/Sema/Inputs/diagnose-if-warn-system-header.h
--
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 release_40
in repository libcxx.
from 0f9173f Revert "Rework fix for PR19460 - Use explicit bool as an exte [...]
new 6238add Fix merge error caused by r291922
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/ios | 5 +----
1 file changed, 1 insertion(+), 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 libcxx.
from ccb58d0 Update version to 5.0
new ebaf7da Add _LIBCPP_DIAGNOSE_WARNING and _LIBCPP_DIAGNOSE_ERROR macros.
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/UsingLibcxx.rst | 7 +++
include/__config | 10 ++++
include/__tree | 34 +++++++++++++-
include/map | 4 +-
include/type_traits | 9 ++++
test/libcxx/compiler.py | 4 +-
.../associative/non_const_comparator.fail.cpp | 45 ++++++++++++++++++
test/libcxx/test/config.py | 54 +++++++++++-----------
test/libcxx/test/format.py | 4 ++
.../diagnose_reference_binding.fail.cpp | 7 +++
10 files changed, 146 insertions(+), 32 deletions(-)
create mode 100644 test/libcxx/containers/associative/non_const_comparator.fail.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 eea64b3 Implement -Map.
new 962d6da COFF: include relocation type in unsupported relocation message
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/Chunks.cpp | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.