This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from e5cdce1 2017-03-21 Aaron Sawdey <acsawdey(a)linux.vnet.ibm.com>
new 50da97c Many supported cores implement fusion of AES instructions. W [...]
new c96ae98 * configure.ac: Enable LTO by default on darwin >= 9. * con [...]
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:
ChangeLog | 5 +++++
configure | 2 +-
configure.ac | 2 +-
gcc/ChangeLog | 4 ++++
gcc/config/aarch64/aarch64.c | 2 +-
5 files changed, 12 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 openmp.
from c5cb0ab [OpenMP] Allow multiple weak symbols to be loaded from the fa [...]
new 3a5a519 [OpenMP] CUDA plugin: More descriptive error messages
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:
libomptarget/plugins/cuda/src/rtl.cpp | 6 ++++--
1 file changed, 4 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 lldb.
from 85d8791 Reuse appropriate Launch and Attach on NetBSD
new d48e801 Resubmit "Delete the remainder of platform specific code in F [...]
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/lldb/Host/FileSpec.h | 21 ----
include/lldb/Utility/TildeExpressionResolver.h | 5 +
source/API/SBDeclaration.cpp | 4 +-
source/API/SBFileSpec.cpp | 1 +
source/API/SBFileSpecList.cpp | 1 +
source/API/SBLineEntry.cpp | 1 +
source/Host/common/FileSpec.cpp | 118 +--------------------
source/Host/windows/FileSystem.cpp | 1 +
source/Host/windows/HostInfoWindows.cpp | 1 +
source/Target/TargetList.cpp | 9 +-
source/Utility/TildeExpressionResolver.cpp | 19 ++++
unittests/CMakeLists.txt | 1 +
unittests/Interpreter/CMakeLists.txt | 1 +
unittests/Interpreter/TestCompletion.cpp | 71 +------------
unittests/Utility/CMakeLists.txt | 4 +
unittests/Utility/Mocks/CMakeLists.txt | 9 ++
.../Utility/Mocks/MockTildeExpressionResolver.cpp | 80 ++++++++++++++
.../Utility/Mocks/MockTildeExpressionResolver.h | 37 +++++++
unittests/Utility/TildeExpressionResolverTest.cpp | 36 +++++++
19 files changed, 210 insertions(+), 210 deletions(-)
create mode 100644 unittests/Utility/Mocks/CMakeLists.txt
create mode 100644 unittests/Utility/Mocks/MockTildeExpressionResolver.cpp
create mode 100644 unittests/Utility/Mocks/MockTildeExpressionResolver.h
create mode 100644 unittests/Utility/TildeExpressionResolverTest.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 1b7008c 2017-03-22 Dominique d'Humieres <dominiq(a)lps.ens.fr>
new e5cdce1 2017-03-21 Aaron Sawdey <acsawdey(a)linux.vnet.ibm.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/ChangeLog | 10 ++++++++++
gcc/config/rs6000/constraints.md | 3 +++
gcc/config/rs6000/rs6000.c | 7 ++++++-
gcc/config/rs6000/rs6000.h | 1 +
gcc/config/rs6000/vsx.md | 2 +-
gcc/doc/md.texi | 3 +++
6 files changed, 24 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 873f835 Fix testcase on windows.
new 9c7f94f Rename helper functions in DwarfExpression to be less mislead [...]
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/AsmPrinter/DwarfExpression.cpp | 6 +++---
lib/CodeGen/AsmPrinter/DwarfExpression.h | 6 +++---
2 files changed, 6 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 lldb.
from 76d2b0f Delete TestLLVM.py
new 85d8791 Reuse appropriate Launch and Attach on NetBSD
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:
source/Host/common/NativeProcessProtocol.cpp | 2 +-
source/Plugins/Process/gdb-remote/CMakeLists.txt | 4 ++++
2 files changed, 5 insertions(+), 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 compiler-rt.
from ec69c0c tsan: fix a typo
new 955475a [compiler-rt] build compiler-rt runtimes without LTO
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:
cmake/Modules/AddCompilerRT.cmake | 11 +++++++++--
1 file changed, 9 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 binutils-gdb.
from b67aeab Remove lwp -> pid conversion in linux_nat_xfer_partial
new 24e5b4e gas: xtensa: make trampolines relaxation work with jumps in 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:
gas/ChangeLog | 9 +++++++++
gas/config/tc-xtensa.c | 20 ++++++++++++++++----
2 files changed, 25 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 llvm.
from 79ea811 Fix PR32298 by adding an early exit to getFrameIndexExprs().
new cdd1430 [InstCombine] canonicalize insertelement of scalar constant a [...]
new 873f835 Fix testcase on windows.
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:
.../InstCombine/InstCombineVectorOps.cpp | 33 ++++++++++++++++++++++
test/DebugInfo/X86/single-fi.ll | 2 +-
test/Transforms/InstCombine/bitcast-bigendian.ll | 5 ++--
.../InstCombine/insert-extract-shuffle.ll | 10 ++-----
test/Transforms/InstCombine/vec_demanded_elts.ll | 17 +++++------
.../InstCombine/vector_insertelt_shuffle.ll | 6 ++--
6 files changed, 50 insertions(+), 23 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 lldb.
from 991130e Merge changes from r298466 into Xcode project
new 76d2b0f Delete TestLLVM.py
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/functionalities/llvm/TestLLVM.py | 67 ----------------------
1 file changed, 67 deletions(-)
delete mode 100644 packages/Python/lldbsuite/test/functionalities/llvm/TestLLVM.py
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.