summaryrefslogtreecommitdiff
path: root/lib/Target/X86/README.txt
Commit message (Expand)AuthorAge
* this is an SSE-specific issue.Chris Lattner2010-01-13
* X86 if conversion + tail merging issues from PR6032.Chris Lattner2010-01-13
* Remove some README.txt entries which are now implemented.Dan Gohman2010-01-04
* A couple minor README updates.Eli Friedman2009-12-21
* Move and clarify note.Bill Wendling2009-10-27
* Note corrected.Bill Wendling2009-10-27
* Modify note.Bill Wendling2009-10-27
* Add a note.Bill Wendling2009-10-27
* Add a note.Evan Cheng2009-07-30
* remove a bogus note.Chris Lattner2009-06-30
* add a noteChris Lattner2009-06-30
* another xform that is target-independent (should be done in instcombine).Chris Lattner2009-06-16
* I think instcombine should unconditionally do this xform.Chris Lattner2009-06-16
* Misc x86 README updates: remove a couple of already-fixed issues, Eli Friedman2009-06-11
* add some late optimizations that GCC does. It thinks these are a winChris Lattner2009-05-25
* we should eventually add -march=atom and the new atom movbe instruction.Chris Lattner2009-05-25
* Move 3 "(add (select cc, 0, c), x) -> (select cc, x, (add, x, c))"Chris Lattner2009-03-12
* Add more information to the EFLAGS note.Dan Gohman2009-03-10
* Add a note about EFLAGS optimization.Dan Gohman2009-03-09
* add a note.Chris Lattner2009-03-08
* add a note.Chris Lattner2009-03-08
* add a horrible noteChris Lattner2009-02-17
* MachineLICM now handles these cases.Dan Gohman2009-02-15
* add a note.Chris Lattner2009-02-08
* add a note Chris Lattner2008-12-06
* A couple small cleanups, plus a new potential optimization.Eli Friedman2008-11-30
* Add a README entry.Evan Cheng2008-11-11
* move the note to the correct READMETorok Edwin2008-10-24
* This is done.Dan Gohman2008-10-17
* This is done.Evan Cheng2008-08-26
* Remove unnecessary readme entryNate Begeman2008-07-17
* Add a note about a potential PIC optimization.Dan Gohman2008-06-24
* add a micro optzn.Chris Lattner2008-05-05
* Add an ugly note.Chris Lattner2008-04-21
* New entry.Evan Cheng2008-03-28
* Remove duplicated entries.Evan Cheng2008-03-23
* Fix X86's isTruncateFree to not claim that truncate to i1 is free. This fixes...Christopher Lamb2008-03-19
* Add an issue that is preventing instcombine from doing a simplification.Chris Lattner2008-03-14
* move these to the appropriate fileChris Lattner2008-03-08
* some more spelling changesGabor Greif2008-03-06
* Evan implemented these.Chris Lattner2008-03-02
* Add a random not very important noteChris Lattner2008-02-28
* A few more small things I've run into.Eli Friedman2008-02-28
* This is done.Evan Cheng2008-02-27
* A few minor updates, removing implemented stuff and adding a couple of Eli Friedman2008-02-21
* Dan implemented one multiply issue. Replace it with another. :)Chris Lattner2008-02-21
* Add a note about sext from i1 plus flags use.Chris Lattner2008-02-18
* move PR2053 to here.Chris Lattner2008-02-17
* llvm.memory.barrier, and impl for x86 and alphaAndrew Lenharth2008-02-16
* upgrade some entries, remove stuff that is done.Chris Lattner2008-02-14