This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6a8da4f6fee Revert "Invoke salvageDebugInfo from CodeGenPrepare's SinkCast()"
new aba0da108e9 The patch fixes PR35131
new 8f805056c27 [AArch64] Fix the number of iterations for the Newton series
new a8631b87aef [llvm-objcopy] Add support for dwarf fission
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:
lib/Target/AArch64/AArch64ISelLowering.cpp | 2 +-
lib/Transforms/Scalar/LoopIdiomRecognize.cpp | 6 +-
test/CodeGen/AArch64/recp-fastmath.ll | 34 ++++++++---
test/CodeGen/AArch64/sqrt-fastmath.ll | 83 +++++++++++++++++++++------
test/tools/llvm-objcopy/Inputs/dwarf.dwo | Bin 0 -> 3568 bytes
test/tools/llvm-objcopy/drawf-fission.test | 43 ++++++++++++++
tools/llvm-objcopy/Object.h | 1 +
tools/llvm-objcopy/llvm-objcopy.cpp | 81 +++++++++++++++++++++-----
8 files changed, 207 insertions(+), 43 deletions(-)
create mode 100644 test/tools/llvm-objcopy/Inputs/dwarf.dwo
create mode 100644 test/tools/llvm-objcopy/drawf-fission.test
--
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 9665f90e02b 2017-11-03 Sandra Loosemore <sandra(a)codesourcery.com>
new bdef38587fe Improve aarch64_legitimate_constant_p
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 | 6 +++++
gcc/config/aarch64/aarch64.c | 58 +++++++++++++++++++++-----------------------
2 files changed, 34 insertions(+), 30 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 aaf1db11f9e [CodeGen] Remove unnecessary semicolons to fix a warning. NFC
new 6a8da4f6fee Revert "Invoke salvageDebugInfo from CodeGenPrepare's SinkCast()"
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/CodeGen/CodeGenPrepare.cpp | 1 -
lib/Transforms/Utils/Local.cpp | 2 +-
.../CodeGenPrepare/salvage-debug-info.ll | 118 ---------------------
3 files changed, 1 insertion(+), 120 deletions(-)
delete mode 100644 test/Transforms/CodeGenPrepare/salvage-debug-info.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 openmp.
from 92e5a10 Updating implementation of OMPT as specified in OpenMP 5.0 Pr [...]
new ac062a9 Revert "Updating implementation of OMPT as specified in OpenM [...]
new 74248f8 Revert "Rename fields of ompt_frame_t"
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:
CREDITS.txt | 8 +-
libomptarget/src/omptarget.cpp | 3 -
runtime/.clang-format | 2 +-
runtime/CMakeLists.txt | 2 +-
runtime/src/exports_so.txt | 9 +
runtime/src/include/50/ompt.h.var | 281 ++++++++++++++------------
runtime/src/kmp_csupport.cpp | 61 +++---
runtime/src/kmp_dispatch.cpp | 1 -
runtime/src/kmp_ftn_entry.h | 4 +-
runtime/src/kmp_gsupport.cpp | 70 +++----
runtime/src/kmp_i18n.cpp | 21 +-
runtime/src/kmp_itt.inl | 2 -
runtime/src/kmp_lock.cpp | 7 +-
runtime/src/kmp_runtime.cpp | 36 ++--
runtime/src/kmp_taskdeps.cpp | 3 +-
runtime/src/kmp_tasking.cpp | 83 ++++----
runtime/src/kmp_threadprivate.cpp | 7 +
runtime/src/ompt-event-specific.h | 50 ++---
runtime/src/ompt-general.cpp | 84 ++++++--
runtime/src/ompt-internal.h | 4 +-
runtime/src/ompt-specific.cpp | 5 +-
runtime/test/lock/omp_init_lock.c | 42 ++++
runtime/test/ompt/callback.h | 36 ++--
runtime/test/ompt/cancel/cancel_parallel.c | 2 +-
runtime/test/ompt/cancel/cancel_worksharing.c | 4 +-
runtime/test/ompt/loadtool/tool_available.c | 10 +-
runtime/test/ompt/ompt-signal.h | 11 +-
runtime/test/ompt/tasks/dependences.c | 2 +-
28 files changed, 500 insertions(+), 350 deletions(-)
create mode 100644 runtime/test/lock/omp_init_lock.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.
from 92684aa6d4 [refactor][extract] insert semicolons into extracted/inserte [...]
new 7688b529d4 Move Extract.cpp that wasn't moved in r317343
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/Tooling/Refactoring/{ => Extract}/Extract.cpp | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename lib/Tooling/Refactoring/{ => Extract}/Extract.cpp (100%)
--
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 c7e8e8e2ed [Driver] Add Scudo as a possible -fsanitize= option
new 92684aa6d4 [refactor][extract] insert semicolons into extracted/inserte [...]
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/Lex/Lexer.h | 7 +
lib/Lex/Lexer.cpp | 36 ++--
lib/Tooling/Refactoring/CMakeLists.txt | 3 +-
lib/Tooling/Refactoring/Extract.cpp | 10 +-
.../Refactoring/Extract/SourceExtraction.cpp | 112 ++++++++++++
lib/Tooling/Refactoring/Extract/SourceExtraction.h | 52 ++++++
test/Refactor/Extract/ExtractExprIntoFunction.cpp | 4 +-
.../Refactor/Extract/ExtractionSemicolonPolicy.cpp | 192 +++++++++++++++++++++
test/Refactor/Extract/ExtractionSemicolonPolicy.m | 56 ++++++
9 files changed, 450 insertions(+), 22 deletions(-)
create mode 100644 lib/Tooling/Refactoring/Extract/SourceExtraction.cpp
create mode 100644 lib/Tooling/Refactoring/Extract/SourceExtraction.h
create mode 100644 test/Refactor/Extract/ExtractionSemicolonPolicy.cpp
create mode 100644 test/Refactor/Extract/ExtractionSemicolonPolicy.m
--
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 binutils-gdb.
from 67fa57cfa5 Fix regression on ARM after Target FP patches
new 79b0c981b8 x86: Remove func_pointer_refcount
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:
bfd/ChangeLog | 14 ++++++++++++++
bfd/elf32-i386.c | 37 +++++++++++++++++++++----------------
bfd/elf64-x86-64.c | 39 ++++++++++++++++++++++-----------------
bfd/elfxx-x86.c | 25 +++----------------------
bfd/elfxx-x86.h | 5 -----
5 files changed, 60 insertions(+), 60 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 7c2eb4ec8b2 [LICM] sink through non-trivially replicable PHI
new 604f04f397e Invoke salvageDebugInfo from CodeGenPrepare's SinkCast()
new 761cb9cc0a2 [X86] Initialize Type and Subtype in getHostCPUName to 0.
new aaf1db11f9e [CodeGen] Remove unnecessary semicolons to fix a warning. NFC
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:
lib/CodeGen/CodeGenPrepare.cpp | 1 +
lib/CodeGen/MIRCanonicalizerPass.cpp | 4 +-
lib/Support/Host.cpp | 4 +-
lib/Transforms/Utils/Local.cpp | 2 +-
.../CodeGenPrepare/salvage-debug-info.ll | 118 +++++++++++++++++++++
5 files changed, 124 insertions(+), 5 deletions(-)
create mode 100644 test/Transforms/CodeGenPrepare/salvage-debug-info.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 fe9c3d1ba6c * config/i386/i386.c (ix86_expand_prologue): Tighten asser [...]
new 9665f90e02b 2017-11-03 Sandra Loosemore <sandra(a)codesourcery.com>
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/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.target/mips/msa.c | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.