aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* X86 SSE1 SIMD store intrinsics.Evan Cheng2006-03-251-0/+17
* X86 SSE1 SIMD load intrinsics (movhps, movlps, and movups).Evan Cheng2006-03-251-4/+21
* X86 SSE1 conversion operations intrinsics.Evan Cheng2006-03-251-1/+34
* X86 SSE1 comparison intrinsics.Evan Cheng2006-03-251-0/+216
* X86 SSE1 arithmetic and logical operation intrinsics.Evan Cheng2006-03-251-0/+135
* ldmxcsr is a SSE instruction.Evan Cheng2006-03-241-6/+5
* Added ldmxcsr intrinsic.Evan Cheng2006-03-241-1/+6
* Specify the value type for each llvm type. This needs work for pointers.Chris Lattner2006-03-241-21/+23
* Pull in valuetypes.td here, we will use it shortly.Chris Lattner2006-03-241-0/+2
* Tweak a comment.Jim Laskey2006-03-241-1/+1
* Clean up some commentary.Jim Laskey2006-03-241-1/+1
* Rename for truth in advertising.Jim Laskey2006-03-241-1/+1
* Fix headersJeff Cohen2006-03-242-2/+2
* Minor corrections.Jeff Cohen2006-03-242-1/+3
* Get JIT/Interpreter working on Windows again.Jeff Cohen2006-03-242-0/+78
* add a new intrinsic nodeChris Lattner2006-03-241-0/+8
* Add a couple simple intrinsics for intel. Fix the v2f64 definition.Chris Lattner2006-03-241-1/+19
* Ignore generated file Intrinsics.genReid Spencer2006-03-231-0/+1
* Make sure types are allocated in the scope of their use.Jim Laskey2006-03-231-9/+8
* Add support to locate local variables in frames (early version.)Jim Laskey2006-03-231-0/+6
* Generate local variable and scope information and equivalent dwarf forms.Jim Laskey2006-03-233-35/+226
* Simplify handling of llvm.dbg intrinsic operands to one spot.Jim Laskey2006-03-231-11/+78
* Modify usage of llvm.dbg intrinsics.Jim Laskey2006-03-231-3/+4
* Support for locating of debug items in frames.Jim Laskey2006-03-231-0/+64
* Eliminate IntrinsicLowering from TargetMachine.Chris Lattner2006-03-232-15/+4
* remove always-null IntrinsicLowering argument.Chris Lattner2006-03-231-8/+4
* remove the intrinsiclowering hookChris Lattner2006-03-231-7/+4
* Added a ValueType operand to isShuffleMaskLegal(). For now, x86 will not doEvan Cheng2006-03-221-2/+2
* Fix commentsChris Lattner2006-03-221-3/+4
* add a new nodeChris Lattner2006-03-221-0/+12
* wrap lines to 80 columns.Chris Lattner2006-03-221-5/+15
* add some nodes for extractelementChris Lattner2006-03-211-0/+10
* Move some common data structures between dom and pdom into the base classNate Begeman2006-03-202-32/+16
* Add some helper methodsChris Lattner2006-03-201-0/+17
* Add another helperChris Lattner2006-03-201-0/+13
* add a nodeChris Lattner2006-03-191-0/+9
* Add a helper methodChris Lattner2006-03-191-0/+18
* improve comments, add a new MVT::getVectorBaseType method.Chris Lattner2006-03-192-40/+71
* Rename ConstantVec -> BUILD_VECTOR and VConstant -> VBUILD_VECTOR. AllowChris Lattner2006-03-191-24/+23
* Update comments.Chris Lattner2006-03-181-4/+5
* add a couple of enum valuesChris Lattner2006-03-171-1/+12
* Remove BRTWOWAY*Nate Begeman2006-03-171-13/+0
* For each loop, keep track of all the IV expressions inserted indexed byEvan Cheng2006-03-161-9/+5
* Added a way for TargetLowering to specify what values can be used as theEvan Cheng2006-03-161-9/+28
* Add markers for the first and last vector value type.Chris Lattner2006-03-161-2/+6
* Typo.Jim Laskey2006-03-161-1/+1
* minor changes so that GCC builtin can be specified before the Intrinsic info,Chris Lattner2006-03-151-4/+14
* Expand subprogram and added block descriptor.Jim Laskey2006-03-151-11/+49
* Set TargetPrefix on target-specific intrinsics. That way, in theory, differentChris Lattner2006-03-151-7/+7
* Fix the gcread/gcwrite intrinsic specifications, fixingChris Lattner2006-03-141-5/+5