This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6d8c39b DAGCombiner: Reduce truncated shl width
new 44f7871 AMDGPU/SI: Move post regalloc run of SIShrinkInstructions
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/AMDGPU/AMDGPUTargetMachine.cpp | 6 +-----
1 file changed, 1 insertion(+), 5 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 da55e69 [libFuzzer] fix docs
new 6d8c39b DAGCombiner: Reduce truncated shl width
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/SelectionDAG/DAGCombiner.cpp | 19 +++++
test/CodeGen/AMDGPU/shift-i64-opts.ll | 123 ++++++++++++++++++++++++++++
test/CodeGen/SystemZ/atomicrmw-add-01.ll | 22 ++---
test/CodeGen/SystemZ/atomicrmw-add-02.ll | 28 +++----
test/CodeGen/SystemZ/atomicrmw-and-01.ll | 31 ++++---
test/CodeGen/SystemZ/atomicrmw-and-02.ll | 32 ++++----
test/CodeGen/SystemZ/atomicrmw-minmax-01.ll | 64 +++++++--------
test/CodeGen/SystemZ/atomicrmw-minmax-02.ll | 64 +++++++--------
test/CodeGen/SystemZ/atomicrmw-nand-01.ll | 32 ++++----
test/CodeGen/SystemZ/atomicrmw-nand-02.ll | 32 ++++----
test/CodeGen/SystemZ/atomicrmw-or-01.ll | 32 ++++----
test/CodeGen/SystemZ/atomicrmw-or-02.ll | 32 ++++----
test/CodeGen/SystemZ/atomicrmw-sub-01.ll | 32 ++++----
test/CodeGen/SystemZ/atomicrmw-sub-02.ll | 32 ++++----
test/CodeGen/SystemZ/atomicrmw-xchg-01.ll | 16 ++--
test/CodeGen/SystemZ/atomicrmw-xchg-02.ll | 16 ++--
test/CodeGen/SystemZ/atomicrmw-xor-01.ll | 32 ++++----
test/CodeGen/SystemZ/atomicrmw-xor-02.ll | 32 ++++----
test/CodeGen/SystemZ/cmpxchg-01.ll | 12 +--
test/CodeGen/SystemZ/cmpxchg-02.ll | 14 ++--
test/CodeGen/X86/reduce-trunc-shl.ll | 14 ++++
21 files changed, 433 insertions(+), 278 deletions(-)
create mode 100644 test/CodeGen/X86/reduce-trunc-shl.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 lld.
from 50eb0bb Fix typo in test.
new 727cf7c Fix some Include What You Use warnings; other minor fixes.
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/lld/Core/Simple.h | 26 +++++++++++++++++++-------
lib/ReaderWriter/MachO/Atoms.h | 17 ++++++++++++++---
lib/ReaderWriter/YAML/ReaderWriterYAML.cpp | 29 ++++++++++++++++++++---------
3 files changed, 53 insertions(+), 19 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 a96d5370 Move coverage related code into a separate library.
new da55e69 [libFuzzer] fix docs
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 | 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 gcc.
from 4d0a8ba gcc/c-family/ PR middle-end/70626 * c-common.h (c_oacc_spl [...]
new 46f3783 2016-04-29 Patrick Palka <ppalka(a)gcc.gnu.org>
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/ChangeLog | 7 +
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/gcc.dg/tree-ssa/ssa-thread-11.c | 1 -
gcc/testsuite/gcc.dg/tree-ssa/ssa-thread-14.c | 81 +++++++++
gcc/tree-ssa-threadedge.c | 249 +++++++++++++++++++++-----
5 files changed, 297 insertions(+), 46 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-thread-14.c
--
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 2fc800b Use the new path for coverage related headers and update CMak [...]
new a5a0579 Method Pool in modules: we make sure that if a module contain [...]
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/Sema/ExternalSemaSource.h | 4 ++++
include/clang/Sema/MultiplexExternalSemaSource.h | 4 ++++
include/clang/Sema/Sema.h | 1 +
include/clang/Serialization/ASTReader.h | 8 ++++++++
lib/Sema/MultiplexExternalSemaSource.cpp | 5 +++++
lib/Sema/Sema.cpp | 1 +
lib/Sema/SemaDeclObjC.cpp | 6 ++++++
lib/Serialization/ASTReader.cpp | 9 +++++++++
lib/Serialization/ASTWriter.cpp | 13 +++++++++++++
test/Modules/Inputs/MethodPoolCombined1.h | 6 ++++++
test/Modules/Inputs/MethodPoolCombined2.h | 1 +
test/Modules/Inputs/MethodPoolString1.h | 4 ++++
test/Modules/Inputs/MethodPoolString2.h | 4 ++++
test/Modules/Inputs/module.map | 17 +++++++++++++++++
test/Modules/method_pool_write.m | 11 +++++++++++
15 files changed, 94 insertions(+)
create mode 100644 test/Modules/Inputs/MethodPoolCombined1.h
create mode 100644 test/Modules/Inputs/MethodPoolCombined2.h
create mode 100644 test/Modules/Inputs/MethodPoolString1.h
create mode 100644 test/Modules/Inputs/MethodPoolString2.h
create mode 100644 test/Modules/method_pool_write.m
--
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 8e07a07 [MS] Make #pragma pack use PragmaStack<> class.
new 2fc800b Use the new path for coverage related headers and update CMak [...]
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/CMakeLists.txt | 1 +
lib/CodeGen/CoverageMappingGen.cpp | 6 +++---
2 files changed, 4 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 29c529c Fix crash in PDB when loading corrupt file.
new 359298e [ValueTracking] matchSelectPattern needs to be more careful a [...]
new d798caf [MemorySSA] Fix bugs in walker; refactor unittests a bit.
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/Analysis/ValueTracking.cpp | 50 +++++----
lib/Transforms/Utils/MemorySSA.cpp | 38 +++++--
test/Transforms/InstCombine/minmax-fp.ll | 26 +++++
unittests/Transforms/Utils/MemorySSA.cpp | 186 +++++++++++++++++++++++++++----
4 files changed, 250 insertions(+), 50 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 9d575dd Fix crash in BuildCXXDefaultInitExpr.
new 8e07a07 [MS] Make #pragma pack use PragmaStack<> class.
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/Sema/Sema.h | 26 ++-----
lib/Parse/ParsePragma.cpp | 37 +++++----
lib/Sema/Sema.cpp | 8 +-
lib/Sema/SemaAttr.cpp | 189 +++++++++-------------------------------------
4 files changed, 66 insertions(+), 194 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.