| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove a couple of already-implemented notes. | Eli Friedman | 2009-07-21 | 1 | -12/+0 |
* | Move PR4517 to README.txt. | Nick Lewycky | 2009-07-09 | 1 | -0/+22 |
* | Factor the code for collecting IV users out of LSR into an IVUsers class, | Dan Gohman | 2009-05-12 | 1 | -10/+0 |
* | Fix two wording errors that Duncan spotted. | Dan Gohman | 2009-05-11 | 1 | -1/+1 |
* | LLVM has unaligned loads and stores now. | Dan Gohman | 2009-05-11 | 1 | -2/+1 |
* | Upgrade this example to new-style syntax. | Dan Gohman | 2009-05-11 | 1 | -5/+5 |
* | remove some done things: we have nocapture and SROA is smarter. | Chris Lattner | 2009-05-11 | 1 | -77/+13 |
* | add a note | Chris Lattner | 2009-05-11 | 1 | -0/+35 |
* | Remove a completed optimization. Add a potential optimization I ran | Eli Friedman | 2009-05-09 | 1 | -17/+9 |
* | add a note | Chris Lattner | 2009-03-28 | 1 | -0/+4 |
* | Add a totally synthetic situation I came up with while looking at a bug in | Nick Lewycky | 2009-02-25 | 1 | -0/+17 |
* | add note about sin | Edwin Török | 2009-02-20 | 1 | -0/+15 |
* | add note about possible GEP improvement with fields of size 0. | edwin | 2009-01-24 | 1 | -0/+6 |
* | add a note | Chris Lattner | 2009-01-22 | 1 | -0/+10 |
* | Add a README entry noticed while investigating PR3216. | Dan Gohman | 2009-01-20 | 1 | -0/+22 |
* | add some more crazy strlen and memcpy stuff I noticed in spec. | Chris Lattner | 2009-01-08 | 1 | -0/+99 |
* | add some notes about strlen craziness in eon. | Chris Lattner | 2009-01-08 | 1 | -0/+57 |
* | add a note | Chris Lattner | 2008-12-31 | 1 | -0/+9 |
* | add some notes for simplifylibcalls optimizations | Chris Lattner | 2008-12-23 | 1 | -0/+25 |
* | add some more notes. | Chris Lattner | 2008-12-15 | 1 | -2/+53 |
* | Add a testcase for GCC PR 23455, which lpre handles now. Add some | Chris Lattner | 2008-12-15 | 1 | -4/+10 |
* | gvn now hoists this load out of the hot non-call path. | Chris Lattner | 2008-12-15 | 1 | -29/+0 |
* | move an entry, add some notes, remove a completed item (IMPLICIT_DEF) | Chris Lattner | 2008-12-10 | 1 | -37/+38 |
* | improve a note. | Chris Lattner | 2008-12-07 | 1 | -1/+12 |
* | some more PRE/GVN/DSE related notes. | Chris Lattner | 2008-12-06 | 1 | -0/+51 |
* | some random notes. | Chris Lattner | 2008-12-06 | 1 | -0/+97 |
* | add a note | Chris Lattner | 2008-12-02 | 1 | -0/+21 |
* | - Remove the buggy -X/C -> X/-C transform. This isn't valid when X isn't a | Bill Wendling | 2008-12-02 | 1 | -0/+10 |
* | Implement ((A|B)&1)|(B&-2) -> (A&1) | B transformation. This also takes care of | Bill Wendling | 2008-12-01 | 1 | -6/+0 |
* | Add instruction combining for ((A&~B)|(~A&B)) -> A^B and all permutations. | Bill Wendling | 2008-11-30 | 1 | -6/+0 |
* | Implement (A&((~A)|B)) -> A&B transformation in the instruction combiner. This | Bill Wendling | 2008-11-30 | 1 | -10/+0 |
* | Moving potential optimizations out of PR2330 into lib/Target/README.txt. | Eli Friedman | 2008-11-30 | 1 | -0/+262 |
* | Also update the README. | Nick Lewycky | 2008-11-27 | 1 | -7/+1 |
* | Add a synthetic missed optimization. | Nick Lewycky | 2008-11-27 | 1 | -0/+24 |
* | move the note to the correct README | Edwin Török | 2008-10-24 | 1 | -95/+0 |
* | add note about va_arg code on x86 and x86-64 | Edwin Török | 2008-10-24 | 1 | -0/+94 |
* | This is now partly done. | Dan Gohman | 2008-10-17 | 1 | -1/+1 |
* | move PR1941 here. | Chris Lattner | 2008-10-15 | 1 | -0/+14 |
* | move PR1604 here. | Chris Lattner | 2008-10-15 | 1 | -0/+17 |
* | move PR1488 into this file. | Chris Lattner | 2008-10-15 | 1 | -0/+33 |
* | add a note | Chris Lattner | 2008-10-15 | 1 | -0/+30 |
* | this case is matched now. | Chris Lattner | 2008-10-05 | 1 | -9/+1 |
* | add a note | Chris Lattner | 2008-08-19 | 1 | -0/+17 |
* | move some more stuff out of my email into readme.txt | Chris Lattner | 2008-08-10 | 1 | -0/+73 |
* | add a note | Chris Lattner | 2008-08-10 | 1 | -0/+13 |
* | Add a note. | Chris Lattner | 2008-07-14 | 1 | -0/+12 |
* | Peer through sext/zext when looking for not(cmp). | Nick Lewycky | 2008-05-31 | 1 | -26/+0 |
* | Yay us! Every one of these examples turns into icmp/zext/ret. | Nick Lewycky | 2008-05-31 | 1 | -5/+0 |
* | trip count computation deficiency | Chris Lattner | 2008-05-17 | 1 | -0/+9 |
* | Moved from PR1570. | Nick Lewycky | 2008-03-30 | 1 | -0/+26 |