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 f8eb4c3 Local var name change /NFC
new f222670 Fix test for Darwin: ASAN is calling abort by default on Darw [...]
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:
.../TestCases/Posix/dedup_token_length_test.cc | 10 +++++-----
1 file changed, 5 insertions(+), 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 2027459 [CodeGen] Promote FMINNAN/FMAXNAN like other binops.
new 3104730 [CFLAA] Don't link GEP pointers to GEP indices.
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/CFLAliasAnalysis.cpp | 2 --
test/Analysis/CFLAliasAnalysis/gep-index-no-alias.ll | 14 ++++++++++++++
2 files changed, 14 insertions(+), 2 deletions(-)
create mode 100644 test/Analysis/CFLAliasAnalysis/gep-index-no-alias.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 a7d0ed8 PR c++/71227 - specializing hidden friend
new 4a2d1b3 PR c++/60095 - partial specialization of variable templates
new 074f7a3 * pt.c (instantiate_decl): Avoid recalculation.
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:
gcc/cp/ChangeLog | 11 +++++
gcc/cp/pt.c | 78 ++++++++++++-------------------
gcc/testsuite/g++.dg/cpp1y/var-templ39.C | 2 +-
gcc/testsuite/g++.dg/cpp1y/var-templ39a.C | 27 +++++++++++
gcc/testsuite/g++.dg/cpp1y/var-templ51.C | 11 +++++
gcc/testsuite/g++.dg/cpp1y/var-templ52.C | 14 ++++++
6 files changed, 93 insertions(+), 50 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/var-templ39a.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/var-templ51.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/var-templ52.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-tools-extra.
from ae45fd4 [find-all-symbols] remove dots in SymbolInfo file paths.
new 3d02f63 [include-fixer] disable path cleaning test for windows and mingw.
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/find-all-symbols/FindAllSymbolsTests.cpp | 13 ++++++++-----
1 file changed, 8 insertions(+), 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 openmp.
from ce32bac Offer API for setting number of loop dispatch buffers
new a93f24d Avoid deadlock with COI
new 50df1d2 Addition of OpenMP 4.5 feature: schedule(simd:static)
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:
runtime/src/kmp.h | 17 ++++++---
runtime/src/kmp_debugger.c | 3 +-
runtime/src/kmp_omp.h | 1 +
runtime/src/kmp_sched.cpp | 23 +++++++++++
runtime/src/kmp_tasking.c | 95 +++++++++++++++++++++++++++++++++++-----------
5 files changed, 110 insertions(+), 29 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 648e67f * s-osinte-kfreebsd-gnu.ads (clock_getres): Define. (Get_Pa [...]
new a7d0ed8 PR c++/71227 - specializing hidden friend
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/cp/ChangeLog | 6 ++++++
gcc/cp/pt.c | 16 ++++++++++++++++
gcc/testsuite/g++.dg/template/friend62.C | 16 ++++++++++++++++
3 files changed, 38 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/template/friend62.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 openmp.
from cbb2a49 Fix storing the frame pointer for OMP-T during ppc64 microtas [...]
new ce32bac Offer API for setting number of loop dispatch buffers
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:
runtime/src/dllexports | 3 +
runtime/src/i18n/en_US.txt | 1 +
runtime/src/include/41/omp.h.var | 1 +
runtime/src/include/41/omp_lib.f90.var | 5 ++
runtime/src/include/41/omp_lib.h.var | 7 ++
runtime/src/kmp.h | 5 +-
runtime/src/kmp_csupport.c | 17 +++-
runtime/src/kmp_dispatch.cpp | 6 +-
runtime/src/kmp_ftn_entry.h | 13 ++++
runtime/src/kmp_ftn_os.h | 4 +
runtime/src/kmp_global.c | 1 +
runtime/src/kmp_runtime.c | 10 +--
runtime/src/kmp_settings.c | 18 +++++
runtime/src/kmp_stub.c | 2 +
runtime/test/env/kmp_set_dispatch_buf.c | 76 ++++++++++++++++++
.../test/worksharing/for/kmp_set_dispatch_buf.c | 91 ++++++++++++++++++++++
16 files changed, 246 insertions(+), 14 deletions(-)
create mode 100644 runtime/test/env/kmp_set_dispatch_buf.c
create mode 100644 runtime/test/worksharing/for/kmp_set_dispatch_buf.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 gcc.
from 04f5f92 /cp 2016-05-31 Paolo Carlini <paolo.carlini(a)oracle.com>
new 648e67f * s-osinte-kfreebsd-gnu.ads (clock_getres): Define. (Get_Pa [...]
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/ada/ChangeLog | 11 +++++++++++
gcc/ada/s-osinte-kfreebsd-gnu.ads | 10 +++++++---
gcc/ada/s-osinte-rtems.ads | 10 +++++++---
3 files changed, 25 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 gcc-6-branch
in repository gcc.
from a6abf66 PR c++/71306 - bogus -Wplacement-new with an array element
new 85ba228 * s-osinte-kfreebsd-gnu.ads (clock_getres): Define. (Get_Pa [...]
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/ada/ChangeLog | 11 +++++++++++
gcc/ada/s-osinte-kfreebsd-gnu.ads | 10 +++++++---
gcc/ada/s-osinte-rtems.ads | 10 +++++++---
3 files changed, 25 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 f2b59e8 Delete AArch64II::MO_CONSTPOOL.
new 25565d9 [codeview] Improve readability of type record assembly
new 3e0c470 [Docs] CodeGen has supported vector icmp/fcmp for a long time.
new e03288c [CodeGen] Don't mark FMINNUM/FMAXNUM Expand twice. NFC.
new 2027459 [CodeGen] Promote FMINNAN/FMAXNAN like other binops.
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:
docs/LangRef.rst | 6 ---
.../DebugInfo/CodeView/MemoryTypeTableBuilder.h | 35 +++--------------
include/llvm/DebugInfo/CodeView/TypeDumper.h | 4 +-
include/llvm/MC/MCStreamer.h | 4 ++
include/llvm/Support/ScopedPrinter.h | 6 +++
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 44 ++++++++++++++--------
lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp | 2 +
lib/CodeGen/TargetLoweringBase.cpp | 2 -
lib/DebugInfo/CodeView/MemoryTypeTableBuilder.cpp | 27 +++++++++----
lib/MC/MCAsmStreamer.cpp | 16 ++++++++
lib/MC/MCStreamer.cpp | 1 +
test/CodeGen/ARM/fp16-promote.ll | 34 +++++++++++++++++
test/DebugInfo/COFF/inlining.ll | 44 ++++++++++++++++++++++
tools/llvm-pdbdump/llvm-pdbdump.cpp | 2 +-
tools/llvm-readobj/COFFDumper.cpp | 11 ++----
15 files changed, 168 insertions(+), 70 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.