Added the ability to xfail based on llvmgcc version
[oota-llvm.git] / lib /
2006-04-12 Evan ChengAll "integer" logical ops (pand, por, pxor) are now...
2006-04-12 Evan ChengPromote vector AND, OR, and XOR
2006-04-12 Reid SpencerMake sure CVS versions of yacc and lex files get distri...
2006-04-12 Reid SpencerGet rid of a signed/unsigned compare warning.
2006-04-12 Chris LattnerAdd a new way to match vector constants, which make...
2006-04-12 Chris LattnerTurn casts into getelementptr's when possible. This...
2006-04-12 Reid SpencerDon't emit useless warning messages.
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 ChengVector type promotion for ISD::LOAD and ISD::SELECT
2006-04-12 Chris LattnerImplement support for the formal_arguments node. To...
2006-04-12 Evan ChengVarious SSE2 conversion intrinsics
2006-04-12 Chris LattnerDon't memoize vloads in the load map! Don't memoize...
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 Evan ChengOnly get Tmp2 for cases where number of operands is...
2006-04-11 Chris Lattneradd some todos
2006-04-11 Chris LattnerVector function results go into V2 according to GCC...
2006-04-11 Chris LattnerAdd basic support for legalizing returns of vectors
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 Chris LattnerImplement vec_shuffle.ll:test3
2006-04-10 Chris LattnerImplement InstCombine/vec_shuffle.ll:test[12]
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 Andrew LenharthAdd a simple pass to make sure that all (non-library...
2006-04-10 Evan ChengMissing break
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 Chris LattnerAdd code generator support for VSELECT
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 Chris LattnerCanonicalize vvector_shuffle(x,x) -> vvector_shuffle...
2006-04-08 Chris LattnerAdd constant replacement for insertelement/vectorshuffl...
2006-04-08 Chris LattnerCodegen shufflevector as VVECTOR_SHUFFLE
2006-04-08 Chris Lattneradd a sanity check: LegalizeOp should return a value...
2006-04-08 Chris Lattneruse isValidOperands instead of duplicating checks
2006-04-08 Chris LattnerRegenerate
2006-04-08 Chris LattnerUse isValidOperands instead of duplicating or eliding...
2006-04-08 Chris LattnerUse the isValidOperands helper instead of duplicating...
2006-04-08 Chris LattnerAdd methods to check insertelement/extractelement instr...
2006-04-08 Chris Lattnerregenerate
2006-04-08 Chris LattnerAdd insertelement and shufflevector constantexpr support
2006-04-08 Evan ChengINSERT_VECTOR_ELT lowering bug:
2006-04-08 Chris LattnerAdd shufflevector support
2006-04-08 Chris LattnerStub out shufflevector
2006-04-08 Chris LattnerAdd supprot for shufflevector
2006-04-08 Chris Lattnerregenerate
2006-04-08 Chris LattnerParse shufflevector
2006-04-08 Chris LattnerAdd shufflevector support, todo, implement better const...
2006-04-08 Chris LattnerAdd shufflevector reading support
2006-04-08 Evan Chengldmxcsr and stmxcsr.
2006-04-08 Jim LaskeyRemove section change in function end, preventing overr...
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-07 Chris LattnerWe have an assertion that checks that we do not encode...
2006-04-07 Chris LattnerConstant fold extractelement(zero, x) -> zero
2006-04-07 Chris LattnerFix inlining of insert/extract element constantexprs
2006-04-07 Evan ChengAdd code to RemapOperand() to handle Instruction::Extra...
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 Cheng1. If both vector operands of a vector_shuffle are...
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 Andrew LenharthMove this to lib/Analysis.
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 LattnerLower vperm(x,y, mask) -> shuffle(x,y,mask) if mask...
2006-04-06 Chris LattnerSupport pattern matching vsldoi(x,y) and vsldoi(x,x...
2006-04-06 Chris LattnerCompile the vpkuhum/vpkuwum intrinsics into vpkuhum...
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 Chris LattnerAdd all of the data stream intrinsics and instructions...
2006-04-05 Chris LattnerFix a typo
next