| Age | Commit message (Expand) | Author |
| 2008-01-21 | Merge from mainline. | Tanya Lattner |
| 2008-01-14 | I noticed that the trampoline straightening transformation could | Duncan Sands |
| 2008-01-14 | Turn a memcpy from a double* into a load/store of double instead of | Chris Lattner |
| 2008-01-13 | factor memcpy/memmove simplification out to its own SimplifyMemTransfer | Chris Lattner |
| 2008-01-13 | simplify some code. If we can infer alignment for source and dest that are | Chris Lattner |
| 2008-01-13 | simplify some code by adding a InsertBitCastBefore method, | Chris Lattner |
| 2008-01-13 | Fix PR1907, a nasty miscompilation because instcombine didn't | Chris Lattner |
| 2008-01-13 | When turning a call to a bitcast function into a direct call, | Duncan Sands |
| 2008-01-08 | Implement PR1795, an instcombine hack for forming GEPs with integer pointer a... | Chris Lattner |
| 2008-01-07 | Small cleanup for handling of type/parameter attribute | Duncan Sands |
| 2008-01-07 | Deleting an empty file. Thanks, /usr/bin/patch! | Gordon Henriksen |
| 2008-01-07 | With this patch, the LowerGC transformation becomes the | Gordon Henriksen |
| 2008-01-06 | The transform that tries to turn calls to bitcast functions into | Duncan Sands |
| 2008-01-06 | When transforming a call to a bitcast function into | Duncan Sands |
| 2008-01-05 | remove a couple more unsafe xforms in the face of overflow. | Chris Lattner |
| 2008-01-05 | remove the (x-y) < 0 comparison xform, it miscompiles | Chris Lattner |
| 2008-01-04 | fix typo | Wojciech Matyjewicz |
| 2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
| 2007-12-29 | remove attribution from lib Makefiles. | Chris Lattner |
| 2007-12-29 | Disable null pointer folding transforms for non-generic address spaces. This ... | Christopher Lamb |
| 2007-12-28 | Repair a transform that Chris noticed a bug in. Thanks to Nicholas for point... | Owen Anderson |
| 2007-12-28 | disable this instcombine xform, it miscompiles: | Chris Lattner |
| 2007-12-25 | Don't break critical edges for single-bb loops, this helps with PR1877, though | Chris Lattner |
| 2007-12-24 | add a -backedge-hack llc-beta option to codegenprepare. | Chris Lattner |
| 2007-12-22 | implement InstCombine/shift-trunc-shift.ll. This allows | Chris Lattner |
| 2007-12-20 | Implement review feedback, including additional transforms | Christopher Lamb |
| 2007-12-20 | Clean up previous patch: PHI uses should not prevent iv reuse if all other us... | Evan Cheng |
| 2007-12-20 | simplify this code with the new m_Zero() pattern. Make sure the select only | Chris Lattner |
| 2007-12-19 | Allow iv reuse if the user is a PHI node which is in turn used as addresses. | Evan Cheng |
| 2007-12-19 | When inlining through an 'nounwind' call, mark inlined | Duncan Sands |
| 2007-12-18 | Fold subtracts into integer compares vs. zero. This improves generate code fo... | Christopher Lamb |
| 2007-12-18 | Fix comments | Christopher Lamb |
| 2007-12-18 | Remove an orthogonal transformation of the selection condition from my most r... | Christopher Lamb |
| 2007-12-18 | Rename isNoReturn to doesNotReturn, and isNoUnwind to | Duncan Sands |
| 2007-12-18 | Fix typos. | Christopher Lamb |
| 2007-12-18 | Fold certain additions through selects (and their compares) so as to eliminat... | Christopher Lamb |
| 2007-12-17 | Get rid of annoying spaces. | David Greene |
| 2007-12-17 | Fix GLIBCXX_DEBUG errors. Erase invalidates std::vector iterators | David Greene |
| 2007-12-17 | Change the PointerType api for creating pointer types. The old functionality ... | Christopher Lamb |
| 2007-12-16 | Make instcombine promote inline asm calls to 'nounwind' | Duncan Sands |
| 2007-12-13 | Fix typo. | Evan Cheng |
| 2007-12-13 | Be extra careful with extension use optimation. Now turned on by default. | Evan Cheng |
| 2007-12-12 | 1. "Upgrage" comments. | Wojciech Matyjewicz |
| 2007-12-12 | Don't muck with phi nodes; bug fixes. | Evan Cheng |
| 2007-12-12 | Bug fix. Only safe to perform extension uses optimization if the source of ex... | Evan Cheng |
| 2007-12-10 | Make PruneEH update the nounwind/noreturn attributes | Duncan Sands |
| 2007-12-08 | Fix several cache coherence bugs in MemDep/GVN that were found. Also add som... | Owen Anderson |
| 2007-12-06 | simplify some code. | Chris Lattner |
| 2007-12-06 | move some ashr-specific code out of commonShiftTransforms into visitAShr. | Chris Lattner |
| 2007-12-05 | If both result of the {s|z}xt and its source are live out, rewrite all uses o... | Evan Cheng |