[x86] Teach the new vector shuffle lowering to lower v8i32 shuffles with
[oota-llvm.git] / lib / Target / X86 / X86ISelLowering.cpp
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
2014-08-29 Reid Klecknermusttail: Forward regparms of variadic functions on...
2014-08-29 Reid KlecknerVerifier: Don't reject varargs callee cleanup functions
2014-08-29 Robert Khasanov[SKX] Enable lowering of integer CMP operations.
2014-08-28 Sanjay PatelFix a logic bug in x86 vector codegen: sext (zext ...
2014-08-28 Chandler Carruth[x86] Fix whitespace and formatting around this functio...
2014-08-28 Chandler Carruth[x86] Hoist conditions from *every single if* in this...
2014-08-28 Chandler Carruth[x86] Inline an SSE4 helper function for INSERT_VECTOR_...
2014-08-27 Sanjay Pateltypo in comment
2014-08-27 Chandler Carruth[x86] Fix a regression introduced with r213897 for...
2014-08-27 Chandler Carruth[SDAG] Re-instate r215611 with a fix to a pesky X86...
2014-08-25 Chandler Carruth[x86] Fix a bug in r216319 where I was missing a 'break'.
2014-08-24 Elena DemikhovskyX86 intrinsics table - simplifies intrinsics lowering.
2014-08-23 Chandler Carruth[x86] Start fixing a really subtle and terrible form...
2014-08-22 Reid KlecknerARM / x86_64 varargs: Don't save regparms in prologue...
2014-08-21 Duncan P. N. Exon... Revert "X86: Align the stack on word boundaries in...
2014-08-21 Benjamin KramerX86: Turn redundant if into an assertion.
2014-08-21 Robert Khasanov[x86] Added _addcarry_ and _subborrow_ intrinsics
2014-08-21 Robert Khasanov[x86] Broadwell: ADOX/ADCX. Added _addcarryx_u{32|64...
2014-08-20 Sanjay PatelDon't prevent a vselect of constants from becoming...
2014-08-20 Duncan P. N. Exon... X86: Align the stack on word boundaries in LowerFormalA...
2014-08-20 Keno FischerDo not insert a tail call when returning multiple value...
2014-08-18 Elena DemikhovskyAVX-512: Fixed a bug in emitting compare for MVT:i1...
2014-08-17 Elena DemikhovskyReverted last commit
2014-08-17 Elena DemikhovskyAdded a table for intrinsics on X86.
2014-08-17 Chandler Carruth[x86] Fix an indentation goof in a prior commit. Should...
2014-08-16 Chandler Carruth[x86] Teach lots of the new vector shuffle lowering...
2014-08-15 Reid KlecknerFix the build with MSVC 2013 after new shuffle code
2014-08-15 Chandler Carruth[x86] Teach the new AVX v4f64 shuffle lowering to use...
next