2006-04-06 |
Evan Cheng | Remove int_x86_sse_loadh_ps and int_x86_sse_loadl_ps... |
tree | commitdiff |
2006-04-06 |
Chris Lattner | These intrinsics are now lowered by the FE. |
tree | commitdiff |
2006-04-06 |
Chris Lattner | this is no longer an intrinsic. |
tree | commitdiff |
2006-04-05 |
Evan Cheng | Added comi and ucomi SSE intrinsics. |
tree | commitdiff |
2006-04-05 |
Chris Lattner | add altivec ds* intrinsics |
tree | commitdiff |
2006-04-05 |
Chris Lattner | Get the types right, third time is the charm. Add... |
tree | commitdiff |
2006-04-05 |
Chris Lattner | correct the type of two intrinsics, add int_ppc_altivec... |
tree | commitdiff |
2006-04-05 |
Chris Lattner | Add m[tf]vscr intrinsics. |
tree | commitdiff |
2006-04-04 |
Chris Lattner | Add missing byte merges. |
tree | commitdiff |
2006-04-04 |
Chris Lattner | Add FP -> Int Conversions |
tree | commitdiff |
2006-04-04 |
Chris Lattner | add average intrinsics. |
tree | commitdiff |
2006-04-04 |
Evan Cheng | Added intrinsics to match __builtin_ia32_pslldqi128 and |
tree | commitdiff |
2006-04-04 |
Chris Lattner | How could this ever have worked? |
tree | commitdiff |
2006-04-04 |
Chris Lattner | Make sure to consider alignment of variable sized objects. |
tree | commitdiff |
2006-04-04 |
Chris Lattner | Move isShuffleLegal from TLI to Legalize. |
tree | commitdiff |
2006-04-04 |
Chris Lattner | Fix the types for these intrinsics. |
tree | commitdiff |
2006-04-04 |
Chris Lattner | Allow targets to have fine grained control over which... |
tree | commitdiff |
2006-04-03 |
Chris Lattner | Keep track of max stack alignment as objects are added... |
tree | commitdiff |
2006-04-03 |
Chris Lattner | shrinkify intrinsics more by using some local classes |
tree | commitdiff |
2006-04-03 |
Chris Lattner | Add some classes to make it easier to define intrinsics... |
tree | commitdiff |
2006-04-02 |
Chris Lattner | simplify this method |
tree | commitdiff |
2006-04-01 |
Chris Lattner | Fix Transforms/IndVarsSimplify/2006-03-31-NegativeStrid... |
tree | commitdiff |
2006-03-31 |
Evan Cheng | Added haddp{s|d} and hsubp{s|d} intrinsics. |
tree | commitdiff |
2006-03-31 |
Chris Lattner | Modify the TargetLowering::getPackedTypeBreakdown metho... |
tree | commitdiff |
2006-03-31 |
Chris Lattner | Add a method useful for decimating vectors. |
tree | commitdiff |
2006-03-30 |
Chris Lattner | fix incorrect prototypes |
tree | commitdiff |
2006-03-30 |
Chris Lattner | Add vector multiply, multiply sum, pack, unpack, and... |
tree | commitdiff |
2006-03-30 |
Evan Cheng | Add support for _mm_cmp{cc}_ss and _mm_cmp{cc}_ps intri... |
tree | commitdiff |
2006-03-30 |
Evan Cheng | Add 128-bit pmovmskb intrinsic support. |
tree | commitdiff |
2006-03-29 |
Evan Cheng | Change SSE pack operation definitions to fit what the... |
tree | commitdiff |
2006-03-29 |
Evan Cheng | Add SSE2 integer pack with saturation intrinsics. |
tree | commitdiff |
2006-03-29 |
Evan Cheng | Add more SSE intrinsics |
tree | commitdiff |
2006-03-28 |
Chris Lattner | Add a new node |
tree | commitdiff |
2006-03-28 |
Jim Laskey | Refactor address attributes. Add base register to... |
tree | commitdiff |
2006-03-28 |
Jim Laskey | Expose base register for DwarfWriter. Refactor code... |
tree | commitdiff |
2006-03-28 |
Nate Begeman | Add a few more altivec intrinsics |
tree | commitdiff |
2006-03-28 |
Chris Lattner | These don't directly map to gcc intrinsics any more. |
tree | commitdiff |
2006-03-28 |
Chris Lattner | Add some more intrinsics: rotates, fp rounds, and rando... |
tree | commitdiff |
2006-03-28 |
Evan Cheng | getVectorTyppe(MVT::i64, 2) ==> MVT::v2i64. |
tree | commitdiff |
2006-03-28 |
Chris Lattner | Add lvxl |
tree | commitdiff |
2006-03-28 |
Chris Lattner | Tblgen doesn't like multiple SDNode<> definitions that... |
tree | commitdiff |
2006-03-28 |
Chris Lattner | Reenable pointer intrinsics. |
tree | commitdiff |
2006-03-28 |
Chris Lattner | revert this, it breaks things |
tree | commitdiff |
2006-03-27 |
Jim Laskey | Should not remove casts from variable's alloca. |
tree | commitdiff |
2006-03-27 |
Chris Lattner | Add support for intrinsics with pointer arguments in... |
tree | commitdiff |
2006-03-27 |
Chris Lattner | Add some missing template specializations for autoderef... |
tree | commitdiff |
2006-03-27 |
Chris Lattner | add a new iPTR ValueType for tblgen use |
tree | commitdiff |
2006-03-27 |
Chris Lattner | Divirge from the GCC specification of the load/store... |
tree | commitdiff |
2006-03-27 |
Chris Lattner | fix spelling :( |
tree | commitdiff |
2006-03-27 |
Chris Lattner | add some more intrinsics. |
tree | commitdiff |
2006-03-27 |
Evan Cheng | Intrinsics naming convention change. |
tree | commitdiff |
2006-03-27 |
Evan Cheng | Change isBuildVectorAllOnesInteger to isBuildVectorAllO... |
tree | commitdiff |
2006-03-27 |
Nate Begeman | SelectionDAGISel can now natively handle Switch instruc... |
tree | commitdiff |
2006-03-26 |
Jim Laskey | How to be dumb on $5/day. Need a tri-state to track... |
tree | commitdiff |
2006-03-26 |
Evan Cheng | Add ISD::isBuildVectorAllZeros predicate |
tree | commitdiff |
2006-03-26 |
Chris Lattner | Add predicate comparison intrinsics. |
tree | commitdiff |
2006-03-26 |
Chris Lattner | Split the PPC and X86 intrinsics out to their own files. |
tree | commitdiff |
2006-03-26 |
Chris Lattner | Add saturating subtracts, non-predicate compares, and... |
tree | commitdiff |
2006-03-26 |
Chris Lattner | add int_ppc_altivec_vsldoi intrinsic |
tree | commitdiff |
2006-03-25 |
Chris Lattner | Add a predicate |
tree | commitdiff |
2006-03-25 |
Jim Laskey | Unused function - easier to throw away than fix. |
tree | commitdiff |
2006-03-25 |
Chris Lattner | remove extraneous lets |
tree | commitdiff |
2006-03-25 |
Chris Lattner | Add a bunch of simple altivec intrinsics |
tree | commitdiff |
2006-03-25 |
Chris Lattner | Add support for __builtin_altivec_vnmsubfp |
tree | commitdiff |
2006-03-25 |
Chris Lattner | Add a programatic interface to intrinsic names. |
tree | commitdiff |
2006-03-25 |
Evan Cheng | X86 SSE1 cacheability support ops intrinsics |
tree | commitdiff |
2006-03-25 |
Evan Cheng | X86 SSE1 SIMD store intrinsics. |
tree | commitdiff |
2006-03-25 |
Evan Cheng | X86 SSE1 SIMD load intrinsics (movhps, movlps, and... |
tree | commitdiff |
2006-03-25 |
Evan Cheng | X86 SSE1 conversion operations intrinsics. |
tree | commitdiff |
2006-03-25 |
Evan Cheng | X86 SSE1 comparison intrinsics. |
tree | commitdiff |
2006-03-25 |
Evan Cheng | X86 SSE1 arithmetic and logical operation intrinsics. |
tree | commitdiff |
2006-03-24 |
Evan Cheng | ldmxcsr is a SSE instruction. |
tree | commitdiff |
2006-03-24 |
Evan Cheng | Added ldmxcsr intrinsic. |
tree | commitdiff |
2006-03-24 |
Chris Lattner | Specify the value type for each llvm type. This needs... |
tree | commitdiff |
2006-03-24 |
Chris Lattner | Pull in valuetypes.td here, we will use it shortly. |
tree | commitdiff |
2006-03-24 |
Jim Laskey | Tweak a comment. |
tree | commitdiff |
2006-03-24 |
Jim Laskey | Clean up some commentary. |
tree | commitdiff |
2006-03-24 |
Jim Laskey | Rename for truth in advertising. |
tree | commitdiff |
2006-03-24 |
Jeff Cohen | Fix headers |
tree | commitdiff |
2006-03-24 |
Jeff Cohen | Minor corrections. |
tree | commitdiff |
2006-03-24 |
Jeff Cohen | Get JIT/Interpreter working on Windows again. |
tree | commitdiff |
2006-03-24 |
Chris Lattner | add a new intrinsic node |
tree | commitdiff |
2006-03-24 |
Chris Lattner | Add a couple simple intrinsics for intel. Fix the... |
tree | commitdiff |
2006-03-23 |
Reid Spencer | Ignore generated file Intrinsics.gen |
tree | commitdiff |
2006-03-23 |
Jim Laskey | Make sure types are allocated in the scope of their... |
tree | commitdiff |
2006-03-23 |
Jim Laskey | Add support to locate local variables in frames (early... |
tree | commitdiff |
2006-03-23 |
Jim Laskey | Generate local variable and scope information and equiv... |
tree | commitdiff |
2006-03-23 |
Jim Laskey | Simplify handling of llvm.dbg intrinsic operands to... |
tree | commitdiff |
2006-03-23 |
Jim Laskey | Modify usage of llvm.dbg intrinsics. |
tree | commitdiff |
2006-03-23 |
Jim Laskey | Support for locating of debug items in frames. |
tree | commitdiff |
2006-03-23 |
Chris Lattner | Eliminate IntrinsicLowering from TargetMachine. |
tree | commitdiff |
2006-03-23 |
Chris Lattner | remove always-null IntrinsicLowering argument. |
tree | commitdiff |
2006-03-23 |
Chris Lattner | remove the intrinsiclowering hook |
tree | commitdiff |
2006-03-22 |
Evan Cheng | Added a ValueType operand to isShuffleMaskLegal().... |
tree | commitdiff |
2006-03-22 |
Chris Lattner | Fix comments |
tree | commitdiff |
2006-03-22 |
Chris Lattner | add a new node |
tree | commitdiff |
2006-03-22 |
Chris Lattner | wrap lines to 80 columns. |
tree | commitdiff |
2006-03-21 |
Chris Lattner | add some nodes for extractelement |
tree | commitdiff |
2006-03-20 |
Nate Begeman | Move some common data structures between dom and pdom... |
tree | commitdiff |
2006-03-20 |
Chris Lattner | Add some helper methods |
tree | commitdiff |
next |