This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 13e18b3d4bc AMDGPU: Fix build warning in release
new a15b3af3d34 Typo fix: epilouge->epilogue. NFC.
new 84f16940770 [X86] Add ReadAfterLds to some 3 src instructions
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/Target/X86/X86InstrFMA.td | 52 ++++++++++++++++++++++++----------
lib/Target/X86/X86InstrSSE.td | 7 ++++-
lib/Target/X86/X86InstrShiftRotate.td | 2 +-
lib/Target/X86/X86InstrXOP.td | 26 +++++++++++++----
tools/llvm-readobj/ARMWinEHPrinter.cpp | 2 +-
5 files changed, 65 insertions(+), 24 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 b18554c1076 AMDGPU: Support realigning stack
new 13e18b3d4bc AMDGPU: Fix build warning in release
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/AMDGPU/SIFrameLowering.cpp | 2 --
1 file changed, 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 f8f47e0a142 Add msan custom mapping options.
new b18554c1076 AMDGPU: Support realigning stack
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/AMDGPU/AMDGPUAsmPrinter.cpp | 2 +
lib/Target/AMDGPU/SIFrameLowering.cpp | 82 ++++++++++++++++++--
lib/Target/AMDGPU/SIMachineFunctionInfo.h | 9 +++
test/CodeGen/AMDGPU/stack-realign.ll | 125 ++++++++++++++++++++++++++++++
4 files changed, 210 insertions(+), 8 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/stack-realign.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 llvm.
from ddcdf84fb2f [X86] Remove ReadAfterLd from BMI and TBM instructions that [...]
new f8f47e0a142 Add msan custom mapping options.
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/Instrumentation/MemorySanitizer.cpp | 131 +++++++++++++--------
.../MemorySanitizer/manual-shadow.ll | 43 +++++++
2 files changed, 125 insertions(+), 49 deletions(-)
create mode 100644 test/Instrumentation/MemorySanitizer/manual-shadow.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 clang.
from ac7d18322f [analyzer] Path-insensitive checker for writes into an auto- [...]
new 8c8aea3ce9 [AArch64]: Add support for parsing rN registers.
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/Basic/Targets/AArch64.cpp | 35 ++++++++++++++++++++++++++++++++++-
test/CodeGen/aarch64-inline-asm.c | 20 ++++++++++++++++++++
2 files changed, 54 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 llvm.
from f039f6ab7c6 Try to fix sanitizer-x86_64-linux-fast bot due to change in [...]
new ddcdf84fb2f [X86] Remove ReadAfterLd from BMI and TBM instructions that [...]
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/X86InstrInfo.td | 6 +++---
lib/Target/X86/X86ScheduleZnver1.td | 2 +-
2 files changed, 4 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 google/grte/v5-2.27/master
in repository glibc.
from 2a5d5a4953 Remove a newline
new 3cab0b7a22 Define __GOOGLE_GRTE_VERSION__
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/features.h | 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 llvm.
from 1b2c29aafbb [X86] Correct the placement of ReadAfterLd in BEXTR and BZH [...]
new f039f6ab7c6 Try to fix sanitizer-x86_64-linux-fast bot due to change 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:
tools/llvm-nm/llvm-nm.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 clang.
from dd65d15d8c Generalize NRVO to cover C structs.
new 93debea55a Mark __cfi_check as dso_local.
new a204565a1d [AST] Fix some Clang-tidy modernize-use-auto warnings; other [...]
new ac7d18322f [analyzer] Path-insensitive checker for writes into an auto- [...]
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/clang/AST/DeclTemplate.h | 59 ++--
include/clang/AST/Type.h | 69 +++--
include/clang/StaticAnalyzer/Checkers/Checkers.td | 3 +
lib/AST/DeclTemplate.cpp | 56 ++--
lib/AST/Type.cpp | 330 ++++++++++-----------
lib/CodeGen/CGExpr.cpp | 1 +
lib/StaticAnalyzer/Checkers/CMakeLists.txt | 1 +
.../Checkers/ObjCAutoreleaseWriteChecker.cpp | 157 ++++++++++
test/Analysis/autoreleasewritechecker_test.m | 171 +++++++++++
test/CodeGen/cfi-icall-cross-dso.c | 3 +
10 files changed, 585 insertions(+), 265 deletions(-)
create mode 100644 lib/StaticAnalyzer/Checkers/ObjCAutoreleaseWriteChecker.cpp
create mode 100644 test/Analysis/autoreleasewritechecker_test.m
--
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 46f914f5a71 [NFC][LICM] Rearrange checks to have the cheap bail out first
new 1b2c29aafbb [X86] Correct the placement of ReadAfterLd in BEXTR and BZH [...]
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/X86InstrInfo.td | 19 ++++++++++++-------
lib/Target/X86/X86SchedBroadwell.td | 16 +++++-----------
lib/Target/X86/X86SchedHaswell.td | 16 +++++-----------
lib/Target/X86/X86SchedSandyBridge.td | 5 +++++
lib/Target/X86/X86SchedSkylakeClient.td | 16 +++++-----------
lib/Target/X86/X86SchedSkylakeServer.td | 16 +++++-----------
lib/Target/X86/X86Schedule.td | 4 ++++
lib/Target/X86/X86ScheduleBtVer2.td | 4 ++++
lib/Target/X86/X86ScheduleSLM.td | 5 +++++
lib/Target/X86/X86ScheduleZnver1.td | 18 +++++-------------
test/CodeGen/X86/bmi-schedule.ll | 8 ++++----
test/CodeGen/X86/bmi2-schedule.ll | 8 ++++----
12 files changed, 63 insertions(+), 72 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.