aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/widen_load-2.ll
AgeCommit message (Expand)Author
2012-10-23Enable lowering ZERO_EXTEND/ANY_EXTEND to PMOVZX from SSE4.1Michael Liao
2012-02-01Instruction scheduling itinerary for Intel Atom.Andrew Trick
2011-10-27Changed test to check for correct load size instead of shift as the shift mig...Pete Cooper
2011-10-16Enable element promotion type legalization by deafault.Nadav Rotem
2010-12-19now that generic vector types aren't selected onto MMX registers, theseChris Lattner
2010-04-23Change TargetData's algorithm for computing defualt vector typeDan Gohman
2010-03-30Enable -sse-domain-fix by default. Now with tests!Jakob Stoklund Olesen
2010-03-19Fixed a widening bug where we were not using the correct size for the loadMon P Wang
2010-01-24Improved widening loads by adding support for wider loads ifMon P Wang