This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 2fd56915295 [MemDep] Fixed handling of invariant.group
new da5cef7c189 Constant fold launder of null and undef
new 6ebd054bb61 Dissallow non-empty metadata for invariant.group
new 461e372be69 Propagate nonnull and dereferenceable throught launder
The 3 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/LangRef.rst | 11 +++---
docs/ReleaseNotes.rst | 2 ++
lib/Analysis/ConstantFolding.cpp | 13 +++++++-
lib/Analysis/Loads.cpp | 7 ++--
lib/Analysis/MemoryDependenceAnalysis.cpp | 6 ++--
lib/Analysis/ValueTracking.cpp | 5 ++-
lib/Transforms/Utils/Local.cpp | 5 +--
.../Analysis/ValueTracking/deref-bitcast-of-gep.ll | 25 ++++++++++++++
test/Analysis/ValueTracking/invariant.group.ll | 19 +++++++++++
test/Transforms/CodeGenPrepare/invariant.group.ll | 4 +--
test/Transforms/GVN/invariant.group.ll | 38 +++++++++------------
.../GlobalOpt/invariant.group.barrier.ll | 2 +-
test/Transforms/InstCombine/invariant.group.ll | 34 +++++++++++++++++++
test/Transforms/NewGVN/invariant.group.ll | 39 +++++++++-------------
14 files changed, 146 insertions(+), 64 deletions(-)
create mode 100644 test/Analysis/ValueTracking/invariant.group.ll
create mode 100644 test/Transforms/InstCombine/invariant.group.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 release_60
in repository llvm.
from cf2e9a6c25f Merging r329268:
new 057310b8fc4 Merging r330037:
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/Target/Mips/MipsSEISelLowering.cpp | 79 ++++++++-
test/CodeGen/Mips/const-mult.ll | 287 ++++++++-------------------------
2 files changed, 140 insertions(+), 226 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 f2c627db2 Disable 'missing-braces' warning
new 69c2095d9 Implement deduction guides for <deque>
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/deque | 29 ++++++-
.../sequences/deque/deque.cons/deduct.fail.cpp | 42 ++++++++++
.../sequences/deque/deque.cons/deduct.pass.cpp | 98 ++++++++++++++++++++++
3 files changed, 166 insertions(+), 3 deletions(-)
create mode 100644 test/std/containers/sequences/deque/deque.cons/deduct.fail.cpp
create mode 100644 test/std/containers/sequences/deque/deque.cons/deduct.pass.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 clang.
from 6588d85cab [test] Fix run line to use correct triple
new 5b04748157 Do not enable RTTI with -fexceptions, for PS4
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/DiagnosticDriverKinds.td | 3 ---
include/clang/Driver/ToolChain.h | 6 ++----
lib/Driver/SanitizerArgs.cpp | 25 +++++++++++--------------
lib/Driver/ToolChain.cpp | 19 +++----------------
lib/Driver/ToolChains/Clang.cpp | 19 +------------------
test/Driver/rtti-options.cpp | 17 ++---------------
6 files changed, 19 insertions(+), 70 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 831ef28f4 Support: Simplify endian stream interface. NFCI.
new 8b27bb46f [WebAssembly] Add option to remove LEB padding at relocate sites
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/wasm/compress-relocs.ll | 22 ++++++++
wasm/Config.h | 2 +
wasm/Driver.cpp | 3 ++
wasm/InputChunks.cpp | 122 ++++++++++++++++++++++++++++++++++++++++++-
wasm/InputChunks.h | 25 ++++++++-
wasm/Options.td | 2 +
wasm/OutputSections.cpp | 3 +-
7 files changed, 175 insertions(+), 4 deletions(-)
create mode 100644 test/wasm/compress-relocs.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 binutils-2_30-branch
in repository binutils-gdb.
from 3ae0d978bb Automatic date update in version.in
new e3d435293f PR23199, Invalid SHT_GROUP entry leads to group confusion
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:
bfd/ChangeLog | 9 +++++++++
bfd/elf.c | 17 +++++++++++------
2 files changed, 20 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 llvm.
from 239df32c7dc [x86] add more FP with FMF simplification tests; NFC
new 2fd56915295 [MemDep] Fixed handling of invariant.group
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/MemoryDependenceAnalysis.h | 6 +-
lib/Analysis/MemoryDependenceAnalysis.cpp | 31 +++++-
.../invariant.group-bug.ll | 111 +++++++++++++++++++++
3 files changed, 142 insertions(+), 6 deletions(-)
create mode 100644 test/Analysis/MemoryDependenceAnalysis/invariant.group-bug.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 release_60
in repository llvm.
from 374d70efdbd Merging r322266:
new e2d11f02024 Merging r324885:
new cf2e9a6c25f Merging r329268:
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/Target/Mips/MipsISelLowering.cpp | 2 +-
test/CodeGen/Mips/const-mult.ll | 804 ++++++++++++++++++++++++--
test/CodeGen/Mips/inlineasm-cnstrnt-bad-l1.ll | 13 +
test/CodeGen/Mips/inlineasm-cnstrnt-reg.ll | 10 +
4 files changed, 772 insertions(+), 57 deletions(-)
create mode 100644 test/CodeGen/Mips/inlineasm-cnstrnt-bad-l1.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 22ecb3d7128 DAG: Fix crash on shift with large shift amounts
new 239df32c7dc [x86] add more FP with FMF simplification tests; 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:
test/CodeGen/X86/fp-fold.ll | 77 +++++++++++++++++++++++++++++++++++++--------
1 file changed, 64 insertions(+), 13 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 8a50bbc2b Implement deduction guides for <array>; Reviewed as https://r [...]
new f2c627db2 Disable 'missing-braces' warning
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/std/containers/sequences/array/array.cons/deduct.fail.cpp | 5 +++++
test/std/containers/sequences/array/array.cons/deduct.pass.cpp | 4 ++++
2 files changed, 9 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.