Age | Commit message (Expand) | Author |
2012-03-19 | Add a note for -ffast-math optimization of vector norm. | Benjamin Kramer |
2011-12-09 | This is now implemented. | Benjamin Kramer |
2011-10-10 | Add a natural stack alignment field to TargetData, and prevent InstCombine from | Lang Hames |
2011-02-12 | Add a note about SSE4.1 roundss/roundsd. | Benjamin Kramer |
2010-09-05 | update this. | Chris Lattner |
2010-08-25 | we should pattern match the SSE complex arithmetic ops. | Chris Lattner |
2010-08-23 | random improvement for variable shift codegen. | Chris Lattner |
2010-07-11 | Remove obsolete README_SSE note. | Jakob Stoklund Olesen |
2010-07-05 | some notes about suboptimal insertps's | Chris Lattner |
2010-06-03 | Remove some already-fixed README entries. | Eli Friedman |
2010-06-03 | Remove README entry which no longer compiles to something sane. | Eli Friedman |
2010-03-02 | Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul, | Dan Gohman |
2010-02-10 | Fix "the the" and similar typos. | Dan Gohman |
2010-02-09 | add a note from PR6194 | Chris Lattner |
2010-02-04 | move the PR6214 microoptzn to this file. | Chris Lattner |
2010-01-13 | this is an SSE-specific issue. | Chris Lattner |
2009-02-04 | Bill implemented this. | Chris Lattner |
2009-02-04 | add a note, this is why we're faster at SciMark-MonteCarlo with | Chris Lattner |
2009-01-28 | The memory alignment requirement on some of the mov{h|l}p{d|s} patterns are 1... | Evan Cheng |
2008-09-20 | add a note | Chris Lattner |
2008-08-19 | add a note | Chris Lattner |
2008-06-25 | - Fix a x86 vector isel bug: illegal transformation of a vector_shuffle into a | Evan Cheng |
2008-05-24 | This is done. | Evan Cheng |
2008-05-23 | Use movlps / movhps to modify low / high half of 16-byet memory location. | Evan Cheng |
2008-05-23 | Elaborate on the entry on integer vector multiplication by constants. | Dan Gohman |
2008-05-23 | New entry. | Evan Cheng |
2008-05-23 | we compile multiply-by-constant into horrible code. Doesn't sse4 have some | Chris Lattner |
2008-05-13 | add a note | Chris Lattner |
2008-05-13 | add a note | Chris Lattner |
2008-05-13 | Instead of a vector load, shuffle and then extract an element. Load the eleme... | Evan Cheng |
2008-05-13 | On x86, it's safe to treat i32 load anyext as a normal i32 load. Ditto for i8... | Evan Cheng |
2008-05-12 | Xform bitconvert(build_pair(load a, load b)) to a single load if the load loc... | Evan Cheng |
2008-05-11 | Add note | Anton Korobeynikov |
2008-04-10 | add a note, this is actually not too bad to implement. | Chris Lattner |
2008-04-10 | move the x86-32 part of PR2108 here. | Chris Lattner |
2008-03-09 | Finish implementing a readme entry: when inserting an i64 variable | Chris Lattner |
2008-03-09 | add a note | Chris Lattner |
2008-03-09 | Implement a readme entry, compiling | Chris Lattner |
2008-03-08 | This one looks easy, add a note. | Chris Lattner |
2008-03-08 | move these to the appropriate file | Chris Lattner |
2008-03-05 | evan implemented this. | Chris Lattner |
2008-03-05 | add a note | Chris Lattner |
2008-03-02 | Evan implemented these. | Chris Lattner |
2008-02-14 | upgrade some entries, remove stuff that is done. | Chris Lattner |
2008-02-13 | readme updates | Nate Begeman |
2008-02-11 | Enable SSE4 codegen and pattern matching. | Nate Begeman |
2008-01-27 | add a note | Chris Lattner |
2008-01-26 | Add some notes. | Chris Lattner |
2007-12-29 | One readme entry is done, one is really easy (Evan, want to investigate | Chris Lattner |
2007-12-21 | New entry. | Evan Cheng |