Files
llvm-6502/test/CodeGen/X86
Benjamin Kramer f09e02f01a X86: Disable generation of rep;movsl when %esi is used as a base pointer.
This happens when there is both stack realignment and a dynamic alloca in the
function. If we overwrite %esi (rep;movsl uses fixed registers) we'll lose the
base pointer and the next register spill will write into oblivion.

Fixes PR15249 and unbreaks firefox on i386/freebsd. Mozilla uses dynamic allocas
and freebsd a 4 byte stack alignment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175057 91177308-0d34-0410-b5e6-96231b3b80d8
2013-02-13 13:40:35 +00:00
..
2012-11-12 06:49:17 +00:00
2012-10-25 17:50:05 +00:00
2013-01-20 08:35:56 +00:00
2013-01-20 08:35:56 +00:00
2013-02-02 00:22:03 +00:00
2012-10-23 21:40:15 +00:00
2012-10-29 17:57:12 +00:00
2013-02-12 16:07:27 +00:00
2012-12-02 15:46:02 +00:00
2013-01-08 18:27:24 +00:00
2012-11-08 07:28:54 +00:00
2013-01-08 18:27:24 +00:00
2013-01-30 22:57:00 +00:00
2013-01-09 07:04:23 +00:00
2012-10-25 17:50:05 +00:00
2012-10-25 17:50:05 +00:00