oota-llvm.git
2006-03-31 Chris LattnerCompactify comparisons.
2006-03-31 Chris LattnerAllow bits init values to be used in patterns, turn...
2006-03-31 Chris LattnerLower vector compares to VCMP nodes, just like we lower...
2006-03-31 Chris LattnerThese are done
2006-03-31 Chris LattnerFinal bugfix for PR724. GCC won't inline varargs funct...
2006-03-31 Chris LattnerAdd a new method to verify intrinsic function prototypes.
2006-03-31 Chris LattnerWhen emitting code for the verifier, instead of emittin...
2006-03-31 Chris LattnerMake sure to pass enough values to phi nodes when we...
2006-03-31 Chris LattnerSignificantly improve handling of vectors that are...
2006-03-31 Chris LattnerWas returning the wrong type.
2006-03-31 Chris LattnerMark INSERT_VECTOR_ELT as expand
2006-03-31 Evan ChengExpand all INSERT_VECTOR_ELT (obviously bad) for now.
2006-03-31 Evan ChengExpand INSERT_VECTOR_ELT to store vec, sp; store elt...
2006-03-31 Chris LattnerModify the TargetLowering::getPackedTypeBreakdown metho...
2006-03-31 Evan ChengTypo
2006-03-31 Evan ChengOk for vector_shuffle mask to contain undef elements.
2006-03-31 Chris LattnerImplement TargetLowering::getPackedTypeBreakdown
2006-03-31 Chris LattnerAdd a method useful for decimating vectors.
2006-03-30 Chris LattnerAdd the rest of the vmul instructions and the vmulsum...
2006-03-30 Chris Lattnerfix incorrect prototypes
2006-03-30 Chris LattnerUse a new tblgen feature to significantly shrinkify...
2006-03-30 Chris LattnerAdd a bunch of new instructions for intrinsics.
2006-03-30 Chris Lattnerregenerate
2006-03-30 Chris LattnerImplement Regression/TableGen/DagDefSubst.ll
2006-03-30 Chris LattnerDag operator should be able to be template params.
2006-03-30 Chris LattnerFix Transforms/InstCombine/2006-03-30-ExtractElement.ll
2006-03-30 Chris Lattnernew testcase that crashes instcombine
2006-03-30 Evan ChengMake sure all possible shuffles are matched.
2006-03-30 Chris LattnerAdd vector multiply, multiply sum, pack, unpack, and...
2006-03-30 Evan ChengMore logical ops patterns
2006-03-30 Evan ChengAdd support for _mm_cmp{cc}_ss and _mm_cmp{cc}_ps intri...
2006-03-30 Evan ChengAdd 128-bit pmovmskb intrinsic support.
2006-03-29 Evan ChengChange SSE pack operation definitions to fit what the...
2006-03-29 Evan ChengAdd SSE2 integer pack with saturation intrinsics.
2006-03-29 Evan Cheng- Added some SSE2 128-bit packed integer ops.
2006-03-29 Evan ChengAdd a pshufhw test case.
2006-03-29 Evan ChengNeed to special case splat after all. Make the second...
2006-03-29 Evan ChengUse unpcklpd for v2f64 splat.
2006-03-29 Evan ChengFloating point logical operation patterns should match...
2006-03-29 Evan ChengAdd more SSE intrinsics
2006-03-29 Evan Cheng- More shuffle related bug fixes.
2006-03-29 Evan ChengAnother entry about shuffles.
2006-03-29 Evan Cheng- Only use pshufd for v4i32 vector shuffles.
2006-03-29 Chris Lattneradd a note
2006-03-29 Chris Lattnernew testcase
2006-03-29 Chris LattnerBug fixes: handle constantexpr insert/extract element...
2006-03-28 Evan ChengAdded aliases to scalar SSE instructions, e.g. addss...
2006-03-28 Evan ChengFixing buggy code.
2006-03-28 Evan ChengDon't sort the names before outputing the intrinsic...
2006-03-28 Chris LattnerWhen building a VVECTOR_SHUFFLE node from extract_eleme...
2006-03-28 Chris LattnerCanonicalize VECTOR_SHUFFLE(X, X, Y) -> VECTOR_SHUFFLE...
2006-03-28 Chris Lattnernew testcase
2006-03-28 Chris LattnerTurn a series of extract_element's feeding a build_vect...
2006-03-28 Chris LattnerTeach Legalize how to pack VVECTOR_SHUFFLE nodes into...
2006-03-28 Chris Lattnernew node
2006-03-28 Chris LattnerAdd a new node
2006-03-28 Chris LattnerDon't crash on X^X if X is a vector. Instead, produce...
2006-03-28 Chris LattnerAdd an assertion
2006-03-28 Chris Lattneradd a note
2006-03-28 Jim LaskeyRefactor address attributes. Add base register to...
2006-03-28 Jim LaskeyExpose base register for DwarfWriter. Refactor code...
2006-03-28 Jim LaskeyMore bulletproofing of llvm.dbg.declare.
2006-03-28 Jim LaskeyAdded missing paren on behalf of Ramana Radhakrishnan.
2006-03-28 Evan ChengMissed X86::isUNPCKHMask
2006-03-28 Evan Chengmovlps and movlpd should be modeled as two address...
2006-03-28 Evan ChengUpdate
2006-03-28 Evan ChengTypo
2006-03-28 Evan Cheng* Prefer using operation of matching types. e.g unpcklp...
2006-03-28 Evan ChengUse movhpd is even better than movlhps.
2006-03-28 Nate BegemanFix a couple typos
2006-03-28 Nate BegemanAdd a few more altivec intrinsics
2006-03-28 Jeff CohenKeep Visual Studio informed.
2006-03-28 Chris LattnerThese don't directly map to gcc intrinsics any more.
2006-03-28 Evan ChengAdded a couple of entries about movhps and movlhps.
2006-03-28 Evan ChengAll unpack cases are now being handled.
2006-03-28 Evan Cheng- Clean up / consoladate various shuffle masks.
2006-03-28 Chris Lattnerimplement a bunch more intrinsics.
2006-03-28 Chris LattnerAdd some more intrinsics: rotates, fp rounds, and rando...
2006-03-28 Evan ChenggetVectorTyppe(MVT::i64, 2) ==> MVT::v2i64.
2006-03-28 Chris LattnerAdd lvxl
2006-03-28 Chris LattnerUse normal lvx for scalar_to_vector instead of lve...
2006-03-28 Jim LaskeyRegression test for the handling of nulls as arguments...
2006-03-28 Jim LaskeyMore bulletproofing of DebugInfoDesc verify.
2006-03-28 Chris LattnerTblgen doesn't like multiple SDNode<> definitions that...
2006-03-28 Chris LattnerTblgen doesn't like multiple SDNode<> definitions that...
2006-03-28 Evan ChengModel unpack lower and interleave as vector_shuffle...
2006-03-28 Chris LattnerTblgen doesn't like multiple SDNode<> definitions that...
2006-03-28 Chris LattnerReenable pointer intrinsics.
2006-03-28 Chris LattnerOnly compute intrinsic valuetypes when in a target...
2006-03-28 Chris Lattnerrevert this, it breaks things.
2006-03-28 Chris Lattnerrevert this, it breaks things
2006-03-27 Andrew LenharthIf adding a link to a collapsed, node, ignore offset.
2006-03-27 Andrew LenharthAdding links to a node collapsed during type merging...
2006-03-27 Jim LaskeyReactivate llvm.dbg.declare.
2006-03-27 Jim LaskeyShould not remove casts from variable's alloca.
2006-03-27 Chris LattnerAdd support for intrinsics with pointer arguments in...
2006-03-27 Chris LattnerAdd some missing template specializations for autoderef...
2006-03-27 Chris LattnerAdd support for decoding iPTR to the right pointer...
2006-03-27 Chris Lattneradd a new iPTR ValueType for tblgen use
2006-03-27 Chris LattnerDivirge from the GCC specification of the load/store...
next