summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/widen_load-2.ll
Commit message (Expand)AuthorAge
* Rename features to match what gcc and clang use.Rafael Espindola2013-08-23
* Improve the widening of integral binary vector operationsPaul Redmond2013-08-19
* Disambiguate function names in some CodeGen tests. (Some tests were using fun...Stephen Lin2013-07-18
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-14
* Enable lowering ZERO_EXTEND/ANY_EXTEND to PMOVZX from SSE4.1Michael Liao2012-10-23
* Instruction scheduling itinerary for Intel Atom.Andrew Trick2012-02-01
* Changed test to check for correct load size instead of shift as the shift mig...Pete Cooper2011-10-27
* Enable element promotion type legalization by deafault.Nadav Rotem2011-10-16
* now that generic vector types aren't selected onto MMX registers, theseChris Lattner2010-12-19
* Change TargetData's algorithm for computing defualt vector typeDan Gohman2010-04-23
* Enable -sse-domain-fix by default. Now with tests!Jakob Stoklund Olesen2010-03-30
* Fixed a widening bug where we were not using the correct size for the loadMon P Wang2010-03-19
* Improved widening loads by adding support for wider loads ifMon P Wang2010-01-24