This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_39 in repository llvm.
from 3248ce6 Merging r276051 and r276823: -------------------------------- [...] new 5799ba3 Merging r276676: -------------------------------------------- [...] new 55ea065 Merging r276712: -------------------------------------------- [...]
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/SafeStack.cpp | 2 +- lib/CodeGen/SafeStackColoring.cpp | 4 +- lib/CodeGen/SafeStackLayout.cpp | 3 +- test/Transforms/SafeStack/coloring-ssp.ll | 34 ++++++++++ test/Transforms/SafeStack/layout-region-split.ll | 84 ++++++++++++++++++++++++ 5 files changed, 124 insertions(+), 3 deletions(-) create mode 100644 test/Transforms/SafeStack/coloring-ssp.ll create mode 100644 test/Transforms/SafeStack/layout-region-split.ll