This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from f376e8c Expose cxx constructor and method properties through libclang [...]
new b4a5d95 [Clang][Builtin][AVX512] Adding intrisnics for the vpconflict [...]
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 | 4 ++
lib/Headers/avx512vlcdintrin.h | 98 +++++++++++++++++++++++++++++++++++++
test/CodeGen/avx512vlcd-builtins.c | 72 +++++++++++++++++++++++++++
3 files changed, 174 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 lldb.
from cf7990f Remove flaky decorator from three tests on linux
new b95d696 Decorate TSan tests with "@skipUnlessThreadSanitizer" which s [...]
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:
packages/Python/lldbsuite/test/decorators.py | 18 ++++++++++++++++++
.../test/functionalities/tsan/basic/TestTsanBasic.py | 1 +
.../functionalities/tsan/multiple/TestTsanMultiple.py | 1 +
.../tsan/thread_leak/TestTsanThreadLeak.py | 1 +
.../tsan/thread_numbers/TestTsanThreadNumbers.py | 1 +
5 files changed, 22 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 llvm.
from 5007064 Remove size 1 from check as that isn't part of what the test [...]
new f519b2d Revert r267649, it caused PR27539.
new d94d7fa [AMDGPU][llvm-mc] s_getreg/setreg* - Support symbolic names o [...]
new d022987 [TTI] Add hook for vector extract with extension
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:
include/llvm/Analysis/TargetTransformInfo.h | 11 +
include/llvm/Analysis/TargetTransformInfoImpl.h | 5 +
include/llvm/CodeGen/BasicTTIImpl.h | 8 +
lib/Analysis/TargetTransformInfo.cpp | 8 +
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 18 +-
lib/Target/AArch64/AArch64TargetTransformInfo.cpp | 55 ++
lib/Target/AArch64/AArch64TargetTransformInfo.h | 3 +
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 37 +-
.../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 18 +-
lib/Target/X86/X86ISelLowering.cpp | 136 ---
lib/Transforms/Vectorize/SLPVectorizer.cpp | 7 +-
test/CodeGen/AMDGPU/llvm.amdgcn.s.getreg.ll | 2 +-
test/CodeGen/X86/sad.ll | 973 ---------------------
test/MC/AMDGPU/sopk-err.s | 3 +
test/MC/AMDGPU/sopk.s | 66 +-
test/MC/Disassembler/AMDGPU/sopk_vi.txt | 12 +-
.../SLPVectorizer/AArch64/gather-reduce.ll | 33 +-
17 files changed, 217 insertions(+), 1178 deletions(-)
delete mode 100644 test/CodeGen/X86/sad.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 1c20e26 * tree-ssa-loop-ivopts.c (iv_ca_dump): Fix level of indentat [...]
new 553c9f2 DWARF: turn dw_loc_descr_node field into hash map for frame o [...]
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 | 10 ++++++++++
gcc/dwarf2out.c | 37 +++++++++++++++++++------------------
gcc/dwarf2out.h | 6 ------
3 files changed, 29 insertions(+), 24 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 40978a4 [ThinLTO] Refine fix to avoid renaming of uses in inline assembly.
new 5007064 Remove size 1 from check as that isn't part of what the test [...]
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/tools/gold/X86/visibility.ll | 2 +-
1 file changed, 1 insertion(+), 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 gcc.
from 8974b62 2016-04-27 Richard Biener <rguenther(a)suse.de>
new 7c77887 [rtlanal.c] Convert conditional compilation on WORD_REGISTER_ [...]
new 279305d * tree-ssa-loop-ivopts.c (struct iv): Use pointer to struct [...]
new 1c20e26 * tree-ssa-loop-ivopts.c (iv_ca_dump): Fix level of indentat [...]
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/ChangeLog | 79 ++
gcc/rtlanal.c | 11 +-
gcc/testsuite/ChangeLog | 8 +
gcc/testsuite/gcc.dg/tree-ssa/pr64705.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/scev-10.c | 3 +-
gcc/testsuite/gcc.dg/tree-ssa/scev-11.c | 4 +-
gcc/testsuite/gcc.dg/tree-ssa/scev-12.c | 5 +-
gcc/testsuite/gcc.dg/tree-ssa/scev-9.c | 2 +-
gcc/tree-ssa-loop-ivopts.c | 1527 ++++++++++++++-----------------
9 files changed, 794 insertions(+), 847 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 defdbb3 Remove explain-config testcase that detect hard-coded check.
new 952a4e3 Clean up the include fixer 'driver' a bit and make the databa [...]
new 5096bca [include-fixer] Add a find-all-symbols tool for include-fixer.
new 7e310d1 Add missing dependency.
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:
include-fixer/CMakeLists.txt | 1 +
.../{ => find-all-symbols}/CMakeLists.txt | 12 +-
include-fixer/find-all-symbols/FindAllSymbols.cpp | 193 +++++++++++
include-fixer/find-all-symbols/FindAllSymbols.h | 56 ++++
include-fixer/find-all-symbols/SymbolInfo.cpp | 121 +++++++
include-fixer/find-all-symbols/SymbolInfo.h | 100 ++++++
.../find-all-symbols}/tool/CMakeLists.txt | 9 +-
.../find-all-symbols/tool/FindAllSymbolsMain.cpp | 122 +++++++
.../find-all-symbols/tool/run-find-all-symbols.py | 124 +++++++
include-fixer/tool/ClangIncludeFixer.cpp | 67 +++-
test/CMakeLists.txt | 3 +-
test/include-fixer/fixeddb.cpp | 9 +
unittests/include-fixer/CMakeLists.txt | 2 +
.../include-fixer/find-all-symbols/CMakeLists.txt | 21 ++
.../find-all-symbols/FindAllSymbolsTests.cpp | 364 +++++++++++++++++++++
15 files changed, 1175 insertions(+), 29 deletions(-)
copy include-fixer/{ => find-all-symbols}/CMakeLists.txt (54%)
create mode 100644 include-fixer/find-all-symbols/FindAllSymbols.cpp
create mode 100644 include-fixer/find-all-symbols/FindAllSymbols.h
create mode 100644 include-fixer/find-all-symbols/SymbolInfo.cpp
create mode 100644 include-fixer/find-all-symbols/SymbolInfo.h
copy {clang-query => include-fixer/find-all-symbols}/tool/CMakeLists.txt (52%)
create mode 100644 include-fixer/find-all-symbols/tool/FindAllSymbolsMain.cpp
create mode 100644 include-fixer/find-all-symbols/tool/run-find-all-symbols.py
create mode 100644 test/include-fixer/fixeddb.cpp
create mode 100644 unittests/include-fixer/find-all-symbols/CMakeLists.txt
create mode 100644 unittests/include-fixer/find-all-symbols/FindAllSymbolsTests.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 compiler-rt.
from 9721f9a tsan: fix windows Go support
new 74527d7 tsan: fix darwin Go support
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/sanitizer_common/sanitizer_mac.cc | 4 ++--
1 file 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 llvm.
from 8777897 [ThinLTO] Use valueid instead of bitcode offsets in combined [...]
new 40978a4 [ThinLTO] Refine fix to avoid renaming of uses in inline assembly.
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/ModuleSummaryAnalysis.cpp | 20 ++++++++++++++------
lib/Transforms/Utils/FunctionImportUtils.cpp | 24 ++++++++++++++++--------
2 files changed, 30 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 gcc.
from 46b58ce PR sanitizer/70683 * tree-core.h (enum operand_equal_flag): [...]
new 8974b62 2016-04-27 Richard Biener <rguenther(a)suse.de>
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 | 9 +++++++
gcc/testsuite/ChangeLog | 6 +++++
gcc/testsuite/g++.dg/ipa/ipa-pta-2.C | 37 +++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/ipa/ipa-pta-1.c | 13 ++++------
gcc/tree-ssa-structalias.c | 49 +++++++++++-------------------------
5 files changed, 71 insertions(+), 43 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ipa/ipa-pta-2.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.