aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/unaligned-load.ll
Commit message (Expand)AuthorAgeFilesLines
* Avoid using f64 to lower memcpy from constant string. It's cheaper to use i32...Evan Cheng2010-04-081-3/+1
* In 64-bit mode, use i64 to lower memcpy / memset instead of f64.Evan Cheng2010-04-011-9/+8
* Fix sdisel memcpy, memset, memmove lowering:Evan Cheng2010-04-011-7/+18
* make this less constrained, we want blank lines between globals.Chris Lattner2010-01-221-1/+1
* don't let asm-verbose break the check-next lines in these tests.Chris Lattner2010-01-191-1/+1
* Remove unnecessary check.Bill Wendling2009-12-021-1/+0
* Test from Dhrystone to make sure that we're not emitting an aligned load for aBill Wendling2009-11-191-0/+28