[turbofan] Simplifying handling of callee-cleanup stack area.
authortitzer <titzer@chromium.org>
Fri, 31 Jul 2015 15:18:34 +0000 (08:18 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 31 Jul 2015 15:18:52 +0000 (15:18 +0000)
commit44bfb4b57e25e1df529624a02686e98051e03c5b
tree7d195cdd1bd5dbb1e29a48d6f7f295415d04c040
parent1a5751f9b3ca682fadb6fce8202dda2db5b017c6
[turbofan] Simplifying handling of callee-cleanup stack area.

R=danno@chromium.org
BUG=

Review URL: https://codereview.chromium.org/1269913002

Cr-Commit-Position: refs/heads/master@{#29957}
12 files changed:
src/compiler/arm/code-generator-arm.cc
src/compiler/arm64/code-generator-arm64.cc
src/compiler/c-linkage.cc
src/compiler/ia32/code-generator-ia32.cc
src/compiler/linkage-impl.h
src/compiler/linkage.h
src/compiler/mips/code-generator-mips.cc
src/compiler/mips64/code-generator-mips64.cc
src/compiler/ppc/code-generator-ppc.cc
src/compiler/x64/code-generator-x64.cc
src/compiler/x87/code-generator-x87.cc
test/cctest/compiler/test-linkage.cc