| Age | Commit message (Expand) | Author |
| 2008-01-17 | Fix arg promotion to propagate the correct attrs on the calls to | Chris Lattner |
| 2008-01-16 | Do not strip llvm.used values. | Devang Patel |
| 2008-01-15 | add a test to ensure that argpromote of one argument doesn't | Chris Lattner |
| 2008-01-14 | I noticed that the trampoline straightening transformation could | Duncan Sands |
| 2008-01-14 | Fix the miscompilation of MiBench/consumer-lame that was exposed by Evan's | Chris Lattner |
| 2008-01-14 | Turn a memcpy from a double* into a load/store of double instead of | 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-12 | we don't have to make an explicit copy of a byval argument when | Chris Lattner |
| 2008-01-11 | When DAE drops the varargs part of a function, ensure any | Duncan Sands |
| 2008-01-11 | Teach argpromote to ruthlessly hack small byval structs when it can | Chris Lattner |
| 2008-01-11 | When inlining a functino with a byval argument, make an explicit | Chris Lattner |
| 2008-01-08 | Implement PR1795, an instcombine hack for forming GEPs with integer pointer a... | Chris Lattner |
| 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-04 | Fix PR1896 | Chris Lattner |
| 2008-01-03 | don't hoist FP additions into unconditional adds + selects. This | Chris Lattner |
| 2008-01-01 | Update this testcase. The output needs to be disabled to pass. | Bill Wendling |
| 2007-12-29 | dead calls to llvm.stacksave can be deleted, even though they | Chris Lattner |
| 2007-12-29 | upgrade this test | Chris Lattner |
| 2007-12-28 | Test -simplifycfg only. | Devang Patel |
| 2007-12-28 | Add a testcase for my recent InstCombine fix, written by Nicholas. | Owen Anderson |
| 2007-12-22 | implement InstCombine/shift-trunc-shift.ll. This allows | Chris Lattner |
| 2007-12-22 | If succ has succ itself as one of the predecessors then do | Devang Patel |
| 2007-12-21 | Make DAE not wipe out attributes on calls, and not drop | Duncan Sands |
| 2007-12-20 | Implement review feedback, including additional transforms | Christopher Lamb |
| 2007-12-19 | When inlining through an 'nounwind' call, mark inlined | Duncan Sands |
| 2007-12-18 | Remove an orthogonal transformation of the selection condition from my most r... | Christopher Lamb |
| 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 | Make invokes of inline asm legal. Teach codegen | Duncan Sands |
| 2007-12-16 | Make instcombine promote inline asm calls to 'nounwind' | Duncan Sands |
| 2007-12-12 | 1. "Upgrage" comments. | Wojciech Matyjewicz |
| 2007-12-11 | Implement constant folding if vector<->vector bitcasts where the number | Chris Lattner |
| 2007-12-10 | Fix PR1850 by removing an unsafe transformation from VMCore/ConstantFold.cpp. | Chris Lattner |
| 2007-12-10 | Make PruneEH update the nounwind/noreturn attributes | Duncan Sands |
| 2007-12-03 | If ExitValue operand is also defined in Loop header then | Devang Patel |
| 2007-11-28 | Add some convenience methods for querying attributes, and | Duncan Sands |
| 2007-11-27 | Fix PR1146: parameter attributes are longer part of | Duncan Sands |
| 2007-11-25 | Add new SCEV, SCEVSMax. This allows LLVM to analyze do-while loops. | Nick Lewycky |
| 2007-11-25 | Implement PR1822 | Chris Lattner |
| 2007-11-25 | Fix PR1816. If a bitcast of a function only exists because of a | Duncan Sands |
| 2007-11-23 | Fix PR1816, by correcting the broken definition of APInt::countTrailingZeros. | Chris Lattner |
| 2007-11-23 | Ding dong, the DoesntAccessMemoryFns and | Duncan Sands |
| 2007-11-23 | Fix a bug where we'd try to find a scev value for a bitcast operand, | Chris Lattner |
| 2007-11-22 | Fix PR1817. | Chris Lattner |
| 2007-11-22 | Turn invokes of nounwind functions into ordinary calls. | Duncan Sands |
| 2007-11-22 | Readonly/readnone functions are allowed to throw | Duncan Sands |
| 2007-11-16 | Fix PR1800 by correcting mistaken logic. | Chris Lattner |