| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert r46393: readonly/readnone functions are no | Duncan Sands | 2008-01-27 | 1 | -9/+6 |
| * | The CorrelatedExpressionElimination pass is known to be buggy. Remove it. | Bill Wendling | 2008-01-27 | 1 | -1486/+0 |
| * | Fold fptrunc(add (fpextend x), (fpextend y)) -> add(x,y), as GCC does. | Chris Lattner | 2008-01-27 | 1 | -3/+75 |
| * | If there are no machine instructions emitted for a function, then insert | Bill Wendling | 2008-01-26 | 1 | -14/+1 |
| * | Create an explicit copy for byval parameters even | Duncan Sands | 2008-01-26 | 1 | -6/+9 |
| * | If we have a function like this: | Bill Wendling | 2008-01-26 | 1 | -1/+14 |
| * | Do this more neatly. | Duncan Sands | 2008-01-25 | 1 | -2/+1 |
| * | DeadStoreElimination can treat byval parameters as if there were alloca's for... | Owen Anderson | 2008-01-25 | 1 | -5/+6 |
| * | Enable the fix I just checked in, silly me. | Nick Lewycky | 2008-01-22 | 1 | -1/+0 |
| * | Multiply can be evaluated in a different type, so long as the target type has | Nick Lewycky | 2008-01-22 | 1 | -0/+10 |
| * | Make sure the caller doesn't use freed memory. | Duncan Sands | 2008-01-20 | 1 | -1/+3 |
| * | Initializing an unsigned with ~0UL causes the compiler | Duncan Sands | 2008-01-20 | 1 | -9/+9 |
| * | DAE bug fix. Don't lose parameter attributes on vararg arguments. | Evan Cheng | 2008-01-17 | 1 | -5/+9 |
| * | Fix arg promotion to propagate the correct attrs on the calls to | Chris Lattner | 2008-01-17 | 1 | -14/+25 |
| * | Handle attribute(used) global variables that are i8. | Chris Lattner | 2008-01-16 | 1 | -14/+13 |
| * | Do not strip llvm.used values. | Devang Patel | 2008-01-16 | 1 | -3/+25 |
| * | I noticed that the trampoline straightening transformation could | Duncan Sands | 2008-01-14 | 1 | -21/+28 |
| * | Fix the miscompilation of MiBench/consumer-lame that was exposed by Evan's | Chris Lattner | 2008-01-14 | 1 | -59/+97 |
| * | The isNotSuitableForSRA property is now dead, don't compute it. | Chris Lattner | 2008-01-14 | 1 | -45/+1 |
| * | Change SRAGlobal to not depend on isNotSuitableForSRA, which makes it very | Chris Lattner | 2008-01-14 | 1 | -2/+75 |
| * | Make the 'shrink global to bool' optimization more self contained, and thus | Chris Lattner | 2008-01-14 | 1 | -10/+25 |
| * | Turn a memcpy from a double* into a load/store of double instead of | Chris Lattner | 2008-01-14 | 1 | -9/+46 |
| * | 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 |