Add checks for __OpenBSD__.
[oota-llvm.git] / lib / Target /
2006-04-17 Jeff CohenAdd checks for __OpenBSD__.
2006-04-17 Chris LattnerTeach the ppc backend to use rol and vsldoi to generate...
2006-04-17 Chris Lattneradd a note
2006-04-17 Evan ChengFP SETOLT, SETOLT, SETUGE, SETUGT conditions were imple...
2006-04-17 Chris LattnerMake some code more general, adding support for constan...
2006-04-17 Chris LattnerLearn how to make odd splatted constants in range ...
2006-04-17 Chris LattnerPull some code out into a helper function.
2006-04-17 Chris LattnerImplement a TODO: for any shuffle that can be viewed...
2006-04-17 Chris LattnerRegenerate with adjusted costs
2006-04-17 Chris LattnerRegenerate with correct offset
2006-04-17 Chris LattnerIncrease the opcodes by one each to disambiguate COPY...
2006-04-17 Chris LattnerCheck in a table, generated by llvm-PerfectShuffle...
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-16 Chris LattnerImplement a TODO: have the legalizer canonicalize a...
2006-04-16 Chris LattnerMake the BUILD_VECTOR lowering code much more aggressiv...
2006-04-15 Chris LattnerFix a crash when faced with a shuffle vector that has...
2006-04-15 Chris LattnerAdd patterns for matching vnots with bit converted...
2006-04-15 Chris LattnerAdd a new vnot_conv predicate for matching vnot's where...
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 Chris LattnerAllow undef in a shuffle mask
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 Chris LattnerMove the rest of the PPCTargetLowering::LowerOperation...
2006-04-14 Chris LattnerPull the VECTOR_SHUFFLE and BUILD_VECTOR lowering code...
2006-04-14 Evan Chengpcmpeq* and pcmpgt* intrinsics.
2006-04-14 Evan Chengpsll*, psrl*, and psra* intrinsics.
2006-04-13 Reid SpencerRemove the .cvsignore file so this directory can be...
2006-04-13 Reid SpencerRemove .cvsignore so that this directory can be pruned.
2006-04-13 Evan ChengDoh. PANDrm, etc. are not commutable.
2006-04-13 Chris LattnerForce non-darwin targets to use a static relo model...
2006-04-13 Chris Lattneradd a note, move an altivec todo to the altivec list.
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 Chris LattnerAdd a new way to match vector constants, which make...
2006-04-12 Chris LattnerRename get_VSPLI_elt -> get_VSPLTI_elt
2006-04-12 Evan ChengPromote v4i32, v8i16, v16i8 load to v2i64 load.
2006-04-12 Chris LattnerEnsure that zero vectors are always v4i32, which forces...
2006-04-12 Evan ChengVarious SSE2 conversion intrinsics
2006-04-11 Evan ChengAdded __builtin_ia32_storelv4si, __builtin_ia32_movqv4si,
2006-04-11 Nate BegemanFix SingleSource/UnitTests/Vector/sumarray-dbl
2006-04-11 Nate BegemanFix PR727, correctly handling large stack aligments...
2006-04-11 Chris Lattnerwe have a shuffle instr, add an example.
2006-04-11 Evan Chenggcc lower SSE prefetch into generic prefetch intrinsic...
2006-04-11 Evan ChengMisc. intrinsics.
2006-04-11 Jim LaskeySuppress debug label when not debug.
2006-04-11 Evan Chengmovnt* and maskmovdqu intrinsics
2006-04-11 Chris LattnerVector function results go into V2 according to GCC...
2006-04-11 Chris LattnerMove some return-handling code from lowerarguments...
2006-04-11 Evan ChengAdded support for _mm_move_ss and _mm_move_sd.
2006-04-10 Jim LaskeyUse existing information.
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 Chris Lattnerproperly mark vector selects as expanded to select_cc
2006-04-08 Chris LattnerAdd VRRC select support
2006-04-08 Nate BegemanDisable switch lowering for targets based on the select...
2006-04-08 Chris LattnerImplement PowerPC/CodeGen/vec_splat.ll:spltish to use...
2006-04-08 Chris LattnerChange the interface to the predicate that determines...
2006-04-08 Reid SpencerInitialize SDOperand values because the gcc 4.0.2 compi...
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 Andrew LenharthThis may be overconservative, but it lets the new cfe...
2006-04-06 Chris LattnerAdd an item
2006-04-06 Chris LattnerMake sure to return the result in the right type.
2006-04-06 Chris LattnerMatch vpku[hw]um(x,x).
2006-04-06 Chris LattnerAdd support for matching vmrg(x,x) patterns
2006-04-06 Andrew Lenharthfix some linking problems with the new gcc
2006-04-06 Chris LattnerPattern match vmrg* instructions, which are now lowered...
2006-04-06 Chris Lattnerremove two done items
2006-04-06 Chris LattnerSupport pattern matching vsldoi(x,y) and vsldoi(x,x...
next