This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 287fe25 Do not inline hot callsites for samplepgo in thinlto compile phase.
new 3479ed6 Let llvm.objectsize be conservative with null pointers
new 0be9db9 [InstCombine] regenerate checks; 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:
docs/LangRef.rst | 19 ++--
include/llvm/Analysis/MemoryBuiltins.h | 43 +++++---
include/llvm/IR/Intrinsics.td | 3 +-
lib/Analysis/BasicAliasAnalysis.cpp | 4 +-
lib/Analysis/MemoryBuiltins.cpp | 38 ++++---
lib/IR/AutoUpgrade.cpp | 19 ++--
lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp | 4 +-
.../Instrumentation/AddressSanitizer.cpp | 5 +-
test/Assembler/auto_upgrade_intrinsics.ll | 11 ++-
.../AMDGPU/promote-alloca-mem-intrinsics.ll | 6 +-
test/Transforms/CodeGenPrepare/basic.ll | 42 +++++++-
.../InferAddressSpaces/AMDGPU/intrinsics.ll | 12 +--
test/Transforms/InstCombine/memset_chk-1.ll | 8 +-
test/Transforms/InstCombine/objsize.ll | 102 +++++++++++++++----
test/Transforms/InstCombine/stpcpy_chk-1.ll | 8 +-
test/Transforms/InstCombine/strcpy_chk-1.ll | 10 +-
.../InstCombine/vector_insertelt_shuffle.ll | 109 ++++++++++-----------
17 files changed, 291 insertions(+), 152 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 19560c3 Clang change: Do not inline hot callsites for samplepgo in th [...]
new 0e64fc6 Let llvm.objectsize be conservative with null pointers
new 105ac0a iFix Test deprecation behavior in C89 mode as a result of r298410
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/CGBuiltin.cpp | 9 ++-
lib/CodeGen/CGExpr.cpp | 7 ++-
test/CodeGen/alloc-size.c | 2 +-
test/CodeGen/catch-undef-behavior.c | 2 +-
test/CodeGen/object-size.c | 110 ++++++++++++++++++------------------
test/CodeGen/object-size.cpp | 14 ++---
test/CodeGen/sanitize-recover.c | 2 +-
test/Sema/attr-deprecated.c | 5 +-
8 files changed, 79 insertions(+), 72 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-tools-extra.
from 2547299 Prevent cppcoreguidelines-pro-bounds-array-to-pointer-decay f [...]
new ee4675c Don't make unqualified calls to functions that could well be [...]
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:
clang-tidy/cppcoreguidelines/SpecialMemberFunctionsCheck.cpp | 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 binutils-gdb.
from 3de88e9 windows: Use ptid from regcache in register fetch/store
new 4c8798c Disable shared library tests for nios2-*-elf.
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:
ld/ChangeLog | 5 +++++
ld/testsuite/lib/ld-lib.exp | 1 +
2 files changed, 6 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 700f6ad [ADT] Add a version of llvm::join() that takes a range.
new 287fe25 Do not inline hot callsites for samplepgo in thinlto compile phase.
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/Transforms/IPO.h | 3 ++-
lib/Analysis/InlineCost.cpp | 2 +-
lib/Transforms/IPO/InlineSimple.cpp | 8 ++++++--
tools/bugpoint/bugpoint.cpp | 3 ++-
tools/opt/opt.cpp | 2 +-
5 files changed, 12 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 clang.
from b993177 [X86][MS-compatability][clang] allow MS TYPE/SIZE/LENGTH oper [...]
new 19560c3 Clang change: Do not inline hot callsites for samplepgo in th [...]
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/BackendUtil.cpp | 7 ++++++-
test/CodeGen/Inputs/pgo-sample-thinlto-summary.prof | 2 ++
test/CodeGen/pgo-sample-thinlto-summary.c | 19 +++++++++++++++++++
3 files changed, 27 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/Inputs/pgo-sample-thinlto-summary.prof
create mode 100644 test/CodeGen/pgo-sample-thinlto-summary.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 3a3ac30 [X86] Remove extra semicolon to placate GCC. NFCI.
new 1e509dc [X86][MS-compatability][llvm] allow MS TYPE/SIZE/LENGTH opera [...]
new 700f6ad [ADT] Add a version of llvm::join() that takes a range.
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/ADT/StringExtras.h | 7 ++
lib/Target/X86/AsmParser/X86AsmParser.cpp | 105 +++++++++++++++++-------------
unittests/ADT/StringRefTest.cpp | 2 +
3 files changed, 69 insertions(+), 45 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 81483b8 [CMake] fix CLANG_INCLUDE_DIRS CMake export
new b993177 [X86][MS-compatability][clang] allow MS TYPE/SIZE/LENGTH oper [...]
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/ms-inline-asm.c | 7 +++++++
1 file changed, 7 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 4a0582c [ARM] Recommit the glueless lowering of addc/adde in Thumb1, [...]
new 3a3ac30 [X86] Remove extra semicolon to placate GCC. NFCI.
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/X86/X86TargetMachine.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.