2015-03-26 |
Benjamin Kramer | Remove outdated README-SSE.txt entries. |
blob | commitdiff | raw |
2014-02-07 |
Jim Grosbach | X86: Resolve a long standing FIXME and properly isel... |
blob | commitdiff | raw | diff to current |
2013-08-04 |
Benjamin Kramer | X86: Turn fp selects into mask operations. |
blob | commitdiff | raw | diff to current |
2013-02-17 |
Benjamin Kramer | X86: Add a note. |
blob | commitdiff | raw | diff to current |
2012-09-03 |
Chris Lattner | some peepholes that should match horizontal add/sub... |
blob | commitdiff | raw | diff to current |
2012-03-19 |
Benjamin Kramer | Add a note for -ffast-math optimization of vector norm. |
blob | commitdiff | raw | diff to current |
2011-12-09 |
Benjamin Kramer | This is now implemented. |
blob | commitdiff | raw | diff to current |
2011-10-10 |
Lang Hames | Add a natural stack alignment field to TargetData,... |
blob | commitdiff | raw | diff to current |
2011-02-12 |
Benjamin Kramer | Add a note about SSE4.1 roundss/roundsd. |
blob | commitdiff | raw | diff to current |
2010-09-05 |
Chris Lattner | update this. |
blob | commitdiff | raw | diff to current |
2010-08-25 |
Chris Lattner | we should pattern match the SSE complex arithmetic... |
blob | commitdiff | raw | diff to current |
2010-08-23 |
Chris Lattner | random improvement for variable shift codegen. |
blob | commitdiff | raw | diff to current |
2010-07-11 |
Jakob Stoklund Olesen | Remove obsolete README_SSE note. |
blob | commitdiff | raw | diff to current |
2010-07-05 |
Chris Lattner | some notes about suboptimal insertps's |
blob | commitdiff | raw | diff to current |
2010-06-03 |
Eli Friedman | Remove some already-fixed README entries. |
blob | commitdiff | raw | diff to current |
2010-06-03 |
Eli Friedman | Remove README entry which no longer compiles to somethi... |
blob | commitdiff | raw | diff to current |
2010-03-02 |
Dan Gohman | Floating-point add, sub, and mul are now spelled fadd... |
blob | commitdiff | raw | diff to current |
2010-02-10 |
Dan Gohman | Fix "the the" and similar typos. |
blob | commitdiff | raw | diff to current |
2010-02-09 |
Chris Lattner | add a note from PR6194 |
blob | commitdiff | raw | diff to current |
2010-02-04 |
Chris Lattner | move the PR6214 microoptzn to this file. |
blob | commitdiff | raw | diff to current |
2010-01-13 |
Chris Lattner | this is an SSE-specific issue. |
blob | commitdiff | raw | diff to current |
2009-02-04 |
Chris Lattner | Bill implemented this. |
blob | commitdiff | raw | diff to current |
2009-02-04 |
Chris Lattner | add a note, this is why we're faster at SciMark-MonteCa... |
blob | commitdiff | raw | diff to current |
2009-01-28 |
Evan Cheng | The memory alignment requirement on some of the mov... |
blob | commitdiff | raw | diff to current |
2008-09-20 |
Chris Lattner | add a note |
blob | commitdiff | raw | diff to current |
2008-08-19 |
Chris Lattner | add a note |
blob | commitdiff | raw | diff to current |
2008-06-25 |
Evan Cheng | - Fix a x86 vector isel bug: illegal transformation... |
blob | commitdiff | raw | diff to current |
2008-05-24 |
Evan Cheng | This is done. |
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 |
Dan Gohman | Elaborate on the entry on integer vector multiplication... |
blob | commitdiff | raw | diff to current |
2008-05-23 |
Evan Cheng | New entry. |
blob | commitdiff | raw | diff to current |
2008-05-23 |
Chris Lattner | we compile multiply-by-constant into horrible code... |
blob | commitdiff | raw | diff to current |
2008-05-13 |
Chris Lattner | add a note |
blob | commitdiff | raw | diff to current |
2008-05-13 |
Chris Lattner | add a note |
blob | commitdiff | raw | diff to current |
2008-05-13 |
Evan Cheng | Instead of a vector load, shuffle and then extract... |
blob | commitdiff | raw | diff to current |
2008-05-13 |
Evan Cheng | On x86, it's safe to treat i32 load anyext as a normal... |
blob | commitdiff | raw | diff to current |
2008-05-12 |
Evan Cheng | Xform bitconvert(build_pair(load a, load b)) to a singl... |
blob | commitdiff | raw | diff to current |
2008-05-11 |
Anton Korobeynikov | Add note |
blob | commitdiff | raw | diff to current |
2008-04-10 |
Chris Lattner | add a note, this is actually not too bad to implement. |
blob | commitdiff | raw | diff to current |
2008-04-10 |
Chris Lattner | move the x86-32 part of PR2108 here. |
blob | commitdiff | raw | diff to current |
2008-03-09 |
Chris Lattner | Finish implementing a readme entry: when inserting... |
blob | commitdiff | raw | diff to current |
2008-03-09 |
Chris Lattner | add a note |
blob | commitdiff | raw | diff to current |
2008-03-09 |
Chris Lattner | Implement a readme entry, compiling |
blob | commitdiff | raw | diff to current |
2008-03-08 |
Chris Lattner | This one looks easy, add a note. |
blob | commitdiff | raw | diff to current |
2008-03-08 |
Chris Lattner | move these to the appropriate file |
blob | commitdiff | raw | diff to current |
2008-03-05 |
Chris Lattner | evan implemented this. |
blob | commitdiff | raw | diff to current |
2008-03-05 |
Chris Lattner | add a note |
blob | commitdiff | raw | diff to current |
2008-03-02 |
Chris Lattner | Evan implemented these. |
blob | commitdiff | raw | diff to current |
2008-02-14 |
Chris Lattner | upgrade some entries, remove stuff that is done. |
blob | commitdiff | raw | diff to current |
2008-02-13 |
Nate Begeman | readme updates |
blob | commitdiff | raw | diff to current |
2008-02-11 |
Nate Begeman | Enable SSE4 codegen and pattern matching. |
blob | commitdiff | raw | diff to current |
2008-01-27 |
Chris Lattner | add a note |
blob | commitdiff | raw | diff to current |
2008-01-26 |
Chris Lattner | Add some notes. |
blob | commitdiff | raw | diff to current |
2007-12-29 |
Chris Lattner | One readme entry is done, one is really easy (Evan... |
blob | commitdiff | raw | diff to current |
2007-12-21 |
Evan Cheng | New entry. |
blob | commitdiff | raw | diff to current |
2007-10-29 |
Chris Lattner | add a note. |
blob | commitdiff | raw | diff to current |
2007-10-02 |
Bill Wendling | Small label changes. |
blob | commitdiff | raw | diff to current |
2007-10-02 |
Bill Wendling | Now with source code. |
blob | commitdiff | raw | diff to current |
2007-10-02 |
Bill Wendling | Micro-optimization -- missed LICM opportunity. |
blob | commitdiff | raw | diff to current |
2007-09-26 |
Chris Lattner | move PR1264 here. |
blob | commitdiff | raw | diff to current |
2007-08-24 |
Chris Lattner | add a note |
blob | commitdiff | raw | diff to current |
2007-08-15 |
Chris Lattner | add a note. |
blob | commitdiff | raw | diff to current |
2007-07-12 |
Chris Lattner | another missed SSE optimization |
blob | commitdiff | raw | diff to current |
2007-07-10 |
Chris Lattner | add a note |
blob | commitdiff | raw | diff to current |
2007-03-28 |
Bill Wendling | Made this into a bug report: PR1286 |
blob | commitdiff | raw | diff to current |
2007-03-22 |
Bill Wendling | Support added for shifts and unpacking MMX instructions. |
blob | commitdiff | raw | diff to current |
2007-02-27 |
Chris Lattner | a note |
blob | commitdiff | raw | diff to current |
2006-12-15 |
Evan Cheng | This is done. |
blob | commitdiff | raw | diff to current |
2006-12-14 |
Evan Cheng | This is done. |
blob | commitdiff | raw | diff to current |
2006-12-13 |
Evan Cheng | Add note. |
blob | commitdiff | raw | diff to current |
2006-12-11 |
Chris Lattner | this is done |
blob | commitdiff | raw | diff to current |
2006-12-05 |
Chris Lattner | Add a perf optzn corresponding to PR1033. |
blob | commitdiff | raw | diff to current |
2006-11-10 |
Evan Cheng | Add a note. |
blob | commitdiff | raw | diff to current |
2006-11-10 |
Evan Cheng | These are done. |
blob | commitdiff | raw | diff to current |
2006-10-18 |
Chris Lattner | add a note |
blob | commitdiff | raw | diff to current |
2006-10-04 |
Chris Lattner | add a note :( |
blob | commitdiff | raw | diff to current |
2006-09-11 |
Evan Cheng | Updates. |
blob | commitdiff | raw | diff to current |
2006-07-10 |
Evan Cheng | New entry. |
blob | commitdiff | raw | diff to current |
2006-06-14 |
Chris Lattner | add a note |
blob | commitdiff | raw | diff to current |
2006-05-30 |
Evan Cheng | A new entry |
blob | commitdiff | raw | diff to current |
2006-05-19 |
Chris Lattner | Split the SSE readme items out into their own README. |
blob | commitdiff | raw | diff to current |
|