Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PR11004: Inline memcpy to avoid generating nested call sequence. Un-XFAIL ↵ | David Meyer | 2011-09-26 | 1 | -1/+0 |
| | | | | | | 2011-06-09-TailCallByVal and 2010-11-04-BigByval llvm-svn: 140516 | ||||
* | Revert r129875, XFAILing this test for arm, since the fix was reverted. | Dan Gohman | 2011-09-03 | 1 | -0/+1 |
| | | | | llvm-svn: 139058 | ||||
* | Un-XFAIL this test for ARM. <rdar://problem/7662569> | Stuart Hastings | 2011-04-20 | 1 | -1/+0 |
| | | | | llvm-svn: 129875 | ||||
* | ARM doesn't support byval yet. XFAIL this test until it does. | Stuart Hastings | 2011-04-05 | 1 | -0/+1 |
| | | | | llvm-svn: 128891 | ||||
* | When passing a huge parameter using the byval mechanism, a long | Duncan Sands | 2010-11-04 | 1 | -0/+11 |
sequence of loads and stores was being generated to perform the copy on the x86 targets if the parameter was less than 4 byte aligned, causing llc to use up vast amounts of memory and time. Use a "rep movs" form instead. PR7170. llvm-svn: 118260 |