note to self: *save* file, then check it in
[oota-llvm.git] / lib / Target /
2006-03-31 Chris Lattnernote to self: *save* file, then check it in
2006-03-31 Chris LattnerImplement an item from the readme, folding vcmp/vcmp...
2006-03-31 Chris Lattnercompactify some more instruction definitions
2006-03-31 Chris LattnerCompactify comparisons.
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 LattnerMark INSERT_VECTOR_ELT as expand
2006-03-31 Evan ChengExpand all INSERT_VECTOR_ELT (obviously bad) for now.
2006-03-31 Evan ChengTypo
2006-03-31 Evan ChengOk for vector_shuffle mask to contain undef elements.
2006-03-30 Chris LattnerAdd the rest of the vmul instructions and the vmulsum...
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 Evan ChengMake sure all possible shuffles are matched.
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 Cheng- Added some SSE2 128-bit packed integer ops.
2006-03-29 Evan ChengNeed to special case splat after all. Make the second...
2006-03-29 Evan ChengFloating point logical operation patterns should match...
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-28 Evan ChengAdded aliases to scalar SSE instructions, e.g. addss...
2006-03-28 Evan ChengFixing buggy code.
2006-03-28 Chris Lattneradd a note
2006-03-28 Jim LaskeyExpose base register for DwarfWriter. Refactor code...
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 Nate BegemanFix a couple typos
2006-03-28 Nate BegemanAdd a few more altivec intrinsics
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 LattnerUse normal lvx for scalar_to_vector instead of lve...
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-27 Jim LaskeyTranslate llvm target registers to dwarf register numbe...
2006-03-27 Chris Lattnerunbreak the build
2006-03-27 Chris LattnerAdd a bunch of notes from my journey thus far.
2006-03-27 Chris LattnerSplit out altivec notes into their own README
2006-03-27 Evan ChengUse pcmpeq to generate vector of all ones.
2006-03-27 Evan ChengChanged isBuildVectorAllOnesInteger to isBuildVectorAll...
2006-03-27 Chris LattnerFix the JIT encoding of VSEL
2006-03-27 Chris LattnerFix the JIT encoding of VSPLTI*
2006-03-27 Nate BegemanSelectionDAGISel can now natively handle Switch instruc...
2006-03-26 Chris Lattneradd vsel
2006-03-26 Nate BegemanReadme note
2006-03-26 Chris LattnerCodegen vector predicate compares.
2006-03-26 Evan ChengRemove X86:isZeroVector, use ISD::isBuildVectorAllZeros...
2006-03-26 Evan ChengRemove PPC:isZeroVector, use ISD::isBuildVectorAllZeros...
2006-03-26 Evan ChengAdd immAllZerosV helper
2006-03-26 Chris LattnerAdd all of the altivec comparison instructions. Add...
2006-03-26 Chris LattnerAdd and 8/16-bit adds, add all integer subtracts, add...
2006-03-26 Chris Lattnerimplement the vsldoi intrinsic.
2006-03-25 Chris Lattnerfix the pattern for vandc, it's NOT vnand
2006-03-25 Chris Lattneradd patterns for VANDC/VNOR, implementing
2006-03-25 Chris Lattneradd a vnot helper node for matching 'not' on vectors
2006-03-25 Chris LattnerAdd some logical operations
2006-03-25 Evan ChengAdded missing (any_extend (load ...)) patterns.
2006-03-25 Evan ChengBuild arbitrary vector with more than 2 distinct scalar...
2006-03-25 Chris Lattnerimplement a bunch of intrinsics
2006-03-25 Chris LattnerMove all Altivec stuff out into a new PPCInstrAltivec...
2006-03-25 Chris LattnerAdd some basic patterns for other datatypes
2006-03-25 Chris Lattneradd all supported formats to the vector register file
2006-03-25 Chris LattnerAdd support for __builtin_altivec_vnmsubfp /vmaddfp
2006-03-25 Chris Lattner#include Intrinsics.h into all dag isels
2006-03-25 Chris LattnerCodegen things like:
2006-03-25 Evan ChengAdded SSE cachebility ops
2006-03-25 Evan ChengInstruction encoding bug
2006-03-25 Chris LattnerAdd new intrinsic node definitions for tblgen use
2006-03-25 Evan ChengAdded 128-bit packed integer subtraction.
2006-03-25 Evan ChengAdded CVTTPS2PI.
2006-03-25 Evan ChengAdded CVTSS2SI.
2006-03-24 Evan ChengSupport for scalar to vector with zero extension.
2006-03-24 Jim LaskeyD'oh - should be even numbered.
2006-03-24 Evan ChengAdded LDMXCSR
2006-03-24 Chris Lattnerplug the intrinsics into the patterns for movmsk*
2006-03-24 Jim LaskeyAdd dwarf register numbering to register data.
2006-03-24 Jim LaskeyAdd support for dwarf register numbering.
2006-03-24 Chris Lattneradd another note
2006-03-24 Chris Lattneradd a note
2006-03-24 Chris LattnerShuffle some includes around
2006-03-24 Chris Lattnerexpose intrinsic info to the targets.
2006-03-24 Chris LattnerFix a bad JIT encoding of VPERM. Why is VPERM D,A...
2006-03-24 Chris LattnerLike the comment says, prefer to use the implicit add...
2006-03-24 Jim LaskeyClean up some commentary.
2006-03-24 Chris LattnerDisable the i32->float G5 optimization. It is unsafe...
2006-03-24 Chris Lattneradd support for using vxor to build zero vectors. ...
2006-03-24 Evan ChengHandle BUILD_VECTOR with all zero elements.
2006-03-24 Chris LattnerGabor points out that we can't spell. :)
2006-03-24 Evan ChengAll v2f64 shuffle cases can be handled.
2006-03-24 Evan ChengMore efficient v2f64 shuffle using movlhps, movhlps...
next