aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/widen_load-2.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-22/+22
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-11/+9
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-74/+118
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+1
* Rename features to match what gcc and clang use.Rafael Espindola2013-08-231-1/+1
* Improve the widening of integral binary vector operationsPaul Redmond2013-08-191-6/+2
* Disambiguate function names in some CodeGen tests. (Some tests were using fun...Stephen Lin2013-07-181-2/+0
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-141-1/+1
* Enable lowering ZERO_EXTEND/ANY_EXTEND to PMOVZX from SSE4.1Michael Liao2012-10-231-1/+1
* Instruction scheduling itinerary for Intel Atom.Andrew Trick2012-02-011-1/+1
* Changed test to check for correct load size instead of shift as the shift mig...Pete Cooper2011-10-271-1/+1
* Enable element promotion type legalization by deafault.Nadav Rotem2011-10-161-11/+24
* now that generic vector types aren't selected onto MMX registers, theseChris Lattner2010-12-191-1/+1
* Change TargetData's algorithm for computing defualt vector typeDan Gohman2010-04-231-3/+3
* Enable -sse-domain-fix by default. Now with tests!Jakob Stoklund Olesen2010-03-301-23/+23
* Fixed a widening bug where we were not using the correct size for the loadMon P Wang2010-03-191-1/+25
* Improved widening loads by adding support for wider loads ifMon P Wang2010-01-241-0/+155