This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from db0798140df [GISel]: Fix undefined behavior while accessing DefaultAction map
new f171aff2b8c [GISel]: Add a getConstantFPVRegVal utility
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/CodeGen/GlobalISel/Utils.h | 3 +++
lib/CodeGen/GlobalISel/Utils.cpp | 8 ++++++++
2 files changed, 11 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 llvm.
from 2a480224849 [IR] Fix some Clang-tidy modernize-use-using warnings; othe [...]
new db0798140df [GISel]: Fix undefined behavior while accessing DefaultAction map
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/CodeGen/GlobalISel/LegalizerInfo.h | 17 ++++++++++++-----
lib/CodeGen/GlobalISel/LegalizerInfo.cpp | 2 +-
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 llvm.
from a0e10ad06a6 [TLI] Add mapping for various '__<func>_finite' forms of th [...]
new 2a480224849 [IR] Fix some Clang-tidy modernize-use-using warnings; othe [...]
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/LLVMContext.h | 12 ++--
include/llvm/IR/ModuleSummaryIndex.h | 59 ++++++++++-----
include/llvm/IR/PassManager.h | 122 +++++++++++++++++++-------------
include/llvm/IR/PassManagerInternal.h | 11 ++-
include/llvm/IR/PatternMatch.h | 39 +++++++---
include/llvm/IR/ProfileSummary.h | 20 +++---
include/llvm/IR/Statepoint.h | 16 +++--
include/llvm/IR/SymbolTableListTraits.h | 10 +--
include/llvm/IR/TrackingMDRef.h | 16 +++--
include/llvm/IR/Type.h | 45 ++++++------
include/llvm/IR/TypeFinder.h | 4 +-
include/llvm/IR/Value.h | 23 +++---
include/llvm/IR/Verifier.h | 15 ++--
lib/IR/Type.cpp | 27 ++++---
14 files changed, 260 insertions(+), 159 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 compiler-rt.
from d6fba16de [ubsan] Enable debug info in test binaries
new e380523e9 [XRay] Fix build with libc++ (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:
include/xray/xray_interface.h | 9 +++++----
1 file changed, 5 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 5a71fb601cc [APInt] Add early outs for a division by 1 to udiv/urem/udivrem
new 8731f0c094a [TLI] Add declarations for various math header file routine [...]
new 099763519fd [ConstantFolding] Add folding for various math '__<func>_fi [...]
new a0e10ad06a6 [TLI] Add mapping for various '__<func>_finite' forms of th [...]
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:
include/llvm/Analysis/TargetLibraryInfo.def | 127 ++++++++++++++++-
lib/Analysis/ConstantFolding.cpp | 80 +++++++++--
lib/Analysis/TargetLibraryInfo.cpp | 110 +++++++++++++++
test/Transforms/ConstProp/calls-math-finite.ll | 83 ++++++++++++
test/Transforms/InferFunctionAttrs/annotate.ll | 126 +++++++++++++++++
test/Transforms/InferFunctionAttrs/no-proto.ll | 126 +++++++++++++++++
.../X86/{svml-calls.ll => svml-calls-finite.ll} | 150 +++++++++++----------
unittests/Analysis/TargetLibraryInfoTest.cpp | 46 +++++++
8 files changed, 762 insertions(+), 86 deletions(-)
create mode 100644 test/Transforms/ConstProp/calls-math-finite.ll
copy test/Transforms/LoopVectorize/X86/{svml-calls.ll => svml-calls-finite.ll} (55%)
--
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 73caa85d4a x86: Merge X86_ISA_1_USED/X86_ISA_1_NEEDED properties
new 6bf56e7482 Fix misplacement of a relaxed section on AArch64.
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:
gold/ChangeLog | 13 +++++++++
gold/aarch64.cc | 27 ++++++++++++++++-
gold/testsuite/Makefile.am | 11 +++++++
gold/testsuite/Makefile.in | 17 +++++++++--
gold/testsuite/pr21430.s | 15 ++++++++++
gold/testsuite/pr21430.sh | 73 ++++++++++++++++++++++++++++++++++++++++++++++
6 files changed, 152 insertions(+), 4 deletions(-)
create mode 100644 gold/testsuite/pr21430.s
create mode 100755 gold/testsuite/pr21430.sh
--
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 ee93090f2 Fix build on Mac OS.
new f80490e40 Fixed the OS X build after Error -> Status rename.
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 | 14 ++++++++------
1 file changed, 8 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-7-branch
in repository gcc.
from d06e5a4cf1a * sv.po: Update.
new 640eb0703f6 [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 | 9 ++++
gcc/config/rs6000/rs6000.c | 11 +++++
gcc/testsuite/ChangeLog | 7 +++
gcc/testsuite/gcc.target/powerpc/p8-vec-xl-xst.c | 62 ++++++++++++++++++++++++
4 files changed, 89 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/powerpc/p8-vec-xl-xst.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 9f8cf56799f [Doc] Document "Splat" in the lexicon
new 42fd905d603 LTO: Don't verify modules twice in verifyMergedModuleOnce
new d2329ac508f [APInt] In udivrem, remember the bit width in a local varia [...]
new 5a71fb601cc [APInt] Add early outs for a division by 1 to udiv/urem/udivrem
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/LTO/LTOCodeGenerator.cpp | 17 +++++++----------
lib/Support/APInt.cpp | 31 +++++++++++++++++++++++--------
2 files changed, 30 insertions(+), 18 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.