summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2010-06-25-CoalescerSubRegDefDead.ll
Commit message (Expand)AuthorAge
* Add Mode64Bit feature and sink it down to MC layer.Evan Cheng2011-07-07
* Avoid extra vreg copies for arguments passed in registers. Specifically, thi...Eli Friedman2011-05-05
* 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
* Re-implement r122936 with proper target hooks. Now getMaxStoresPerMemcpyEvan Cheng2011-01-06
* Revert r122936. I'll re-implement the change.Evan Cheng2011-01-06
* r105228 reduced the memcpy / memset inline limit to 4 with -Os to avoid blowingEvan Cheng2011-01-06
* - Reapply r106066 now that the bzip2 build regression has been fixed.Bill Wendling2010-06-25