aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/unaligned-load.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-2/+2
* rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2011-06-181-9/+10
* Fix a regression caused by r102515 where explicit alignment on globals isCameron Zwarich2011-04-131-2/+2
* Revert r122955. It seems using movups to lower memcpy can cause massive regre...Evan Cheng2011-01-071-9/+16
* Use movups to lower memcpy and memset even if it's not fast (like corei7).Evan Cheng2011-01-061-16/+9
* Fix an inconsistency in the x86 backend that led it to reject "calll foo" onChris Lattner2010-09-221-1/+1
* Rework global alignment computation again. Now we do round upChris Lattner2010-04-281-2/+2
* fix PR6921 a different way. Intead of increasing theChris Lattner2010-04-261-0/+1
* Revert r102300/102301, which serious broke objc apps.Chris Lattner2010-04-261-3/+2
* Fix PR6921: globals were not getting correctly rounded up to theirChris Lattner2010-04-251-2/+3
* 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