This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 982faf2 AMDGPU: Use i64 scalar compare instructions
new e3e722b Don't create a SymbolTable in Function when the LLVMContext d [...]
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/llvm/IR/Function.h | 3 ++-
lib/IR/Function.cpp | 6 ++++--
2 files changed, 6 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 lldb.
from 6813369 Convert many functions to use StringRefs.
new 762c25f Fix boolean logic error in BreakpointID.
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/Breakpoint/BreakpointID.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 lld.
from 4149891 Use named struct instead of unnamed std::pair.
new 0267750 Attempt to fix buildbot.
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/LinkerScript.h | 7 +++++--
1 file changed, 5 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 lld.
from 3fefbd6 Define a versatile utility function and use it instead of a s [...]
new 4149891 Use named struct instead of unnamed std::pair.
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/LinkerScript.cpp | 24 ++++++++++++++----------
ELF/LinkerScript.h | 11 ++++++++++-
2 files changed, 24 insertions(+), 11 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 7d3d0aa Remove unnecessary namespace specifiers.
new 3fefbd6 Define a versatile utility function and use it instead of a 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:
ELF/LinkerScript.cpp | 25 ++++++++++++-------------
1 file changed, 12 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 llvm.
from 019f4de AMDGPU/SI: Fix kernel argument ABI for HSA
new 982faf2 AMDGPU: Use i64 scalar compare instructions
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/AMDGPU/AMDGPUISelDAGToDAG.cpp | 39 ++-
lib/Target/AMDGPU/AMDGPUSubtarget.h | 4 +
lib/Target/AMDGPU/SIInstrInfo.cpp | 2 +
lib/Target/AMDGPU/SOPInstructions.td | 12 +
test/CodeGen/AMDGPU/sopk-compares.ll | 76 ++++++
test/CodeGen/AMDGPU/uniform-cfg.ll | 409 ++++++++++++++++++++-----------
test/MC/AMDGPU/sopc.s | 14 +-
7 files changed, 402 insertions(+), 154 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 3f856ba Partially fill Info stream with proper values.
new 7d3d0aa Remove unnecessary namespace specifiers.
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/LinkerScript.cpp | 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 5de4018 Fix compiler warnings where two values weren't being initialized.
new 6813369 Convert many functions to use StringRefs.
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/Breakpoint/BreakpointID.h | 5 +-
include/lldb/Interpreter/Args.h | 5 +-
include/lldb/Target/Language.h | 2 +-
source/Breakpoint/Breakpoint.cpp | 2 +-
source/Breakpoint/BreakpointID.cpp | 21 +++++---
source/Breakpoint/BreakpointIDList.cpp | 3 +-
source/Breakpoint/BreakpointResolverName.cpp | 2 +-
source/Commands/CommandObjectBreakpoint.cpp | 11 +++--
source/Interpreter/Args.cpp | 44 +++++++----------
source/Interpreter/OptionGroupPlatform.cpp | 6 +--
source/Interpreter/OptionValueLanguage.cpp | 2 +-
source/Interpreter/Property.cpp | 3 +-
source/Plugins/Platform/MacOSX/PlatformDarwin.cpp | 32 +++++++++----
source/Plugins/Platform/MacOSX/PlatformDarwin.h | 8 +++-
.../Platform/MacOSX/PlatformRemoteAppleTV.cpp | 15 ++----
.../Platform/MacOSX/PlatformRemoteAppleWatch.cpp | 15 ++----
.../Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp | 15 ++----
.../gdb-remote/GDBRemoteCommunicationClient.cpp | 4 +-
source/Target/Language.cpp | 13 +++--
unittests/Breakpoint/BreakpointIDTest.cpp | 30 ++++++++++++
unittests/Breakpoint/CMakeLists.txt | 3 ++
unittests/CMakeLists.txt | 2 +
unittests/Interpreter/TestArgs.cpp | 4 +-
unittests/Platform/CMakeLists.txt | 3 ++
unittests/Platform/PlatformDarwinTest.cpp | 56 ++++++++++++++++++++++
25 files changed, 207 insertions(+), 99 deletions(-)
create mode 100644 unittests/Breakpoint/BreakpointIDTest.cpp
create mode 100644 unittests/Breakpoint/CMakeLists.txt
create mode 100644 unittests/Platform/CMakeLists.txt
create mode 100644 unittests/Platform/PlatformDarwinTest.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 984335d Remove bogus entry in ChangeLog added by git-svn
new eee940f Daily bump.
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/DATESTAMP | 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 gcc-6-branch
in repository gcc.
from 82c51b4 Fix documentation for overflow-checking builtins
new 9ce40e6 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.