summaryrefslogtreecommitdiff
path: root/lib/Target/README.txt
Commit message (Expand)AuthorAge
* Transform -X/C to X/-C, implementing a README.txt entry.Dan Gohman2009-08-12
* Remove a couple of already-implemented notes.Eli Friedman2009-07-21
* Move PR4517 to README.txt.Nick Lewycky2009-07-09
* Factor the code for collecting IV users out of LSR into an IVUsers class,Dan Gohman2009-05-12
* Fix two wording errors that Duncan spotted.Dan Gohman2009-05-11
* LLVM has unaligned loads and stores now.Dan Gohman2009-05-11
* Upgrade this example to new-style syntax.Dan Gohman2009-05-11
* remove some done things: we have nocapture and SROA is smarter.Chris Lattner2009-05-11
* add a noteChris Lattner2009-05-11
* Remove a completed optimization. Add a potential optimization I ran Eli Friedman2009-05-09
* add a noteChris Lattner2009-03-28
* Add a totally synthetic situation I came up with while looking at a bug inNick Lewycky2009-02-25
* add note about sinTorok Edwin2009-02-20
* add note about possible GEP improvement with fields of size 0.Torok Edwin2009-01-24
* add a noteChris Lattner2009-01-22
* Add a README entry noticed while investigating PR3216.Dan Gohman2009-01-20
* add some more crazy strlen and memcpy stuff I noticed in spec.Chris Lattner2009-01-08
* add some notes about strlen craziness in eon.Chris Lattner2009-01-08
* add a noteChris Lattner2008-12-31
* add some notes for simplifylibcalls optimizationsChris Lattner2008-12-23
* add some more notes.Chris Lattner2008-12-15
* Add a testcase for GCC PR 23455, which lpre handles now. Add someChris Lattner2008-12-15
* gvn now hoists this load out of the hot non-call path.Chris Lattner2008-12-15
* move an entry, add some notes, remove a completed item (IMPLICIT_DEF)Chris Lattner2008-12-10
* improve a note.Chris Lattner2008-12-07
* some more PRE/GVN/DSE related notes.Chris Lattner2008-12-06
* some random notes.Chris Lattner2008-12-06
* add a noteChris Lattner2008-12-02
* - Remove the buggy -X/C -> X/-C transform. This isn't valid when X isn't aBill Wendling2008-12-02
* Implement ((A|B)&1)|(B&-2) -> (A&1) | B transformation. This also takes care ofBill Wendling2008-12-01
* Add instruction combining for ((A&~B)|(~A&B)) -> A^B and all permutations.Bill Wendling2008-11-30
* Implement (A&((~A)|B)) -> A&B transformation in the instruction combiner. ThisBill Wendling2008-11-30
* Moving potential optimizations out of PR2330 into lib/Target/README.txt. Eli Friedman2008-11-30
* Also update the README.Nick Lewycky2008-11-27
* Add a synthetic missed optimization.Nick Lewycky2008-11-27
* move the note to the correct READMETorok Edwin2008-10-24
* add note about va_arg code on x86 and x86-64Torok Edwin2008-10-24
* This is now partly done.Dan Gohman2008-10-17
* move PR1941 here.Chris Lattner2008-10-15
* move PR1604 here.Chris Lattner2008-10-15
* move PR1488 into this file.Chris Lattner2008-10-15
* add a noteChris Lattner2008-10-15
* this case is matched now.Chris Lattner2008-10-05
* add a noteChris Lattner2008-08-19
* move some more stuff out of my email into readme.txtChris Lattner2008-08-10
* add a noteChris Lattner2008-08-10
* Add a note.Chris Lattner2008-07-14
* Peer through sext/zext when looking for not(cmp).Nick Lewycky2008-05-31
* Yay us! Every one of these examples turns into icmp/zext/ret.Nick Lewycky2008-05-31
* trip count computation deficiencyChris Lattner2008-05-17