This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 909f14a Don't instantiate a full host toolchain in ASTMatchersTest.
new a6983ac PR28373: fix crash-on-invalid if the condition of an if-state [...]
new 56a9798 [CUDA] Give templated device functions internal linkage, temp [...]
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:
lib/CodeGen/CodeGenModule.cpp | 15 ++++++++++++---
lib/Sema/SemaExpr.cpp | 7 ++++++-
test/CodeGenCUDA/ptx-kernels.cu | 4 ++--
test/SemaCXX/condition.cpp | 4 ++++
4 files changed, 24 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 gcc.
from a845ae6 PR fortran/71704 * parse.c (matchs, matcho): Move right bef [...]
new c54ee83 PR tree-optimization/71707 * tree-ssa-strlen.c (get_stridx_ [...]
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/testsuite/ChangeLog | 3 +++
gcc/testsuite/gcc.dg/strlenopt-29.c | 27 +++++++++++++++++++++++++++
gcc/tree-ssa-strlen.c | 10 ++++++++--
4 files changed, 44 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/strlenopt-29.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 c1715ee revert http://reviews.llvm.org/D21101
new 9931d67 Delete MCCodeGenInfo.
new 66b1dac CodeGen: Add the other BuildMI overload for MachineInstr&
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:
include/llvm/CodeGen/MachineInstrBuilder.h | 18 ++++--
include/llvm/ExecutionEngine/ExecutionEngine.h | 1 -
include/llvm/MC/MCCodeGenInfo.h | 50 ---------------
include/llvm/Support/TargetRegistry.h | 75 ++++------------------
include/llvm/Target/TargetMachine.h | 9 ++-
lib/CodeGen/LLVMTargetMachine.cpp | 5 +-
lib/MC/CMakeLists.txt | 1 -
lib/MC/MCCodeGenInfo.cpp | 23 -------
.../AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp | 13 +---
.../AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.cpp | 11 ----
lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp | 12 ----
lib/Target/BPF/MCTargetDesc/BPFMCTargetDesc.cpp | 12 ----
.../Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp | 14 ----
.../Lanai/MCTargetDesc/LanaiMCTargetDesc.cpp | 14 ----
.../MSP430/MCTargetDesc/MSP430MCTargetDesc.cpp | 14 ----
lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp | 12 ----
.../NVPTX/MCTargetDesc/NVPTXMCTargetDesc.cpp | 14 ----
.../PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp | 12 +---
.../Sparc/MCTargetDesc/SparcMCTargetDesc.cpp | 35 +++-------
.../SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp | 16 ++---
lib/Target/TargetMachine.cpp | 30 ++-------
.../MCTargetDesc/WebAssemblyMCTargetDesc.cpp | 12 +---
lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp | 13 +---
.../XCore/MCTargetDesc/XCoreMCTargetDesc.cpp | 15 ++---
24 files changed, 70 insertions(+), 361 deletions(-)
delete mode 100644 include/llvm/MC/MCCodeGenInfo.h
delete mode 100644 lib/MC/MCCodeGenInfo.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 lldb.
from 66bbe01 Removed the redundant "%d errors parsing expression" error. [...]
new a39de33 Improve ADB utilization within Android platform.
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/Plugins/Platform/Android/AdbClient.cpp | 324 +++++++++++----------
source/Plugins/Platform/Android/AdbClient.h | 69 +++--
.../Plugins/Platform/Android/PlatformAndroid.cpp | 30 +-
source/Plugins/Platform/Android/PlatformAndroid.h | 5 +
.../Android/PlatformAndroidRemoteGDBServer.cpp | 2 +
5 files changed, 242 insertions(+), 188 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.
from 007ae0a [codeview] Emit qualified display names if -gline-tables-only is on
new 909f14a Don't instantiate a full host toolchain in ASTMatchersTest.
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:
unittests/ASTMatchers/ASTMatchersTest.h | 36 +++++++++++++++++++--------------
1 file changed, 21 insertions(+), 15 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 libcxx.
from d94c776 Mark issues 2667, 2669, 2670, 2671, 2673 as complete. These i [...]
new dd18d90 Mark issues 2550, 2551, 2555, 2685, 2698 as complete. These i [...]
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:
www/cxx1z_status.html | 14 +++++++-------
1 file changed, 7 insertions(+), 7 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 7dbf661 Correct watchpoint size test failure on certain devices
new 66bbe01 Removed the redundant "%d errors parsing expression" error. [...]
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/tools/lldb-mi/variable/TestMiVar.py | 4 ++--
source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp | 2 --
source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.cpp | 3 ---
3 files changed, 2 insertions(+), 7 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 libcxx.
from 0b02cf8 Implement LWG#2688: 'clamp misses preconditions and has extra [...]
new d94c776 Mark issues 2667, 2669, 2670, 2671, 2673 as complete. These i [...]
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:
www/cxx1z_status.html | 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 3df7687 [Support] Fix a bug in ErrorList::join / joinErrors.
new c1715ee revert http://reviews.llvm.org/D21101
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/WinEHPrepare.cpp | 39 ----------------------------------
test/CodeGen/WinEH/wineh-promote-eh.ll | 16 --------------
2 files changed, 55 deletions(-)
delete mode 100644 test/CodeGen/WinEH/wineh-promote-eh.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 libcxx.
from 256814f Implement LWG#2684: 'priority_queue lacking comparator typede [...]
new a0f496b Temporarily XFAIL the incomplete type tests for GCC while I f [...]
new 0b02cf8 Implement LWG#2688: 'clamp misses preconditions and has extra [...]
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:
.../alg.sorting/alg.clamp/clamp.comp.pass.cpp | 70 +++++++++++++++++++++-
.../alg.sorting/alg.clamp/clamp.pass.cpp | 69 ++++++++++++++++++++-
.../associative/map/incomplete_type.pass.cpp | 2 +
.../map/map.cons/default_recursive.pass.cpp | 2 +
.../associative/multimap/incomplete_type.pass.cpp | 2 +
.../multimap.cons/default_recursive.pass.cpp | 2 +
.../unord/unord.map/incomplete_type.pass.cpp | 2 +
.../unord/unord.multimap/incomplete.pass.cpp | 2 +
www/cxx1z_status.html | 2 +-
9 files changed, 148 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.