This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 1fc7fa1 [InstCombine] Determine the result of a select based on a dom [...]
new de6dea1 AMDGPU: Add kernarg.segment.ptr intrinsic
new 7eaa51e Differential Revision: http://reviews.llvm.org/D19733
new 8c53c61 [inliner]: Refactor inline deferring logic into its own method /NFC
new c1284a6 [ValueTracking] Make the code in lookThroughCast
new f8bfee2 [Docs] Refer to the CMakePrimer from CMake doc
The 5 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/CMake.rst | 4 +
include/llvm/CodeGen/CommandFlags.h | 6 -
include/llvm/IR/IntrinsicsAMDGPU.td | 4 +
include/llvm/Transforms/IPO/InlinerPass.h | 4 +
lib/Analysis/ValueTracking.cpp | 25 ++--
lib/Target/AMDGPU/SIISelLowering.cpp | 5 +
lib/Target/TargetMachine.cpp | 2 +-
lib/Target/X86/X86Subtarget.cpp | 3 +-
lib/Target/X86/X86Subtarget.h | 2 +-
lib/Transforms/IPO/Inliner.cpp | 148 +++++++++++----------
.../AMDGPU/llvm.amdgcn.kernarg.segment.ptr.ll | 21 +++
test/CodeGen/X86/emutls-pie.ll | 13 +-
test/CodeGen/X86/global-access-pie.ll | 8 +-
test/CodeGen/X86/pie.ll | 12 +-
test/CodeGen/X86/tls-pie.ll | 8 +-
15 files changed, 157 insertions(+), 108 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.kernarg.segment.ptr.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 7d02fd4 Fix comment
new 1fc7fa1 [InstCombine] Determine the result of a select based on a dom [...]
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/Analysis/ValueTracking.cpp | 5 +-
lib/Transforms/InstCombine/InstCombineSelect.cpp | 18 ++++
test/Transforms/InstCombine/select-implied.ll | 103 +++++++++++++++++++++++
3 files changed, 125 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/InstCombine/select-implied.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 a5a0579 Method Pool in modules: we make sure that if a module contain [...]
new bf35f04 Add the ability to determine whether a format string argument [...]
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/Analysis/Analyses/FormatString.h | 4 ++++
1 file changed, 4 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 gcc.
from 46f3783 2016-04-29 Patrick Palka <ppalka(a)gcc.gnu.org>
new d94e622 [gcc]
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 | 47 +++++
gcc/config/rs6000/altivec.h | 4 +-
gcc/config/rs6000/rs6000-builtin.def | 14 ++
gcc/config/rs6000/rs6000-c.c | 92 +++++++++
gcc/config/rs6000/rs6000.c | 119 ++++++++++++
gcc/config/rs6000/rs6000.h | 3 +
gcc/config/rs6000/vsx.md | 134 +++++++++++++
gcc/doc/extend.texi | 52 ++++-
gcc/testsuite/ChangeLog | 7 +
gcc/testsuite/gcc.target/powerpc/vsx-elemrev-1.c | 143 ++++++++++++++
gcc/testsuite/gcc.target/powerpc/vsx-elemrev-2.c | 234 +++++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/vsx-elemrev-3.c | 142 ++++++++++++++
gcc/testsuite/gcc.target/powerpc/vsx-elemrev-4.c | 228 ++++++++++++++++++++++
13 files changed, 1214 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/vsx-elemrev-1.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vsx-elemrev-2.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vsx-elemrev-3.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vsx-elemrev-4.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 llvm.
from ae143ce4 [Docs] Add CMake Primer document
new a5edb78 [InstCombine] clean up; NFC
new 7d02fd4 Fix comment
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/Target/TargetLowering.h | 2 +-
lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp | 2 +-
2 files changed, 2 insertions(+), 2 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 lldb.
from 23f5ac4 Make sure LLDB can deal with forward declarations to enums wi [...]
new d0cda9f Fix TestGetVariables.py so it works correctly. We had duplica [...]
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/API/SBFrame.cpp | 10 +++++++++-
1 file changed, 9 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 clang-tools-extra.
from 889329f Add boost-use-to-string
new 4a6b615 Add a clang-tidy check that flags string-to-number conversion [...]
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:
clang-tidy/cert/CERTTidyModule.cpp | 4 +
clang-tidy/cert/CMakeLists.txt | 2 +
clang-tidy/cert/StrToNumCheck.cpp | 235 +++++++++++++++++++++
...{VariadicFunctionDefCheck.h => StrToNumCheck.h} | 17 +-
docs/clang-tidy/checks/cert-err34-c.rst | 28 +++
docs/clang-tidy/checks/list.rst | 1 +
test/clang-tidy/cert-err34-c.c | 103 +++++++++
test/clang-tidy/cert-err34-c.cpp | 43 ++++
8 files changed, 425 insertions(+), 8 deletions(-)
create mode 100644 clang-tidy/cert/StrToNumCheck.cpp
copy clang-tidy/cert/{VariadicFunctionDefCheck.h => StrToNumCheck.h} (55%)
create mode 100644 docs/clang-tidy/checks/cert-err34-c.rst
create mode 100644 test/clang-tidy/cert-err34-c.c
create mode 100644 test/clang-tidy/cert-err34-c.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 lldb.
from 509d2d9 [fix] Fixed a bug where const this would cause parser errors [...]
new 23f5ac4 Make sure LLDB can deal with forward declarations to enums wi [...]
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/lang/c/enum_types/TestEnumTypes.py | 9 +++++-
.../Python/lldbsuite/test/lang/c/enum_types/main.c | 11 +++++++
.../SymbolFile/DWARF/DWARFASTParserClang.cpp | 15 ++++++++--
source/Symbol/ClangASTContext.cpp | 34 ++++++++++++----------
4 files changed, 50 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 44f7871 AMDGPU/SI: Move post regalloc run of SIShrinkInstructions
new ae143ce4 [Docs] Add CMake Primer document
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/CMakePrimer.rst | 465 +++++++++++++++++++++++++++++++++++++++++++++++++++
docs/index.rst | 1 +
2 files changed, 466 insertions(+)
create mode 100644 docs/CMakePrimer.rst
--
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 compiler-rt.
from 4c14c15 [sanitizers] [SystemZ] Mark kernel 3.12.58+ as safe from CVE- [...]
new 4a02a8f [asan] Assert in __sanitizer_ptr_{sub,cmp} if one of the poin [...]
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/asan/asan_allocator.cc | 3 +++
lib/asan/asan_allocator.h | 11 +++++----
lib/asan/asan_report.cc | 8 +++---
test/asan/TestCases/invalid-pointer-pairs.cc | 37 ++++++++++++++++++++++++++++
4 files changed, 50 insertions(+), 9 deletions(-)
create mode 100644 test/asan/TestCases/invalid-pointer-pairs.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.