2008-05-24 |
Evan Cheng | Eliminate x86.sse2.movs.d, x86.sse2.shuf.pd, x86.sse2... |
blob | commitdiff | raw |
2008-05-24 |
Evan Cheng | Remove x86.sse2.loadh.pd and x86.sse2.loadl.pd. These... |
blob | commitdiff | raw | diff to current |
2008-05-23 |
Evan Cheng | Use movlps / movhps to modify low / high half of 16... |
blob | commitdiff | raw | diff to current |
2008-05-23 |
Evan Cheng | Fix a duplicated pattern. |
blob | commitdiff | raw | diff to current |
2008-05-23 |
Dan Gohman | Use PMULDQ for v2i64 multiplies when SSE4.1 is availabl... |
blob | commitdiff | raw | diff to current |
2008-05-23 |
Evan Cheng | Bug: rcpps can only folds a load if the address is... |
blob | commitdiff | raw | diff to current |
2008-05-22 |
Evan Cheng | Add missing patterns. |
blob | commitdiff | raw | diff to current |
2008-05-20 |
Evan Cheng | movsd and movq do not require 16-byte alignment. This... |
blob | commitdiff | raw | diff to current |
2008-05-13 |
Nate Begeman | Fix one more encoding bug. |
blob | commitdiff | raw | diff to current |
2008-05-13 |
Nate Begeman | Fix and encoding error in the psrad xmm, imm8 instruction. |
blob | commitdiff | raw | diff to current |
2008-05-12 |
Nate Begeman | Teach Legalize how to scalarize VSETCC |
blob | commitdiff | raw | diff to current |
2008-05-12 |
Nate Begeman | Initial X86 codegen support for VSETCC. |
blob | commitdiff | raw | diff to current |
2008-05-10 |
Evan Cheng | Some clean up. |
blob | commitdiff | raw | diff to current |
2008-05-09 |
Evan Cheng | Add a pattern to do move the low element of a v4f32... |
blob | commitdiff | raw | diff to current |
2008-05-09 |
Evan Cheng | Handle a few more cases of folding load i64 into xmm... |
blob | commitdiff | raw | diff to current |
2008-05-08 |
Evan Cheng | Use movq to move low half of XMM register and zero... |
blob | commitdiff | raw | diff to current |
2008-05-08 |
Evan Cheng | Handle vector move / load which zero the destination... |
blob | commitdiff | raw | diff to current |
2008-05-03 |
Evan Cheng | Add separate intrinsics for MMX / SSE shifts with i32... |
blob | commitdiff | raw | diff to current |
2008-05-02 |
Evan Cheng | 80 column violation. |
blob | commitdiff | raw | diff to current |
2008-04-20 |
Chris Lattner | A better fix for my previous patch, MOVZQI2PQIrr just... |
blob | commitdiff | raw | diff to current |
2008-04-16 |
Dan Gohman | Add support for the form of the SSE41 extractps instruc... |
blob | commitdiff | raw | diff to current |
2008-04-10 |
Chris Lattner | Fix the x86-64 side of PR2108 by adding a v2f64 version of |
blob | commitdiff | raw | diff to current |
2008-04-05 |
Evan Cheng | Favors pshufd over shufps when shuffling elements from... |
blob | commitdiff | raw | diff to current |
2008-03-26 |
Evan Cheng | Fix some SSE4.1 instruction encoding bugs. |
blob | commitdiff | raw | diff to current |
2008-03-24 |
Evan Cheng | - SSE4.1 extractfps extracts a f32 into a gr32 register... |
blob | commitdiff | raw | diff to current |
2008-03-16 |
Nate Begeman | Add a couple missing SSE4 instructions |
blob | commitdiff | raw | diff to current |
2008-03-15 |
Evan Cheng | Replace all target specific implicit def instructions... |
blob | commitdiff | raw | diff to current |
2008-03-14 |
Evan Cheng | Fix some 80 col violations. |
blob | commitdiff | raw | diff to current |
2008-03-14 |
Evan Cheng | Fix a number of encoding bugs. SSE 4.1 instructions... |
blob | commitdiff | raw | diff to current |
2008-03-12 |
Evan Cheng | Clean up my own mess. |
blob | commitdiff | raw | diff to current |
2008-03-08 |
Evan Cheng | Implement x86 support for @llvm.prefetch. It correspond... |
blob | commitdiff | raw | diff to current |
2008-03-05 |
Evan Cheng | isTwoAddress = 1 -> Constraints. |
blob | commitdiff | raw | diff to current |
2008-03-05 |
Evan Cheng | PSLLWri etc. are two-address instructions. |
blob | commitdiff | raw | diff to current |
2008-02-18 |
Evan Cheng | - When DAG combiner is folding a bit convert into a... |
blob | commitdiff | raw | diff to current |
2008-02-16 |
Andrew Lenharth | llvm.memory.barrier, and impl for x86 and alpha |
blob | commitdiff | raw | diff to current |
2008-02-12 |
Nate Begeman | SSE4.1 64b integer insert/extract pattern support |
blob | commitdiff | raw | diff to current |
2008-02-11 |
Nate Begeman | Enable SSE4 codegen and pattern matching. |
blob | commitdiff | raw | diff to current |
2008-02-10 |
Nate Begeman | xmm0 variable blends |
blob | commitdiff | raw | diff to current |
2008-02-09 |
Nate Begeman | memopv16i8 had wrong alignment requirement, would have... |
blob | commitdiff | raw | diff to current |
2008-02-09 |
Nate Begeman | Skeleton of insert and extract matching, more to come |
blob | commitdiff | raw | diff to current |
2008-02-04 |
Nate Begeman | The rest of the SSE4.1 intrinsic patterns that are... |
blob | commitdiff | raw | diff to current |
2008-02-04 |
Nate Begeman | Some more SSE 4.1 intrinsic patterns. |
blob | commitdiff | raw | diff to current |
2008-02-03 |
Nate Begeman | SSE 4.1 Intrinsics and detection |
blob | commitdiff | raw | diff to current |
2008-01-24 |
Chris Lattner | Significantly simplify and improve handling of FP funct... |
blob | commitdiff | raw | diff to current |
2008-01-11 |
Chris Lattner | add some missing flags. |
blob | commitdiff | raw | diff to current |
2008-01-10 |
Chris Lattner | Start inferring side effect information more aggressive... |
blob | commitdiff | raw | diff to current |
2008-01-10 |
Chris Lattner | remove explicit sets of 'neverHasSideEffects' that... |
blob | commitdiff | raw | diff to current |
2008-01-06 |
Chris Lattner | rename isLoad -> isSimpleLoad due to evan's desire... |
blob | commitdiff | raw | diff to current |
2007-12-29 |
Chris Lattner | Remove attribution from file headers, per discussion... |
blob | commitdiff | raw | diff to current |
2007-12-20 |
Evan Cheng | Fix JIT encoding for CMPSD as well. |
blob | commitdiff | raw | diff to current |
2007-12-17 |
Bill Wendling | Add "mayHaveSideEffects" and "neverHasSideEffects"... |
blob | commitdiff | raw | diff to current |
2007-12-16 |
Chris Lattner | Fix the JIT encoding of cmp*ss, which aborts with this... |
blob | commitdiff | raw | diff to current |
2007-12-15 |
Evan Cheng | Make better use of instructions that clear high bits... |
blob | commitdiff | raw | diff to current |
2007-12-12 |
Evan Cheng | Implicit def instructions, e.g. X86::IMPLICIT_DEF_GR32... |
blob | commitdiff | raw | diff to current |
2007-12-06 |
Evan Cheng | Remove a bogus optimization. It's not possible to do... |
blob | commitdiff | raw | diff to current |
2007-11-25 |
Chris Lattner | Fix a long standing deficiency in the X86 backend:... |
blob | commitdiff | raw | diff to current |
2007-11-17 |
Nate Begeman | Add support for vectors to int <-> float casts. |
blob | commitdiff | raw | diff to current |
2007-10-30 |
Dale Johannesen | Add missing SSE builtins: CVTPD2PI, CVTPS2PI, |
blob | commitdiff | raw | diff to current |
2007-10-12 |
Arnold Schwaighofer | Corrected many typing errors. And removed 'nest' parame... |
blob | commitdiff | raw | diff to current |
2007-10-11 |
Dale Johannesen | Add missing argument to PALIGNR |
blob | commitdiff | raw | diff to current |
2007-10-06 |
Evan Cheng | Added DAG xforms. e.g. |
blob | commitdiff | raw | diff to current |
2007-10-01 |
Evan Cheng | Typo. X86comi doesn't read / write chain's. |
blob | commitdiff | raw | diff to current |
2007-09-29 |
Evan Cheng | Enabling new condition code modeling scheme. |
blob | commitdiff | raw | diff to current |
2007-09-25 |
Evan Cheng | Added support for new condition code modeling scheme... |
blob | commitdiff | raw | diff to current |
2007-09-23 |
Dale Johannesen | Fix PR 1681. When X86 target uses +sse -sse2, |
blob | commitdiff | raw | diff to current |
2007-09-14 |
Evan Cheng | Add implicit def of EFLAGS on those instructions that... |
blob | commitdiff | raw | diff to current |
2007-09-11 |
Evan Cheng | Remove (somewhat confusing) Imp<> helper, use let Defs... |
blob | commitdiff | raw | diff to current |
2007-09-07 |
Dan Gohman | Avoid storing and reloading zeros and other constants... |
blob | commitdiff | raw | diff to current |
2007-08-30 |
Evan Cheng | Mark load instructions with isLoad = 1. |
blob | commitdiff | raw | diff to current |
2007-08-11 |
Bill Wendling | 64-bit SSSE3 ops that use MMX registers don't require... |
blob | commitdiff | raw | diff to current |
2007-08-10 |
Bill Wendling | For kicks, I though it would be fun to use the correct... |
blob | commitdiff | raw | diff to current |
2007-08-10 |
Bill Wendling | Adding SSSE3 intrinsics. |
blob | commitdiff | raw | diff to current |
2007-08-02 |
Dan Gohman | Fix the alignment requirements of several unpck and... |
blob | commitdiff | raw | diff to current |
2007-08-02 |
Dan Gohman | Fix pastos in vector arithmetic intrinsics. |
blob | commitdiff | raw | diff to current |
2007-08-02 |
Dan Gohman | Mark the SSE and MMX load instructions that |
blob | commitdiff | raw | diff to current |
2007-08-01 |
Evan Cheng | Missing Requires. |
blob | commitdiff | raw | diff to current |
2007-07-31 |
Dan Gohman | Change the x86 assembly output to use tab characters... |
blob | commitdiff | raw | diff to current |
2007-07-31 |
Evan Cheng | Redo and generalize previously removed opt for pinsrw... |
blob | commitdiff | raw | diff to current |
2007-07-27 |
Dan Gohman | Re-apply 40504, but with a fix for the segfault it... |
blob | commitdiff | raw | diff to current |
2007-07-27 |
Evan Cheng | Reverting 40504 for now. It's breaking oggenc. |
blob | commitdiff | raw | diff to current |
2007-07-26 |
Dan Gohman | Fix a whitespace difference between CMPSSrr and CMPSDrr. |
blob | commitdiff | raw | diff to current |
2007-07-26 |
Dan Gohman | Remove X86ISD::LOAD_PACK and X86ISD::LOAD_UA and associ... |
blob | commitdiff | raw | diff to current |
2007-07-20 |
Evan Cheng | Because we promote SSE logical ops and loads to v2i64... |
blob | commitdiff | raw | diff to current |
2007-07-19 |
Evan Cheng | Fix patterns so we isel the xorps, etc. for floating... |
blob | commitdiff | raw | diff to current |
2007-07-19 |
Evan Cheng | Change instruction description to split OperandList... |
blob | commitdiff | raw | diff to current |
2007-07-18 |
Dan Gohman | Implement initial memory alignment awareness for SSE... |
blob | commitdiff | raw | diff to current |
2007-07-10 |
Dan Gohman | Define non-intrinsic instructions for vector min, max... |
blob | commitdiff | raw | diff to current |
2007-07-03 |
Dale Johannesen | Fix for PR 1505 (and 1489). Rewrite X87 register |
blob | commitdiff | raw | diff to current |
2007-06-26 |
Dan Gohman | Revert the earlier change that removed the M_REMATERIAL... |
blob | commitdiff | raw | diff to current |
2007-06-25 |
Dan Gohman | Make minor adjustments to whitespace and comments to... |
blob | commitdiff | raw | diff to current |
2007-06-25 |
Dan Gohman | Fix loadv2i32 to be loadv4i32, though it isn't actually... |
blob | commitdiff | raw | diff to current |
2007-06-19 |
Dan Gohman | Replace M_REMATERIALIZIBLE and the newly-added isOtherR... |
blob | commitdiff | raw | diff to current |
2007-05-17 |
Evan Cheng | Added missing patterns for UNPCKH* and PUNPCKH*. |
blob | commitdiff | raw | diff to current |
2007-05-02 |
Bill Wendling | Non-algorithmic change. Moved definitions around into... |
blob | commitdiff | raw | diff to current |
2007-04-18 |
Dan Gohman | Fix the spelling of the prefetchnta instruction. |
blob | commitdiff | raw | diff to current |
2007-04-10 |
Bill Wendling | Add support for our first SSSE3 instruction "pmulhrsw". |
blob | commitdiff | raw | diff to current |
2007-03-21 |
Evan Cheng | Mark re-materializable instructions. |
blob | commitdiff | raw | diff to current |
2007-03-04 |
Chris Lattner | add missing braces |
blob | commitdiff | raw | diff to current |
2007-02-20 |
Evan Cheng | How the heck did I forget patterns for llvm.x86.sse2... |
blob | commitdiff | raw | diff to current |
2007-01-05 |
Evan Cheng | - FCOPYSIGN custom lowering bug. Clear the sign bit... |
blob | commitdiff | raw | diff to current |
next |