| Age | Commit message (Expand) | Author |
| 2010-08-09 | Refactor. | Devang Patel |
| 2010-08-07 | Remove assignPassManager's default arguments. It's really | Dan Gohman |
| 2010-08-07 | Tidy up PMStack. Add a bunch of consts, use std::vector instead of | Dan Gohman |
| 2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
| 2010-08-06 | Implement a proper getModRefInfo for va_arg. | Dan Gohman |
| 2010-08-06 | Add a comment. | Dan Gohman |
| 2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
| 2010-08-05 | Make AA private, since subclasses shouldn't (aren't don't) access it directly. | Dan Gohman |
| 2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |
| 2010-08-04 | Delete obsolete comments. | Dan Gohman |
| 2010-08-04 | Add a missing function. | Torok Edwin |
| 2010-08-03 | Remove PointerAccessInfo, which nothing was using. | Dan Gohman |
| 2010-08-03 | Thread const correctness through a bunch of AliasAnalysis interfaces and | Dan Gohman |
| 2010-08-03 | Update some comments. | Dan Gohman |
| 2010-08-03 | Introduce a symbolic constant for ~0u for use with AliasAnalysis. | Dan Gohman |
| 2010-08-03 | Add a convenient form of AliasAnalysis::alias for the case where the sizes | Dan Gohman |
| 2010-08-02 | Make SCEVUnknown a CallbackVH, so that it can be notified directly | Dan Gohman |
| 2010-08-02 | Sketch up a preliminary Type-Based Alias Analysis implementation. | Dan Gohman |
| 2010-08-02 | Add explicit constructors. Patch by Renato Golin. | Devang Patel |
| 2010-07-30 | LibCallAliasAnalysis uses multiple inheritance, so it needs to implement | Nick Lewycky |
| 2010-07-29 | Speculatively revert r109705 since it seems to be causing some build bot | Eric Christopher |
| 2010-07-29 | Factor out some of the code for updating old SCEVUnknown values, and | Dan Gohman |
| 2010-07-28 | Add some extra friend declarations to fix a gcc-4.0 compile error. | Dan Gohman |
| 2010-07-28 | Add a comment. | Dan Gohman |
| 2010-07-27 | RegionInfo: Add getMaxRegionExit() | Tobias Grosser |
| 2010-07-27 | Add function to query RegionInfo about loops. | Tobias Grosser |
| 2010-07-27 | Use AssertingVH for InsertedValues and InsertedPostIncValues, to verify | Dan Gohman |
| 2010-07-26 | Add an initial implementation of LazyValueInfo updating for JumpThreading. D... | Owen Anderson |
| 2010-07-23 | Eliminate getCanonicalInductionVariableIncrement's last user and | Dan Gohman |
| 2010-07-22 | Add new RegionInfo pass. | Tobias Grosser |
| 2010-07-21 | Disallow null as a named metadata operand. | Dan Gohman |
| 2010-07-20 | Implement loop splitting analysis. | Jakob Stoklund Olesen |
| 2010-07-20 | Make getOrInsertCanonicalInductionVariable guarantee that its | Dan Gohman |
| 2010-07-19 | Correct line info for declarations/definitions. Radar 8063111. | Stuart Hastings |
| 2010-07-17 | Switched to array_pod_sort as per Chris's suggestion. | Lang Hames |
| 2010-07-17 | LoopSplitter - intended to split live intervals over loop boundaries. | Lang Hames |
| 2010-07-16 | Add dump() to DominanceFrontier | Tobias Grosser |
| 2010-07-13 | 80-columns | Eric Christopher |
| 2010-07-12 | Remove tab characters and 80-col. | Eric Christopher |
| 2010-07-09 | fix clang selfhost issue (shadowing) | Gabor Greif |
| 2010-07-09 | refactor type expressions and cache operator*'s result | Gabor Greif |
| 2010-07-09 | two more cases of reuse result of operator*, found by inspection | Gabor Greif |
| 2010-07-09 | another case of reuse result of operator*, it is expensive to recompute | Gabor Greif |
| 2010-07-09 | reuse result of operator*, it is expensive to recompute | Gabor Greif |
| 2010-07-08 | Reverting r107918 and r107919. Radar 8063111. | Stuart Hastings |
| 2010-07-08 | Fix decl/def debug info for template functions. Radar 8063111. | Stuart Hastings |
| 2010-07-08 | only dereference iterator once in the loop | Gabor Greif |
| 2010-07-08 | Use std::vector rather than SmallVector here because SmallVector | Duncan Sands |
| 2010-07-08 | Do not use std::stack because it causes obscure failures when | Duncan Sands |
| 2010-07-07 | Remove interprocedural-basic-aa and associated code. The AliasAnalysis | Dan Gohman |