summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/widen_load-1.ll
AgeCommit message (Expand)Author
2017-08-02X86: Do not use llc -march in tests.Matthias Braun
2016-02-15Implemented stack symbol table ordering/packing optimization to improve data ...Zia Ansari
2015-04-17[X86, AVX] add an exedepfix entry for vmovq == vmovlps == vmovlpdSanjay Patel
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2015-02-16[X86][SSE] Add SSE MOVQ instructions to SSEPackedInt domainSimon Pilgrim
2013-06-09Removed PackedDouble domain from scalar instructions. Added more formats for ...Elena Demikhovsky
2012-08-30Introduce 'UseSSEx' to force SSE legacy encodingMichael Liao
2011-11-28Revert r145273 and fix in SelectionDAG::InferPtrAlignment() instead.Evan Cheng
2011-11-28DAG combine should not increase alignment of loads / stores with alignment lessEvan Cheng
2010-12-19now that generic vector types aren't selected onto MMX registers, theseChris Lattner
2010-01-24Improved widening loads by adding support for wider loads ifMon P Wang
2009-12-18Instruction fixes, added instructions, and AsmString changes in theSean Callanan
2009-09-09When widening a vector load, use the correct chain. This fixes PR4891.Dan Gohman