aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/store-narrow.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-11/+11
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-6/+6
* Enable MI Sched for x86.Andrew Trick2013-10-151-11/+11
* Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin2013-07-131-17/+17
* Revert "Temporarily enable MI-Sched on X86."Andrew Trick2013-06-251-11/+11
* Temporarily enable MI-Sched on X86.Andrew Trick2013-06-241-11/+11
* fix rdar://8494845 + PR8244 - a miscompile exposed by my patch in r101350Chris Lattner2010-10-011-0/+14
* Don't narrow the load and store in a load+twiddle+store sequence unlessDan Gohman2010-09-021-2/+29
* Reapply r106634, now that the bug it exposed is fixed.Dan Gohman2010-06-241-1/+1
* Revert r106263, "Fold the ShrinkDemandedOps pass into the regular DAGCombiner...Daniel Dunbar2010-06-231-1/+1
* Fold the ShrinkDemandedOps pass into the regular DAGCombiner pass,Dan Gohman2010-06-181-1/+1
* Enable i16 to i32 promotion by default.Evan Cheng2010-04-281-2/+2
* enhance the load/store narrowing optimization to handle aChris Lattner2010-04-151-0/+20
* teach codegen to turn trunc(zextload) into load when possible.Chris Lattner2010-04-151-13/+39
* Implement rdar://7860110 (also in target/readme.txt) narrowingChris Lattner2010-04-151-0/+81