This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e6de6e24204 [DAGCombiner] move fadd simplification ahead of other folds
new a521995ff00 [DAGCombiner] loosen constraints for fsub+fadd fold
new f44662e5c40 [x86] add test for commuted variant for fsub fold; NFC
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/SelectionDAG/DAGCombiner.cpp | 21 +++-----
test/CodeGen/X86/fp-fold.ll | 91 +++++++++++++++++++++++---------
2 files changed, 72 insertions(+), 40 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 e52df1611ad [Demangle] Add another test for ItaniumPartialDemangler
new e6de6e24204 [DAGCombiner] move fadd simplification ahead of other folds
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/SelectionDAG/DAGCombiner.cpp | 15 ++++++---------
1 file changed, 6 insertions(+), 9 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 85ffa199e1c [ADT] Normalize empty triple components
new e52df1611ad [Demangle] Add another test for ItaniumPartialDemangler
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/Demangle/PartialDemangleTest.cpp | 45 ++++++++++++++++++++++++++++++
1 file changed, 45 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 clang.
from 2db0cb23ff [ADT] Normalize empty triple components
new 9c67812c6c [Builtins] Add __builtin_clrsb support to IntExprEvaluator:: [...]
new 46ac4d88b2 [VFS] Remove superfluous semicolon from unittest.
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/AST/ExprConstant.cpp | 12 +++++++++---
test/Sema/constant-builtins-2.c | 13 +++++++++++++
unittests/Basic/VirtualFileSystemTest.cpp | 2 +-
3 files changed, 23 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 llvm.
from e32dc0cc26c [x86] add tests for fsub+fadd with FMF; NFC
new 85ffa199e1c [ADT] Normalize empty triple components
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/Support/Triple.cpp | 6 ++
test/CodeGen/ARM/invalid-target.ll | 16 ++---
tools/llvm-mc/llvm-mc.cpp | 1 -
tools/llvm-mca/llvm-mca.cpp | 1 -
tools/llvm-objdump/llvm-objdump.cpp | 1 -
unittests/ADT/TripleTest.cpp | 125 +++++++++++++++++++++++-------------
6 files changed, 93 insertions(+), 57 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 10e00557b9 Revert r339287 "[Builtins] Add __builtin_clrsb support to In [...]
new 2db0cb23ff [ADT] Normalize empty triple components
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/Frontend/CompilerInstance.cpp | 2 +-
lib/Frontend/CompilerInvocation.cpp | 3 +-
test/CodeGen/coff-aarch64-type-sizes.c | 2 +-
test/Driver/arm-ias-Wa.s | 2 +-
test/Driver/arm-target-as-mthumb.s | 4 +-
test/Driver/baremetal.cpp | 2 +-
test/Driver/biarch.c | 16 +--
test/Driver/clang-translation.c | 2 +-
test/Driver/cuda-detect.cu | 2 +-
test/Driver/cuda-no-pgo-or-coverage.cu | 2 +-
test/Driver/cuda-no-sanitizers.cu | 2 +-
test/Driver/cuda-no-stack-protector.cu | 2 +-
test/Driver/cuda-options.cu | 12 +--
test/Driver/cuda-output-asm.cu | 2 +-
test/Driver/fsanitize.c | 2 +-
test/Driver/hip-binding.hip | 2 +-
test/Driver/hip-toolchain.hip | 12 +--
test/Driver/miamcu-opt.c | 2 +-
test/Driver/nacl-direct.c | 2 +-
test/Driver/netbsd.c | 160 +++++++++++++++---------------
test/Driver/netbsd.cpp | 136 ++++++++++++-------------
test/Driver/nios2-cpu.c | 6 +-
test/Driver/offloading-interoperability.c | 2 +-
test/Driver/openmp-offload.c | 136 ++++++++++++-------------
test/Driver/parse-progname.c | 2 +-
test/Driver/ropi-rwpi.c | 4 +-
test/Driver/windows-arm-minimal-arch.c | 2 +-
test/Frontend/windows-exceptions.cpp | 12 +--
28 files changed, 267 insertions(+), 268 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 71299703e41 [DWARF] Unclamp line table version on Darwin for v5 and later.
new e32dc0cc26c [x86] add tests for fsub+fadd with FMF; NFC
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/fp-fold.ll | 72 +++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 69 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 binutils-gdb.
from 83202f7ae8 Check result of "write"
new fdbac7d8d1 Fix some comments in target.c
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 | 5 +++++
gdb/target.c | 4 +++-
2 files changed, 8 insertions(+), 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 lldb.
from 1d80326c5 [IRMemoryMap] Shrink Allocation and make it move-only (NFC)
new 401e0c6c1 Use rich mangling information in Symtab::InitNameIndexes()
new a063373af Add ConstString test FromMidOfBufferStringRef
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/Core/Mangled.h | 46 +++++--
include/lldb/Core/RichManglingContext.h | 110 +++++++++++++++
include/lldb/Symbol/Symtab.h | 9 ++
include/lldb/lldb-forward.h | 11 ++
lldb.xcodeproj/project.pbxproj | 20 ++-
source/Core/CMakeLists.txt | 1 +
source/Core/Mangled.cpp | 175 ++++++++++++++++++------
source/Core/RichManglingContext.cpp | 178 ++++++++++++++++++++++++
source/Symbol/Symtab.cpp | 212 +++++++++++++++++------------
unittests/Core/CMakeLists.txt | 1 +
unittests/Core/RichManglingContextTest.cpp | 114 ++++++++++++++++
unittests/Utility/ConstStringTest.cpp | 20 +++
12 files changed, 750 insertions(+), 147 deletions(-)
create mode 100644 include/lldb/Core/RichManglingContext.h
create mode 100644 source/Core/RichManglingContext.cpp
create mode 100644 unittests/Core/RichManglingContextTest.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 newlib.
from fddc74d12 Add BSP and semihosting library for nios2-generic-nommu QEMU [...]
new b9dab9f4c newlib: strftime: fix over-enthusiastic fix from 0283642f35ce
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:
newlib/libc/time/strftime.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.