| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | factor memcpy/memmove simplification out to its own SimplifyMemTransfer | Chris Lattner | 2008-01-13 | 1 | -35/+42 |
* | simplify some code. If we can infer alignment for source and dest that are | Chris Lattner | 2008-01-13 | 1 | -21/+22 |
* | simplify some code by adding a InsertBitCastBefore method, | Chris Lattner | 2008-01-13 | 1 | -30/+25 |
* | Fix PR1907, a nasty miscompilation because instcombine didn't | Chris Lattner | 2008-01-13 | 1 | -2/+8 |
* | Small simplification. | Duncan Sands | 2008-01-13 | 1 | -4/+1 |
* | When turning a call to a bitcast function into a direct call, | Duncan Sands | 2008-01-13 | 1 | -12/+17 |
* | we don't have to make an explicit copy of a byval argument when | Chris Lattner | 2008-01-12 | 1 | -4/+6 |
* | Allow clients to specify the inline threshold when creating | Chris Lattner | 2008-01-12 | 2 | -0/+8 |
* | When DAE drops the varargs part of a function, ensure any | Duncan Sands | 2008-01-11 | 1 | -2/+15 |
* | Teach argpromote to ruthlessly hack small byval structs when it can | Chris Lattner | 2008-01-11 | 1 | -70/+150 |
* | Use smallptrset instead of std::set for efficiency. | Chris Lattner | 2008-01-11 | 1 | -2/+3 |
* | a byval argument is guaranteed to be valid to load. | Chris Lattner | 2008-01-11 | 1 | -4/+19 |
* | Update this code to use eraseFromParent where possible. Compute | Chris Lattner | 2008-01-11 | 1 | -26/+27 |
* | replace a loop with a constant time check. | Chris Lattner | 2008-01-11 | 1 | -3/+2 |
* | another minor datastructure tweak. | Chris Lattner | 2008-01-11 | 1 | -1/+1 |
* | start using smallvector to avoid vector heap thrashing. | Chris Lattner | 2008-01-11 | 1 | -6/+7 |
* | When inlining a functino with a byval argument, make an explicit | Chris Lattner | 2008-01-11 | 1 | -6/+57 |
* | Implement PR1795, an instcombine hack for forming GEPs with integer pointer a... | Chris Lattner | 2008-01-08 | 1 | -3/+53 |
* | Small cleanup for handling of type/parameter attribute | Duncan Sands | 2008-01-07 | 2 | -10/+13 |
* | Deleting an empty file. Thanks, /usr/bin/patch! | Gordon Henriksen | 2008-01-07 | 1 | -0/+0 |
* | With this patch, the LowerGC transformation becomes the | Gordon Henriksen | 2008-01-07 | 1 | -350/+0 |
* | The transform that tries to turn calls to bitcast functions into | Duncan Sands | 2008-01-06 | 2 | -13/+47 |
* | When transforming a call to a bitcast function into | Duncan Sands | 2008-01-06 | 1 | -45/+16 |
* | remove a couple more unsafe xforms in the face of overflow. | Chris Lattner | 2008-01-05 | 1 | -9/+0 |
* | remove the (x-y) < 0 comparison xform, it miscompiles | Chris Lattner | 2008-01-05 | 1 | -11/+5 |
* | fix typo | Wojciech Matyjewicz | 2008-01-04 | 1 | -1/+1 |
* | Fix PR1896 | Chris Lattner | 2008-01-04 | 1 | -1/+1 |
* | don't hoist FP additions into unconditional adds + selects. This | Chris Lattner | 2008-01-03 | 1 | -0/+2 |
* | add missing #include | Chris Lattner | 2008-01-02 | 1 | -0/+1 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 78 | -156/+156 |
* | remove attribution from lib Makefiles. | Chris Lattner | 2007-12-29 | 6 | -12/+12 |
* | Disable null pointer folding transforms for non-generic address spaces. This ... | Christopher Lamb | 2007-12-29 | 2 | -4/+12 |
* | dead calls to llvm.stacksave can be deleted, even though they | Chris Lattner | 2007-12-29 | 1 | -1/+10 |
* | Repair a transform that Chris noticed a bug in. Thanks to Nicholas for point... | Owen Anderson | 2007-12-28 | 1 | -5/+12 |
* | disable this instcombine xform, it miscompiles: | Chris Lattner | 2007-12-28 | 1 | -0/+2 |
* | Fixing several transforms which would drop the collector attribute | Gordon Henriksen | 2007-12-25 | 3 | -0/+8 |
* | Don't break critical edges for single-bb loops, this helps with PR1877, though | Chris Lattner | 2007-12-25 | 1 | -3/+1 |
* | GC poses hazards to the inliner. Consider: | Gordon Henriksen | 2007-12-25 | 1 | -0/+13 |
* | add a -backedge-hack llc-beta option to codegenprepare. | Chris Lattner | 2007-12-24 | 1 | -2/+10 |
* | implement InstCombine/shift-trunc-shift.ll. This allows | Chris Lattner | 2007-12-22 | 1 | -0/+44 |
* | If succ has succ itself as one of the predecessors then do | Devang Patel | 2007-12-22 | 1 | -2/+2 |
* | Make DAE not wipe out attributes on calls, and not drop | Duncan Sands | 2007-12-21 | 1 | -36/+55 |
* | Implement review feedback, including additional transforms | Christopher Lamb | 2007-12-20 | 1 | -17/+15 |
* | Clean up previous patch: PHI uses should not prevent iv reuse if all other us... | Evan Cheng | 2007-12-20 | 1 | -35/+16 |
* | simplify this code with the new m_Zero() pattern. Make sure the select only | Chris Lattner | 2007-12-20 | 1 | -18/+10 |
* | Allow iv reuse if the user is a PHI node which is in turn used as addresses. | Evan Cheng | 2007-12-19 | 1 | -29/+82 |
* | When inlining through an 'nounwind' call, mark inlined | Duncan Sands | 2007-12-19 | 3 | -21/+34 |
* | Fold subtracts into integer compares vs. zero. This improves generate code fo... | Christopher Lamb | 2007-12-18 | 1 | -1/+18 |
* | Fix comments | Christopher Lamb | 2007-12-18 | 1 | -4/+2 |
* | Remove an orthogonal transformation of the selection condition from my most r... | Christopher Lamb | 2007-12-18 | 1 | -30/+2 |