| Commit message (Expand) | Author | Age | Files | Lines |
* | Temporarily disabling memset forming optimization. Add an option. | Evan Cheng | 2008-03-24 | 1 | -0/+8 |
* | Transform (zext (or (icmp), (icmp))) to (or (zext (cimp), (zext icmp))) if at... | Evan Cheng | 2008-03-24 | 1 | -96/+129 |
* | implement an initial hack at a straight-line store -> memset optimization. | Chris Lattner | 2008-03-22 | 1 | -6/+59 |
* | implement the logic for memset insertion and store deletion. | Chris Lattner | 2008-03-22 | 1 | -11/+49 |
* | This is a partially implemented and currently disabled start of a store | Chris Lattner | 2008-03-22 | 1 | -0/+159 |
* | Don't include <map> in Pass.h, which doesn't need it. This requires | Dan Gohman | 2008-03-21 | 3 | -0/+3 |
* | the size of a smallvector shouldn't be part of the interface to these methods. | Chris Lattner | 2008-03-21 | 1 | -20/+18 |
* | make gvn marginally faster by reallocating the lastSeenLoad map for | Chris Lattner | 2008-03-21 | 1 | -3/+4 |
* | Minor cleanups and shrinkification. | Chris Lattner | 2008-03-21 | 1 | -186/+114 |
* | Handle getresult instructions in different basic blocks | Dan Gohman | 2008-03-21 | 1 | -0/+9 |
* | Fix the build for gcc-4.2. | Duncan Sands | 2008-03-21 | 1 | -1/+2 |
* | Teach masked value is zero about add and sub, and use MVIZ to | Chris Lattner | 2008-03-21 | 1 | -34/+87 |
* | C and Objective Caml bindings for mem2reg and reg2mem. | Gordon Henriksen | 2008-03-20 | 1 | -0/+8 |
* | Add comment. | Devang Patel | 2008-03-19 | 1 | -0/+4 |
* | Remove dead options. | Evan Cheng | 2008-03-19 | 2 | -20/+4 |
* | Update heuritics that estimates cost of call instructions. | Devang Patel | 2008-03-17 | 1 | -0/+5 |
* | C and Objective Caml bindings for several scalar transforms. | Gordon Henriksen | 2008-03-16 | 1 | -0/+39 |
* | The inst combining of inttoptr into GEP with one index was using the bit size of | Bill Wendling | 2008-03-14 | 1 | -1/+1 |
* | Fix a bug in GVN that Duncan noticed, where we potentially need to insert a | Owen Anderson | 2008-03-13 | 1 | -1/+5 |
* | Reimplement the parameter attributes support, phase #1. hilights: | Chris Lattner | 2008-03-12 | 1 | -39/+28 |
* | Improve the return slot optimization to be both more aggressive (not limited ... | Owen Anderson | 2008-03-12 | 1 | -93/+109 |
* | Skip functions that return multiple values. | Devang Patel | 2008-03-11 | 1 | -0/+3 |
* | Become multiple return value aware. | Devang Patel | 2008-03-11 | 1 | -1/+5 |
* | Add TODO reminder. | Devang Patel | 2008-03-11 | 1 | -0/+1 |
* | Initial multiple return values support. | Devang Patel | 2008-03-11 | 1 | -19/+95 |
* | SCCP also needs to be taught to follow unwind_to | Nick Lewycky | 2008-03-09 | 1 | -0/+4 |
* | Don't eliminate blocks that are only reachable by unwind_to. | Nick Lewycky | 2008-03-09 | 1 | -2/+8 |
* | Update the block cloner which fixes bugpoint on code using unwind_to (phew!) | Nick Lewycky | 2008-03-09 | 2 | -6/+14 |
* | Not all users of a BB are Instructions any more. | Nick Lewycky | 2008-03-08 | 1 | -1/+6 |
* | Don't try to simplify urem and srem using arithmetic rules that don't work | Nick Lewycky | 2008-03-06 | 1 | -43/+96 |
* | fix a bug Anders ran into where scalarrepl would crash when promoting | Chris Lattner | 2008-02-29 | 1 | -57/+68 |
* | Refactor some code out of ConvertUsesToScalar into their own methods, no | Chris Lattner | 2008-02-29 | 1 | -148/+190 |
* | Folding or(fcmp,fcmp) only works if the operands of the fcmps are the same fp... | Chris Lattner | 2008-02-29 | 1 | -1/+2 |
* | Fix an issue where GVN had the sizes of the two memcpy's reverse, resulting | Owen Anderson | 2008-02-26 | 1 | -2/+2 |
* | fix http://llvm.org/bugs/show_bug.cgi?id=2097 | Gabor Greif | 2008-02-26 | 1 | -1/+1 |
* | Fix for pr2093: direct operands aren't necessarily addresses, so don't | Eli Friedman | 2008-02-26 | 1 | -1/+2 |
* | De-tabify. | Bill Wendling | 2008-02-26 | 2 | -24/+24 |
* | Fix PR2076. CodeGenPrepare now sinks address computation for inline asm memory | Evan Cheng | 2008-02-26 | 1 | -0/+55 |
* | Fix an issue where GVN was performing the return slot optimization when it was | Owen Anderson | 2008-02-25 | 1 | -8/+26 |
* | Fix an issue where GVN would try to use an instruction before its definition ... | Owen Anderson | 2008-02-25 | 1 | -0/+7 |
* | Split ParameterAttributes.h, putting the complicated | Dale Johannesen | 2008-02-22 | 1 | -1/+1 |
* | Fixed a typo. | Zhou Sheng | 2008-02-22 | 1 | -1/+1 |
* | Add explicit keywords. | Dan Gohman | 2008-02-20 | 1 | -1/+1 |
* | Fix newly-introduced 4.3 warnings | Anton Korobeynikov | 2008-02-20 | 1 | -2/+2 |
* | Make Transforms to be 4.3 warnings-clean | Anton Korobeynikov | 2008-02-20 | 5 | -29/+40 |
* | Unbreak build with gcc 4.3: provide missed includes and silence most annoying... | Anton Korobeynikov | 2008-02-20 | 1 | -1/+2 |
* | When performing return slot optimization, remember to inform memdep when we'r... | Owen Anderson | 2008-02-20 | 1 | -0/+1 |
* | Expand ParameterAttributes to 32 bits (in preparation | Dale Johannesen | 2008-02-19 | 1 | -8/+13 |
* | remove the lower packed pass. It can never work and even the parts that | Chris Lattner | 2008-02-19 | 1 | -448/+0 |
* | Refactor this method a bit, and correct a test that was completely wrong but ... | Owen Anderson | 2008-02-19 | 1 | -7/+11 |