oota-llvm.git
2006-03-27 Chris LattnerFix the JIT encoding of VSPLTI*
2006-03-27 Jim LaskeyPass llvm/test/Regression/CodeGen/Generic/debug-info.ll.
2006-03-27 Nate BegemanSelectionDAGISel can now natively handle Switch instruc...
2006-03-26 Jim LaskeyBullet proof against undefined args produced by upgradi...
2006-03-26 Jim LaskeyHow to be dumb on $5/day. Need a tri-state to track...
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 Evan ChengAdd ISD::isBuildVectorAllZeros predicate
2006-03-26 Chris LattnerAllow targets to custom lower their own intrinsics...
2006-03-26 Chris LattnerAdd predicate comparison intrinsics.
2006-03-26 Chris LattnerUpdate dependencies to reflect split of the Intrinsics...
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 LattnerSplit the PPC and X86 intrinsics out to their own files.
2006-03-26 Chris LattnerAdd saturating subtracts, non-predicate compares, and...
2006-03-26 Chris Lattnerimplement the vsldoi intrinsic.
2006-03-26 Chris Lattneradd int_ppc_altivec_vsldoi intrinsic
2006-03-25 Chris LattnerCorrect the vandc testcase
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 Lattnernew testcases
2006-03-25 Chris LattnerAdd some comments.
2006-03-25 Chris Lattneradd a vnot helper node for matching 'not' on vectors
2006-03-25 Chris LattnerFix a bug in ISD::isBuildVectorAllOnesInteger that...
2006-03-25 Chris LattnerImplement the ISD::isBuildVectorAllOnesInteger predicate
2006-03-25 Chris LattnerAdd a predicate
2006-03-25 Chris LattnerDon't call SimplifyDemandedBits on vectors
2006-03-25 Chris LattnerAdd some logical operations
2006-03-25 Chris LattnerAdd a missing check which cause an invalid .td file...
2006-03-25 Chris LattnerDon't crash on packed logical ops
2006-03-25 Chris LattnerTeach BinaryOperator::createNot to work with packed...
2006-03-25 Jim LaskeyUnused function - easier to throw away than fix.
2006-03-25 Jim LaskeyCast instruction not inserted into basic block.
2006-03-25 Evan ChengAdd a BUILD_VECTOR with unpack and interleave testcase.
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 Lattnerremove extraneous lets
2006-03-25 Chris LattnerAdd a bunch of simple altivec intrinsics
2006-03-25 Chris LattnerAdd support for __builtin_altivec_vnmsubfp /vmaddfp
2006-03-25 Chris LattnerAdd support for __builtin_altivec_vnmsubfp
2006-03-25 Chris LattnerWhen failing selection for an intrinsic, print this:
2006-03-25 Chris Lattner#include Intrinsics.h into all dag isels
2006-03-25 Chris LattnerImplement Intrinsic::getName
2006-03-25 Chris LattnerAdd a programatic interface to intrinsic names.
2006-03-25 Chris LattnerCodegen things like:
2006-03-25 Chris LattnerNew tests for vsplti*
2006-03-25 Evan ChengX86 SSE1 cacheability support ops intrinsics
2006-03-25 Evan ChengAdded SSE cachebility ops
2006-03-25 Evan ChengInstruction encoding bug
2006-03-25 Evan ChengAdded a scalar to vector with zero extension testcase
2006-03-25 Chris LattnerAdd new intrinsic node definitions for tblgen use
2006-03-25 Evan ChengX86 SSE1 SIMD store intrinsics.
2006-03-25 Evan ChengX86 SSE1 SIMD load intrinsics (movhps, movlps, and...
2006-03-25 Evan ChengX86 SSE1 conversion operations intrinsics.
2006-03-25 Evan ChengAdded 128-bit packed integer subtraction.
2006-03-25 Evan ChengAdded CVTTPS2PI.
2006-03-25 Evan ChengAdded CVTSS2SI.
2006-03-25 Evan ChengX86 SSE1 comparison intrinsics.
2006-03-25 Evan ChengX86 SSE1 arithmetic and logical operation intrinsics.
2006-03-24 Evan ChengSupport for scalar to vector with zero extension.
2006-03-24 Chris LattnerChange approach so that we get codegen for free for...
2006-03-24 Chris Lattnerfix inverted conditional
2006-03-24 Jim LaskeyD'oh - should be even numbered.
2006-03-24 Evan ChengAdded LDMXCSR
2006-03-24 Evan Chengldmxcsr is a SSE instruction.
2006-03-24 Evan ChengAdded ldmxcsr intrinsic.
2006-03-24 Chris Lattnerfix 80 column violations
2006-03-24 Chris Lattnerplug the intrinsics into the patterns for movmsk*
2006-03-24 Chris LattnerParse intrinsics correctly and perform type propagation...
2006-03-24 Jim LaskeyAdd dwarf register numbering to register data.
2006-03-24 Jim LaskeyAdd support for dwarf register numbering.
2006-03-24 Jim LaskeyHack no more.
2006-03-24 Chris LattnerMake sure to initialize the TheDef field!
2006-03-24 Chris Lattneradd another note
2006-03-24 Chris Lattneradd a note
2006-03-24 Chris LattnerMove CodeGenIntrinsic implementation to CodeGenTarget...
2006-03-24 Chris LattnerSpecify the value type for each llvm type. This needs...
2006-03-24 Chris LattnerShuffle some includes around
2006-03-24 Chris LattnerPull in valuetypes.td here, we will use it shortly.
2006-03-24 Evan ChengOnly to vector shuffle for {x,x,y,y} cases when SCALAR_...
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 Chris LattnerNew testcase
2006-03-24 Jim LaskeyTweak a comment.
2006-03-24 Jim LaskeyFix indent.
2006-03-24 Jim LaskeyClean up some commentary.
2006-03-24 Jim LaskeyRename for truth in advertising.
2006-03-24 Jim LaskeyFixed some grammer and spelling.
2006-03-24 Evan ChengZero vector testcase
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. ...
next