| Age | Commit message (Expand) | Author |
| 2010-09-05 | Approved by Chris: | Bill Wendling |
| 2010-09-03 | Disable the asserts that check that normalization is perfectly | Dan Gohman |
| 2010-09-03 | Add support for simplifying a load from a computed value to a load from a glo... | Owen Anderson |
| 2010-09-02 | stop forcing a noop AssemblyAnnotationWriter to silence #uses | Chris Lattner |
| 2010-09-02 | Remove incorrect and poorly tested code for trying to reason about values on ... | Owen Anderson |
| 2010-09-02 | Fix a bug in LazyValueInfo that CorrelatedValuePropagation exposed: In the LV... | Owen Anderson |
| 2010-09-01 | Revert 112442 and 112440 until the compile time problems introduced | Dan Gohman |
| 2010-08-31 | Reapply r112432, now that the real problem is addressed. | Dan Gohman |
| 2010-08-31 | Reapply r112433, now that the real problem is addressed. | Dan Gohman |
| 2010-08-31 | Revert r110916. This patch is buggy because the code inside the | Dan Gohman |
| 2010-08-31 | Revert r112432. It appears to be exposing a problem in the emacs build. | Dan Gohman |
| 2010-08-31 | Speculatively revert r112433. | Dan Gohman |
| 2010-08-30 | It is possible to try to merge a not-constant with a constantrage, when deali... | Owen Anderson |
| 2010-08-30 | Don't print two "0x" prefixes. Use a raw_ostream overload instead of llvm::fo... | Benjamin Kramer |
| 2010-08-29 | two changes: 1) make AliasSet hold the list of call sites with an | Chris Lattner |
| 2010-08-29 | Make IVUsers iterative instead of recursive. | Dan Gohman |
| 2010-08-29 | Restructure the {A,+,B}<L> * {C,+,D}<L> folding so that it folds | Dan Gohman |
| 2010-08-29 | Batch up subtracts along with adds, when analyzing long chains of | Dan Gohman |
| 2010-08-29 | Micro-optimize GroupByComplexity. | Dan Gohman |
| 2010-08-29 | Hold AddRec->getLoop() in a variable, to make the Mul code more consistent | Dan Gohman |
| 2010-08-29 | Rename a variable, for consistency. | Dan Gohman |
| 2010-08-29 | Use iterators instead of indices. | Dan Gohman |
| 2010-08-29 | when merging two alias sets, the result set is volatile if either | Chris Lattner |
| 2010-08-29 | more cleanup | Chris Lattner |
| 2010-08-29 | clean this up | Chris Lattner |
| 2010-08-28 | Fix an index calculation thinko. | Dan Gohman |
| 2010-08-27 | Improve the precision of getConstant(). | Owen Anderson |
| 2010-08-27 | When merging adjacent operands, scan ahead and merge all equal | Dan Gohman |
| 2010-08-27 | Make the {A,+,B}<L> + {C,+,D}<L> --> Other + {A+C,+,B+D}<L> | Dan Gohman |
| 2010-08-27 | Switch ScalarEvolution's main Value*->SCEV* map from std::map | Dan Gohman |
| 2010-08-27 | Use LVI to eliminate conditional branches where we've tested a related condit... | Owen Anderson |
| 2010-08-27 | Optimize SCEVComplexityCompare. Use a 3-way return instead of a 2-way | Dan Gohman |
| 2010-08-25 | In the default address space, any GEP off of null results in a trap value if ... | Owen Anderson |
| 2010-08-24 | NULL loads are only invalid in the default address space. | Owen Anderson |
| 2010-08-24 | Add support for inferring values for the default cases of switches. | Owen Anderson |
| 2010-08-24 | Add support for inferring that a load from a pointer implies that it is not n... | Owen Anderson |
| 2010-08-24 | Don't assume that all constants with integer types are ConstantInts. | Owen Anderson |
| 2010-08-23 | Let FE use derived types for DW_TAG_friend. | Devang Patel |
| 2010-08-23 | Handle qualified constants that are directly folded by FE. | Devang Patel |
| 2010-08-23 | Now that PassInfo and Pass::ID have been separated, move the rest of the pass... | Owen Anderson |
| 2010-08-20 | CreateTemporaryType doesn't needs its Context argument. | Dan Gohman |
| 2010-08-20 | Introduce a new temporary MDNode concept. Temporary MDNodes are | Dan Gohman |
| 2010-08-20 | Convert DbgInfoPrinter to use errs() instead of outs(). | Dan Gohman |
| 2010-08-19 | Revert r111199; it breaks -debug-pass=Structure output. | Dan Gohman |
| 2010-08-18 | refix PR1143 by making basicaa analyze zexts of indices aggresively, | Chris Lattner |
| 2010-08-18 | GetLinearExpression is only called when TD is non-null, pass as | Chris Lattner |
| 2010-08-18 | rework GEP decomposition to make a new VariableGEPIndex struct instead of | Chris Lattner |
| 2010-08-18 | move gep decomposition out of ValueTracking into BasicAA. The form of | Chris Lattner |
| 2010-08-18 | Use ConstantRange to propagate information through value definitions. | Owen Anderson |
| 2010-08-18 | Revert r111375, "move gep decomposition out of ValueTracking into BasicAA. The | Daniel Dunbar |