This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d2d041f Fix the bug of samplepgo indirect call promption when type ca [...]
new f6e615c [ValueTracking] emit a remark when we detect a conflicting as [...]
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/Analysis/InstructionSimplify.h | 4 ++-
include/llvm/Analysis/ValueTracking.h | 4 ++-
lib/Analysis/InstructionSimplify.cpp | 6 +++--
lib/Analysis/ValueTracking.cpp | 35 ++++++++++++++++++---------
lib/Transforms/Utils/SimplifyInstructions.cpp | 16 +++++++++---
test/Transforms/InstSimplify/assume.ll | 33 +++++++++++++++++++++----
6 files changed, 73 insertions(+), 25 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 2a4edb6 [LangRef] Document some LLVM inline asm special escapes
new d2d041f Fix the bug of samplepgo indirect call promption when type ca [...]
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/Transforms/IPO/SampleProfile.cpp | 4 +++-
test/Transforms/SampleProfile/indirect-call.ll | 16 +++++++++-------
2 files changed, 12 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 lldb.
from 211264b Switch std::call_once to llvm::call_once
new 5971f88 Fix Xcode project.
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:
lldb.xcodeproj/project.pbxproj | 76 +++++++++++++++++++++---------------------
1 file 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 clang.
from dbb412b [SystemZ] Provide predefined __ARCH__ and __VX__ macros
new 4966278 [CMake] Add CLANG_INCLUDE_DIRS to CMake exports
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:
cmake/modules/CMakeLists.txt | 7 +++++++
cmake/modules/ClangConfig.cmake.in | 1 +
2 files changed, 8 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 glibc.
from c7a37ad As a minor cleanup remove the (r)index defines from include/s [...]
new 7e1e68b Rework gen-libm-test.pl input/output handling.
new 5cd8188 Eliminate libm-test.stmp.
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:
ChangeLog | 31 +++++++++++++++++++++++++++++++
math/Makefile | 23 ++++++++++++++---------
math/README.libm-test | 2 +-
math/gen-libm-test.pl | 39 +++++++++++++++++++++------------------
4 files changed, 67 insertions(+), 28 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 e7cc4f3 [DAGCombiner] Support bswap as a part of load combine patterns
new 5694331 [AArch64] Fix incorrect MachinePointerInfo in splitStoreSplat
new 2a4edb6 [LangRef] Document some LLVM inline asm special escapes
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:
docs/LangRef.rst | 16 +++++++
lib/Target/AArch64/AArch64ISelLowering.cpp | 5 +-
test/CodeGen/AArch64/ldst-zero.ll | 74 ++++++++++++++++++++++++++++++
test/CodeGen/AArch64/misched-stp.ll | 57 +++++++++++++++++++++++
4 files changed, 150 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/AArch64/ldst-zero.ll
create mode 100644 test/CodeGen/AArch64/misched-stp.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 glibc.
from dd18757 Remove libm-test.inc comment listing functions tested and not [...]
new 5a68e85 Move non-function-specific parts of libm-test.inc to separate file.
new c7a37ad As a minor cleanup remove the (r)index defines from include/s [...]
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:
ChangeLog | 258 ++++++
hurd/path-lookup.c | 4 +-
include/string.h | 9 -
math/libm-test-driver.c | 2286 +++++++++++++++++++++++++++++++++++++++++++++++
math/libm-test.inc | 2267 +---------------------------------------------
misc/getttyent.c | 6 +-
misc/ttyslot.c | 2 +-
sunrpc/rpc_main.c | 2 +-
8 files changed, 2555 insertions(+), 2279 deletions(-)
create mode 100644 math/libm-test-driver.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 glibc.
from 37f8aba nptl: Remove COLORING_INCREMENT
new dd18757 Remove libm-test.inc comment listing functions tested and not [...]
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:
ChangeLog | 5 +++++
math/libm-test.inc | 30 +-----------------------------
2 files changed, 6 insertions(+), 29 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.