| Age | Commit message (Expand) | Author |
| 2009-10-15 | Teach BasicAA to use the size parameter of the memory use marker intrinsics. | Nick Lewycky |
| 2009-10-15 | Take advantage of TargetData when available; we know that the atomic intrinsics | Nick Lewycky |
| 2009-10-14 | Clear VisitedPHIs after use. | Evan Cheng |
| 2009-10-14 | Another BasicAA fix. If a value does not alias a GEP's base pointer, then it | Evan Cheng |
| 2009-10-14 | More code clean up based on patch feedback. | Evan Cheng |
| 2009-10-14 | Change VisitedPHIs into an instance variable that's freed by each alias() call. | Evan Cheng |
| 2009-10-13 | Teach basic AA about PHI nodes. If all operands of a phi NoAlias another valu... | Evan Cheng |
| 2009-10-13 | Refactor some code. No functionality changes. | Evan Cheng |
| 2009-10-13 | Teach BasicAA a little something about the atomic intrinsics: they can only | Nick Lewycky |
| 2009-09-18 | Enhance analysis passes so that they apply the same analysis to malloc calls ... | Victor Hernandez |
| 2009-08-27 | Use stripPointerCasts instead of doing the same manually. | Dan Gohman |
| 2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson |
| 2009-07-31 | Move a few more APIs back to 2.5 forms. The only remaining ones left to chan... | Owen Anderson |
| 2009-07-29 | Move ConstantExpr to 2.5 API. | Owen Anderson |
| 2009-07-25 | Make AliasAnalysis and related classes use | Dan Gohman |
| 2009-07-24 | Revert the ConstantInt constructors back to their 2.5 forms where possible, t... | Owen Anderson |
| 2009-07-22 | Get rid of the Pass+Context magic. | Owen Anderson |
| 2009-07-20 | Revert the addition of hasNoPointerOverflow to GEPOperator. | Dan Gohman |
| 2009-07-17 | Make BasicAliasAnalysis and Value::getUnderlyingObject use | Dan Gohman |
| 2009-07-16 | Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num... | Owen Anderson |
| 2009-07-14 | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin |
| 2009-07-11 | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin |
| 2009-07-06 | "LLVMContext* " --> "LLVMContext *" | Owen Anderson |
| 2009-07-06 | Thread LLVMContext through the constant folding APIs, which touches a lot of ... | Owen Anderson |
| 2009-06-22 | Remove unneeded #include. | Owen Anderson |
| 2009-05-27 | Teach BasicAliasAnalysis to understand constant gep indices that fall | Dan Gohman |
| 2009-05-09 | Rename PaddedSize to AllocSize, in the hope that this | Duncan Sands |
| 2009-02-14 | Generalize some alias analysis logic from atomic | Duncan Sands |
| 2009-02-13 | BasicAA was making the assumption that a local allocation which hadn't escaped | Nick Lewycky |
| 2009-02-05 | Refactor my previous change to maintain the distinction between AliasAnalysis... | Owen Anderson |
| 2009-02-04 | Finish making AliasAnalysis aware of the fact that most atomic intrinsics onl... | Owen Anderson |
| 2009-02-03 | Move isIdentifiedObject and isNoAliasCall into AliasAnalysis.cpp since | Dan Gohman |
| 2009-01-30 | Fix a post-RA scheduling dependency bug. | Dan Gohman |
| 2009-01-18 | BasicAliasAnalysis and FunctionAttrs were both | Duncan Sands |
| 2009-01-18 | add a comment | Gabor Greif |
| 2009-01-12 | Rename getABITypeSize to getTypePaddedSize, as | Duncan Sands |
| 2009-01-12 | make tblgen autogenerate the nocapture intrinsics for | Chris Lattner |
| 2009-01-05 | When checking if an Argument escapes, check if | Duncan Sands |
| 2008-12-19 | Resubmit support for the 'nocapture' attribute. | Nick Lewycky |
| 2008-12-16 | Temporarily revert r61019, r61030, and r61040. These were breaking LLVM Release | Bill Wendling |
| 2008-12-15 | Teach basicaa to use the nocapture attribute when possible. When the | Chris Lattner |
| 2008-12-10 | Allow basicaa to walk through geps with identical indices in | Chris Lattner |
| 2008-12-09 | Teach BasicAA::getModRefInfo(CallSite, CallSite) some | Chris Lattner |
| 2008-12-08 | Fix comment typo. | Duncan Sands |
| 2008-12-08 | Some minor optimizations for isObjectSmallerThan. | Chris Lattner |
| 2008-11-24 | Seriously strengthen the guarantee offered by noalias on a function's return | Nick Lewycky |
| 2008-11-24 | Extend the 'noalias' attribute to function return values. This is intended to | Nick Lewycky |
| 2008-10-01 | Factorize code: remove variants of "strip off | Duncan Sands |
| 2008-09-23 | s/ParameterAttributes/Attributes/g | Devang Patel |
| 2008-09-04 | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman |