[X86][SSE] Bitcast assertion in XFormVExtractWithShuffleIntoLoad
[oota-llvm.git] / lib / Target / X86 / X86ISelLowering.cpp
2014-10-24 Simon Pilgrim[X86][SSE] Bitcast assertion in XFormVExtractWithShuffl...
2014-10-24 Sanjay PatelAllow AVX vrsqrtps generation.
2014-10-24 Sanjay PatelUse rsqrt (X86) to speed up reciprocal square root...
2014-10-23 Ahmed Bougacha[X86] Improve mul w/ overflow codegen, to MUL8+SETO.
2014-10-21 Matt ArsenaultAdd minnum / maxnum codegen
2014-10-20 Quentin Colombet[X86] Fix a bug in the lowering of the mask of VSELECT.
2014-10-13 Filipe CabecinhasFix a broadcast related regression on the vector shuffl...
2014-10-11 Simon PilgrimTest commit access (email fix)
2014-10-11 Simon PilgrimTest commit access
2014-10-08 Robert Khasanov[AVX512] Added intrinsics for 128-, 256- and 512-bit...
2014-10-05 Elena DemikhovskyAVX-512-SKX: Added instruction VPMOVM2B/W/D/Q.
2014-10-05 Chandler Carruth[x86] Fix PR21139, one of the last remaining regression...
2014-10-05 Chandler Carruth[x86] Teach the new vector shuffle lowering how to...
2014-10-04 Chandler Carruth[x86] Enable the new vector shuffle lowering by default.
2014-10-04 Chandler Carruth[x86] Fix a bug in the VZEXT DAG combine that I just...
2014-10-04 Chandler Carruth[x86] Sink a generic combine of VZEXT nodes from the...
2014-10-03 Chandler Carruth[x86] Add a really preposterous number of patterns...
2014-10-03 Chandler Carruth[x86] Teach the new vector shuffle lowering to aggressi...
2014-10-03 Chandler Carruth[x86] Refactor the element insertion logic in the new...
2014-10-03 Chandler Carruth[x86] Significantly improve the ability of the new...
2014-10-03 Chandler Carruth[x86] Unbreak SSE1 with the new vector shuffle lowering...
2014-10-02 Chandler Carruth[x86] Teach the new vector shuffle lowering to widen...
2014-10-01 Chandler Carruth[x86] Improve and correct how the new vector shuffle...
2014-10-01 Sanjay PatelLower FNEG ( FABS (x) ) -> FNABS (x) [X86 codegen]...
2014-10-01 Eric Christopherconstify TargetMachine parameter for X86TargetLowering.
2014-10-01 Sanjay PatelDon't repeat function/variable name in comment. NFC.
2014-10-01 Chandler Carruth[x86] Fix a few more tiny patterns with the new vector...
2014-10-01 Chandler Carruth[x86] Delete some extraneous logic from the new vector...
2014-10-01 Nick LewyckyFix typo in comment from r218733
2014-10-01 Chandler Carruth[x86] Teach the new vector shuffle lowering to be even...
2014-10-01 Chandler Carruth[x86] Hoist the zext-lowering up in the v4i32 lowering...
2014-10-01 Chandler Carruth[x86] Teach the new vector shuffle lowering about VBROA...
2014-09-30 Robert Khasanov[AVX512] Added intrinsics for 128- and 256-bit versions...
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...
next