[AVX512] Enabled intrinsics for VPCMPEQD and VPCMPEQQ.
[oota-llvm.git] / lib / Target / X86 / X86ISelLowering.cpp
2014-09-30 Robert Khasanov[AVX512] Enabled intrinsics for VPCMPEQD and VPCMPEQQ.
2014-09-30 Chandler Carruth[x86] Revert r218588, r218589, and r218600. These patch...
2014-09-29 Chandler Carruth[x86] Make the new vector shuffle lowering lower blends...
2014-09-29 Chandler Carruth[x86] Delete a bunch of really bad and totally unnecess...
2014-09-29 Chandler Carruth[x86] Refactor all of the VSELECT-as-blend lowering...
2014-09-29 Chandler Carruth[x86] Improve naming and comments for VSELECT lowering.
2014-09-29 Chandler Carruth[x86] Add the dispatch skeleton to the new vector shuff...
2014-09-29 Chandler Carruth[x86] Make the split-and-lower routine fully generic...
2014-09-28 Chandler Carruth[x86] Teach the new vector shuffle lowering to fall...
2014-09-28 Chandler Carruth[x86] Fix the new vector shuffle lowering's use of...
2014-09-28 Chandler Carruth[x86] Fix a really silly bug that I introduced fixing...
2014-09-28 Chandler Carruth[x86] Fix yet another bug in the new vector shuffle...
2014-09-27 Chandler Carruth[x86] Fix yet another issue with widening vector shuffl...
2014-09-27 Chandler Carruth[x86] Fix terrible bugs everywhere in the new vector...
2014-09-26 Chandler Carruth[x86] Fix a moderately terrifying bug in the new 128...
2014-09-26 Chandler Carruth[x86] The mnemonic is SHUFPS not SHUPFS. =[ I'm very...
2014-09-26 Chandler Carruth[x86] In the new vector shuffle lowering, when trying...
2014-09-26 Chandler Carruth[x86] Fix a large collection of bugs that crept in...
2014-09-25 Robin MorissetLower idempotent RMWs to fence+load
2014-09-25 Chandler Carruth[x86] Teach the new vector shuffle lowering to use...
2014-09-25 Chandler Carruth[x86] Teach the new vector shuffle lowering a fancier...
2014-09-25 Chandler Carruth[x86] Fix an oversight in the v8i32 path of the new...
2014-09-25 Chandler Carruth[x86] Rearrange the code for v16i16 lowering a bit...
2014-09-25 Chandler Carruth[x86] Implement AVX2 support for v32i8 in the new vecto...
2014-09-25 Chandler Carruth[x86] Remove the defunct X86ISD::BLENDV entry -- we...
2014-09-25 Chandler Carruth[x86] Fix the v16i16 blend logic I added in the prior...
2014-09-25 Chandler Carruth[x86] Implement v16i16 support with AVX2 in the new...
2014-09-24 Chandler Carruth[x86] Factor out the logic to generically decombose...
2014-09-24 Chandler Carruth[x86] Teach the new vector shuffle lowering to lower...
2014-09-24 Chandler Carruth[x86] Fix a really terrible bug in the repeated 128...
2014-09-23 Chandler Carruth[x86] Teach the new vector shuffle lowering to lower...
2014-09-23 Chandler Carruth[x86] Teach the rest of the 'target shuffle' machinery...
2014-09-23 Robin Morisset[X86] Make wide loads be managed by AtomicExpand
2014-09-23 Chandler Carruth[x86] Teach the new shuffle lowering's blend functional...
2014-09-23 Chandler Carruth[x86] Teach the vector comment parsing and printing...
2014-09-23 Chandler Carruth[x86] Teach the AVX1 path of the new vector shuffle...
2014-09-22 Chandler Carruth[x86] Rename X86ISD::VPERMILP to X86ISD::VPERMILPI...
2014-09-22 Kaelyn TakataFix a "typo" from my previous commit.
2014-09-22 Kaelyn TakataSilence unused variable warnings in the new stub functi...
2014-09-22 Chandler Carruth[x86] Stub out the integer lowering of 256-bit vectors...
2014-09-22 Sanjay PatelUse broadcasts to optimize overall size when loading...
2014-09-22 Pavel Chupin[x32] Fix segmented stacks support
2014-09-22 Chandler Carruth[x86] Back out a bad choice about lowering v4i64 and...
2014-09-21 Chandler Carruth[x86] Teach the new vector shuffle lowering how to...
2014-09-21 Chandler Carruth[x86] With the stronger canonicalization of shuffles...
2014-09-21 Chandler Carruth[x86] Teach the new vector shuffle lowering to re-use...
2014-09-21 Chandler Carruth[x86] Refactor the logic to form SHUFPS instruction...
2014-09-21 Chandler Carruth[x86] Teach the new vector shuffle lowering the basics...
2014-09-21 Chandler Carruth[x86] Teach the new vector shuffle lowering how to...
2014-09-21 Chandler Carruth[x86] Begin teaching the new vector shuffle lowering...
2014-09-21 Chandler Carruth[x86] Explicitly lower to a blend early if it is trivia...
2014-09-21 Chandler Carruth[x86] Teach the new vector shuffle lowering of v4f64...
2014-09-21 Chandler Carruth[x86] Switch the blend implementation to use a MVT...
2014-09-21 Chandler Carruth[x86] Remove some essentially lying comments from the...
2014-09-21 Chandler Carruth[x86] Fix a helper to reflect that what we actually...
2014-09-21 Chandler Carruth[x86] Teach the new vector shuffle lowering the first...
2014-09-20 Chandler Carruth[x86] Teach the new vector shuffle lowering to use...
2014-09-20 Chandler Carruth[x86] Teach the new vector shuffle lowering to use...
2014-09-20 Chandler Carruth[x86] Teach the v4f32 path of the new shuffle lowering...
2014-09-20 Chandler Carruth[x86] Refactor the code for emitting INSERTPS to reuse...
2014-09-20 Chandler Carruth[x86] Generalize the single-element insertion lowering...
2014-09-20 Chandler Carruth[x86] Replace some duplicated logic reasoning about...
2014-09-19 Chandler Carruth[x86] Hoist a function up to the rest of the non-type...
2014-09-19 Chandler Carruth[x86] Hoist the actual lowering logic into a helper...
2014-09-19 Chandler Carruth[x86] Fully generalize the zext lowering in the new...
2014-09-19 Chandler Carruth[x86] Recognize that we can use duplication to widen...
2014-09-19 Chandler Carruth[x86] Teach the new vector shuffle lowering to also...
2014-09-19 Chandler Carruth[x86] Add a dedicated lowering path for zext-compatible...
2014-09-18 Chandler Carruth[x86] Use PALIGNR for v4i32 and v2i64 blends when appro...
2014-09-18 Chandler Carruth[x86] Initial step of teaching the new vector shuffle...
2014-09-17 Pavel Chupin[x32] Fix function indirect calls
2014-09-17 Robin Morisset[X86] Use the generic AtomicExpandPass instead of X86At...
2014-09-16 Chandler Carruth[x86] Remove a FIXME that doesn't make any sense. Only...
2014-09-16 Chandler Carruth[x86] Cleanup an unused variable by actually using...
2014-09-16 Chandler Carruth[x86] Remove the last vestiges of the BLENDI-based...
2014-09-16 Chandler Carruth[x86] As a follow-up to r217819, don't check for VSELEC...
2014-09-16 Chandler Carruth[x86] Add the beginnings of a proper DAG combine to...
2014-09-15 Chandler Carruth[x86] Start fixing our emission of ADDSUBPS and ADDSUBP...
2014-09-15 Chandler Carruth[x86] Begin emitting PBLENDW instructions for integer...
2014-09-15 Chandler Carruth[x86] Teach the x86 DAG combiner to form UNPCKLPS and...
2014-09-15 Chandler Carruth[x86] Teach the x86 DAG combiner to form MOVSLDUP and...
2014-09-15 Chandler Carruth[x86] Undo a flawed transform I added to form UNPCK...
2014-09-15 Chandler Carruth[x86] Teach the new vector shuffle lowering to use...
2014-09-14 Chandler Carruth[x86] Teach the new vector shuffle lowering to use...
2014-09-14 Chandler Carruth[x86] Teach the vector combiner that picks a canonical...
2014-09-11 Adam Nemet[AVX512] Fix miscompile for unpack
2014-09-09 Bob WilsonSet trunc store action to Expand for all X86 targets.
2014-09-07 Chandler Carruth[x86] Revert my over-eager commit in r217332.
2014-09-07 Chandler Carruth[x86] Tweak the rules surrounding 0,0 and 1,1 v2f64...
2014-09-05 Chandler Carruth[x86] Fix an embarressing bug in the INSERTPS formation...
2014-09-05 Chandler Carruth[x86] Factor out the zero vector insertion logic in...
2014-09-04 Chandler Carruth[x86] Teach the new v4i32 shuffle lowering some more...
2014-09-04 Elena DemikhovskyX86 Intrinsics table - changed to a static table sorted...
2014-09-04 Chandler Carruth[x86] Teach the new vector shuffle lowering about the...
2014-09-03 Chandler Carruth[x86] Teach the new vector shuffle lowering about the...
2014-09-02 Sanjay PatelRefactor LowerFABS and LowerFNEG into one function...
2014-09-02 Reid KlecknerCodeGen: Handle va_start in the entry block
2014-09-01 Sanjay PatelUse an integer constant for FABS / FNEG (x86).
2014-08-29 Reid KlecknerSpeculative build fix for const, gcc, and ArrayRef...
2014-08-29 Reid KlecknerAdd a const and munge some comments
next