This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d305cea67d3 [stack-safety] Analysis documentation
new 5b5d8e4aa1f Remove trailing empty line
new 421d590d181 Notify the linker when a TU compiled with split-stack has a [...]
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/StackSafetyAnalysis.rst | 1 -
lib/Target/ARM/ARMFrameLowering.cpp | 10 +++++++--
lib/Target/X86/X86FrameLowering.cpp | 10 +++++++--
test/CodeGen/X86/segmented-stacks-standalone.ll | 30 +++++++++++++++++++++++++
4 files changed, 46 insertions(+), 5 deletions(-)
create mode 100644 test/CodeGen/X86/segmented-stacks-standalone.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-lts-allmodconfig
in repository toolchain/binutils-gdb.
from ee2341b5dd Automatic date update in version.in
adds f03a5541c4 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 d5aa33e7dbb [stack-safety] Inter-Procedural Analysis implementation
new d305cea67d3 [stack-safety] Analysis documentation
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:
docs/Passes.rst | 9 +++++++
docs/StackSafetyAnalysis.rst | 57 ++++++++++++++++++++++++++++++++++++++++++++
docs/index.rst | 5 ++++
3 files changed, 71 insertions(+)
create mode 100644 docs/StackSafetyAnalysis.rst
--
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-mainline-allmodconfig
in repository toolchain/binutils-gdb.
from fe77f74232 Automatic date update in version.in
adds ee2341b5dd Automatic date update in version.in
adds f03a5541c4 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 953932eca66 AArch64ISelLowering: Remove a return-of-assignment to allow NRVO
new 54b4ae7d7ba [stack-safety] Empty local passes for Stack Safety Global Analysis
new d5aa33e7dbb [stack-safety] Inter-Procedural Analysis implementation
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/Analysis/StackSafetyAnalysis.h | 42 ++
include/llvm/InitializePasses.h | 1 +
lib/Analysis/Analysis.cpp | 1 +
lib/Analysis/StackSafetyAnalysis.cpp | 246 ++++++++++-
lib/Passes/PassRegistry.def | 2 +
.../StackSafetyAnalysis/Inputs/ipa-alias.ll | 18 +
test/Analysis/StackSafetyAnalysis/Inputs/ipa.ll | 118 ++++++
test/Analysis/StackSafetyAnalysis/ipa-alias.ll | 133 ++++++
test/Analysis/StackSafetyAnalysis/ipa.ll | 448 +++++++++++++++++++++
test/Analysis/StackSafetyAnalysis/local.ll | 9 +-
test/Analysis/StackSafetyAnalysis/memintrin.ll | 2 +
test/Analysis/StackSafetyAnalysis/scev-udiv.ll | 65 +++
12 files changed, 1081 insertions(+), 4 deletions(-)
create mode 100644 test/Analysis/StackSafetyAnalysis/Inputs/ipa-alias.ll
create mode 100644 test/Analysis/StackSafetyAnalysis/Inputs/ipa.ll
create mode 100644 test/Analysis/StackSafetyAnalysis/ipa-alias.ll
create mode 100644 test/Analysis/StackSafetyAnalysis/ipa.ll
create mode 100644 test/Analysis/StackSafetyAnalysis/scev-udiv.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.