aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/x86-shifts.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-5/+11
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-1/+1
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+1
* Enable MI Sched for x86.Andrew Trick2013-10-151-2/+2
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-141-4/+4
* Revert "Temporarily enable MI-Sched on X86."Andrew Trick2013-06-251-2/+2
* Temporarily enable MI-Sched on X86.Andrew Trick2013-06-241-2/+2
* Teach the x86 backend a couple tricks for dealing with v16i8 sra by a constan...Eli Friedman2011-11-011-0/+20
* X86: Emit logical shift by constant splat of <16 x i8> as a <8 x i16> shift a...Benjamin Kramer2011-10-301-0/+18
* Fix pr11266.Nadav Rotem2011-10-301-2/+14
* Enable element promotion type legalization by deafault.Nadav Rotem2011-10-161-2/+2
* Add custom lowering of X86 vector SRA/SRL/SHL when the shift amount is a spla...Nadav Rotem2011-05-111-0/+142