summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/unaligned-load.ll
Commit message (Expand)AuthorAge
* rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2011-06-18
* Fix a regression caused by r102515 where explicit alignment on globals isCameron Zwarich2011-04-13
* Revert r122955. It seems using movups to lower memcpy can cause massive regre...Evan Cheng2011-01-07
* Use movups to lower memcpy and memset even if it's not fast (like corei7).Evan Cheng2011-01-06
* Fix an inconsistency in the x86 backend that led it to reject "calll foo" onChris Lattner2010-09-22
* Rework global alignment computation again. Now we do round upChris Lattner2010-04-28
* fix PR6921 a different way. Intead of increasing theChris Lattner2010-04-26
* Revert r102300/102301, which serious broke objc apps.Chris Lattner2010-04-26
* Fix PR6921: globals were not getting correctly rounded up to theirChris Lattner2010-04-25
* Avoid using f64 to lower memcpy from constant string. It's cheaper to use i32...Evan Cheng2010-04-08
* In 64-bit mode, use i64 to lower memcpy / memset instead of f64.Evan Cheng2010-04-01
* Fix sdisel memcpy, memset, memmove lowering:Evan Cheng2010-04-01
* make this less constrained, we want blank lines between globals.Chris Lattner2010-01-22
* don't let asm-verbose break the check-next lines in these tests.Chris Lattner2010-01-19
* Remove unnecessary check.Bill Wendling2009-12-02
* Test from Dhrystone to make sure that we're not emitting an aligned load for aBill Wendling2009-11-19