summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/store-narrow.ll
Commit message (Expand)AuthorAge
* fix rdar://8494845 + PR8244 - a miscompile exposed by my patch in r101350Chris Lattner2010-10-01
* Don't narrow the load and store in a load+twiddle+store sequence unlessDan Gohman2010-09-02
* Reapply r106634, now that the bug it exposed is fixed.Dan Gohman2010-06-24
* Revert r106263, "Fold the ShrinkDemandedOps pass into the regular DAGCombiner...Daniel Dunbar2010-06-23
* Fold the ShrinkDemandedOps pass into the regular DAGCombiner pass,Dan Gohman2010-06-18
* Enable i16 to i32 promotion by default.Evan Cheng2010-04-28
* enhance the load/store narrowing optimization to handle aChris Lattner2010-04-15
* teach codegen to turn trunc(zextload) into load when possible.Chris Lattner2010-04-15
* Implement rdar://7860110 (also in target/readme.txt) narrowingChris Lattner2010-04-15