| Age | Commit message (Expand) | Author |
| 2010-09-02 | remove some noise from tests. | Chris Lattner |
| 2010-08-30 | Fix constant-over-index.ll test on windows. | Michael J. Spencer |
| 2010-08-18 | refix PR1143 by making basicaa analyze zexts of indices aggresively, | Chris Lattner |
| 2010-08-18 | fix a buggy test | Chris Lattner |
| 2010-08-18 | fix PR7589: In brief: | Chris Lattner |
| 2010-08-18 | filecheckize and detrivialize. | Chris Lattner |
| 2010-08-06 | Implement a proper getModRefInfo for va_arg. | Dan Gohman |
| 2010-08-05 | Implement AccessesArguments checking in the two-callsite form | Dan Gohman |
| 2010-08-05 | Fix memdep's code for reasoning about dependences between two calls. A Ref | Dan Gohman |
| 2010-08-05 | Revert r110270 for now. It appears to uncover a memdep bug. | Dan Gohman |
| 2010-08-04 | The trouble with testing for "ModRef" and "NoModRef" is that | Dan Gohman |
| 2010-08-04 | The two-callsite form of AliasAnalysis::getModRefInfo is documented | Dan Gohman |
| 2010-07-07 | Remove interprocedural-basic-aa and associated code. The AliasAnalysis | Dan Gohman |
| 2010-07-01 | Remove context sensitivity concerns from interprocedural-basic-aa, and | Dan Gohman |
| 2010-06-29 | Add a few more interesting testcases. | Dan Gohman |
| 2010-06-29 | Add an Intraprocedural form of BasicAliasAnalysis, which aims to | Dan Gohman |
| 2010-06-28 | Fix Value::stripPointerCasts and BasicAA to avoid trouble on | Dan Gohman |
| 2010-04-08 | Pointers to zero-sized objects don't point to overlapping objects. | Dan Gohman |
| 2010-04-07 | add newlines at the end of files. | Chris Lattner |
| 2010-04-04 | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang |
| 2010-04-02 | Revert r100191 since it breaks objc in clang | Mon P Wang |
| 2010-04-02 | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang |
| 2010-03-30 | Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots. | Bob Wilson |
| 2010-03-30 | Added support for address spaces and added a isVolatile field to memcpy, memm... | Mon P Wang |
| 2010-01-05 | Delete useless trailing semicolons. | Dan Gohman |
| 2009-12-06 | gvn is optimizing this better now. | Chris Lattner |
| 2009-11-26 | @test9 is a testcase for r89958. Before 89958, we misanalyzed the | Chris Lattner |
| 2009-11-26 | Implement PR1143 (at -m64) by making basicaa look through extensions. We | Chris Lattner |
| 2009-11-26 | teach GetLinearExpression to be a bit more aggressive. | Chris Lattner |
| 2009-11-26 | Teach basicaa that x|c == x+c when the c bits of x are clear. This | Chris Lattner |
| 2009-11-26 | teach basicaa that A[i] != A[i+1]. | Chris Lattner |
| 2009-11-26 | rename test | Chris Lattner |
| 2009-11-26 | Change the other half of aliasGEP (which handles GEP differencing) to use Dec... | Chris Lattner |
| 2009-11-26 | add a new random feature test | Chris Lattner |
| 2009-11-22 | remove a silly condition that doesn't make a lot of sense anymore. | Chris Lattner |
| 2009-11-03 | Make opt default to not adding a target data string and update tests that dep... | Kenneth Uildriks |
| 2009-10-26 | Teach BasicAA how to analyze Select instructions, and make it more | Dan Gohman |
| 2009-10-18 | fix test | Chris Lattner |
| 2009-10-18 | tighten up test3, add test3a for the converse | Chris Lattner |
| 2009-10-18 | tighten test2, add a test that it doesn't get transformed in the invalid edge... | Chris Lattner |
| 2009-10-18 | Merge tests into modref.ll. Also add a test for r84174 at Chris' behest! | Nick Lewycky |
| 2009-10-18 | Add a couple new testcases. | Nick Lewycky |
| 2009-10-17 | replace a useless test with a useful one | Chris Lattner |
| 2009-10-14 | Make use of the result of the loads even though that means adding -instcombine. | Nick Lewycky |
| 2009-10-14 | Another BasicAA fix. If a value does not alias a GEP's base pointer, then it | Evan Cheng |
| 2009-10-14 | Replace test with a simpler hand crafted one. | 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 | don't use dead loads as tests. | Chris Lattner |
| 2009-10-13 | Teach BasicAA a little something about the atomic intrinsics: they can only | Nick Lewycky |
| 2009-09-11 | Eliminate more redundant llvm-as calls. | Dan Gohman |