summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/unaligned-load.ll
AgeCommit message (Expand)Author
2016-01-26[MC] Use .p2align instead of .alignDan Gohman
2015-11-19Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper
2015-11-18Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper
2015-03-13[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2011-06-18rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner
2011-04-13Fix a regression caused by r102515 where explicit alignment on globals isCameron Zwarich
2011-01-07Revert r122955. It seems using movups to lower memcpy can cause massive regre...Evan Cheng
2011-01-06Use movups to lower memcpy and memset even if it's not fast (like corei7).Evan Cheng
2010-09-22Fix an inconsistency in the x86 backend that led it to reject "calll foo" onChris Lattner
2010-04-28Rework global alignment computation again. Now we do round upChris Lattner
2010-04-26fix PR6921 a different way. Intead of increasing theChris Lattner
2010-04-26Revert r102300/102301, which serious broke objc apps.Chris Lattner
2010-04-25Fix PR6921: globals were not getting correctly rounded up to theirChris Lattner
2010-04-08Avoid using f64 to lower memcpy from constant string. It's cheaper to use i32...Evan Cheng
2010-04-01In 64-bit mode, use i64 to lower memcpy / memset instead of f64.Evan Cheng
2010-04-01Fix sdisel memcpy, memset, memmove lowering:Evan Cheng
2010-01-22make this less constrained, we want blank lines between globals.Chris Lattner
2010-01-19don't let asm-verbose break the check-next lines in these tests.Chris Lattner
2009-12-02Remove unnecessary check.Bill Wendling
2009-11-19Test from Dhrystone to make sure that we're not emitting an aligned load for aBill Wendling