summaryrefslogtreecommitdiff
path: root/lib/Target/X86/README-SSE.txt
Commit message (Expand)AuthorAge
* this is an SSE-specific issue.Chris Lattner2010-01-13
* Bill implemented this.Chris Lattner2009-02-04
* add a note, this is why we're faster at SciMark-MonteCarlo withChris Lattner2009-02-04
* The memory alignment requirement on some of the mov{h|l}p{d|s} patterns are 1...Evan Cheng2009-01-28
* add a noteChris Lattner2008-09-20
* add a noteChris Lattner2008-08-19
* - Fix a x86 vector isel bug: illegal transformation of a vector_shuffle into aEvan Cheng2008-06-25
* This is done.Evan Cheng2008-05-24
* Use movlps / movhps to modify low / high half of 16-byet memory location.Evan Cheng2008-05-23
* Elaborate on the entry on integer vector multiplication by constants.Dan Gohman2008-05-23
* New entry.Evan Cheng2008-05-23
* we compile multiply-by-constant into horrible code. Doesn't sse4 have someChris Lattner2008-05-23
* add a noteChris Lattner2008-05-13
* add a noteChris Lattner2008-05-13
* Instead of a vector load, shuffle and then extract an element. Load the eleme...Evan Cheng2008-05-13
* On x86, it's safe to treat i32 load anyext as a normal i32 load. Ditto for i8...Evan Cheng2008-05-13
* Xform bitconvert(build_pair(load a, load b)) to a single load if the load loc...Evan Cheng2008-05-12
* Add noteAnton Korobeynikov2008-05-11
* add a note, this is actually not too bad to implement.Chris Lattner2008-04-10
* move the x86-32 part of PR2108 here.Chris Lattner2008-04-10
* Finish implementing a readme entry: when inserting an i64 variableChris Lattner2008-03-09
* add a noteChris Lattner2008-03-09
* Implement a readme entry, compilingChris Lattner2008-03-09
* This one looks easy, add a note.Chris Lattner2008-03-08
* move these to the appropriate fileChris Lattner2008-03-08
* evan implemented this.Chris Lattner2008-03-05
* add a noteChris Lattner2008-03-05
* Evan implemented these.Chris Lattner2008-03-02
* upgrade some entries, remove stuff that is done.Chris Lattner2008-02-14
* readme updatesNate Begeman2008-02-13
* Enable SSE4 codegen and pattern matching.Nate Begeman2008-02-11
* add a noteChris Lattner2008-01-27
* Add some notes.Chris Lattner2008-01-26
* One readme entry is done, one is really easy (Evan, want to investigateChris Lattner2007-12-29
* New entry.Evan Cheng2007-12-21
* add a note.Chris Lattner2007-10-29
* Small label changes.Bill Wendling2007-10-02
* Now with source code.Bill Wendling2007-10-02
* Micro-optimization -- missed LICM opportunity.Bill Wendling2007-10-02
* move PR1264 here.Chris Lattner2007-09-26
* add a noteChris Lattner2007-08-24
* add a note.Chris Lattner2007-08-15
* another missed SSE optimizationChris Lattner2007-07-12
* add a noteChris Lattner2007-07-10
* Made this into a bug report: PR1286Bill Wendling2007-03-28
* Support added for shifts and unpacking MMX instructions.Bill Wendling2007-03-22
* a noteChris Lattner2007-02-27
* This is done.Evan Cheng2006-12-15
* This is done.Evan Cheng2006-12-14
* Add note.Evan Cheng2006-12-13