Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Revert r227728 due to bad line endings. | Michael Kuperstein | 2015-02-01 | 1 | -400/+0 | |
| | | | | llvm-svn: 227746 | |||||
* | [X86] Convert esp-relative movs of function arguments to pushes, step 2 | Michael Kuperstein | 2015-02-01 | 1 | -0/+400 | |
This moves the transformation introduced in r223757 into a separate MI pass. This allows it to cover many more cases (not only cases where there must be a reserved call frame), and perform rudimentary call folding. It still doesn't have a heuristic, so it is enabled only for optsize/minsize, with stack alignment <= 8, where it ought to be a fairly clear win. Differential Revision: http://reviews.llvm.org/D6789 llvm-svn: 227728 |