2010-02-09 |
Chris Lattner | move PR6212 to this file. |
blob | commitdiff | raw |
2010-01-31 |
Eli Friedman | Remove a completed item, add a couple new ones. |
blob | commitdiff | raw | diff to current |
2010-01-29 |
Bob Wilson | Improve isSafeToLoadUnconditionally to recognize that... |
blob | commitdiff | raw | diff to current |
2010-01-24 |
Chris Lattner | reassociate should do this. |
blob | commitdiff | raw | diff to current |
2010-01-24 |
Chris Lattner | add a note. |
blob | commitdiff | raw | diff to current |
2010-01-23 |
Chris Lattner | implement a simple instcombine xform that has been... |
blob | commitdiff | raw | diff to current |
2010-01-23 |
Chris Lattner | add some notes, making posix-memalign be nocapture... |
blob | commitdiff | raw | diff to current |
2010-01-18 |
Eli Friedman | Add some potentially interesting transformations to... |
blob | commitdiff | raw | diff to current |
2010-01-06 |
Duncan Sands | Fix a README item: have functionattrs look through... |
blob | commitdiff | raw | diff to current |
2010-01-06 |
Duncan Sands | Partially address a README by having functionattrs... |
blob | commitdiff | raw | diff to current |
2010-01-04 |
Chris Lattner | implement an instcombine xform needed by clang's codegen |
blob | commitdiff | raw | diff to current |
2010-01-01 |
Chris Lattner | Teach codegen to lower llvm.powi to an efficient (but... |
blob | commitdiff | raw | diff to current |
2010-01-01 |
Chris Lattner | update this. To take the next step, llvm.powi should... |
blob | commitdiff | raw | diff to current |
2009-12-12 |
Eli Friedman | More info on this transformation. |
blob | commitdiff | raw | diff to current |
2009-12-12 |
Eli Friedman | Remove some stuff that's already implemented. Also... |
blob | commitdiff | raw | diff to current |
2009-12-03 |
Chris Lattner | expand note. |
blob | commitdiff | raw | diff to current |
2009-12-03 |
Chris Lattner | add a note |
blob | commitdiff | raw | diff to current |
2009-11-29 |
Chris Lattner | update and consolidate the load pre notes. |
blob | commitdiff | raw | diff to current |
2009-11-27 |
Chris Lattner | add a deadargelim note. |
blob | commitdiff | raw | diff to current |
2009-11-27 |
Chris Lattner | This testcase is actually only partially redundant... |
blob | commitdiff | raw | diff to current |
2009-11-27 |
Chris Lattner | this (and probably several others) are now done. |
blob | commitdiff | raw | diff to current |
2009-11-26 |
Chris Lattner | Teach memdep to phi translate bitcasts. This allows... |
blob | commitdiff | raw | diff to current |
2009-11-26 |
Chris Lattner | Teach basicaa that x|c == x+c when the c bits of x... |
blob | commitdiff | raw | diff to current |
2009-11-26 |
Chris Lattner | teach basicaa that A[i] != A[i+1]. |
blob | commitdiff | raw | diff to current |
2009-11-26 |
Chris Lattner | update some notes slightly |
blob | commitdiff | raw | diff to current |
2009-11-15 |
Nick Lewycky | Add a complex missed optimization opportunity I came... |
blob | commitdiff | raw | diff to current |
2009-11-11 |
Chris Lattner | another const prop failure. |
blob | commitdiff | raw | diff to current |
2009-11-11 |
Chris Lattner | add a note |
blob | commitdiff | raw | diff to current |
2009-11-10 |
Chris Lattner | add a note |
blob | commitdiff | raw | diff to current |
2009-11-10 |
Chris Lattner | I did this a week or two ago |
blob | commitdiff | raw | diff to current |
2009-11-07 |
Nick Lewycky | Improve tail call elimination to handle the switch... |
blob | commitdiff | raw | diff to current |
2009-11-05 |
Chris Lattner | add a note from PR5313 |
blob | commitdiff | raw | diff to current |
2009-10-27 |
Bill Wendling | Add new note. |
blob | commitdiff | raw | diff to current |
2009-10-27 |
Bill Wendling | Move and clarify note. |
blob | commitdiff | raw | diff to current |
2009-10-25 |
Chris Lattner | this is done. |
blob | commitdiff | raw | diff to current |
2009-10-23 |
Chris Lattner | some stuff is done, we still have constantexpr simplifi... |
blob | commitdiff | raw | diff to current |
2009-10-21 |
Chris Lattner | IPSCCP is missing stuff. |
blob | commitdiff | raw | diff to current |
2009-09-21 |
Chris Lattner | add a note |
blob | commitdiff | raw | diff to current |
2009-09-21 |
Chris Lattner | one case handled, expanded another testcase inline. |
blob | commitdiff | raw | diff to current |
2009-09-20 |
Chris Lattner | update an entry, delete an entry which has been fixed. |
blob | commitdiff | raw | diff to current |
2009-09-20 |
Nick Lewycky | Peer through zext and sext to eliminate them when it... |
blob | commitdiff | raw | diff to current |
2009-09-14 |
Chris Lattner | add PR# |
blob | commitdiff | raw | diff to current |
2009-08-12 |
Dan Gohman | Transform -X/C to X/-C, implementing a README.txt entry. |
blob | commitdiff | raw | diff to current |
2009-07-21 |
Eli Friedman | Remove a couple of already-implemented notes. |
blob | commitdiff | raw | diff to current |
2009-07-09 |
Nick Lewycky | Move PR4517 to README.txt. |
blob | commitdiff | raw | diff to current |
2009-05-12 |
Dan Gohman | Factor the code for collecting IV users out of LSR... |
blob | commitdiff | raw | diff to current |
2009-05-11 |
Dan Gohman | Fix two wording errors that Duncan spotted. |
blob | commitdiff | raw | diff to current |
2009-05-11 |
Dan Gohman | LLVM has unaligned loads and stores now. |
blob | commitdiff | raw | diff to current |
2009-05-11 |
Dan Gohman | Upgrade this example to new-style syntax. |
blob | commitdiff | raw | diff to current |
2009-05-11 |
Chris Lattner | remove some done things: we have nocapture and SROA... |
blob | commitdiff | raw | diff to current |
2009-05-11 |
Chris Lattner | add a note |
blob | commitdiff | raw | diff to current |
2009-05-09 |
Eli Friedman | Remove a completed optimization. Add a potential optim... |
blob | commitdiff | raw | diff to current |
2009-03-28 |
Chris Lattner | add a note |
blob | commitdiff | raw | diff to current |
2009-02-25 |
Nick Lewycky | Add a totally synthetic situation I came up with while... |
blob | commitdiff | raw | diff to current |
2009-02-20 |
Torok Edwin | add note about sin |
blob | commitdiff | raw | diff to current |
2009-01-24 |
Torok Edwin | add note about possible GEP improvement with fields... |
blob | commitdiff | raw | diff to current |
2009-01-22 |
Chris Lattner | add a note |
blob | commitdiff | raw | diff to current |
2009-01-20 |
Dan Gohman | Add a README entry noticed while investigating PR3216. |
blob | commitdiff | raw | diff to current |
2009-01-08 |
Chris Lattner | add some more crazy strlen and memcpy stuff I noticed... |
blob | commitdiff | raw | diff to current |
2009-01-08 |
Chris Lattner | add some notes about strlen craziness in eon. |
blob | commitdiff | raw | diff to current |
2008-12-31 |
Chris Lattner | add a note |
blob | commitdiff | raw | diff to current |
2008-12-23 |
Chris Lattner | add some notes for simplifylibcalls optimizations |
blob | commitdiff | raw | diff to current |
2008-12-15 |
Chris Lattner | add some more notes. |
blob | commitdiff | raw | diff to current |
2008-12-15 |
Chris Lattner | Add a testcase for GCC PR 23455, which lpre handles... |
blob | commitdiff | raw | diff to current |
2008-12-15 |
Chris Lattner | gvn now hoists this load out of the hot non-call path. |
blob | commitdiff | raw | diff to current |
2008-12-10 |
Chris Lattner | move an entry, add some notes, remove a completed item... |
blob | commitdiff | raw | diff to current |
2008-12-07 |
Chris Lattner | improve a note. |
blob | commitdiff | raw | diff to current |
2008-12-06 |
Chris Lattner | some more PRE/GVN/DSE related notes. |
blob | commitdiff | raw | diff to current |
2008-12-06 |
Chris Lattner | some random notes. |
blob | commitdiff | raw | diff to current |
2008-12-02 |
Chris Lattner | add a note |
blob | commitdiff | raw | diff to current |
2008-12-02 |
Bill Wendling | - Remove the buggy -X/C -> X/-C transform. This isn... |
blob | commitdiff | raw | diff to current |
2008-12-01 |
Bill Wendling | Implement ((A|B)&1)|(B&-2) -> (A&1) | B transformation... |
blob | commitdiff | raw | diff to current |
2008-11-30 |
Bill Wendling | Add instruction combining for ((A&~B)|(~A&B)) -> A... |
blob | commitdiff | raw | diff to current |
2008-11-30 |
Bill Wendling | Implement (A&((~A)|B)) -> A&B transformation in the... |
blob | commitdiff | raw | diff to current |
2008-11-30 |
Eli Friedman | Moving potential optimizations out of PR2330 into lib... |
blob | commitdiff | raw | diff to current |
2008-11-27 |
Nick Lewycky | Also update the README. |
blob | commitdiff | raw | diff to current |
2008-11-27 |
Nick Lewycky | Add a synthetic missed optimization. |
blob | commitdiff | raw | diff to current |
2008-10-24 |
Torok Edwin | move the note to the correct README |
blob | commitdiff | raw | diff to current |
2008-10-24 |
Torok Edwin | add note about va_arg code on x86 and x86-64 |
blob | commitdiff | raw | diff to current |
2008-10-17 |
Dan Gohman | This is now partly done. |
blob | commitdiff | raw | diff to current |
2008-10-15 |
Chris Lattner | move PR1941 here. |
blob | commitdiff | raw | diff to current |
2008-10-15 |
Chris Lattner | move PR1604 here. |
blob | commitdiff | raw | diff to current |
2008-10-15 |
Chris Lattner | move PR1488 into this file. |
blob | commitdiff | raw | diff to current |
2008-10-15 |
Chris Lattner | add a note |
blob | commitdiff | raw | diff to current |
2008-10-05 |
Chris Lattner | this case is matched now. |
blob | commitdiff | raw | diff to current |
2008-08-19 |
Chris Lattner | add a note |
blob | commitdiff | raw | diff to current |
2008-08-10 |
Chris Lattner | move some more stuff out of my email into readme.txt |
blob | commitdiff | raw | diff to current |
2008-08-10 |
Chris Lattner | add a note |
blob | commitdiff | raw | diff to current |
2008-07-14 |
Chris Lattner | Add a note. |
blob | commitdiff | raw | diff to current |
2008-05-31 |
Nick Lewycky | Peer through sext/zext when looking for not(cmp). |
blob | commitdiff | raw | diff to current |
2008-05-31 |
Nick Lewycky | Yay us! Every one of these examples turns into icmp... |
blob | commitdiff | raw | diff to current |
2008-05-17 |
Chris Lattner | trip count computation deficiency |
blob | commitdiff | raw | diff to current |
2008-03-30 |
Nick Lewycky | Moved from PR1570. |
blob | commitdiff | raw | diff to current |
2008-03-20 |
Chris Lattner | add a note. |
blob | commitdiff | raw | diff to current |
2008-03-17 |
Chris Lattner | various rotate fun. |
blob | commitdiff | raw | diff to current |
2008-03-02 |
Chris Lattner | another random note |
blob | commitdiff | raw | diff to current |
2008-03-02 |
Chris Lattner | Move pr717 to here. |
blob | commitdiff | raw | diff to current |
2008-02-28 |
Chris Lattner | add a note |
blob | commitdiff | raw | diff to current |
2008-02-28 |
Chris Lattner | target-indep codegen memcpy lowering issue. |
blob | commitdiff | raw | diff to current |
2008-02-18 |
Chris Lattner | upgrade some tests. |
blob | commitdiff | raw | diff to current |
next |