This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f00111d SDAG: Implement Select instead of SelectImpl in HexagonDAGToDAGISel
new f368c39 SDAG: Implement Select instead of SelectImpl in LanaiDAGToDAGISel
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/Lanai/LanaiISelDAGToDAG.cpp | 34 +++++++++++++---------------------
1 file changed, 13 insertions(+), 21 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 bac3f87 New hwloc API compatibility
new e0719d4 Fix team reuse with foreign threads
new 700a1a0 Adding new kmp_aligned_malloc() entry point
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/dllexports | 2 +
runtime/src/include/30/omp.h.var | 1 +
runtime/src/include/30/omp_lib.f.var | 11 +++
runtime/src/include/30/omp_lib.f90.var | 7 ++
runtime/src/include/30/omp_lib.h.var | 11 +++
runtime/src/include/40/omp.h.var | 1 +
runtime/src/include/40/omp_lib.f.var | 11 +++
runtime/src/include/40/omp_lib.f90.var | 7 ++
runtime/src/include/40/omp_lib.h.var | 9 +++
runtime/src/include/41/omp.h.var | 1 +
runtime/src/include/41/omp_lib.f.var | 11 +++
runtime/src/include/41/omp_lib.f90.var | 7 ++
runtime/src/include/41/omp_lib.h.var | 9 +++
runtime/src/kmp.h | 1 +
runtime/src/kmp_alloc.c | 59 ++++++++++++++--
runtime/src/kmp_ftn_entry.h | 7 ++
runtime/src/kmp_ftn_os.h | 4 ++
runtime/src/kmp_runtime.c | 2 +
runtime/src/kmp_stub.c | 12 ++++
runtime/test/api/kmp_aligned_malloc.c | 62 ++++++++++++++++
.../test/misc_bugs/omp_foreign_thread_team_reuse.c | 82 ++++++++++++++++++++++
21 files changed, 311 insertions(+), 6 deletions(-)
create mode 100644 runtime/test/api/kmp_aligned_malloc.c
create mode 100644 runtime/test/misc_bugs/omp_foreign_thread_team_reuse.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 a3a9c7e [LAA] Use std::min. NFC
new f00111d SDAG: Implement Select instead of SelectImpl in HexagonDAGToDAGISel
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/Hexagon/HexagonISelDAGToDAG.cpp | 328 +++++++++++++++++------------
1 file changed, 189 insertions(+), 139 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 lld.
from fdddc1f Move undefine to a separate function.
new f91182c bra
new 1627bca Handle thunks in adjustExpr.
new d662f77 This reverts commit r269359 and r269360.
new 9361714 Handle thunks in adjustExpr.
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:
ELF/Writer.cpp | 14 +++++++++-----
1 file changed, 9 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 fb5966a SDAG: Clean up a dangling node in HexagonISelDAGToDAG::SelectImpl
new a3a9c7e [LAA] Use std::min. NFC
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/LoopAccessAnalysis.cpp | 6 ++----
1 file changed, 2 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 compiler-rt.
from ebe1909 Minor code refactoring /NFC
new 84611c6 [profile] Code refactoring
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/profile/InstrProfData.inc | 119 --------------------------------------
lib/profile/InstrProfilingValue.c | 112 +++++++++++++++++++++++++++++++++++
2 files changed, 112 insertions(+), 119 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 abc00cb [ARM] Support and tests for transform of LDR rt, = to MOV
new fb5966a SDAG: Clean up a dangling node in HexagonISelDAGToDAG::SelectImpl
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/Hexagon/HexagonISelDAGToDAG.cpp | 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 llvm.
from 42e9bbe SDAG: Implement Select instead of SelectImpl in AMDGPUDAGToDAGISel
new 156b5ed SDAG: Implement Select instead of SelectImpl in BPFDAGToDAGISel
new 44478fe [ARM] Delay ARM constant pool creation. NFC.
new 7ed2299 [ARM] Fixup tests to take into account mov translation. NFC.
new abc00cb [ARM] Support and tests for transform of LDR rt, = to MOV
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:
lib/Target/ARM/ARMInstrFormats.td | 9 ++
lib/Target/ARM/ARMInstrInfo.td | 6 ++
lib/Target/ARM/ARMInstrThumb.td | 5 ++
lib/Target/ARM/ARMInstrThumb2.td | 5 ++
lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 136 ++++++++++++++++++++++++++++--
lib/Target/BPF/BPFISelDAGToDAG.cpp | 25 +++---
test/CodeGen/ARM/inlineasm-ldr-pseudo.ll | 4 +-
test/MC/ARM/ldr-pseudo-cond-darwin.s | 55 ++++++++++++
test/MC/ARM/ldr-pseudo-cond.s | 55 ++++++++++++
test/MC/ARM/ldr-pseudo-darwin.s | 133 ++++++++++++++++++++++++-----
test/MC/ARM/ldr-pseudo-obj-errors.s | 4 +-
test/MC/ARM/ldr-pseudo-unpredictable.s | 21 +++++
test/MC/ARM/ldr-pseudo.s | 133 ++++++++++++++++++++++++-----
test/MC/ARM/ltorg-darwin.s | 20 ++---
test/MC/ARM/ltorg.s | 20 ++---
15 files changed, 545 insertions(+), 86 deletions(-)
create mode 100644 test/MC/ARM/ldr-pseudo-cond-darwin.s
create mode 100644 test/MC/ARM/ldr-pseudo-cond.s
create mode 100644 test/MC/ARM/ldr-pseudo-unpredictable.s
--
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 85e51b8 Update test expectations after r269291 (Fix a crash when dema [...]
new ebe1909 Minor code refactoring /NFC
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/profile/InstrProfilingWriter.c | 21 +++++++++++++++------
1 file changed, 15 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 a3da01e Handle memory leak in tree-inline.c.
new da7c96f * fi.po: Update.
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:
libcpp/po/ChangeLog | 4 ++++
libcpp/po/fi.po | 12 +++++-------
2 files changed, 9 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.