JumpTable support! What this represents is working asm and jit support for
[oota-llvm.git] / lib / Target / X86 /
2006-04-22 Nate BegemanJumpTable support! What this represents is working...
2006-04-22 Evan ChengDon't do all the lowering stuff for 2-wide build_vector...
2006-04-22 Evan ChengFix a performance regression. Use {p}shuf* when there...
2006-04-21 Evan ChengRevamp build_vector lowering to take advantage of movss...
2006-04-21 Chris Lattnerfix thinko
2006-04-21 Chris Lattneradd some low-prio notes
2006-04-21 Evan ChengNow generating perfect (I think) code for "vector set...
2006-04-20 Evan Cheng- Added support to turn "vector clear elements", e...
2006-04-20 Evan ChengHandle v2i64 BUILD_VECTOR custom lowering correctly...
2006-04-19 Evan ChengisSplatMask() bug: first element can be an undef.
2006-04-19 Evan Cheng- Added support to do aribitrary 4 wide shuffle with...
2006-04-19 Evan ChengPrefer {p}unpack* and mov*dup over {p}shuf* as well.
2006-04-19 Evan Cheng- Renamed AddedCost to AddedComplexity.
2006-04-19 Evan ChengCommute vector_shuffle to match more movlhps, movlp...
2006-04-19 Evan ChengMore mov{h|l}p{d|s} patterns.
2006-04-19 Evan Cheng- More mov{h|l}ps patterns.
2006-04-19 Chris LattnerAdd a note.
2006-04-18 Evan Cheng- PEXTRW cannot take a memory location as its first...
2006-04-18 Evan ChengSHUFP{S|D}, PSHUF* encoding bugs. Left out the mask...
2006-04-18 Evan ChengName change for clarity sake
2006-04-18 Evan ChengEncoding bug: CMPPSrmi, CMPPDrmi dropped operand 2...
2006-04-18 Evan ChengName change for clarity sake
2006-04-18 Evan ChengLeft a pattern out
2006-04-18 Evan ChengFixed an encoding bug: movd from XMM to R32.
2006-04-18 Chris LattnerTeach the codegen about instructions used for SSE spill...
2006-04-18 Evan ChengCorrect comments
2006-04-18 Evan ChengAnother entry
2006-04-18 Evan ChengAnother entry.
2006-04-17 Evan ChengUse movss to insert_vector_elt(v, s, 0).
2006-04-17 Evan ChengUse two pinsrw to insert an element into v4i32 / v4f32...
2006-04-17 Evan ChengEncoding bug
2006-04-17 Evan ChengImplement v8i16, v16i8 splat using unpckl + pshufd.
2006-04-17 Chris Lattnerimplement returns of a vector, testcase here: CodeGen...
2006-04-17 Evan ChengIncorrect foldMemoryOperand entries
2006-04-17 Evan ChengErrors in patterns preventing load folding
2006-04-17 Evan ChengFP SETOLT, SETOLT, SETUGE, SETUGT conditions were imple...
2006-04-16 Evan Chengmovduprm, movshduprm bugs
2006-04-16 Evan ChengEncoding bugs
2006-04-16 Evan ChengCan't fold loads into alias vector SSE ops used for...
2006-04-15 Evan ChengMore encoding bugs
2006-04-15 Evan Chengpslldrm, psrawrm, etc. encoding bug
2006-04-15 Evan Chenghsubp{s|d} encoding bug
2006-04-15 Evan ChengSilly bug
2006-04-15 Evan ChengDo not use movs{h|l}dup for a shuffle with a single...
2006-04-14 Evan ChengAdded SSE (and other) entries to foldMemoryOperand().
2006-04-14 Evan ChengSome clean up
2006-04-14 Evan ChengLast few SSE3 intrinsics.
2006-04-14 Evan ChengMisc. SSE2 intrinsics: clflush, lfench, mfence
2006-04-14 Evan ChengWe were not adjusting the frame size to ensure proper...
2006-04-14 Evan ChengNew entry
2006-04-14 Evan Chengpcmpeq* and pcmpgt* intrinsics.
2006-04-14 Evan Chengpsll*, psrl*, and psra* intrinsics.
2006-04-13 Evan ChengDoh. PANDrm, etc. are not commutable.
2006-04-13 Reid SpencerAdd the README files to the distribution.
2006-04-13 Evan Chengpsad, pmax, pmin intrinsics.
2006-04-13 Evan ChengVarious SSE2 packed integer intrinsics: pmulhuw, pavgw...
2006-04-13 Evan ChengX86 SSE2 supports v8i16 multiplication
2006-04-13 Evan ChengUpdate
2006-04-13 Evan Chengpadds{b|w}, paddus{b|w}, psubs{b|w}, psubus{b|w} intrin...
2006-04-13 Evan ChengNaming inconsistency.
2006-04-12 Evan ChengSSE / SSE2 conversion intrinsics.
2006-04-12 Evan ChengAll "integer" logical ops (pand, por, pxor) are now...
2006-04-12 Evan ChengPromote v4i32, v8i16, v16i8 load to v2i64 load.
2006-04-12 Evan ChengVarious SSE2 conversion intrinsics
2006-04-11 Evan ChengAdded __builtin_ia32_storelv4si, __builtin_ia32_movqv4si,
2006-04-11 Evan Chenggcc lower SSE prefetch into generic prefetch intrinsic...
2006-04-11 Evan ChengMisc. intrinsics.
2006-04-11 Evan Chengmovnt* and maskmovdqu intrinsics
2006-04-11 Evan ChengAdded support for _mm_move_ss and _mm_move_sd.
2006-04-10 Evan ChengRemove some bogus patterns; clean up.
2006-04-10 Chris Lattneradd a note
2006-04-10 Evan ChengRemove an entry that is now done.
2006-04-10 Evan ChengAdded some missing shuffle patterns.
2006-04-10 Evan ChengCorrect an entry
2006-04-10 Evan Chengmovups / movupd
2006-04-10 Evan ChengConditional move of vector types.
2006-04-10 Evan ChengNew entries
2006-04-10 Evan ChengUse movaps to do VR128 reg-to-reg copies for now. It...
2006-04-08 Nate BegemanDisable switch lowering for targets based on the select...
2006-04-08 Evan Chengldmxcsr and stmxcsr.
2006-04-07 Evan ChengCode clean up.
2006-04-07 Evan ChengAdded patterns for MOVHPSmr and MOVLPSmr.
2006-04-07 Evan ChengKeep track of an Mac OS X / x86 ABI bug.
2006-04-07 Jim LaskeyMake sure that debug labels are defined within the...
2006-04-07 Jim LaskeyFoundation for call frame information.
2006-04-06 Evan ChengA MOVPS2SSmr, i.e. _mm_store_ss, encoding bug.
2006-04-06 Evan Cheng- movlp{s|d} and movhp{s|d} support.
2006-04-06 Evan ChengNew entries.
2006-04-06 Evan ChengPOR encoded as PAND, yikes.
2006-04-05 Evan ChengAn entry about comi / ucomi intrinsics.
2006-04-05 Evan ChengSupport for comi / ucomi intrinsics.
2006-04-05 Evan ChengHandle canonical form of e.g.
2006-04-05 Evan ChengBogus assert
2006-04-05 Evan ChengFallthrough to expand if a VECTOR_SHUFFLE cannot be...
2006-04-05 Evan ChengHandle v8i16 shuffle that must be broken into a pair...
2006-04-04 Evan ChengAdded pslldq and psrldq.
2006-04-04 Evan ChengMinor fixes + naming changes.
2006-04-04 Evan ChengPSHUF* encoding bugs.
2006-04-04 Evan Chengcmpps / cmppd encoding bug
2006-04-04 Evan ChengCompact some intrinsic definitions.
next