Use movlpd to: store lower f64 extracted from v2f64.
[oota-llvm.git] / include /
2006-04-03 Chris LattnerKeep track of max stack alignment as objects are added...
2006-04-03 Chris Lattnershrinkify intrinsics more by using some local classes
2006-04-03 Chris LattnerAdd some classes to make it easier to define intrinsics...
2006-04-02 Chris Lattnersimplify this method
2006-04-01 Chris LattnerFix Transforms/IndVarsSimplify/2006-03-31-NegativeStrid...
2006-03-31 Evan ChengAdded haddp{s|d} and hsubp{s|d} intrinsics.
2006-03-31 Chris LattnerModify the TargetLowering::getPackedTypeBreakdown metho...
2006-03-31 Chris LattnerAdd a method useful for decimating vectors.
2006-03-30 Chris Lattnerfix incorrect prototypes
2006-03-30 Chris LattnerAdd vector multiply, multiply sum, pack, unpack, and...
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 ChengAdd more SSE intrinsics
2006-03-28 Chris LattnerAdd a new node
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 Nate BegemanAdd a few more altivec intrinsics
2006-03-28 Chris LattnerThese don't directly map to gcc intrinsics any more.
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 LattnerTblgen doesn't like multiple SDNode<> definitions that...
2006-03-28 Chris LattnerReenable pointer intrinsics.
2006-03-28 Chris Lattnerrevert this, it breaks things
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 a new iPTR ValueType for tblgen use
2006-03-27 Chris LattnerDivirge from the GCC specification of the load/store...
2006-03-27 Chris Lattnerfix spelling :(
2006-03-27 Chris Lattneradd some more intrinsics.
2006-03-27 Evan ChengIntrinsics naming convention change.
2006-03-27 Evan ChengChange isBuildVectorAllOnesInteger to isBuildVectorAllO...
2006-03-27 Nate BegemanSelectionDAGISel can now natively handle Switch instruc...
2006-03-26 Jim LaskeyHow to be dumb on $5/day. Need a tri-state to track...
2006-03-26 Evan ChengAdd ISD::isBuildVectorAllZeros predicate
2006-03-26 Chris LattnerAdd predicate comparison intrinsics.
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 Lattneradd int_ppc_altivec_vsldoi intrinsic
2006-03-25 Chris LattnerAdd a predicate
2006-03-25 Jim LaskeyUnused function - easier to throw away than fix.
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
2006-03-25 Chris LattnerAdd a programatic interface to intrinsic names.
2006-03-25 Evan ChengX86 SSE1 cacheability support ops intrinsics
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 ChengX86 SSE1 comparison intrinsics.
2006-03-25 Evan ChengX86 SSE1 arithmetic and logical operation intrinsics.
2006-03-24 Evan Chengldmxcsr is a SSE instruction.
2006-03-24 Evan ChengAdded ldmxcsr intrinsic.
2006-03-24 Chris LattnerSpecify the value type for each llvm type. This needs...
2006-03-24 Chris LattnerPull in valuetypes.td here, we will use it shortly.
2006-03-24 Jim LaskeyTweak a comment.
2006-03-24 Jim LaskeyClean up some commentary.
2006-03-24 Jim LaskeyRename for truth in advertising.
2006-03-24 Jeff CohenFix headers
2006-03-24 Jeff CohenMinor corrections.
2006-03-24 Jeff CohenGet JIT/Interpreter working on Windows again.
2006-03-24 Chris Lattneradd a new intrinsic node
2006-03-24 Chris LattnerAdd a couple simple intrinsics for intel. Fix the...
2006-03-23 Reid SpencerIgnore generated file Intrinsics.gen
2006-03-23 Jim LaskeyMake sure types are allocated in the scope of their...
2006-03-23 Jim LaskeyAdd support to locate local variables in frames (early...
2006-03-23 Jim LaskeyGenerate local variable and scope information and equiv...
2006-03-23 Jim LaskeySimplify handling of llvm.dbg intrinsic operands to...
2006-03-23 Jim LaskeyModify usage of llvm.dbg intrinsics.
2006-03-23 Jim LaskeySupport for locating of debug items in frames.
2006-03-23 Chris LattnerEliminate IntrinsicLowering from TargetMachine.
2006-03-23 Chris Lattnerremove always-null IntrinsicLowering argument.
2006-03-23 Chris Lattnerremove the intrinsiclowering hook
2006-03-22 Evan ChengAdded a ValueType operand to isShuffleMaskLegal()....
2006-03-22 Chris LattnerFix comments
2006-03-22 Chris Lattneradd a new node
2006-03-22 Chris Lattnerwrap lines to 80 columns.
2006-03-21 Chris Lattneradd some nodes for extractelement
2006-03-20 Nate BegemanMove some common data structures between dom and pdom...
2006-03-20 Chris LattnerAdd some helper methods
2006-03-20 Chris LattnerAdd another helper
2006-03-19 Chris Lattneradd a node
2006-03-19 Chris LattnerAdd a helper method
2006-03-19 Chris Lattnerimprove comments, add a new MVT::getVectorBaseType...
2006-03-19 Chris LattnerRename ConstantVec -> BUILD_VECTOR and VConstant -...
2006-03-18 Chris LattnerUpdate comments.
2006-03-17 Chris Lattneradd a couple of enum values
2006-03-17 Nate BegemanRemove BRTWOWAY*
2006-03-16 Evan ChengFor each loop, keep track of all the IV expressions...
2006-03-16 Evan ChengAdded a way for TargetLowering to specify what values...
2006-03-16 Chris LattnerAdd markers for the first and last vector value type.
2006-03-16 Jim LaskeyTypo.
2006-03-15 Chris Lattnerminor changes so that GCC builtin can be specified...
2006-03-15 Jim LaskeyExpand subprogram and added block descriptor.
2006-03-15 Chris LattnerSet TargetPrefix on target-specific intrinsics. That...
2006-03-14 Chris LattnerFix the gcread/gcwrite intrinsic specifications, fixing
2006-03-13 Evan ChengAdd LSR hooks.
next