Age | Commit message (Expand) | Author |
2006-04-16 | Can't fold loads into alias vector SSE ops used for scalar operation. The load | Evan Cheng |
2006-04-16 | Implement a TODO: have the legalizer canonicalize a bunch of operations to | Chris Lattner |
2006-04-16 | Make the BUILD_VECTOR lowering code much more aggressive w.r.t constant vectors. | Chris Lattner |
2006-04-15 | Fix a crash when faced with a shuffle vector that has an undef in its mask. | Chris Lattner |
2006-04-15 | Add patterns for matching vnots with bit converted inputs. Most of these will | Chris Lattner |
2006-04-15 | Add a new vnot_conv predicate for matching vnot's where the allones vector is | Chris Lattner |
2006-04-15 | More encoding bugs | Evan Cheng |
2006-04-15 | pslldrm, psrawrm, etc. encoding bug | Evan Cheng |
2006-04-15 | hsubp{s|d} encoding bug | Evan Cheng |
2006-04-15 | Silly bug | Evan Cheng |
2006-04-15 | Do not use movs{h|l}dup for a shuffle with a single non-undef node. | Evan Cheng |
2006-04-14 | Added SSE (and other) entries to foldMemoryOperand(). | Evan Cheng |
2006-04-14 | Some clean up | Evan Cheng |
2006-04-14 | Allow undef in a shuffle mask | Chris Lattner |
2006-04-14 | Last few SSE3 intrinsics. | Evan Cheng |
2006-04-14 | Misc. SSE2 intrinsics: clflush, lfench, mfence | Evan Cheng |
2006-04-14 | We were not adjusting the frame size to ensure proper alignment when alloca / | Evan Cheng |
2006-04-14 | New entry | Evan Cheng |
2006-04-14 | Move the rest of the PPCTargetLowering::LowerOperation cases out into | Chris Lattner |
2006-04-14 | Pull the VECTOR_SHUFFLE and BUILD_VECTOR lowering code out into separate | Chris Lattner |
2006-04-14 | pcmpeq* and pcmpgt* intrinsics. | Evan Cheng |
2006-04-14 | psll*, psrl*, and psra* intrinsics. | Evan Cheng |
2006-04-13 | Remove the .cvsignore file so this directory can be pruned. | Reid Spencer |
2006-04-13 | Remove .cvsignore so that this directory can be pruned. | Reid Spencer |
2006-04-13 | Doh. PANDrm, etc. are not commutable. | Evan Cheng |
2006-04-13 | Force non-darwin targets to use a static relo model. This fixes PR734, | Chris Lattner |
2006-04-13 | add a note, move an altivec todo to the altivec list. | Chris Lattner |
2006-04-13 | Add the README files to the distribution. | Reid Spencer |
2006-04-13 | psad, pmax, pmin intrinsics. | Evan Cheng |
2006-04-13 | Various SSE2 packed integer intrinsics: pmulhuw, pavgw, etc. | Evan Cheng |
2006-04-13 | X86 SSE2 supports v8i16 multiplication | Evan Cheng |
2006-04-13 | Update | Evan Cheng |
2006-04-13 | padds{b|w}, paddus{b|w}, psubs{b|w}, psubus{b|w} intrinsics. | Evan Cheng |
2006-04-13 | Naming inconsistency. | Evan Cheng |
2006-04-12 | SSE / SSE2 conversion intrinsics. | Evan Cheng |
2006-04-12 | All "integer" logical ops (pand, por, pxor) are now promoted to v2i64. | Evan Cheng |
2006-04-12 | Add a new way to match vector constants, which make it easier to bang bits of | Chris Lattner |
2006-04-12 | Rename get_VSPLI_elt -> get_VSPLTI_elt | Chris Lattner |
2006-04-12 | Promote v4i32, v8i16, v16i8 load to v2i64 load. | Evan Cheng |
2006-04-12 | Ensure that zero vectors are always v4i32, which forces them to CSE with | Chris Lattner |
2006-04-12 | Various SSE2 conversion intrinsics | Evan Cheng |
2006-04-11 | Added __builtin_ia32_storelv4si, __builtin_ia32_movqv4si, | Evan Cheng |
2006-04-11 | Fix SingleSource/UnitTests/Vector/sumarray-dbl | Nate Begeman |
2006-04-11 | Fix PR727, correctly handling large stack aligments on ppc | Nate Begeman |
2006-04-11 | we have a shuffle instr, add an example. | Chris Lattner |
2006-04-11 | gcc lower SSE prefetch into generic prefetch intrinsic. Need to add support | Evan Cheng |
2006-04-11 | Misc. intrinsics. | Evan Cheng |
2006-04-11 | Suppress debug label when not debug. | Jim Laskey |
2006-04-11 | movnt* and maskmovdqu intrinsics | Evan Cheng |
2006-04-11 | Vector function results go into V2 according to GCC. The darwin ABI doc | Chris Lattner |