| Age | Commit message (Expand) | Author |
| 2009-03-09 | Ignore debug info while evaluating function. | Devang Patel |
| 2009-03-08 | use MemTransferInst. | Chris Lattner |
| 2009-03-07 | fix a serious pessimization that Tron on IRC pointed out where we would | Chris Lattner |
| 2009-03-06 | While thinking about the one-definition-rule and trying | Duncan Sands |
| 2009-03-06 | Revert 66224. | Devang Patel |
| 2009-03-06 | Revert rev. 66167. | Devang Patel |
| 2009-03-06 | Do not let debug info prevert globalopt from shriking a global vars to boolean. | Devang Patel |
| 2009-03-05 | GlobalOpt only process non constant local GVs while optimizing global vars. | Devang Patel |
| 2009-03-04 | Temporarily revert r65994. It was causing rdar://6646455. | Bill Wendling |
| 2009-03-04 | If a global constant is dead then global's debug info should not prevent the ... | Devang Patel |
| 2009-02-18 | In theory the aliasee may have dead constant users | Duncan Sands |
| 2009-02-17 | This transform also applies to private linkage. | Duncan Sands |
| 2009-02-15 | Make this more useful for cleaning up after the | Duncan Sands |
| 2009-02-15 | If the target of an alias has internal linkage, then the | Duncan Sands |
| 2009-01-23 | Simplify the logic of getting hold of a PHI predecessor block. | Gabor Greif |
| 2009-01-15 | Add the private linkage. | Rafael Espindola |
| 2009-01-14 | rewrite OptimizeAwayTrappingUsesOfLoads to 1) avoid a temporary | Chris Lattner |
| 2009-01-13 | Correct a comment. | Duncan Sands |
| 2009-01-12 | Rename getABITypeSize to getTypePaddedSize, as | Duncan Sands |
| 2009-01-07 | Whitespace - correct formatting. | Duncan Sands |
| 2008-12-17 | insert some sequence points and preincrement an iterator to avoid | Chris Lattner |
| 2008-12-17 | Enhance heap sra to be substantially more aggressive w.r.t PHI | Chris Lattner |
| 2008-12-16 | Fix another crash found by inspection. If we have a PHI node merging | Chris Lattner |
| 2008-12-16 | fix a crash found by inspection. | Chris Lattner |
| 2008-12-16 | switch some std::set/std::map to SmallPtrSet/DenseMap. | Chris Lattner |
| 2008-12-15 | enhance heap-sra to apply to fixed sized array allocations, not just | Chris Lattner |
| 2008-12-15 | Use stripPointerCasts. | Chris Lattner |
| 2008-12-15 | minor tweaks for formatting, allow bitcast in ValueIsOnlyUsedLocallyOrStoredT... | Chris Lattner |
| 2008-12-15 | refactor some code into a new TryToOptimizeStoreOfMallocToGlobal function. | Chris Lattner |
| 2008-09-25 | Large mechanical patch. | Devang Patel |
| 2008-09-09 | Make safer variant of alias resolution routine to be default | Anton Korobeynikov |
| 2008-09-09 | Resolve aliases, when possible | Anton Korobeynikov |
| 2008-09-04 | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman |
| 2008-08-12 | Remove tabs. | Bill Wendling |
| 2008-07-17 | Make GlobalOpt preserve address spaces when scalar replacing aggregate globals. | Matthijs Kooijman |
| 2008-05-29 | convert more operand loops to iterator formulation | Gabor Greif |
| 2008-05-23 | Use isSingleValueType instead of isFirstClassType to | Dan Gohman |
| 2008-05-16 | API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac... | Gabor Greif |
| 2008-05-15 | Fix a bunch of 80col violations that arose from the Create API change. Tweak ... | Gabor Greif |
| 2008-05-13 | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman |
| 2008-04-26 | When SRoA'ing a global variable, make sure the new globals get the | Chris Lattner |
| 2008-04-06 | API changes for class Use size reduction, wave 1. | Gabor Greif |
| 2008-03-21 | Don't include <map> in Pass.h, which doesn't need it. This requires | Dan Gohman |
| 2008-03-12 | Reimplement the parameter attributes support, phase #1. hilights: | Chris Lattner |
| 2008-02-22 | Split ParameterAttributes.h, putting the complicated | Dale Johannesen |
| 2008-02-20 | Make Transforms to be 4.3 warnings-clean | Anton Korobeynikov |
| 2008-02-18 | Simplify caller updating using a CallSite, as | Duncan Sands |
| 2008-02-16 | Remove any 'nest' parameter attributes if the function | Duncan Sands |
| 2008-01-29 | Don't let globalopt hack on volatile loads or stores. | Chris Lattner |
| 2008-01-14 | Fix the miscompilation of MiBench/consumer-lame that was exposed by Evan's | Chris Lattner |