2006-04-06 |
Chris Lattner | Lower vperm(x,y, mask) -> shuffle(x,y,mask) if mask... |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Chris Lattner | this is no longer an intrinsic. |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Chris Lattner | Support pattern matching vsldoi(x,y) and vsldoi(x,x... |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Chris Lattner | Compile the vpkuhum/vpkuwum intrinsics into vpkuhum... |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Chris Lattner | Add support for building the LLVM libraries and tools... |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Evan Cheng | POR encoded as PAND, yikes. |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Evan Cheng | An entry about comi / ucomi intrinsics. |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Evan Cheng | Support for comi / ucomi intrinsics. |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Evan Cheng | Added comi and ucomi SSE intrinsics. |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Chris Lattner | Add all of the data stream intrinsics and instructions... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Chris Lattner | add altivec ds* intrinsics |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Chris Lattner | Fix a typo |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Chris Lattner | Fix CodeGen/PowerPC/2006-04-05-splat-ish.ll |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Chris Lattner | new testcase that was miscompiled to vspltisb |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Evan Cheng | Handle canonical form of e.g. |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Chris Lattner | Make a vector live across blocks have the correct Vec... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Evan Cheng | Bogus assert |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Evan Cheng | Fallthrough to expand if a VECTOR_SHUFFLE cannot be... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Evan Cheng | Exapnd a VECTOR_SHUFFLE to a BUILD_VECTOR if target... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Jeff Cohen | Fix more tablegen depedency issues in Visual Studio. |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Evan Cheng | Separate out to 2 test cases |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Andrew Lenharth | make this test less exacting |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Andrew Lenharth | revert this, this is safe, if conservative. leave... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Evan Cheng | Handle v8i16 shuffle that must be broken into a pair... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Evan Cheng | Add a new shuffle test case that requires pshuflw ... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Chris Lattner | add vsl |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Chris Lattner | Get the types right, third time is the charm. Add... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Chris Lattner | add vmladduhm |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Chris Lattner | correct the type of two intrinsics, add int_ppc_altivec... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Chris Lattner | Add m[tf]vscr instructions. |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Chris Lattner | Add m[tf]vscr intrinsics. |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Chris Lattner | Add missing byte merges. |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Chris Lattner | Add FP -> Int Conversions |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Chris Lattner | add average intrinsics |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Chris Lattner | add average intrinsics. |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Chris Lattner | Fix some broken logic that would cause us to codegen... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Evan Cheng | Added pslldq and psrldq. |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Evan Cheng | Added intrinsics to match __builtin_ia32_pslldqi128 and |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Evan Cheng | Minor fixes + naming changes. |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Chris Lattner | How could this ever have worked? |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Evan Cheng | PSHUF* encoding bugs. |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Chris Lattner | Make sure to consider alignment of variable sized objects. |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Chris Lattner | Do not create ZEXTLOAD's unless we are before legalize... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Chris Lattner | Ask legalize to promote all vector shuffles to be v16i8... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Chris Lattner | * Add supprot for SCALAR_TO_VECTOR operations where... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Chris Lattner | Move isShuffleLegal from TLI to Legalize. |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Chris Lattner | Signed shr by a constant is not the same as sdiv by 2^k |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Evan Cheng | cmpps / cmppd encoding bug |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Chris Lattner | Fix the types for these intrinsics. |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Chris Lattner | Constant fold bitconvert(undef) |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Chris Lattner | Allow targets to have fine grained control over which... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Evan Cheng | Compact some intrinsic definitions. |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Chris Lattner | Plug in the byte and short splats |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Chris Lattner | Revert accidentally committed hunks. |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Chris Lattner | Make sure to mark unsupported SCALAR_TO_VECTOR operatio... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Evan Cheng | Some SSE1 intrinsics: min, max, sqrt, etc. |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Chris Lattner | revert previous patch |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Evan Cheng | Use movlpd to: store lower f64 extracted from v2f64. |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Chris Lattner | Force use of a frame-pointer if there is anything on... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Chris Lattner | The stack alignment is now computed dynamically, just... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Chris Lattner | Remove unused method |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Chris Lattner | Keep track of max stack alignment as objects are added... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Evan Cheng | - More efficient extract_vector_elt with shuffle and... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Chris Lattner | Align vectors to the size in bytes, not bits. |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Chris Lattner | Add a missing check, this fixes UnitTests/Vector/sumarray.c |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Chris Lattner | Add a missing check, which broke a bunch of vector... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Chris Lattner | shrinkify intrinsics more by using some local classes |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Chris Lattner | Add the full set of min/max instructions |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Chris Lattner | Add some classes to make it easier to define intrinsics... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Andrew Lenharth | support x * (c1 + c2) where c1 and c2 are pow2s. speci... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Andrew Lenharth | test powers of 2 |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Andrew Lenharth | mul by const conversion sequences. more coming soon |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Andrew Lenharth | back this out |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Andrew Lenharth | test some more mul by constant removal |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Andrew Lenharth | Make sure mul by constant 5 is turned into a s4addq |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Andrew Lenharth | This should be a win of every arch |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Andrew Lenharth | This makes McCat/12-IOtest go 8x faster or so |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Andrew Lenharth | This will be needed soon |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Reid Spencer | For PR722: |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Chris Lattner | Inform the dag combiner that the predicate compares... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Chris Lattner | relax assertion |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Chris Lattner | Allow targets to compute masked bits for intrinsics. |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Chris Lattner | Add a little dag combine to compile this: |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Chris Lattner | vector casts of casts are eliminable. Transform this: |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Chris Lattner | vector casts never reinterpret bits |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Chris Lattner | Allow transforming this: |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Chris Lattner | Turn altivec lvx/stvx intrinsics into loads and stores... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Chris Lattner | Remove done item |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Jeff Cohen | Fix tablegen related dependencies in Visual Studio. |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Chris Lattner | Implement promotion for EXTRACT_VECTOR_ELT, allowing... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Chris Lattner | Implement the Expand action for binary vector operation... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Chris Lattner | Intrinsics that just load from memory can be treated... |
commit | commitdiff | tree | snapshot |
next |