Age | Commit message (Expand) | Author |
2008-03-29 | make the common case of a single store (which clearly shouldn't be turned | Chris Lattner |
2008-03-29 | give form-memset a significantly more sane heuristic, enable it by default. | Chris Lattner |
2008-03-28 | make memset inference significantly more powerful: it can now handle | Chris Lattner |
2008-03-27 | PHI->removeIncomingValue may remove PHInode. | Devang Patel |
2008-03-25 | Handle a special case xor undef, undef -> 0. Technically this should be trans... | Evan Cheng |
2008-03-24 | Add incoming value from header only if phi node has any use inside the loop. | Devang Patel |
2008-03-24 | Temporarily disabling memset forming optimization. Add an option. | Evan Cheng |
2008-03-24 | Transform (zext (or (icmp), (icmp))) to (or (zext (cimp), (zext icmp))) if at... | Evan Cheng |
2008-03-22 | implement an initial hack at a straight-line store -> memset optimization. | Chris Lattner |
2008-03-22 | implement the logic for memset insertion and store deletion. | Chris Lattner |
2008-03-22 | This is a partially implemented and currently disabled start of a store | Chris Lattner |
2008-03-21 | Don't include <map> in Pass.h, which doesn't need it. This requires | Dan Gohman |
2008-03-21 | the size of a smallvector shouldn't be part of the interface to these methods. | Chris Lattner |
2008-03-21 | make gvn marginally faster by reallocating the lastSeenLoad map for | Chris Lattner |
2008-03-21 | Minor cleanups and shrinkification. | Chris Lattner |
2008-03-21 | Handle getresult instructions in different basic blocks | Dan Gohman |
2008-03-21 | Fix the build for gcc-4.2. | Duncan Sands |
2008-03-21 | Teach masked value is zero about add and sub, and use MVIZ to | Chris Lattner |
2008-03-20 | C and Objective Caml bindings for mem2reg and reg2mem. | Gordon Henriksen |
2008-03-19 | Add comment. | Devang Patel |
2008-03-19 | Remove dead options. | Evan Cheng |
2008-03-17 | Update heuritics that estimates cost of call instructions. | Devang Patel |
2008-03-16 | C and Objective Caml bindings for several scalar transforms. | Gordon Henriksen |
2008-03-14 | The inst combining of inttoptr into GEP with one index was using the bit size of | Bill Wendling |
2008-03-13 | Fix a bug in GVN that Duncan noticed, where we potentially need to insert a | Owen Anderson |
2008-03-12 | Reimplement the parameter attributes support, phase #1. hilights: | Chris Lattner |
2008-03-12 | Improve the return slot optimization to be both more aggressive (not limited ... | Owen Anderson |
2008-03-11 | Skip functions that return multiple values. | Devang Patel |
2008-03-11 | Become multiple return value aware. | Devang Patel |
2008-03-11 | Add TODO reminder. | Devang Patel |
2008-03-11 | Initial multiple return values support. | Devang Patel |
2008-03-09 | SCCP also needs to be taught to follow unwind_to | Nick Lewycky |
2008-03-09 | Don't eliminate blocks that are only reachable by unwind_to. | Nick Lewycky |
2008-03-09 | Update the block cloner which fixes bugpoint on code using unwind_to (phew!) | Nick Lewycky |
2008-03-08 | Not all users of a BB are Instructions any more. | Nick Lewycky |
2008-03-06 | Don't try to simplify urem and srem using arithmetic rules that don't work | Nick Lewycky |
2008-02-29 | fix a bug Anders ran into where scalarrepl would crash when promoting | Chris Lattner |
2008-02-29 | Refactor some code out of ConvertUsesToScalar into their own methods, no | Chris Lattner |
2008-02-29 | Folding or(fcmp,fcmp) only works if the operands of the fcmps are the same fp... | Chris Lattner |
2008-02-26 | Fix an issue where GVN had the sizes of the two memcpy's reverse, resulting | Owen Anderson |
2008-02-26 | fix http://llvm.org/bugs/show_bug.cgi?id=2097 | Gabor Greif |
2008-02-26 | Fix for pr2093: direct operands aren't necessarily addresses, so don't | Eli Friedman |
2008-02-26 | De-tabify. | Bill Wendling |
2008-02-26 | Fix PR2076. CodeGenPrepare now sinks address computation for inline asm memory | Evan Cheng |
2008-02-25 | Fix an issue where GVN was performing the return slot optimization when it was | Owen Anderson |
2008-02-25 | Fix an issue where GVN would try to use an instruction before its definition ... | Owen Anderson |
2008-02-22 | Split ParameterAttributes.h, putting the complicated | Dale Johannesen |
2008-02-22 | Fixed a typo. | Zhou Sheng |
2008-02-20 | Add explicit keywords. | Dan Gohman |
2008-02-20 | Fix newly-introduced 4.3 warnings | Anton Korobeynikov |