aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Split the PPC and X86 intrinsics out to their own files.Chris Lattner2006-03-263-378/+403
* Add saturating subtracts, non-predicate compares, and some other randomChris Lattner2006-03-261-2/+71
* add int_ppc_altivec_vsldoi intrinsicChris Lattner2006-03-261-0/+4
* Add a predicateChris Lattner2006-03-251-0/+7
* Unused function - easier to throw away than fix.Jim Laskey2006-03-251-8/+0
* remove extraneous letsChris Lattner2006-03-251-208/+1
* Add a bunch of simple altivec intrinsicsChris Lattner2006-03-251-1/+36
* Add support for __builtin_altivec_vnmsubfpChris Lattner2006-03-251-0/+3
* Add a programatic interface to intrinsic names.Chris Lattner2006-03-251-0/+5
* X86 SSE1 cacheability support ops intrinsicsEvan Cheng2006-03-251-2/+21
* 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