This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from bf8e161 add tests for disguised fabs/fneg
new 089f755 [ProfileData] Report errors from InstrProfSymtab::create
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/ProfileData/InstrProfReader.h | 2 +-
lib/ProfileData/InstrProfReader.cpp | 12 +++++++++---
2 files changed, 10 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 628d5cb clang-cl: Don't assert on using /Yc with non-source files, PR27450
new 3c188bc Split interesting warnings off from -Wfloat-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:
include/clang/AST/Expr.h | 7 ++
include/clang/Basic/DiagnosticGroups.td | 12 ++-
include/clang/Basic/DiagnosticSemaKinds.td | 23 ++++-
lib/AST/ExprConstant.cpp | 14 +++
lib/Sema/SemaChecking.cpp | 111 ++++++++++++++++-----
test/CXX/dcl.decl/dcl.init/dcl.init.list/p7-0x.cpp | 4 +-
test/SemaCXX/warn-float-conversion.cpp | 86 +++++++++++++++-
test/SemaCXX/warn-literal-conversion.cpp | 13 +--
8 files changed, 224 insertions(+), 46 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 58cd23c [instcombine][unordered] Implement *-load forwarding for unor [...]
new 94253c1 [LoopUtils] Rename {check->find}StringMetadata{Into->For}Loop. NFC
new b4a76b3 [LoopUtils] Move def of findStringMetadataForLoop to LoopUtil [...]
new 07c1653 [LoopUtils] Add asserts to findStringMetadataForLoop. NFC
new e69bdcf [LoopUtils] Fix typo in comment
The 4 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/Transforms/Utils/LoopUtils.h | 6 +++---
lib/Transforms/Scalar/LoopVersioningLICM.cpp | 24 +-----------------------
lib/Transforms/Utils/LoopUtils.cpp | 27 +++++++++++++++++++++++++++
3 files changed, 31 insertions(+), 26 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-tools-extra.
from d8689d1 IncludeFixerTest.cpp: Tweak not to assume clang-tools-extra w [...]
new 0543069 Fix cast compiler warning message in include-fixer.
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-fixer/tool/ClangIncludeFixer.cpp | 5 ++---
1 file changed, 2 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 clang-tools-extra.
from ce3ece3 [clang-tidy] Add new checker for comparison with runtime stri [...]
new ca213c1 [clang-tidy] New checker to detect suspicious string constructor.
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/misc/CMakeLists.txt | 1 +
clang-tidy/misc/MiscTidyModule.cpp | 3 +
clang-tidy/misc/StringConstructorCheck.cpp | 126 +++++++++++++++++++++
clang-tidy/misc/StringConstructorCheck.h | 39 +++++++
docs/clang-tidy/checks/list.rst | 1 +
docs/clang-tidy/checks/misc-string-constructor.rst | 36 ++++++
test/clang-tidy/misc-string-constructor.cpp | 54 +++++++++
7 files changed, 260 insertions(+)
create mode 100644 clang-tidy/misc/StringConstructorCheck.cpp
create mode 100644 clang-tidy/misc/StringConstructorCheck.h
create mode 100644 docs/clang-tidy/checks/misc-string-constructor.rst
create mode 100644 test/clang-tidy/misc-string-constructor.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 gcc.
from 39adf1e * gnat_rm.texi, gnat_ugn.texi, doc/gnat_ugn/g [...]
new ee91a8d 2016-04-21 Arnaud Charlet <charlet(a)adacore.com>
new d4fbac2 2016-04-21 Hristian Kirtchev <kirtchev(a)adacore.com>
new 0b254a4 2016-04-21 Hristian Kirtchev <kirtchev(a)adacore.com>
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:
gcc/ada/ChangeLog | 60 +++++++++++++++++
gcc/ada/a-tasatt.adb | 14 +++-
gcc/ada/a-tasatt.ads | 7 +-
gcc/ada/exp_aggr.adb | 7 ++
gcc/ada/g-calend.ads | 10 +--
gcc/ada/g-socket.adb | 6 +-
gcc/ada/sem_ch10.adb | 16 ++---
gcc/ada/sem_ch12.adb | 15 +++--
gcc/ada/sem_ch3.adb | 6 +-
gcc/ada/sem_ch4.adb | 45 ++++++++++---
gcc/ada/sem_ch6.adb | 186 +++++++++++++++++++++++++++++++++++++--------------
gcc/ada/sem_prag.adb | 2 +-
gcc/ada/sem_res.adb | 38 +++++++----
gcc/ada/tracebak.c | 3 +-
14 files changed, 312 insertions(+), 103 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 8b7f416 Fix recursive -only-needed.
new dbd967b Minor comment cleanup [NFC]
new 615a6cf Address Philip's post-commit feedback for r266987. 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/InstrTypes.h | 12 ++++++------
include/llvm/IR/Statepoint.h | 8 ++++----
lib/Analysis/ValueTracking.cpp | 4 ++--
lib/IR/Instructions.cpp | 4 ++--
4 files changed, 14 insertions(+), 14 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 4ec85d0 AMDGPU: Fix debug name of pass to better match
new 0e156ed [RegisterBankInfo] Change the API for the verify methods.
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/CodeGen/GlobalISel/RegisterBank.h | 6 +++++-
include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h | 25 ++++++++++++++++++----
lib/CodeGen/GlobalISel/RegBankSelect.cpp | 2 +-
lib/CodeGen/GlobalISel/RegisterBank.cpp | 3 ++-
lib/CodeGen/GlobalISel/RegisterBankInfo.cpp | 20 ++++++++++-------
lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 2 +-
6 files changed, 42 insertions(+), 16 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 d804162 Correctly parse GCC-style asm line following MS-style asm line.
new 4f1e6b5 [Clang][AVX512][BuiltIn] Adding intrinsics of VGATHER{DPS|DPD [...]
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/BuiltinsX86.def | 20 ++++-
lib/Headers/CMakeLists.txt | 1 +
lib/Headers/avx512fintrin.h | 81 ++++++++++++++++++
lib/Headers/{xsaveoptintrin.h => avx512pfintrin.h} | 41 +++++----
lib/Headers/avx512vlintrin.h | 80 ++++++++++++++++++
lib/Headers/immintrin.h | 2 +
test/CodeGen/avx512f-builtins.c | 97 ++++++++++++++++++++++
test/CodeGen/avx512pf-builtins.c | 30 +++++++
test/CodeGen/avx512vl-builtins.c | 96 +++++++++++++++++++++
9 files changed, 428 insertions(+), 20 deletions(-)
copy lib/Headers/{xsaveoptintrin.h => avx512pfintrin.h} (59%)
create mode 100644 test/CodeGen/avx512pf-builtins.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 84a84a1 [SimplifyCFG] Fold `llvm.guard(false)` to unreachable
new 5d79e77 ThinLTO: Resolve linkonce_odr aliases just like functions
new 19293aa ThinLTO: add module caching handling.
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/ADT/StringExtras.h | 16 +++
include/llvm/Support/SHA1.h | 7 +
lib/LTO/ThinLTOCodeGenerator.cpp | 204 +++++++++++++++++++++++++---
test/ThinLTO/X86/Inputs/alias_import.ll | 64 +++++++++
test/ThinLTO/X86/Inputs/alias_resolution.ll | 64 +++++++++
test/ThinLTO/X86/alias_import.ll | 168 +++++++++++++++++++++++
test/ThinLTO/X86/alias_resolution.ll | 82 +++++++++++
test/ThinLTO/X86/odr_resolution.ll | 4 +-
8 files changed, 587 insertions(+), 22 deletions(-)
create mode 100644 test/ThinLTO/X86/Inputs/alias_import.ll
create mode 100644 test/ThinLTO/X86/Inputs/alias_resolution.ll
create mode 100644 test/ThinLTO/X86/alias_import.ll
create mode 100644 test/ThinLTO/X86/alias_resolution.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.