Fix fastcc failures.
[oota-llvm.git] / include /
2006-04-24 Evan ChengAdded X86 SSE2 intrinsics which can be represented...
2006-04-24 Evan ChengAdded addJumpTableIndex
2006-04-23 Nate BegemanFix the updating of the machine CFG when a PHI node...
2006-04-22 Nate BegemanCode cleanup associated with jump tables, thanks to...
2006-04-22 Nate BegemanJumpTable support! What this represents is working...
2006-04-20 Chris LattnerRemove a bunch of dead stuff, shrinkifying TargetInstrD...
2006-04-20 Chris LattnerRemove some obsolete interfaces
2006-04-20 Chris LattnerRemove some of the obvious v9-specific cruft
2006-04-20 Chris Lattnerremove a dead prototype
2006-04-20 Evan ChengAdded a virtual method isVectorClearMaskLegal to TLI...
2006-04-20 Reid SpencerAdd in missing #defines for _OpenBSD_ systems.
2006-04-18 Nate BegemanFix a copy & paste error from long ago.
2006-04-17 Chris LattnerAdd some convenience methods.
2006-04-14 Chris LattnerThese instructions always return a packed vector. ...
2006-04-14 Evan ChengLast few SSE3 intrinsics.
2006-04-14 Evan ChengMisc. SSE2 intrinsics: clflush, lfench, mfence
2006-04-14 Evan Chengpcmpeq* and pcmpgt* intrinsics.
2006-04-14 Evan Chengpsll*, psrl*, and psra* intrinsics.
2006-04-13 Chris LattnerFix an incorrect prototype for this intrinsic, fixing
2006-04-13 Evan Chengpmin, pmax, and psad intrinsics.
2006-04-13 Evan Chengpmul*, pmadd*, and pavg* intrinsics.
2006-04-13 Evan Chengpadds{b|w}, paddus{b|w}, psubs{b|w}, psubus{b|w} intrin...
2006-04-13 Evan ChengNaming inconsistency.
2006-04-12 Evan ChengSSE / SSE2 conversion intrinsics.
2006-04-12 Reid SpencerMake sure both member variables are initialized in...
2006-04-12 Chris LattnerProvide a default impl of LowerArguments
2006-04-12 Evan ChengVarious SSE2 conversion intrinsics
2006-04-11 Evan ChengAdded __builtin_ia32_storelv4si, __builtin_ia32_movqv4si,
2006-04-11 Chris Lattnernew dag node
2006-04-11 Evan Chenggcc lower SSE prefetch into generic prefetch intrinsic...
2006-04-11 Evan ChengMisc. intrinsics.
2006-04-11 Evan Chengmovnt* and maskmovdqu intrinsics
2006-04-11 Chris LattnerAdd helper methods.
2006-04-10 Jim LaskeyUse existing information.
2006-04-10 Chris LattnerFix a typo: Instr* -> Intr*
2006-04-10 Evan Cheng__builtin_ia32_loadup{s|d}, __builtin_ia32_storeup...
2006-04-10 Andrew LenharthAdd a simple pass to make sure that all (non-library...
2006-04-08 Chris LattnerAdd a new VSELECT node.
2006-04-08 Chris LattnerAdd methods to check insert/extract element instruction...
2006-04-08 Chris LattnerAdd a new shufflevector instruction
2006-04-08 Evan ChengFix int_x86_sse_stmxcsr and int_x86_sse_ldmxcsr. Not...
2006-04-07 Evan ChengRemove int_x86_sse_storeh_ps and int_x86_sse_storel_ps...
2006-04-07 Jim LaskeyMake sure that debug labels are defined within the...
2006-04-07 Jim LaskeyFoundation for call frame information.
2006-04-06 Evan ChengRemove int_x86_sse_loadh_ps and int_x86_sse_loadl_ps...
2006-04-06 Chris LattnerThese intrinsics are now lowered by the FE.
2006-04-06 Chris Lattnerthis is no longer an intrinsic.
2006-04-05 Evan ChengAdded comi and ucomi SSE intrinsics.
2006-04-05 Chris Lattneradd altivec ds* intrinsics
2006-04-05 Chris LattnerGet the types right, third time is the charm. Add...
2006-04-05 Chris Lattnercorrect the type of two intrinsics, add int_ppc_altivec...
2006-04-05 Chris LattnerAdd m[tf]vscr intrinsics.
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 Evan ChengAdded intrinsics to match __builtin_ia32_pslldqi128 and
2006-04-04 Chris LattnerHow could this ever have worked?
2006-04-04 Chris LattnerMake sure to consider alignment of variable sized objects.
2006-04-04 Chris LattnerMove isShuffleLegal from TLI to Legalize.
2006-04-04 Chris LattnerFix the types for these intrinsics.
2006-04-04 Chris LattnerAllow targets to have fine grained control over which...
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.
next