oota-llvm.git
2006-04-05 Chris LattnerAdd all of the data stream intrinsics and instructions...
2006-04-05 Chris Lattneradd altivec ds* intrinsics
2006-04-05 Chris LattnerFix a typo
2006-04-05 Chris LattnerFix CodeGen/PowerPC/2006-04-05-splat-ish.ll
2006-04-05 Chris Lattnernew testcase that was miscompiled to vspltisb
2006-04-05 Evan ChengHandle canonical form of e.g.
2006-04-05 Chris LattnerMake a vector live across blocks have the correct Vec...
2006-04-05 Chris Lattnernew testcase
2006-04-05 Evan ChengBogus assert
2006-04-05 Evan ChengFallthrough to expand if a VECTOR_SHUFFLE cannot be...
2006-04-05 Evan ChengExapnd a VECTOR_SHUFFLE to a BUILD_VECTOR if target...
2006-04-05 Jeff CohenFix more tablegen depedency issues in Visual Studio.
2006-04-05 Evan ChengSeparate out to 2 test cases
2006-04-05 Andrew Lenharthmake this test less exacting
2006-04-05 Andrew Lenharthrevert this, this is safe, if conservative. leave...
2006-04-05 Evan ChengHandle v8i16 shuffle that must be broken into a pair...
2006-04-05 Evan ChengAdd a new shuffle test case that requires pshuflw ...
2006-04-05 Chris Lattneradd vsl
2006-04-05 Chris LattnerGet the types right, third time is the charm. Add...
2006-04-05 Chris Lattneradd vmladduhm
2006-04-05 Chris Lattnercorrect the type of two intrinsics, add int_ppc_altivec...
2006-04-05 Chris LattnerAdd m[tf]vscr instructions.
2006-04-05 Chris LattnerAdd m[tf]vscr intrinsics.
2006-04-04 Chris Lattneradd a note
2006-04-04 Chris LattnerAdd missing byte merges.
2006-04-04 Chris LattnerAdd FP -> Int Conversions
2006-04-04 Chris Lattneradd average intrinsics
2006-04-04 Chris Lattneradd average intrinsics.
2006-04-04 Chris Lattneradd a note
2006-04-04 Chris LattnerFix some broken logic that would cause us to codegen...
2006-04-04 Evan ChengAdded pslldq and psrldq.
2006-04-04 Evan ChengAdded intrinsics to match __builtin_ia32_pslldqi128 and
2006-04-04 Evan ChengMinor fixes + naming changes.
2006-04-04 Chris LattnerHow could this ever have worked?
2006-04-04 Evan ChengPSHUF* encoding bugs.
2006-04-04 Chris LattnerMake sure to consider alignment of variable sized objects.
2006-04-04 Chris LattnerDo not create ZEXTLOAD's unless we are before legalize...
2006-04-04 Chris LattnerNew testcase
2006-04-04 Chris LattnerAsk legalize to promote all vector shuffles to be v16i8...
2006-04-04 Chris Lattner* Add supprot for SCALAR_TO_VECTOR operations where...
2006-04-04 Chris LattnerMove isShuffleLegal from TLI to Legalize.
2006-04-04 Chris Lattnernew testcase
2006-04-04 Chris LattnerSigned shr by a constant is not the same as sdiv by 2^k
2006-04-04 Evan Chengcmpps / cmppd encoding bug
2006-04-04 Chris LattnerFix the types for these intrinsics.
2006-04-04 Chris LattnerConstant fold bitconvert(undef)
2006-04-04 Chris LattnerAllow targets to have fine grained control over which...
2006-04-04 Evan ChengCompact some intrinsic definitions.
2006-04-04 Chris LattnerPlug in the byte and short splats
2006-04-03 Chris LattnerRevert accidentally committed hunks.
2006-04-03 Chris LattnerMake sure to mark unsupported SCALAR_TO_VECTOR operatio...
2006-04-03 Evan ChengSome SSE1 intrinsics: min, max, sqrt, etc.
2006-04-03 Chris Lattnerrevert previous patch
2006-04-03 Evan ChengUse movlpd to: store lower f64 extracted from v2f64.
2006-04-03 Chris LattnerForce use of a frame-pointer if there is anything on...
2006-04-03 Chris LattnerThe stack alignment is now computed dynamically, just...
2006-04-03 Chris LattnerRemove unused method
2006-04-03 Chris LattnerKeep track of max stack alignment as objects are added...
2006-04-03 Evan Cheng- More efficient extract_vector_elt with shuffle and...
2006-04-03 Chris LattnerAlign vectors to the size in bytes, not bits.
2006-04-03 Chris LattnerAdd a missing check, this fixes UnitTests/Vector/sumarray.c
2006-04-03 Chris LattnerAdd a missing check, which broke a bunch of vector...
2006-04-03 Chris Lattnershrinkify intrinsics more by using some local classes
2006-04-03 Chris LattnerAdd the full set of min/max instructions
2006-04-03 Chris LattnerAdd some classes to make it easier to define intrinsics...
2006-04-03 Andrew Lenharthsupport x * (c1 + c2) where c1 and c2 are pow2s. speci...
2006-04-03 Andrew Lenharthtest powers of 2
2006-04-03 Andrew Lenharthmul by const conversion sequences. more coming soon
2006-04-03 Andrew Lenharthback this out
2006-04-03 Andrew Lenharthtest some more mul by constant removal
2006-04-02 Andrew LenharthMake sure mul by constant 5 is turned into a s4addq
2006-04-02 Andrew LenharthThis should be a win of every arch
2006-04-02 Andrew LenharthThis makes McCat/12-IOtest go 8x faster or so
2006-04-02 Andrew LenharthThis will be needed soon
2006-04-02 Reid SpencerFor PR722:
2006-04-02 Chris Lattneradd a note
2006-04-02 Chris LattnerInform the dag combiner that the predicate compares...
2006-04-02 Chris Lattnerrelax assertion
2006-04-02 Chris LattnerAllow targets to compute masked bits for intrinsics.
2006-04-02 Chris LattnerAdd a little dag combine to compile this:
2006-04-02 Chris Lattnervector casts of casts are eliminable. Transform this:
2006-04-02 Chris Lattnervector casts never reinterpret bits
2006-04-02 Chris LattnerAllow transforming this:
2006-04-02 Chris LattnerTurn altivec lvx/stvx intrinsics into loads and stores...
2006-04-02 Chris LattnerRemove done item
2006-04-02 Jeff CohenFix tablegen related dependencies in Visual Studio.
2006-04-02 Chris LattnerImplement promotion for EXTRACT_VECTOR_ELT, allowing...
2006-04-02 Chris Lattneradd a note
2006-04-02 Chris LattnerImplement the Expand action for binary vector operation...
2006-04-02 Chris LattnerIntrinsics that just load from memory can be treated...
2006-04-02 Chris LattnerAdjust the Intrinsics.gen interface a little bit
2006-04-02 Chris LattnerAdjust to change in Intrinsics.gen interface.
2006-04-02 Chris LattnerConstant fold all of the vector binops. This allows...
2006-04-02 Chris LattnerAdd a new -view-legalize-dags command line option
2006-04-02 Chris LattnerImplement constant folding of bit_convert of arbitrary...
2006-04-02 Chris LattnerThese entries already exist
2006-04-02 Chris LattnerAdd some missing node names
2006-04-02 Chris Lattnersimplify this method
2006-04-02 Chris LattnerNew note
2006-04-02 Chris LattnerConstant fold casts from things like <4 x int> -> ...
next