| Commit message (Expand) | Author | Age | Files | Lines |
* | X86 SSE1 SIMD store intrinsics. | Evan Cheng | 2006-03-25 | 1 | -0/+17 |
* | X86 SSE1 SIMD load intrinsics (movhps, movlps, and movups). | Evan Cheng | 2006-03-25 | 1 | -4/+21 |
* | X86 SSE1 conversion operations intrinsics. | Evan Cheng | 2006-03-25 | 1 | -1/+34 |
* | X86 SSE1 comparison intrinsics. | Evan Cheng | 2006-03-25 | 1 | -0/+216 |
* | X86 SSE1 arithmetic and logical operation intrinsics. | Evan Cheng | 2006-03-25 | 1 | -0/+135 |
* | ldmxcsr is a SSE instruction. | Evan Cheng | 2006-03-24 | 1 | -6/+5 |
* | Added ldmxcsr intrinsic. | Evan Cheng | 2006-03-24 | 1 | -1/+6 |
* | Specify the value type for each llvm type. This needs work for pointers. | Chris Lattner | 2006-03-24 | 1 | -21/+23 |
* | Pull in valuetypes.td here, we will use it shortly. | Chris Lattner | 2006-03-24 | 1 | -0/+2 |
* | Tweak a comment. | Jim Laskey | 2006-03-24 | 1 | -1/+1 |
* | Clean up some commentary. | Jim Laskey | 2006-03-24 | 1 | -1/+1 |
* | Rename for truth in advertising. | Jim Laskey | 2006-03-24 | 1 | -1/+1 |
* | Fix headers | Jeff Cohen | 2006-03-24 | 2 | -2/+2 |
* | Minor corrections. | Jeff Cohen | 2006-03-24 | 2 | -1/+3 |
* | Get JIT/Interpreter working on Windows again. | Jeff Cohen | 2006-03-24 | 2 | -0/+78 |
* | add a new intrinsic node | Chris Lattner | 2006-03-24 | 1 | -0/+8 |
* | Add a couple simple intrinsics for intel. Fix the v2f64 definition. | Chris Lattner | 2006-03-24 | 1 | -1/+19 |
* | Ignore generated file Intrinsics.gen | Reid Spencer | 2006-03-23 | 1 | -0/+1 |
* | Make sure types are allocated in the scope of their use. | Jim Laskey | 2006-03-23 | 1 | -9/+8 |
* | Add support to locate local variables in frames (early version.) | Jim Laskey | 2006-03-23 | 1 | -0/+6 |
* | Generate local variable and scope information and equivalent dwarf forms. | Jim Laskey | 2006-03-23 | 3 | -35/+226 |
* | Simplify handling of llvm.dbg intrinsic operands to one spot. | Jim Laskey | 2006-03-23 | 1 | -11/+78 |
* | Modify usage of llvm.dbg intrinsics. | Jim Laskey | 2006-03-23 | 1 | -3/+4 |
* | Support for locating of debug items in frames. | Jim Laskey | 2006-03-23 | 1 | -0/+64 |
* | Eliminate IntrinsicLowering from TargetMachine. | Chris Lattner | 2006-03-23 | 2 | -15/+4 |
* | remove always-null IntrinsicLowering argument. | Chris Lattner | 2006-03-23 | 1 | -8/+4 |
* | remove the intrinsiclowering hook | Chris Lattner | 2006-03-23 | 1 | -7/+4 |
* | Added a ValueType operand to isShuffleMaskLegal(). For now, x86 will not do | Evan Cheng | 2006-03-22 | 1 | -2/+2 |
* | Fix comments | Chris Lattner | 2006-03-22 | 1 | -3/+4 |
* | add a new node | Chris Lattner | 2006-03-22 | 1 | -0/+12 |
* | wrap lines to 80 columns. | Chris Lattner | 2006-03-22 | 1 | -5/+15 |
* | add some nodes for extractelement | Chris Lattner | 2006-03-21 | 1 | -0/+10 |
* | Move some common data structures between dom and pdom into the base class | Nate Begeman | 2006-03-20 | 2 | -32/+16 |
* | Add some helper methods | Chris Lattner | 2006-03-20 | 1 | -0/+17 |
* | Add another helper | Chris Lattner | 2006-03-20 | 1 | -0/+13 |
* | add a node | Chris Lattner | 2006-03-19 | 1 | -0/+9 |
* | Add a helper method | Chris Lattner | 2006-03-19 | 1 | -0/+18 |
* | improve comments, add a new MVT::getVectorBaseType method. | Chris Lattner | 2006-03-19 | 2 | -40/+71 |
* | Rename ConstantVec -> BUILD_VECTOR and VConstant -> VBUILD_VECTOR. Allow | Chris Lattner | 2006-03-19 | 1 | -24/+23 |
* | Update comments. | Chris Lattner | 2006-03-18 | 1 | -4/+5 |
* | add a couple of enum values | Chris Lattner | 2006-03-17 | 1 | -1/+12 |
* | Remove BRTWOWAY* | Nate Begeman | 2006-03-17 | 1 | -13/+0 |
* | For each loop, keep track of all the IV expressions inserted indexed by | Evan Cheng | 2006-03-16 | 1 | -9/+5 |
* | Added a way for TargetLowering to specify what values can be used as the | Evan Cheng | 2006-03-16 | 1 | -9/+28 |
* | Add markers for the first and last vector value type. | Chris Lattner | 2006-03-16 | 1 | -2/+6 |
* | Typo. | Jim Laskey | 2006-03-16 | 1 | -1/+1 |
* | minor changes so that GCC builtin can be specified before the Intrinsic info, | Chris Lattner | 2006-03-15 | 1 | -4/+14 |
* | Expand subprogram and added block descriptor. | Jim Laskey | 2006-03-15 | 1 | -11/+49 |
* | Set TargetPrefix on target-specific intrinsics. That way, in theory, different | Chris Lattner | 2006-03-15 | 1 | -7/+7 |
* | Fix the gcread/gcwrite intrinsic specifications, fixing | Chris Lattner | 2006-03-14 | 1 | -5/+5 |