This is an automated email from the git hooks/post-receive script.
Christophe Lyon pushed a change to branch master
in repository toolchain/jenkins-scripts.
from bc10573 start-container-*.sh: Append .tcwglab only if not already present.
new f5cd936 start-container-docker.sh: Propagate tcwg-buildslave ssh key.
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:
start-container-docker.sh | 40 ++++++++++++++++++++++++++++++++++++----
1 file changed, 36 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 lldb.
from 1cc96e2 Reindent the code to avoid an error with gcc: error: this ‘el [...]
new f360cab Finish breaking the dependency from Utility.
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/{Utility => Host}/PseudoTerminal.h | 6 +-
include/lldb/Interpreter/ScriptInterpreter.h | 2 +-
include/lldb/Target/ProcessLaunchInfo.h | 2 +-
.../lldb/Utility/VASPrintf.h | 20 +-
lldb.xcodeproj/project.pbxproj | 20872 ++++++++++---------
source/Host/CMakeLists.txt | 1 +
source/{Utility => Host/common}/PseudoTerminal.cpp | 5 +-
source/Interpreter/ScriptInterpreter.cpp | 2 +-
.../Platform/MacOSX/PlatformAppleSimulator.cpp | 2 +-
.../PlatformiOSSimulatorCoreSimulatorSupport.mm | 2 +-
.../Process/Darwin/DarwinProcessLauncher.cpp | 2 +-
.../Plugins/Process/Darwin/NativeProcessDarwin.cpp | 2 +-
source/Plugins/Process/FreeBSD/ProcessMonitor.cpp | 2 +-
.../Plugins/Process/Linux/NativeProcessLinux.cpp | 2 +-
.../Process/gdb-remote/ProcessGDBRemote.cpp | 2 +-
source/Utility/CMakeLists.txt | 4 +-
source/Utility/Error.cpp | 24 +-
source/Utility/Stream.cpp | 71 +-
source/Utility/VASprintf.cpp | 52 +
tools/driver/Driver.h | 2 +-
unittests/Editline/EditlineTest.cpp | 2 +-
unittests/Utility/CMakeLists.txt | 2 +-
unittests/Utility/VASprintfTest.cpp | 59 +
23 files changed, 10600 insertions(+), 10540 deletions(-)
rename include/lldb/{Utility => Host}/PseudoTerminal.h (98%)
copy source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptx [...]
rename source/{Utility => Host/common}/PseudoTerminal.cpp (98%)
create mode 100644 source/Utility/VASprintf.cpp
create mode 100644 unittests/Utility/VASprintfTest.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 43b7271 PR c++/78572 - ICE with self-modifying array initializer
new 77265d1 * exgettext (BUGURL): Introduce, and use instead of four ha [...]
new f15d85a 2017-02-16 Vladimir Makarov <vmakarov(a)redhat.com>
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/ChangeLog | 6 ++++++
gcc/lra.c | 26 ++++++++++++++++++--------
gcc/po/ChangeLog | 5 +++++
gcc/po/exgettext | 10 ++++++----
4 files changed, 35 insertions(+), 12 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 ae993c4 [X86][SSE] Add PR31309 test case (load-extend i32 to i128).
new ff2120a [RDF] Aggregate shadow phi uses into one cluster when propaga [...]
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/RDFLiveness.cpp | 125 +++++++++++++++++++------------------
lib/Target/Hexagon/RDFLiveness.h | 13 ++--
2 files changed, 68 insertions(+), 70 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 cc98749 [sanitizers] DefaultSymbolizer should not be destroyed as as [...]
new aa1e417 [PGO] Suspend SIGKILL for PR_SET_PDEATHSIG in profile-write
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/InstrProfilingFile.c | 9 +++++++++
lib/profile/InstrProfilingUtil.c | 26 ++++++++++++++++++++++++++
lib/profile/InstrProfilingUtil.h | 8 ++++++++
test/profile/Linux/prctl.c | 36 ++++++++++++++++++++++++++++++++++++
4 files changed, 79 insertions(+)
create mode 100644 test/profile/Linux/prctl.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 lld.
from 9be0f30 Share more output section creation code.
new 4af7a65 Move specialization to try to fix the bots.
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:
ELF/OutputSections.cpp | 10 ----------
ELF/OutputSections.h | 13 +++++++++++++
2 files changed, 13 insertions(+), 10 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 a8edb5c Re-apply r282920 "X86: Allow conditional tail calls in Win64 [...]
new 81cfbfa AMDGPU: Remove llvm.AMDGPU.rsq intrinsic
new 0b22914 AMDGPU: Remove llvm.AMDGPU.cube intrinsic
new ae993c4 [X86][SSE] Add PR31309 test case (load-extend i32 to i128).
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:
include/llvm/IR/IntrinsicsAMDGPU.td | 4 +++
lib/Target/AMDGPU/AMDGPUIntrinsics.td | 8 -----
lib/Target/AMDGPU/R600Instructions.td | 2 +-
lib/Target/AMDGPU/SIISelLowering.cpp | 1 -
lib/Target/AMDGPU/SIInstructions.td | 21 ------------
test/CodeGen/AMDGPU/cube.ll | 16 ---------
.../{llvm.AMDGPU.cube.ll => llvm.r600.cube.ll} | 4 +--
test/CodeGen/AMDGPU/load-input-fold.ll | 9 -----
...-infinite-loop-bug-while-reorganizing-vector.ll | 4 +--
test/CodeGen/AMDGPU/si-sgpr-spill.ll | 22 +++++++++---
test/CodeGen/X86/merge-consecutive-loads-128.ll | 40 ++++++++++++++++++++++
11 files changed, 67 insertions(+), 64 deletions(-)
rename test/CodeGen/AMDGPU/{llvm.AMDGPU.cube.ll => llvm.r600.cube.ll} (95%)
--
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 150b7ab [RDF] Differentiate between defining and clobbering nodes
new a8edb5c Re-apply r282920 "X86: Allow conditional tail calls in Win64 [...]
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/X86/X86ExpandPseudo.cpp | 5 +++--
lib/Target/X86/X86InstrInfo.cpp | 7 +++----
test/CodeGen/X86/conditional-tailcall.ll | 27 +++++++++++++++++++++++++--
3 files changed, 31 insertions(+), 8 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 b42dbbf Refactor DebugHandlerBase a bit to common non-debug-having-fu [...]
new 150b7ab [RDF] Differentiate between defining and clobbering nodes
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/HexagonOptAddrMode.cpp | 2 +-
lib/Target/Hexagon/RDFCopy.cpp | 2 +-
lib/Target/Hexagon/RDFGraph.cpp | 90 +++++++++++++++++++++++++++----
lib/Target/Hexagon/RDFGraph.h | 7 ++-
4 files changed, 88 insertions(+), 13 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 af5f91f math: correct the MSVCRT condition
new d585455 Update a couple of issue statuses
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 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.