This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from effdf24 [CMake][libcxx] Use check_c_compiler_flag to check for nodefaultlibs
new 2889d45 Allow a standard library to implement conditional noexcept fo [...]
new 0bdae91 Add noexcept(false) to more strongly indicate that not being [...]
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:
.../util.smartptr/util.smartptr.hash/hash_unique_ptr.pass.cpp | 8 ++++++--
test/std/utilities/optional/optional.hash/hash.pass.cpp | 11 +++++++----
2 files changed, 13 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 binutils-gdb.
from 62ecb94 Add support for disassembling WebAssembly opcodes.
new 1379e3a 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 7b505a4 Automatic date update in version.in
new 4a4b3cb 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_28-branch
in repository binutils-gdb.
from f3d7cf2 Automatic date update in version.in
new 2a5482a 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 llvm.
from 4d40c97 AMDGPU/GFX9: Fix shared and private aperture queries
new dbbede1 [llvm-pdbdump] Allow pretty to only dump specific types of types.
new b470610 Allow specification of what kinds of class members to dump.
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:
test/DebugInfo/PDB/DIA/pdbdump-symbol-format.test | 1 -
test/tools/llvm-pdbdump/class-layout.test | 5 +-
test/tools/llvm-pdbdump/regex-filter.test | 29 +++---
tools/llvm-pdbdump/PrettyClassDefinitionDumper.cpp | 107 ++++++---------------
tools/llvm-pdbdump/PrettyClassDefinitionDumper.h | 18 ----
tools/llvm-pdbdump/PrettyTypeDumper.cpp | 66 +++++++------
tools/llvm-pdbdump/llvm-pdbdump.cpp | 35 +++++--
tools/llvm-pdbdump/llvm-pdbdump.h | 8 +-
8 files changed, 121 insertions(+), 148 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 e58cf27 New C++ function name parsing logic (Resubmit)
new b0f23d0 Add more tests for ExtractContextAndIdentifier
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/Language/CPlusPlus/CPlusPlusLanguageTest.cpp | 5 +++++
1 file changed, 5 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 dbcddbb Rename refersToGotEntry needsGot and add comments.
new 6f85471 COFF: support the /appcontainer flag
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:
COFF/Config.h | 1 +
COFF/Driver.cpp | 3 +++
COFF/Options.td | 2 ++
COFF/Writer.cpp | 2 ++
test/COFF/hello32.test | 5 +++--
5 files changed, 11 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 619d61b Revert "Revert "[ARM] Add Kryo to available targets""
new 42c1cc1 [InstCombine] Add a few cases for OR we fail to optimize due [...]
new d78c0c1 Remove the default subtarget from the Power port. It's unnece [...]
new 4d40c97 AMDGPU/GFX9: Fix shared and private aperture queries
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/Target/AMDGPU/SIDefines.h | 11 ++++++--
lib/Target/AMDGPU/SIISelLowering.cpp | 34 +++++++++++++++++--------
lib/Target/AMDGPU/SIISelLowering.h | 4 ++-
lib/Target/PowerPC/PPCTargetMachine.cpp | 4 +--
lib/Target/PowerPC/PPCTargetMachine.h | 1 -
test/CodeGen/AMDGPU/addrspacecast.ll | 18 ++++++++++---
test/Transforms/InstCombine/or.ll | 45 +++++++++++++++++++++++++++++++++
7 files changed, 96 insertions(+), 21 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 bf82f16 [X86] Revert r299387 due to AVX legalization infinite loop.
new f25acac Turn on -addr-sink-using-gep by default.
new 619d61b Revert "Revert "[ARM] Add Kryo to available targets""
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/Support/ARMTargetParser.def | 1 +
lib/CodeGen/CodeGenPrepare.cpp | 2 +-
lib/Target/ARM/ARM.td | 10 ++++-
lib/Target/ARM/ARMSubtarget.cpp | 1 +
lib/Target/ARM/ARMSubtarget.h | 1 +
test/CodeGen/AArch64/aarch64-gep-opt.ll | 8 +++-
test/CodeGen/AMDGPU/cgp-addressing-modes-flat.ll | 12 +++---
test/CodeGen/AMDGPU/cgp-addressing-modes.ll | 43 +++++++++++-----------
test/CodeGen/ARM/phi.ll | 1 -
.../CodeGen/PowerPC/2007-11-16-landingpad-split.ll | 1 -
test/CodeGen/PowerPC/ppc64-gep-opt.ll | 4 +-
test/CodeGen/X86/2007-03-15-GEP-Idx-Sink.ll | 1 -
test/CodeGen/X86/MergeConsecutiveStores.ll | 1 -
test/CodeGen/X86/codegen-prepare-addrmode-sext.ll | 41 ++++++---------------
test/CodeGen/X86/codegen-prepare.ll | 1 -
test/CodeGen/X86/isel-sink.ll | 1 -
test/CodeGen/X86/merge_store.ll | 1 -
test/Transforms/CodeGenPrepare/X86/computedgoto.ll | 8 ++--
.../Transforms/CodeGenPrepare/X86/sink-addrmode.ll | 26 ++++++-------
.../CodeGenPrepare/X86/sink-addrspacecast.ll | 5 +--
.../LoopStrengthReduce/ARM/ivchain-ARM.ll | 1 -
.../LoopStrengthReduce/X86/ivchain-X86.ll | 2 -
22 files changed, 78 insertions(+), 94 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 b339403 Call updateAlignment before assignAddresses.
new dbcddbb Rename refersToGotEntry needsGot and add comments.
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/Relocations.cpp | 21 ++++++++++++---------
1 file changed, 12 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.