2006-03-21 |
Evan Cheng | Don't forget to promote xform function to an explicit... |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Chris Lattner | add some trivial support for extractelement. |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Chris Lattner | add some nodes for extractelement |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Chris Lattner | Don't emit pseudo instructions! |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Chris Lattner | Add a hacky workaround for crashes due to vectors live... |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Nate Begeman | Update readme |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Chris Lattner | Add an integer splat test |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Chris Lattner | Print absolute memory references like this: |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Evan Cheng | Combine 2 entries |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Evan Cheng | Add a note about x86 register coallescing |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Evan Cheng | - Remove scalar to vector pseudo ops. They are just... |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Chris Lattner | minor code simplification |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Chris Lattner | With Evan's latest tblgen patch, this code is obsolete... |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Reid Spencer | Cause the various warnings list to be generated via... |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Chris Lattner | Document ENABLE_ASSERTIONS=1 |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Chris Lattner | Enable assertions to be enabled in release builds by... |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Chris Lattner | When codegen'ing vector MUL using VFMADD, *add* the... |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Chris Lattner | minor note |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Evan Cheng | x86 ISD::SCALAR_TO_VECTOR support. |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Evan Cheng | Junk unused vector register classes. |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Evan Cheng | The node wrapped in PatLeaf<> should be treated as... |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Chris Lattner | Handle constant addresses more efficiently, folding... |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Chris Lattner | remove dead variable |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Nate Begeman | Move some common data structures between dom and pdom... |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Chris Lattner | Fix a couple of bugs in permute/splat generate, thanks... |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Evan Cheng | Option -enable-x86-lsr has been removed |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Chris Lattner | reenable this hack, the tblgen version isn't quite... |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Chris Lattner | Fix the pattern for VADDUWM, add i32 splat |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Evan Cheng | Use tblgen'd VECTOR_SHUFFLE selection code. |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Evan Cheng | It should be ok for a xform output type to be different... |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Chris Lattner | Add support for generating vspltw, instead of a vperm... |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Chris Lattner | Implement PPC::isSplatShuffleMask and PPC::getVSPLTImme... |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Chris Lattner | fix duplicate definition errors |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Chris Lattner | Add a build_vector node |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Chris Lattner | Check in some intermediate code that adds a skeleton... |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Evan Cheng | Move a few things around. |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Evan Cheng | Copy matching pattern's output type info to instruction... |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Chris Lattner | add vector_shuffle |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Chris Lattner | Add a new SDTCisIntVectorOfSameSize type constraint |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Chris Lattner | fix typo |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Chris Lattner | add vsplat instructions, fix sched description for... |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Chris Lattner | Custom lower arbitrary VECTOR_SHUFFLE's to VPERM. |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Chris Lattner | Claim to have v16i8 for perm masks |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Chris Lattner | If a target supports splatting with SHUFFLE_VECTOR... |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Chris Lattner | TargetData doesn't know the alignment of vectors :( |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Chris Lattner | add the vperm instruction |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Chris Lattner | Add some helper methods |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Chris Lattner | Add another helper |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | Add very basic support for VECTOR_SHUFFLE |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | add a node |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | Add a helper method |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | add a note with a testcase |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Reid Spencer | The library dependency file in flat format. This file... |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Reid Spencer | First cut at the Makefile for llvm-config. This initial... |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | Add a note about the MUL -> FMADD vector bug. |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Reid Spencer | Add a -flat option for generating the library dependenc... |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | Teach cee to propagate through switch statements. ... |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | new testcase, contributed by Eric Kidd. |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Evan Cheng | Vector undef's |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Evan Cheng | getEnumName() missed v8i8, v4i16, and v2i32 types |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | Custom lower SCALAR_TO_VECTOR into lve*x. |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | Allow SCALAR_TO_VECTOR to be custom lowered. |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | Add SCALAR_TO_VECTOR support |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | PPC doesn't have SCALAR_TO_VECTOR |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | add support for vector undef |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Evan Cheng | Remind us of exit value substitution |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Evan Cheng | Turning on LSR by default |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Evan Cheng | Remember which tests are hurt by LSR. |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | add a new testcase. This insertelement should be a... |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | Don't bother storing undef elements of BUILD_VECTOR's |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | minor fixes |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | notes |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | improve comments, add a new MVT::getVectorBaseType... |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | add another testcase, explicitly check stuff works... |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | we don't use lmw/stmw. When we want them they are... |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | Implement expand of BUILD_VECTOR containing variable... |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | fold insertelement(buildvector) -> buildvector if the... |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | add two new insert_element tests |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | implement basic support for INSERT_VECTOR_ELT. |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | rename these nodes |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | Rename ConstantVec -> BUILD_VECTOR and VConstant -... |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | Rename ConstantVec -> BUILD_VECTOR and VConstant -... |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | implement vector.ll:test_undef |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | Add three new testcases |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Chris Lattner | Fix the remaining bugs in the vector expansion rework... |
commit | commitdiff | tree | snapshot |
2006-03-18 |
Chris Lattner | update testcases for x86 fastcc changes. |
commit | commitdiff | tree | snapshot |
2006-03-18 |
Evan Cheng | - Fixed a bogus if condition. |
commit | commitdiff | tree | snapshot |
2006-03-18 |
Chris Lattner | Change the structure of lowering vector stuff. Note... |
commit | commitdiff | tree | snapshot |
2006-03-18 |
Chris Lattner | Update comments. |
commit | commitdiff | tree | snapshot |
2006-03-18 |
Evan Cheng | Use the generic vector register classes VR64 / VR128... |
commit | commitdiff | tree | snapshot |
2006-03-18 |
Evan Cheng | Sort StrideOrder so we can process the smallest strides... |
commit | commitdiff | tree | snapshot |
2006-03-18 |
Chris Lattner | Fix miscodegen of V_SET0 in PPC. |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Nate Begeman | Fix subfic to match subc by default instead of sub... |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Nate Begeman | Add a missing testcase |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Evan Cheng | Darwin should use _setjmp/_longjmp instead of setjmp... |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Evan Cheng | Move some pattern fragments to the right files. |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Chris Lattner | add a couple enum values |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Chris Lattner | add a couple of enum values |
commit | commitdiff | tree | snapshot |
next |