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.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-5-branch
in repository gcc.
from 7055e09 Fix documentation for overflow-checking builtins
new ed1bf60 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 master
in repository binutils-gdb.
from cd94f6d Introduce cleanup to restore current_uiout
new a3fa21c Automatic date update in version.in
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/version.h | 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 gdb-7.12-branch
in repository binutils-gdb.
from 36d46af3 Backport lastest POWER9 support to match final ISA 3.0 docume [...]
new aa34a16 Automatic date update in version.in
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/version.h | 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 binutils-2_27-branch
in repository binutils-gdb.
from 799b679 Backport lastest POWER9 support to match final ISA 3.0 docume [...]
new 115b110 Automatic date update in version.in
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/version.h | 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 clang.
from 550a211 Fix a couple of wrong-code bugs in switch-on-constant optimization:
new c80f3af CodeGen: refactor the ObjC cstring literal creation
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/CGObjCMac.cpp | 101 ++++++++++++++++++++++++++--------------------
1 file changed, 57 insertions(+), 44 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 3ecfe56 Add REQUIRES line.
new 550a211 Fix a couple of wrong-code bugs in switch-on-constant optimization:
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/CGStmt.cpp | 33 ++++++++++++-
lib/CodeGen/CodeGenFunction.cpp | 23 +++++++++
lib/CodeGen/CodeGenFunction.h | 4 ++
test/CodeGenCXX/switch-case-folding-2.cpp | 82 ++++++++++++++++++++++++++++++-
4 files changed, 138 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 clang.
from 449ce31 Add target triples to fix test on non-x86.
new 3ecfe56 Add REQUIRES line.
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/CodeGen/nobuiltin.c | 2 ++
1 file changed, 2 insertions(+)
--
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 b680a0a Put SHF_ALLOC sections first, even with linker scripts.
new 0f4a0ba Try to fix a few bots.
new 3f856ba Partially fill Info stream with proper values.
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:
COFF/PDB.cpp | 13 +++++++++++--
ELF/LinkerScript.cpp | 4 ++--
test/COFF/pdb.test | 9 ++++++++-
3 files changed, 21 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 clang.
from 8a76d47 CodeGen: Add more checks to nobuiltin.c test, add a negative test.
new 449ce31 Add target triples to fix test on non-x86.
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/CodeGen/nobuiltin.c | 6 +++---
1 file changed, 3 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 llvm.
from 8f824fe AMDGPU: Allow some control flow intrinsics to be CSEd
new 16150b3 [InstCombine] canonicalize vector select with constant vector [...]
new 78279ce [CMake] Support symlinks with the same name as the binary
new 019f4de AMDGPU/SI: Fix kernel argument ABI for HSA
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:
cmake/modules/AddLLVM.cmake | 10 +-
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 3 +-
lib/Transforms/InstCombine/InstCombineSelect.cpp | 39 +++
test/CodeGen/AMDGPU/kernel-args.ll | 306 ++++++++++++++++-------
test/Transforms/InstCombine/blend_x86.ll | 42 ++--
test/Transforms/InstCombine/logical-select.ll | 8 +-
test/Transforms/InstCombine/select.ll | 33 +++
test/Transforms/InstCombine/vec_demanded_elts.ll | 8 +-
8 files changed, 328 insertions(+), 121 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 005bfb8 [RegAllocGreedy] Fix the list of NewVRegs for last chance rec [...]
new df9dcaf [safestack] Fix assertion failure in stack coloring.
new 8f824fe AMDGPU: Allow some control flow intrinsics to be CSEd
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/SafeStackColoring.cpp | 10 +--
lib/Target/AMDGPU/SIAnnotateControlFlow.cpp | 3 +
lib/Target/AMDGPU/SIISelLowering.cpp | 64 ++++++++++++-----
lib/Target/AMDGPU/SIInstrFormats.td | 3 +
lib/Target/AMDGPU/SIInstructions.td | 23 +++++-
lib/Target/AMDGPU/SIIntrinsics.td | 14 ++--
test/CodeGen/AMDGPU/multilevel-break.ll | 106 +++++++++++++++++++++++-----
test/Transforms/SafeStack/coloring2.ll | 39 ++++++++++
8 files changed, 215 insertions(+), 47 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 dca2f8e Introduce inline assembly parsing test is PR30372.
new 8a76d47 CodeGen: Add more checks to nobuiltin.c test, add a negative test.
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/CodeGen/nobuiltin.c | 12 +++++++-----
1 file changed, 7 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 gcc.
from 9480a61 * recog.c (rest_of_handle_split_after_reload): Delete. (pas [...]
new 6cb462a Fix typo in Libstdc++ Profile Mode docs
new 6f97196 Fix documentation for overflow-checking builtins
new 984335d Remove bogus entry in ChangeLog added by git-svn
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:
libstdc++-v3/ChangeLog | 5 +++++
libstdc++-v3/doc/html/manual/profile_mode_devel.html | 4 ++--
libstdc++-v3/doc/xml/manual/profile_mode.xml | 2 +-
3 files changed, 8 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 llvm.
from 3a74bac AMDGPU: Use SOPK compare instructions
new 77361ae AMDGPU: Refactor kernel argument lowering
new 12bac3e [RegAllocGreedy] Fix an assertion and condition when last cha [...]
new 005bfb8 [RegAllocGreedy] Fix the list of NewVRegs for last chance rec [...]
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/RegAllocGreedy.cpp | 29 ++++++-
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 131 +++++++++++++++++++++++--------
lib/Target/AMDGPU/AMDGPUISelLowering.h | 12 +--
lib/Target/AMDGPU/R600ISelLowering.cpp | 8 +-
lib/Target/AMDGPU/SIISelLowering.cpp | 10 +--
test/CodeGen/AMDGPU/v1i64-kernel-arg.ll | 2 -
6 files changed, 134 insertions(+), 58 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 59183b9 [InstCombine] allow vector types for constant folding / compu [...]
new 1961591 AMDGPU/SI: Add support for triples with the mesa3d operating system
new 3a74bac AMDGPU: Use SOPK compare instructions
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/Target/AMDGPU/AMDGPUAnnotateKernelFeatures.cpp | 2 +-
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 4 +-
lib/Target/AMDGPU/AMDGPUSubtarget.h | 10 +-
lib/Target/AMDGPU/SIDefines.h | 3 +-
lib/Target/AMDGPU/SIFrameLowering.cpp | 6 +-
lib/Target/AMDGPU/SIISelLowering.cpp | 8 +-
lib/Target/AMDGPU/SIInstrFormats.td | 5 +
lib/Target/AMDGPU/SIInstrInfo.cpp | 15 +
lib/Target/AMDGPU/SIInstrInfo.h | 11 +
lib/Target/AMDGPU/SIInstrInfo.td | 45 +-
lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | 2 +-
lib/Target/AMDGPU/SIRegisterInfo.cpp | 3 +-
lib/Target/AMDGPU/SIShrinkInstructions.cpp | 64 +++
lib/Target/AMDGPU/SOPInstructions.td | 60 ++-
.../AMDGPU/llvm.amdgcn.kernarg.segment.ptr.ll | 16 +-
test/CodeGen/AMDGPU/llvm.amdgcn.workgroup.id.ll | 103 ++--
test/CodeGen/AMDGPU/llvm.amdgcn.workitem.id.ll | 12 +-
test/CodeGen/AMDGPU/si-annotate-cf.ll | 2 +-
test/CodeGen/AMDGPU/sopk-compares.ll | 573 +++++++++++++++++++++
19 files changed, 815 insertions(+), 129 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/sopk-compares.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 binutils-2_26-branch
in repository binutils-gdb.
from d45d94d PowerPC64 ld segfault with code in non-executable sections
new a5ffb99 Backport lastest POWER9 support to match final ISA 3.0 docume [...]
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 | 11 +++++++++++
gas/testsuite/gas/ppc/power9.d | 35 ++++-------------------------------
gas/testsuite/gas/ppc/power9.s | 41 +++++++----------------------------------
opcodes/ChangeLog | 19 +++++++++++++++++++
opcodes/ppc-opc.c | 29 +++++++----------------------
5 files changed, 48 insertions(+), 87 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 d58661c [gcc]
new 2e35c3b Fix documentation for overflow-checking builtins
new 9480a61 * recog.c (rest_of_handle_split_after_reload): Delete. (pas [...]
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 | 11 +++++++++++
gcc/doc/extend.texi | 12 ++++++------
gcc/recog.c | 27 +++++++++++++++------------
3 files changed, 32 insertions(+), 18 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 gcc-6-branch
in repository gcc.
from 897610e 2016-09-16 David Edelsohn <dje.gcc(a)gmail.com>
new 82c51b4 Fix documentation for overflow-checking builtins
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 | 5 +++++
gcc/doc/extend.texi | 12 ++++++------
2 files changed, 11 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 gcc-5-branch
in repository gcc.
from 3906992 Daily bump.
new 7055e09 Fix documentation for overflow-checking builtins
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 | 5 +++++
gcc/doc/extend.texi | 12 ++++++------
2 files changed, 11 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 lld.
from d9a49aa Rename SortSectionPolicy::IgnoreConfig to None.
new b680a0a Put SHF_ALLOC sections first, even with linker scripts.
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 | 43 +++++++++++++++++++++++++++++++++------
ELF/Writer.cpp | 17 +++++-----------
test/ELF/linkerscript/non-alloc.s | 9 ++++----
test/ELF/linkerscript/sections.s | 15 +++++++-------
4 files changed, 54 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 gcc.
from e6db887 PR c++/77482 * error.c (dump_simple_decl): Only check DECL_ [...]
new d58661c [gcc]
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/rs6000/rs6000.c | 7 ++++++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/powerpc/swaps-p8-25.c | 18 ++++++++++++++++++
4 files changed, 35 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/swaps-p8-25.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 463cfe4 [LTO] Add ability to parse AA pipelines.
new 59183b9 [InstCombine] allow vector types for constant folding / compu [...]
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/Analysis/ValueTracking.cpp | 7 ++++---
lib/Transforms/InstCombine/InstructionCombining.cpp | 7 ++++---
test/Transforms/InstCombine/and.ll | 11 +++++++++++
test/Transforms/InstCombine/trunc.ll | 8 ++------
4 files changed, 21 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 lld.
from c69e240 Only process commands in a ONLY_IF_RO if it matches.
new d9a49aa Rename SortSectionPolicy::IgnoreConfig to None.
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/Config.h | 2 +-
ELF/Driver.cpp | 2 +-
ELF/LinkerScript.cpp | 22 ++++++++++------------
ELF/LinkerScript.h | 4 ++--
4 files changed, 14 insertions(+), 16 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 740da34 [WebAssembly] Fix function types of CFGStackify tests
new 463cfe4 [LTO] Add ability to parse AA pipelines.
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/LTO/Config.h | 7 +++++++
lib/LTO/LTOBackend.cpp | 11 ++++++++++-
test/tools/llvm-lto2/X86/pipeline.ll | 14 +++++++++++---
tools/llvm-lto2/llvm-lto2.cpp | 5 +++++
4 files changed, 33 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 lld.
from 1b57c64 Fix constraint checking in ONLY_IF_RO.
new c69e240 Only process commands in a ONLY_IF_RO if it matches.
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 | 33 +++++++++++++++-------------
test/ELF/linkerscript/sections-constraint3.s | 11 ++++++++++
2 files changed, 29 insertions(+), 15 deletions(-)
create mode 100644 test/ELF/linkerscript/sections-constraint3.s
--
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 binutils-2_27-branch
in repository binutils-gdb.
from a4e74e1 Automatic date update in version.in
new 799b679 Backport lastest POWER9 support to match final ISA 3.0 docume [...]
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 | 11 +++++++++++
gas/testsuite/gas/ppc/power9.d | 35 ++++-------------------------------
gas/testsuite/gas/ppc/power9.s | 41 +++++++----------------------------------
opcodes/ChangeLog | 19 +++++++++++++++++++
opcodes/ppc-opc.c | 29 +++++++----------------------
5 files changed, 48 insertions(+), 87 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 839ecc8 [X86][SSE] Added vector sub combine tests
new 740da34 [WebAssembly] Fix function types of CFGStackify tests
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/CodeGen/WebAssembly/cfg-stackify.ll | 6 +++---
1 file changed, 3 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 lld.
from f49aad4 [ELF] - Implemented --sort-section cmd line option and SORT_N [...]
new 1b57c64 Fix constraint checking in ONLY_IF_RO.
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 | 19 ++++++++++---------
ELF/LinkerScript.h | 3 +--
test/ELF/linkerscript/sections-constraint2.s | 14 ++++++++++++++
3 files changed, 25 insertions(+), 11 deletions(-)
create mode 100644 test/ELF/linkerscript/sections-constraint2.s
--
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 gdb-7.12-branch
in repository binutils-gdb.
from 00c8cd4 Automatic date update in version.in
new 36d46af3 Backport lastest POWER9 support to match final ISA 3.0 docume [...]
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 | 11 +++++++++++
gas/testsuite/gas/ppc/power9.d | 35 ++++-------------------------------
gas/testsuite/gas/ppc/power9.s | 41 +++++++----------------------------------
opcodes/ChangeLog | 19 +++++++++++++++++++
opcodes/ppc-opc.c | 29 +++++++----------------------
5 files changed, 48 insertions(+), 87 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 e5e54eb Recommit r281721 "[ELF] - Linkerscript: implement EXCLUDE_FIL [...]
new f49aad4 [ELF] - Implemented --sort-section cmd line option and SORT_N [...]
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/Config.h | 4 +++
ELF/Driver.cpp | 13 ++++++++
ELF/LinkerScript.cpp | 64 ++++++++++++++++++++++++++++---------
ELF/LinkerScript.h | 7 ++--
ELF/Options.td | 2 ++
test/ELF/linkerscript/sort-nested.s | 10 ++++++
test/ELF/linkerscript/sort.s | 21 ++++++++++++
7 files changed, 102 insertions(+), 19 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 ac29ece Add inline functions for various bitwise operations.
new 24b3d86 PR c++/77375 * class.c (check_bases): Set CLASSTYPE_HAS_MUT [...]
new 53d2f3d PR c++/77338 * constexpr.c (cxx_eval_constant_expression) < [...]
new 44df6c1 PR c++/77379 * g++.dg/abi/abi-tag23.C: Adjust scan-assemble [...]
new e6db887 PR c++/77482 * error.c (dump_simple_decl): Only check DECL_ [...]
The 4 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/cp/ChangeLog | 14 ++++++++++++++
gcc/cp/class.c | 2 ++
gcc/cp/constexpr.c | 3 ++-
gcc/cp/error.c | 15 +++++++--------
gcc/testsuite/ChangeLog | 16 ++++++++++++++++
gcc/testsuite/g++.dg/abi/abi-tag23.C | 2 +-
gcc/testsuite/g++.dg/abi/abi-tag23a.C | 2 +-
gcc/testsuite/g++.dg/cpp0x/constexpr-77482.C | 6 ++++++
gcc/testsuite/g++.dg/cpp0x/decltype-77338.C | 7 +++++++
gcc/testsuite/g++.dg/cpp0x/mutable1.C | 12 ++++++++++++
10 files changed, 68 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-77482.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/decltype-77338.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/mutable1.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 lldb.
from ccfdeab Set the correct triple when creating an ArchSpec for Windows.
new 5de4018 Fix compiler warnings where two values weren't being initialized.
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/Process/Utility/RegisterInfos_i386.h | 4 ++--
1 file changed, 2 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 b2c2d1f [X86][SSE] Added vector add combine tests
new 839ecc8 [X86][SSE] Added vector sub combine tests
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/CodeGen/X86/combine-sub.ll | 249 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 249 insertions(+)
create mode 100644 test/CodeGen/X86/combine-sub.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 binutils-gdb.
from 325fac5 gdb: Use std::min and std::max throughout
new cd94f6d Introduce cleanup to restore current_uiout
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:
gdb/ChangeLog | 13 +++++++++++++
gdb/infrun.c | 12 +-----------
gdb/python/python.c | 3 ++-
gdb/ui-out.c | 18 ++++++++++++++++++
gdb/ui-out.h | 4 ++++
gdb/utils.c | 23 -----------------------
gdb/utils.h | 3 ---
7 files changed, 38 insertions(+), 38 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 7add7dd Install libLLVM if needed with LLVM_INSTALL_TOOLCHAIN_ONLY
new b2c2d1f [X86][SSE] Added vector add combine tests
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/CodeGen/X86/combine-add.ll | 339 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 339 insertions(+)
create mode 100644 test/CodeGen/X86/combine-add.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 zorg.
from b43c170 [zorg] Change static analyzer benchmark jenkins bot to be non [...]
new 1940dfe [ARM] Adding new ARMv7 buildbots
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:
buildbot/osuosl/master/config/builders.py | 77 ++++++++++++++++++-------------
buildbot/osuosl/master/config/slaves.py | 10 ++++
2 files changed, 55 insertions(+), 32 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 6e3bce5 [libcxx] Add missing c++98 xfail. NFC.
new e81a54c [libc++] Fix inline attribute for non-MSVC Windows
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/__config | 12 +++++++++---
1 file changed, 9 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 5794467 [RenderScript] Support tracking and dumping reduction kernels
new 314ee61 Add unit tests for a few string conversion functions in Args.
new ccfdeab Set the correct triple when creating an ArchSpec for 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:
include/lldb/Breakpoint/BreakpointID.h | 1 +
include/lldb/Host/FileSpec.h | 1 +
include/lldb/Interpreter/Args.h | 9 ++--
include/lldb/Interpreter/Options.h | 1 +
include/lldb/Target/Language.h | 1 +
source/API/SBDebugger.cpp | 4 +-
source/Core/ArchSpec.cpp | 3 ++
source/Interpreter/Args.cpp | 62 ++++++++++-------------
source/Interpreter/OptionValueChar.cpp | 2 +-
source/Interpreter/Property.cpp | 11 ++---
unittests/Interpreter/TestArgs.cpp | 89 ++++++++++++++++++++++++++++++++++
11 files changed, 136 insertions(+), 48 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 29ff19b Replace modulus with mask operation in over-aligned new
new 69ea990 PR libgcc/71744 * unwind-dw2-fde.c (ATOMIC_FDE_FAST_PATH): [...]
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:
libgcc/ChangeLog | 11 +++++++++++
libgcc/unwind-dw2-fde.c | 41 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 52 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.